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

Unified Diff: chrome/app/generated_resources.grd

Issue 209313002: Modified components ui to address concern of all the time disabled check update button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review Created 6 years, 7 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 57ff983140d95d69041a7b97c62323b84f6739dc..020066b81ee3cd797ecf2ec553f29c171e58dd9d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5220,6 +5220,63 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_COMPONENTS_CHECK_FOR_UPDATE" desc="The button label for triggering update check.">
Check for update
</message>
+ <message name="IDS_COMPONENTS_STATUS_LABEL" desc="Status label">
+ Status
+ </message>
+ <message name="IDS_COMPONENTS_CHECKING_LABEL" desc="Checking label">
+ Checking for status...
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_NEW" desc="Service Status">
+ New
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_CHECKING" desc="Service Status">
+ Checking
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_UPDATE" desc="Service Status">
+ Update
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_DNL_DIFF" desc="Service Status">
+ Downloading diff
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_DNL" desc="Service Status">
+ Downloading
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_UPDT_DIFF" desc="Service Status">
+ Updating diff
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_UPDATING" desc="Service Status">
+ Updating
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_UPDATED" desc="Service Status">
+ Updated
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_UPTODATE" desc="Service Status">
+ Up-to-date
+ </message>
+ <message name="IDS_COMPONENTS_SVC_STATUS_NOUPDATE" desc="Service Status">
+ No update
+ </message>
+ <message name="IDS_COMPONENTS_UNKNOWN" desc="Service Status">
+ Unknown
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_STARTED" desc="Service Status">
+ UpdaterStarted
James Hawkins 2014/05/28 23:01:11 Spaces between the words, right? And probably sen
Shrikant Kelkar 2014/05/28 23:14:45 Done.
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_SLEEPING" desc="Service Status">
+ UpdaterSleeping
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_FOUND" desc="Service Status">
+ UpdateFound
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_READY" desc="Service Status">
+ UpdateReady
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_UPDATED" desc="Service Status">
+ ComponentUpdated
+ </message>
+ <message name="IDS_COMPONENTS_EVT_STATUS_NOTUPDATED" desc="Service Status">
+ ComponentNotUpdated
+ </message>
<!-- Plugins -->
<if expr="enable_plugins">
« no previous file with comments | « no previous file | chrome/browser/component_updater/component_updater_service.h » ('j') | chrome/browser/resources/components.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698