File: version_ui_strings.grdp

package info (click to toggle)
chromium 138.0.7204.157-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,071,864 kB
  • sloc: cpp: 34,936,859; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,967; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (102 lines) | stat: -rw-r--r-- 5,354 bytes parent folder | download | duplicates (4)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?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>
  </if>
  <if expr="is_macosx or is_win">
    <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>
  <if expr="is_win">
    <message name="IDS_VERSION_UI_32BIT_TRANSLATED_INTEL" desc="On the chrome://version page, an indicator that this is an instance of Chromium built for the 32-bit x86 processor, but being run on an Arm processor. Do not translate.">
      (32-bit emulated)
    </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.">
      (64-bit emulated)
    </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="is_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_COPY_LABEL" desc="label for the button to copy the version string">
    Copy version string
  </message>
  <message name="IDS_VERSION_UI_COPY_NOTICE" desc="text to be read by a screenreader when the version string is done being copied">
    Copied version string to clipboard
  </message>
  <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">
    Active Variations
  </message>
  <message name="IDS_VERSION_UI_VARIATIONS_SEED_NAME" desc="label for the variations seed type on the about:version page">
    Variations Seed Type
  </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>
  <message name="IDS_VERSION_UI_COPY_VARIATIONS_LABEL" desc="label for the button to copy the variations string">
    Copy variations string
  </message>
  <message name="IDS_VERSION_UI_COPY_VARIATIONS_NOTICE" desc="text to be read by a screenreader when the variations string is done being copied">
    Copied variations string to clipboard
  </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>