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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ui/base/l10n/time_format_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 desc="Hours remaining for a job completition. [ICU Syntax]"> 231 desc="Hours remaining for a job completition. [ICU Syntax]">
232 {HOURS, plural, =1 {1 hour left} other {# hours left}} 232 {HOURS, plural, =1 {1 hour left} other {# hours left}}
233 </message> 233 </message>
234 234
235 <message name="IDS_TIME_REMAINING_DAYS" 235 <message name="IDS_TIME_REMAINING_DAYS"
236 desc="Days remaining for a job completion. [ICU Syntax]"> 236 desc="Days remaining for a job completion. [ICU Syntax]">
237 {DAYS, plural, =1 {1 day left} other {# days left}} 237 {DAYS, plural, =1 {1 day left} other {# days left}}
238 </message> 238 </message>
239 239
240 <message name="IDS_TIME_ELAPSED_SECS" 240 <message name="IDS_TIME_ELAPSED_SECS"
241 desc="Use an abbreviated word for second(s). [ICU Syntax]"> 241 desc="Relative time in browsing history or file list. Use an abbr eviated word for second(s). [ICU Syntax]">
242 {SECONDS, plural, =1 {1 sec ago} other {# secs ago}} 242 {SECONDS, plural, =1 {1 sec ago} other {# secs ago}}
243 </message> 243 </message>
244 244
245 <message name="IDS_TIME_ELAPSED_LONG_SECS"
246 desc="Relative time in browsing history or file list. [ICU Syntax ]">
247 {SECONDS, plural, =1 {1 second ago} other {# seconds ago}}
248 </message>
249
245 <message name="IDS_TIME_ELAPSED_MINS" 250 <message name="IDS_TIME_ELAPSED_MINS"
246 desc="Use an abbreviated word for minute(s). [ICU Syntax]"> 251 desc="Relative time in browsing history or file list. Use an abbr eviated word for minute(s). [ICU Syntax]">
247 {MINUTES, plural, =1 {1 min ago} other {# mins ago}} 252 {MINUTES, plural, =1 {1 min ago} other {# mins ago}}
248 </message> 253 </message>
249 254
255 <message name="IDS_TIME_ELAPSED_LONG_MINS"
256 desc="Relative time in browsing history or file list. [ICU Syntax ]">
257 {SECONDS, plural, =1 {1 minute ago} other {# minutes ago}}
258 </message>
250 259
251 <message name="IDS_TIME_ELAPSED_HOURS" 260 <message name="IDS_TIME_ELAPSED_HOURS"
252 desc="Relative time in browsing history or file list. [ICU Syntax ]"> 261 desc="Relative time in browsing history or file list. [ICU Syntax ]">
253 {HOURS, plural, =1 {1 hour ago} other {# hours ago}} 262 {HOURS, plural, =1 {1 hour ago} other {# hours ago}}
254 </message> 263 </message>
255 264
256 <message name="IDS_TIME_ELAPSED_DAYS" 265 <message name="IDS_TIME_ELAPSED_DAYS"
257 desc="Relative time in browsing history or file list. [ICU Syntax ]"> 266 desc="Relative time in browsing history or file list. [ICU Syntax ]">
258 {DAYS, plural, =1 {1 day ago} other {# days ago}} 267 {DAYS, plural, =1 {1 day ago} other {# days ago}}
259 </message> 268 </message>
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 </message> 687 </message>
679 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 688 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
680 Internal Display 689 Internal Display
681 </message> 690 </message>
682 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> 691 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor.">
683 Virtual Display 692 Virtual Display
684 </message> 693 </message>
685 </messages> 694 </messages>
686 </release> 695 </release>
687 </grit> 696 </grit>
OLDNEW
« 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