summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorshrikant@chromium.org <shrikant@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 05:05:17 +0000
committershrikant@chromium.org <shrikant@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 05:05:17 +0000
commit2e919ddddd7312131fc2ef0b2b272e17e789d78f (patch)
treed4fa4218ca209d58af1c43e6624a877f9e955f9b /chrome/app
parent344f2f605ea0b1d6eb9edf4c5d8d8f066e614e76 (diff)
downloadchromium_src-2e919ddddd7312131fc2ef0b2b272e17e789d78f.zip
chromium_src-2e919ddddd7312131fc2ef0b2b272e17e789d78f.tar.gz
chromium_src-2e919ddddd7312131fc2ef0b2b272e17e789d78f.tar.bz2
First cut implementation of Components updater user interface. This interface will be accessible from chrome://components page.
BUG=257193 R=sorin,cpu,asargent,arv TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/22575009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 13422db..8d5a4cb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4875,6 +4875,23 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
</if>
+ <!-- Components -->
+ <message name="IDS_COMPONENTS_TITLE" desc="Title for the chrome://components page.">
+ Components
+ </message>
+ <message name="IDS_COMPONENTS_VERSION" desc="The label in front of a component version number.">
+ Version:
+ </message>
+ <message name="IDS_COMPONENTS_NONE_INSTALLED" desc="Text that lets the user know that no components are installed.">
+ No components installed.
+ </message>
+ <message name="IDS_COMPONENTS_NO_COMPONENTS" desc="Text that indicates that no components are installed">
+ No components are installed
+ </message>
+ <message name="IDS_COMPONENTS_CHECK_FOR_UPDATE" desc="The button label for triggering update check.">
+ Check for update
+ </message>
+
<!-- Plugins -->
<message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins page.">
Plug-ins