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> |
| 18 | <message name="IDS_VERSION_UI_REVISION" desc="label for the revision on the about:version page"> |
| 19 | Revision |
| 20 | </message> |
| 21 | <message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page"> |
| 22 | OS |
| 23 | </message> |
dgn | 4576d3a | 2017-03-16 20:00:44 | [diff] [blame] | 24 | <if expr="is_android"> |
| 25 | <message name="IDS_VERSION_UI_GMS" desc="label for the Google Play services info on the about:version page"> |
| 26 | Google Play services |
| 27 | </message> |
| 28 | </if> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 29 | <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on the about:version page"> |
| 30 | User Agent |
| 31 | </message> |
| 32 | <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line on the about:version page"> |
| 33 | Command Line |
| 34 | </message> |
dgn | 4576d3a | 2017-03-16 20:00:44 | [diff] [blame] | 35 | <if expr="chromeos"> |
| 36 | <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the about:version page"> |
| 37 | Build Date |
| 38 | </message> |
| 39 | <message name="IDS_VERSION_UI_CUSTOMIZATION_ID" desc="label for the device customization ID if present on the about:version page"> |
| 40 | Customization ID |
| 41 | </message> |
| 42 | <message name="IDS_VERSION_UI_FIRMWARE_VERSION" desc="label for the firmware version on the about:version page"> |
| 43 | Firmware Version |
| 44 | </message> |
| 45 | </if> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 46 | <message name="IDS_VERSION_UI_EXECUTABLE_PATH" desc="label for the executable path on the about:version page"> |
| 47 | Executable Path |
| 48 | </message> |
| 49 | <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path on the about:version page"> |
| 50 | Profile Path |
| 51 | </message> |
| 52 | <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page"> |
| 53 | No such file or directory |
| 54 | </message> |
| 55 | <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page"> |
| 56 | Variations |
| 57 | </message> |
Gayane Petrosyan | 5efebf1 | 2018-02-05 17:25:48 | [diff] [blame] | 58 | <message name="IDS_VERSION_UI_VARIATIONS_CMD" desc="label for the variations information in command-line format on the about:version page"> |
| 59 | Command-line variations |
| 60 | </message> |
grt | 97d39c2 | 2017-04-05 09:41:39 | [diff] [blame] | 61 | <if expr="is_win"> |
Greg Thompson | 4b8cc92 | 2017-06-20 11:08:36 | [diff] [blame] | 62 | <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] | 63 | (cohort: <ph name="UPDATE_COHORT_NAME">$1<ex>Stable</ex></ph>) |
| 64 | </message> |
| 65 | </if> |
droger | fd959bad | 2015-10-16 09:07:01 | [diff] [blame] | 66 | </grit-part> |