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

Unified Diff: chrome/app/generated_resources.grd

Issue 10389064: Added estimated time remaining on AU. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9f3ea95947d41537e5919e33ba38fc59a273e3a7..f242f241aa59ef0202ca1fdaec1af9cde845b115 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -12775,6 +12775,18 @@ Press any key to continue exploring.
<message name="IDS_INSTALLING_UPDATE_DESC" desc="Additional info shown on the updates installation screen during OOBE">
Your computer will restart when the update is complete.
</message>
+ <message name="IDS_DOWNLOADING_TIME_LEFT_LONG" desc="The status text for downloading estimated time left, when estimated time is more than one hour">
+ More than 1 hour left
+ </message>
+ <message name="IDS_DOWNLOADING_TIME_LEFT_STATUS_HOURS" desc="The status text for downloading estimated time left in hours. In the localized version instead of |hours| some abbreviation like |hrs| should be used.">
+ About <ph name="TIME">$1<ex>2</ex></ph> hours left
+ </message>
+ <message name="IDS_DOWNLOADING_TIME_LEFT_STATUS_MINUTES" desc="The status text for downloading estimated time left in minutes. In the localized version instead of |minutes| some abbreviation like |mins| should be used.">
+ About <ph name="TIME">$1<ex>2</ex></ph> minutes left
+ </message>
+ <message name="IDS_DOWNLOADING_TIME_LEFT_SMALL" desc="The status text for downloading estimated time left, when estimated time is less than one minute">
+ Less than 1 minute left
+ </message>
<message name="IDS_UPDATE_CANCEL" desc="Message telling to press Escape to cancel update on a non-official build">
Press ESCAPE to skip (Non-official builds only).
</message>
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/update_screen.h » ('j') | chrome/browser/resources/chromeos/login/oobe.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698