blob: 04bfc4aec6f476a519c401312706d2eee5069420 [file] [log] [blame]
drogerfd959bad2015-10-16 09:07:011<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page">
4 About Version
5 </message>
6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:version page">
7 Official Build
8 </message>
9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about:version page">
10 Developer Build
11 </message>
12 <message name="IDS_VERSION_UI_32BIT" desc="32-bit on the chrome://version page">
13 (32-bit)
14 </message>
15 <message name="IDS_VERSION_UI_64BIT" desc="64-bit on the chrome://version page">
16 (64-bit)
17 </message>
Avi Drissman07833802020-07-25 18:29:2318 <if expr="is_macosx">
19 <message name="IDS_VERSION_UI_64BIT_INTEL" desc="On the chrome://version page, an indicator that this is an instance of Chromium built for the 64-bit x86 processor. Translation is not needed; this is a technical term.">
20 (x86_64)
21 </message>
22 <message name="IDS_VERSION_UI_64BIT_TRANSLATED_INTEL" desc="On the chrome://version page, an indicator that this is an instance of Chromium built for the 64-bit x86 processor, but being run on an Arm processor. Do not translate 'x86_64' as that is a technical term. The 'translated' in this string refers to the fact that these two processors use different languages, so the sense of 'translated' for this string is as in a language translation.">
23 (x86_64 translated)
24 </message>
25 <message name="IDS_VERSION_UI_64BIT_ARM" desc="On the chrome://version page, an indicator that this is an instance of Chromium built for the 64-bit Arm processor. Translation is not needed; this is a technical term.">
26 (arm64)
27 </message>
28 </if>
drogerfd959bad2015-10-16 09:07:0129 <message name="IDS_VERSION_UI_REVISION" desc="label for the revision on the about:version page">
30 Revision
31 </message>
32 <message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page">
33 OS
34 </message>
dgn4576d3a2017-03-16 20:00:4435 <if expr="is_android">
36 <message name="IDS_VERSION_UI_GMS" desc="label for the Google Play services info on the about:version page">
37 Google Play services
38 </message>
39 </if>
drogerfd959bad2015-10-16 09:07:0140 <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on the about:version page">
41 User Agent
42 </message>
43 <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line on the about:version page">
44 Command Line
45 </message>
dpapaddc2ad7c32022-04-06 20:52:4146 <if expr="chromeos_ash">
dgn4576d3a2017-03-16 20:00:4447 <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the about:version page">
48 Build Date
49 </message>
50 <message name="IDS_VERSION_UI_CUSTOMIZATION_ID" desc="label for the device customization ID if present on the about:version page">
51 Customization ID
52 </message>
53 <message name="IDS_VERSION_UI_FIRMWARE_VERSION" desc="label for the firmware version on the about:version page">
54 Firmware Version
55 </message>
56 </if>
drogerfd959bad2015-10-16 09:07:0157 <message name="IDS_VERSION_UI_EXECUTABLE_PATH" desc="label for the executable path on the about:version page">
58 Executable Path
59 </message>
60 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path on the about:version page">
61 Profile Path
62 </message>
63 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
64 No such file or directory
65 </message>
66 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
67 Variations
68 </message>
Gayane Petrosyan5efebf12018-02-05 17:25:4869 <message name="IDS_VERSION_UI_VARIATIONS_CMD" desc="label for the variations information in command-line format on the about:version page">
70 Command-line variations
71 </message>
grt97d39c22017-04-05 09:41:3972 <if expr="is_win">
Greg Thompson4b8cc922017-06-20 11:08:3673 <message translateable="false" name="IDS_VERSION_UI_COHORT_NAME" desc="Update cohort substring included in the version number line on the about:version page.">
grt97d39c22017-04-05 09:41:3974 (cohort: <ph name="UPDATE_COHORT_NAME">$1<ex>Stable</ex></ph>)
75 </message>
76 </if>
dpapaddc2ad7c32022-04-06 20:52:4177 <if expr="chromeos_ash">
Stefan Kuhned6672382021-12-08 00:54:2278 <message name="IDS_VERSION_UI_OS_TEXT1_LABEL" desc="Begin label text on the os://version page from ChromeOS which directs a user to a dialog showing Chrome browser specific version - enclosing url link.">
79 Looking for browser version? Visit
80 </message>
81 <message name="IDS_VERSION_UI_OS_TEXT2_LABEL" desc="End label text on the os://version page from ChromeOS which directs a user to a dialog showing Chrome browser specific version - enclosing url link.">
82 .
83 </message>
84 <message name="IDS_VERSION_UI_OS_LINK" translateable="false" desc="Label for a button on the os://version page from ChromeOS that will call a new window which allows to change Chrome browser version.">
85 chrome://version
86 </message>
87 </if>
dpapaddc2ad7c32022-04-06 20:52:4188 <if expr="chromeos_lacros">
Stefan Kuhned6672382021-12-08 00:54:2289 <message name="IDS_VERSION_UI_OS_TEXT1_LABEL" desc="Begin label text on the chrome://version page from ChromeOS which directs a user to a dialog showing OS specific version - enclosing url link.">
90 Looking for system version? Visit
91 </message>
92 <message name="IDS_VERSION_UI_OS_TEXT2_LABEL" desc="End label text on the chrome://version page from ChromeOS which directs a user to a dialog showing OS specific version - enclosing url link.">
93 .
94 </message>
95 <message name="IDS_VERSION_UI_OS_LINK" translateable="false" desc="Label for button on the chrome://version page from ChromeOS that will call a new window which allows to change system version.">
96 os://version
97 </message>
98 </if>
drogerfd959bad2015-10-16 09:07:0199</grit-part>