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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10882014: Slightly modified ETA computation algorithm. Also modified UI of the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix, synx. Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_update_screen.h » ('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 c464e13136e89944b9a168391546770e376a08ea..e6d4fa0e7a9e2106d329d79878624dfcedb75bfd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13327,6 +13327,12 @@ Press any key to continue exploring.
<message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update">
Checking for updates
</message>
+ <message name="IDS_UPDATE_VERIFYING" desc="Message that the system is verifying an update">
+ Verifying...
+ </message>
+ <message name="IDS_UPDATE_FINALIZING" desc="Message that the system is finalizing an update">
+ Finalizing...
+ </message>
<message name="IDS_IMAGEBURN_HEADER_TITLE" desc="Title that is displayed on image burning webpage ">
Create OS Recovery Media
</message>
@@ -13576,15 +13582,6 @@ Press any key to continue exploring.
<message name="IDS_UPDATE_AVAILABLE" desc="Notification for available update">
System update available. Preparing to download&#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.
</message>
@@ -13594,6 +13591,9 @@ 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" desc="The format for ETA during the update downloading stage">
+ Downloading: <ph name="STATUS">$1<ex>Less than 1 minute left</ex></ph>
+ </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>
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/mock_update_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698