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

Unified Diff: ui/strings/ui_strings.grd

Issue 2845693002: Add month and year to time_format. (Closed)
Patch Set: Address comments Created 3 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/l10n/time_format_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ui/base/l10n/time_format_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698