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

Side by Side Diff: components/version_ui_strings.grdp

Issue 2751773002: Add Google Play services info to chrome://version (Closed)
Patch Set: address comment Created 3 years, 9 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page"> 3 <message name="IDS_VERSION_UI_TITLE" desc="Title on the about:version page">
4 About Version 4 About Version
5 </message> 5 </message>
6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page"> 6 <message name="IDS_VERSION_UI_OFFICIAL" desc="official build on the about:vers ion page">
7 Official Build 7 Official Build
8 </message> 8 </message>
9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page"> 9 <message name="IDS_VERSION_UI_UNOFFICIAL" desc="unofficial build on the about: version page">
10 Developer Build 10 Developer Build
11 </message> 11 </message>
12 <message name="IDS_VERSION_UI_32BIT" desc="32-bit on the chrome://version page "> 12 <message name="IDS_VERSION_UI_32BIT" desc="32-bit on the chrome://version page ">
13 (32-bit) 13 (32-bit)
14 </message> 14 </message>
15 <message name="IDS_VERSION_UI_64BIT" desc="64-bit on the chrome://version page "> 15 <message name="IDS_VERSION_UI_64BIT" desc="64-bit on the chrome://version page ">
16 (64-bit) 16 (64-bit)
17 </message> 17 </message>
18 <message name="IDS_VERSION_UI_REVISION" desc="label for the revision on the ab out:version page"> 18 <message name="IDS_VERSION_UI_REVISION" desc="label for the revision on the ab out:version page">
19 Revision 19 Revision
20 </message> 20 </message>
21 <message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page"> 21 <message name="IDS_VERSION_UI_OS" desc="label for the OS on the about:version page">
22 OS 22 OS
23 </message> 23 </message>
24 <message name="IDS_VERSION_UI_GMS" desc="label for the Google Play services in fo on the about:version page">
sdefresne 2017/03/16 12:40:02 I guess this string is specific to Android. Please
dgn 2017/03/16 17:14:03 Done.
25 Google Play services
26 </message>
24 <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on th e about:version page"> 27 <message name="IDS_VERSION_UI_USER_AGENT" desc="label for the user agent on th e about:version page">
25 User Agent 28 User Agent
26 </message> 29 </message>
27 <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line o n the about:version page"> 30 <message name="IDS_VERSION_UI_COMMAND_LINE" desc="label for the command line o n the about:version page">
28 Command Line 31 Command Line
29 </message> 32 </message>
30 <if expr="chromeos"> 33 <if expr="chromeos">
31 <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the ab out:version page"> 34 <message name="IDS_VERSION_UI_BUILD_DATE" desc="label for build date on the ab out:version page">
32 Build Date 35 Build Date
33 </message> 36 </message>
(...skipping 10 matching lines...) Expand all
44 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page"> 47 <message name="IDS_VERSION_UI_PROFILE_PATH" desc="label for the profile path o n the about:version page">
45 Profile Path 48 Profile Path
46 </message> 49 </message>
47 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page"> 50 <message name="IDS_VERSION_UI_PATH_NOTFOUND" desc="label for the non-existent path on the about:version page">
48 No such file or directory 51 No such file or directory
49 </message> 52 </message>
50 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page"> 53 <message name="IDS_VERSION_UI_VARIATIONS" desc="label for the variations list on the about:version page">
51 Variations 54 Variations
52 </message> 55 </message>
53 </grit-part> 56 </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