Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: components/version_ui_strings.grdp

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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:vers ion 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 ab out: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>
24 <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on th e about:version page">
25 User Agent
26 </message>
27 <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line o n the about:version page">
28 Command Line
29 </message>
30 <if expr="chromeos">
31 <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the ab out:version page">
32 Build Date
33 </message>
34 </if>
35 <message name="IDS_VERSION_UI_EXECUTABLE_PATH" desc="label for the executable path on the about:version page">
36 Executable Path
37 </message>
38 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page">
39 Profile Path
40 </message>
41 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
42 No such file or directory
43 </message>
44 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
45 Variations
46 </message>
47 <if expr="is_android">
48 <message name="IDS_VERSION_UI_BUILD_ID" desc="label for the build identifier o n the about:version page">
49 Build ID
50 </message>
51 </if>
52 </grit-part>
OLDNEW
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698