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

Unified Diff: ui/strings/ui_strings.grd

Issue 2747253004: Implement (FORMAT_ELAPSED, LENGTH_LONG) in time_format (Closed)
Patch Set: Created 3 years, 9 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 fbc7932019fe986406d528a0485f10b00176b813..7200afef66b6efbe7f8fa9ead5ef5694e759cd40 100644
--- a/ui/strings/ui_strings.grd
+++ b/ui/strings/ui_strings.grd
@@ -238,15 +238,24 @@ need to be translated for each locale.-->
</message>
<message name="IDS_TIME_ELAPSED_SECS"
- desc="Use an abbreviated word for second(s). [ICU Syntax]">
+ 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}}
</message>
+ <message name="IDS_TIME_ELAPSED_LONG_SECS"
+ desc="Relative time in browsing history or file list. [ICU Syntax]">
+ {SECONDS, plural, =1 {1 second ago} other {# seconds ago}}
+ </message>
+
<message name="IDS_TIME_ELAPSED_MINS"
- desc="Use an abbreviated word for minute(s). [ICU Syntax]">
+ desc="Relative time in browsing history or file list. Use an abbreviated word for minute(s). [ICU Syntax]">
{MINUTES, plural, =1 {1 min ago} other {# mins ago}}
</message>
+ <message name="IDS_TIME_ELAPSED_LONG_MINS"
+ desc="Relative time in browsing history or file list. [ICU Syntax]">
+ {SECONDS, plural, =1 {1 minute ago} other {# minutes ago}}
+ </message>
<message name="IDS_TIME_ELAPSED_HOURS"
desc="Relative time in browsing history or file list. [ICU Syntax]">
« 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