Index: ui/strings/ui_strings.grd |
diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd |
index e0e348fe932216dcd7bc8be3823d1dff8d3b8e92..344a6867e6bc61ed53a2eac046269fb00df041c3 100644 |
--- a/ui/strings/ui_strings.grd |
+++ b/ui/strings/ui_strings.grd |
@@ -207,6 +207,16 @@ need to be translated for each locale.--> |
{DAYS, plural, =1 {1 day and } other {# days and }} |
</message> |
+ <message name="IDS_TIME_MONTHS" |
+ desc="[ICU Syntax]"> |
+ {MONTHS, plural, =1 {1 month} other {# months}} |
+ </message> |
+ |
+ <message name="IDS_TIME_YEARS" |
+ desc="[ICU Syntax]"> |
+ {YEARS, plural, =1 {1 year} other {# years}} |
+ </message> |
+ |
<message name="IDS_TIME_REMAINING_SECS" |
desc="Seconds remaining for a job completion. Use an abbreviated word for second(s). [ICU Syntax]"> |
{SECONDS, plural, =1 {1 sec left} other {# secs left}} |
@@ -237,6 +247,16 @@ need to be translated for each locale.--> |
{DAYS, plural, =1 {1 day left} other {# days left}} |
</message> |
+ <message name="IDS_TIME_REMAINING_MONTHS" |
+ desc="Months remaining for a job completion. [ICU Syntax]"> |
+ {MONTHS, plural, =1 {1 month left} other {# months left}} |
+ </message> |
+ |
+ <message name="IDS_TIME_REMAINING_YEARS" |
+ desc="Years remaining for a job completion. [ICU Syntax]"> |
+ {YEARS, plural, =1 {1 year left} other {# years left}} |
+ </message> |
+ |
<message name="IDS_TIME_ELAPSED_SECS" |
desc="Relative time in browsing history or file list. Use an abbreviated word for second(s). [ICU Syntax]"> |
{SECONDS, plural, =1 {1 sec ago} other {# secs ago}} |
@@ -267,6 +287,16 @@ need to be translated for each locale.--> |
{DAYS, plural, =1 {1 day ago} other {# days ago}} |
</message> |
+ <message name="IDS_TIME_ELAPSED_MONTHS" |
+ desc="Relative time in browsing history or file list. [ICU Syntax]"> |
+ {MONTHS, plural, =1 {1 month ago} other {# months ago}} |
+ </message> |
+ |
+ <message name="IDS_TIME_ELAPSED_YEARS" |
+ desc="Relative time in browsing history or file list. [ICU Syntax]"> |
+ {YEARS, plural, =1 {1 year ago} other {# years ago}} |
+ </message> |
+ |
<message name="IDS_PAST_TIME_TODAY" desc="Relative day today"> |
Today |
</message> |