| 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>
|
|
|