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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/version_ui/version_ui_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui_strings.grdp
diff --git a/components/version_ui_strings.grdp b/components/version_ui_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..a9d2a82afbb045e02e820e4ddfbc4c7554ac1c66
--- /dev/null
+++ b/components/version_ui_strings.grdp
@@ -0,0 +1,52 @@
+<?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>
+ <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>
+ <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>
+</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>
+<if expr="is_android">
+ <message name="IDS_VERSION_UI_BUILD_ID" desc="label for the build identifier on the about:version page">
+ Build ID
+ </message>
+</if>
+</grit-part>
« 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