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

Unified Diff: chrome/app/generated_resources.grd

Issue 2859043: Added system notification for update_engine. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: . Created 10 years, 5 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 | « .gitignore ('k') | chrome/app/theme/notification_update.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 19a5e2a8244fa5e7c66eec8bd6f67e88ec0e3e0c..4825c0482623b7d89fbf7e31a1923873f4a8c128 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7596,6 +7596,28 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notification">
Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
</message>
+ <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
+ System Update
+ </message>
+ <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
+ System update failed.
+ </message>
+ <message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update">
+ System update available&#x2026;
+ </message>
+ <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update download progress">
+ System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>&#37; complete.
+ </message>
+ <message name="IDS_UPDATE_VERIFYING" desc="Notification for update verifying">
+ Verifying system update&#x2026;
+ </message>
+ <message name="IDS_UPDATE_FINALIZING" desc="Notification for update finalizing">
+ Finalizing system update&#x2026;
+ </message>
+ <message name="IDS_UPDATE_COMPLETED" desc="Notification for update completed">
+ System update complete. Please restart the system by pressing the power
+ button, wait for the system to power down, then press the power button again.
+ </message>
<message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen">
Please wait while <ph name="PRODUCT_NAME">$1<ex>Chrome OS</ex></ph> installs an important update.\nYour computer will restart after this is complete.
</message>
« no previous file with comments | « .gitignore ('k') | chrome/app/theme/notification_update.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698