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… |
+ </message> |
+ <message name="IDS_UPDATE_DOWNLOADING" desc="Notification for update download progress"> |
+ System update downloading: <ph name="PERCENT">$1<ex>10</ex></ph>% complete. |
+ </message> |
+ <message name="IDS_UPDATE_VERIFYING" desc="Notification for update verifying"> |
+ Verifying system update… |
+ </message> |
+ <message name="IDS_UPDATE_FINALIZING" desc="Notification for update finalizing"> |
+ Finalizing system update… |
+ </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> |