summaryrefslogtreecommitdiffstats
path: root/chromium/components/version_ui_strings.grdp
blob: 6fb0de0f346bddd71e4a5eb62ef2b77159e0a5f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
  <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page">
    About Version
  </message>
  <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:version page">
    Official Build
  </message>
  <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about:version page">
    Developer Build
  </message>
  <message name="IDS_VERSION_UI_32BIT" desc="32-bit on the chrome://version page">
    (32-bit)
  </message>
  <message name="IDS_VERSION_UI_64BIT" desc="64-bit on the chrome://version page">
    (64-bit)
  </message>
  <if expr="is_macosx">
    <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.">
      (x86_64)
    </message>
    <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.">
      (x86_64 translated)
    </message>
    <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.">
      (arm64)
    </message>
  </if>
  <message name="IDS_VERSION_UI_REVISION" desc="label for the revision on the about:version page">
    Revision
  </message>
  <message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page">
    OS
  </message>
  <if expr="is_android">
    <message name="IDS_VERSION_UI_GMS" desc="label for the Google Play services info on the about:version page">
      Google Play services
    </message>
  </if>
  <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on the about:version page">
    User Agent
  </message>
  <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line on the about:version page">
    Command Line
  </message>
  <if expr="chromeos">
    <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the about:version page">
      Build Date
    </message>
    <message name="IDS_VERSION_UI_CUSTOMIZATION_ID" desc="label for the device customization ID if present on the about:version page">
      Customization ID
    </message>
    <message name="IDS_VERSION_UI_FIRMWARE_VERSION" desc="label for the firmware version on the about:version page">
      Firmware Version
    </message>
  </if>
  <message name="IDS_VERSION_UI_EXECUTABLE_PATH" desc="label for the executable path on the about:version page">
    Executable Path
  </message>
  <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path on the about:version page">
    Profile Path
  </message>
  <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
    No such file or directory
  </message>
  <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
    Variations
  </message>
  <message name="IDS_VERSION_UI_VARIATIONS_CMD" desc="label for the variations information in command-line format on the about:version page">
    Command-line variations
  </message>
  <if expr="is_win">
    <message translateable="false" name="IDS_VERSION_UI_COHORT_NAME" desc="Update cohort substring included in the version number line on the about:version page.">
      (cohort: <ph name="UPDATE_COHORT_NAME">$1<ex>Stable</ex></ph>)
    </message>
  </if>
</grit-part>