droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 1 | <?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 Drissman | 0783380 | 2020-07-25 18:29:23 | [diff] [blame] | 18 | <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> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 29 | <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> |
dgn | 4576d3a | 2017-03-16 20:00:44 | [diff] [blame] | 35 | <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> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 40 | <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> |
dpapad | dc2ad7c3 | 2022-04-06 20:52:41 | [diff] [blame] | 46 | <if expr="chromeos_ash"> |
dgn | 4576d3a | 2017-03-16 20:00:44 | [diff] [blame] | 47 | <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> |
Yang Guo | b320e00 | 2022-06-28 07:30:28 | [diff] [blame] | 57 | <message name="IDS_VERSION_UI_COPY_LABEL" desc="label for the button to copy the version string"> |
| 58 | Copy version string |
| 59 | </message> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 60 | <message name="IDS_VERSION_UI_EXECUTABLE_PATH" desc="label for the executable path on the about:version page"> |
| 61 | Executable Path |
| 62 | </message> |
| 63 | <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path on the about:version page"> |
| 64 | Profile Path |
| 65 | </message> |
| 66 | <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page"> |
| 67 | No such file or directory |
| 68 | </message> |
| 69 | <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page"> |
Caitlin Fischer | 20a5958 | 2022-05-09 21:49:54 | [diff] [blame] | 70 | Active Variations |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 71 | </message> |
Gayane Petrosyan | 5efebf1 | 2018-02-05 17:25:48 | [diff] [blame] | 72 | <message name="IDS_VERSION_UI_VARIATIONS_CMD" desc="label for the variations information in command-line format on the about:version page"> |
| 73 | Command-line variations |
| 74 | </message> |
grt | 97d39c2 | 2017-04-05 09:41:39 | [diff] [blame] | 75 | <if expr="is_win"> |
Greg Thompson | 4b8cc92 | 2017-06-20 11:08:36 | [diff] [blame] | 76 | <message translateable="false" name="IDS_VERSION_UI_COHORT_NAME" desc="Update cohort substring included in the version number line on the about:version page."> |
grt | 97d39c2 | 2017-04-05 09:41:39 | [diff] [blame] | 77 | (cohort: <ph name="UPDATE_COHORT_NAME">$1<ex>Stable</ex></ph>) |
| 78 | </message> |
| 79 | </if> |
dpapad | dc2ad7c3 | 2022-04-06 20:52:41 | [diff] [blame] | 80 | <if expr="chromeos_ash"> |
Stefan Kuhne | d667238 | 2021-12-08 00:54:22 | [diff] [blame] | 81 | <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."> |
| 82 | Looking for browser version? Visit |
| 83 | </message> |
| 84 | <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."> |
| 85 | . |
| 86 | </message> |
| 87 | <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."> |
| 88 | chrome://version |
| 89 | </message> |
| 90 | </if> |
dpapad | dc2ad7c3 | 2022-04-06 20:52:41 | [diff] [blame] | 91 | <if expr="chromeos_lacros"> |
Stefan Kuhne | d667238 | 2021-12-08 00:54:22 | [diff] [blame] | 92 | <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."> |
| 93 | Looking for system version? Visit |
| 94 | </message> |
| 95 | <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."> |
| 96 | . |
| 97 | </message> |
| 98 | <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."> |
| 99 | os://version |
| 100 | </message> |
| 101 | </if> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 102 | </grit-part> |