OLD | NEW |
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 source_lang_id="en" enc_check="möl"> | 8 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 <release seq="1" allow_pseudo="false"> | 212 <release seq="1" allow_pseudo="false"> |
213 <messages fallback_to_english="true"> | 213 <messages fallback_to_english="true"> |
214 | 214 |
215 <!-- time format --> | 215 <!-- time format --> |
216 <message name="IDS_TIME_SECS_DEFAULT" | 216 <message name="IDS_TIME_SECS_DEFAULT" |
217 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 217 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
218 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs | 218 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs |
219 </message> | 219 </message> |
220 | 220 |
221 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 221 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
222 <message name="IDS_TIME_SEC_SINGULAR" | 222 <message name="IDS_TIME_SECS_SINGULAR" |
223 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 223 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
224 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec | 224 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec |
225 </message> | 225 </message> |
226 </if> | 226 </if> |
227 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 227 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
228 <message translateable="false" name="IDS_TIME_SEC_SINGULAR" | 228 <message translateable="false" name="IDS_TIME_SECS_SINGULAR" |
229 desc=""> | 229 desc=""> |
230 NA | 230 NA |
231 </message> | 231 </message> |
232 </if> | 232 </if> |
233 | 233 |
234 <if expr="lang in ['ar', 'ro', 'lv']"> | 234 <if expr="lang in ['ar', 'ro', 'lv']"> |
235 <message name="IDS_TIME_SECS_ZERO" | 235 <message name="IDS_TIME_SECS_ZERO" |
236 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 236 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
237 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs | 237 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs |
238 </message> | 238 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 </message> | 283 </message> |
284 </if> | 284 </if> |
285 | 285 |
286 | 286 |
287 <message name="IDS_TIME_LONG_SECS_DEFAULT" | 287 <message name="IDS_TIME_LONG_SECS_DEFAULT" |
288 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 288 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
289 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds | 289 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds |
290 </message> | 290 </message> |
291 | 291 |
292 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 292 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
293 <message name="IDS_TIME_LONG_SEC_SINGULAR" | 293 <message name="IDS_TIME_LONG_SECS_SINGULAR" |
294 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 294 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
295 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second | 295 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second |
296 </message> | 296 </message> |
297 </if> | 297 </if> |
298 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 298 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
299 <message translateable="false" name="IDS_TIME_LONG_SEC_SINGULAR" | 299 <message translateable="false" name="IDS_TIME_LONG_SECS_SINGULAR" |
300 desc=""> | 300 desc=""> |
301 NA | 301 NA |
302 </message> | 302 </message> |
303 </if> | 303 </if> |
304 | 304 |
305 <if expr="lang in ['ar', 'ro', 'lv']"> | 305 <if expr="lang in ['ar', 'ro', 'lv']"> |
306 <message name="IDS_TIME_LONG_SECS_ZERO" | 306 <message name="IDS_TIME_LONG_SECS_ZERO" |
307 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 307 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
308 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds | 308 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds |
309 </message> | 309 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 </message> | 354 </message> |
355 </if> | 355 </if> |
356 | 356 |
357 | 357 |
358 <message name="IDS_TIME_LONG_SECS_2ND_DEFAULT" | 358 <message name="IDS_TIME_LONG_SECS_2ND_DEFAULT" |
359 desc="Second part of 'xx minutes yy seconds' time format. This is
necessary for every language. It is the default for all the numbers NOT covered
by special cases (singular, dual/two, few, many) some languages need. For CJK,
Vietnamese, Turkish and Kannada, this is the only string necessary. For language
s with singular-plural distinction, this is the generic plural. For Lithuanian,
NUMBER_DEFAULT is 11..19."> | 359 desc="Second part of 'xx minutes yy seconds' time format. This is
necessary for every language. It is the default for all the numbers NOT covered
by special cases (singular, dual/two, few, many) some languages need. For CJK,
Vietnamese, Turkish and Kannada, this is the only string necessary. For language
s with singular-plural distinction, this is the generic plural. For Lithuanian,
NUMBER_DEFAULT is 11..19."> |
360 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds | 360 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds |
361 </message> | 361 </message> |
362 | 362 |
363 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 363 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
364 <message name="IDS_TIME_LONG_SEC_2ND_SINGULAR" | 364 <message name="IDS_TIME_LONG_SECS_2ND_SINGULAR" |
365 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian lang
uages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russia
n, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slov
enian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | 365 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian lang
uages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russia
n, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slov
enian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> |
366 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second | 366 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second |
367 </message> | 367 </message> |
368 </if> | 368 </if> |
369 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 369 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
370 <message translateable="false" name="IDS_TIME_LONG_SEC_2ND_SINGULAR" | 370 <message translateable="false" name="IDS_TIME_LONG_SECS_2NDS_SINGULAR" |
371 desc=""> | 371 desc=""> |
372 NA | 372 NA |
373 </message> | 373 </message> |
374 </if> | 374 </if> |
375 | 375 |
376 <if expr="lang in ['ar', 'ro', 'lv']"> | 376 <if expr="lang in ['ar', 'ro', 'lv']"> |
377 <message name="IDS_TIME_LONG_SECS_2ND_ZERO" | 377 <message name="IDS_TIME_LONG_SECS_2ND_ZERO" |
378 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For
other languages, do NOT translate."> | 378 desc="Second part of 'xx minutes yy seconds' time format where yy
(NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For
other languages, do NOT translate."> |
379 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds | 379 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds |
380 </message> | 380 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 </message> | 425 </message> |
426 </if> | 426 </if> |
427 | 427 |
428 | 428 |
429 <message name="IDS_TIME_MINS_DEFAULT" | 429 <message name="IDS_TIME_MINS_DEFAULT" |
430 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 430 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
431 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins | 431 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins |
432 </message> | 432 </message> |
433 | 433 |
434 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 434 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
435 <message name="IDS_TIME_MIN_SINGULAR" | 435 <message name="IDS_TIME_MINS_SINGULAR" |
436 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 436 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
437 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min | 437 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min |
438 </message> | 438 </message> |
439 </if> | 439 </if> |
440 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 440 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
441 <message translateable="false" name="IDS_TIME_MIN_SINGULAR" | 441 <message translateable="false" name="IDS_TIME_MINS_SINGULAR" |
442 desc=""> | 442 desc=""> |
443 NA | 443 NA |
444 </message> | 444 </message> |
445 </if> | 445 </if> |
446 | 446 |
447 <if expr="lang in ['ar', 'ro', 'lv']"> | 447 <if expr="lang in ['ar', 'ro', 'lv']"> |
448 <message name="IDS_TIME_MINS_ZERO" | 448 <message name="IDS_TIME_MINS_ZERO" |
449 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 449 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
450 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins | 450 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins |
451 </message> | 451 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 </message> | 496 </message> |
497 </if> | 497 </if> |
498 | 498 |
499 | 499 |
500 <message name="IDS_TIME_LONG_MINS_DEFAULT" | 500 <message name="IDS_TIME_LONG_MINS_DEFAULT" |
501 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 501 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
502 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes | 502 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes |
503 </message> | 503 </message> |
504 | 504 |
505 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 505 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
506 <message name="IDS_TIME_LONG_MIN_SINGULAR" | 506 <message name="IDS_TIME_LONG_MINS_SINGULAR" |
507 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 507 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
508 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute | 508 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute |
509 </message> | 509 </message> |
510 </if> | 510 </if> |
511 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 511 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
512 <message translateable="false" name="IDS_TIME_LONG_MIN_SINGULAR" | 512 <message translateable="false" name="IDS_TIME_LONG_MINS_SINGULAR" |
513 desc=""> | 513 desc=""> |
514 NA | 514 NA |
515 </message> | 515 </message> |
516 </if> | 516 </if> |
517 | 517 |
518 <if expr="lang in ['ar', 'ro', 'lv']"> | 518 <if expr="lang in ['ar', 'ro', 'lv']"> |
519 <message name="IDS_TIME_LONG_MINS_ZERO" | 519 <message name="IDS_TIME_LONG_MINS_ZERO" |
520 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 520 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
521 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes | 521 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes |
522 </message> | 522 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 </message> | 567 </message> |
568 </if> | 568 </if> |
569 | 569 |
570 | 570 |
571 <message name="IDS_TIME_LONG_MINS_1ST_DEFAULT" | 571 <message name="IDS_TIME_LONG_MINS_1ST_DEFAULT" |
572 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e). This is necessary for every language. It is the default for all the numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need
. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. F
or languages with singular-plural distinction, this is the generic plural. For L
ithuanian, NUMBER_DEFAULT is 11..19."> | 572 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e). This is necessary for every language. It is the default for all the numbers
NOT covered by special cases (singular, dual/two, few, many) some languages need
. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. F
or languages with singular-plural distinction, this is the generic plural. For L
ithuanian, NUMBER_DEFAULT is 11..19."> |
573 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes ''' | 573 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes ''' |
574 </message> | 574 </message> |
575 | 575 |
576 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 576 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
577 <message name="IDS_TIME_LONG_MIN_1ST_SINGULAR" | 577 <message name="IDS_TIME_LONG_MINS_1ST_SINGULAR" |
578 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most
Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31,
... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201
, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannad
a."> | 578 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most
Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31,
... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201
, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannad
a."> |
579 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute ''' | 579 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute ''' |
580 </message> | 580 </message> |
581 </if> | 581 </if> |
582 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 582 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
583 <message translateable="false" name="IDS_TIME_LONG_MIN_1ST_SINGULAR" | 583 <message translateable="false" name="IDS_TIME_LONG_MINS_1ST_SINGULAR" |
584 desc=""> | 584 desc=""> |
585 NA | 585 NA |
586 </message> | 586 </message> |
587 </if> | 587 </if> |
588 | 588 |
589 <if expr="lang in ['ar', 'ro', 'lv']"> | 589 <if expr="lang in ['ar', 'ro', 'lv']"> |
590 <message name="IDS_TIME_LONG_MINS_1ST_ZERO" | 590 <message name="IDS_TIME_LONG_MINS_1ST_ZERO" |
591 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Rom
anian). For other languages, do NOT translate."> | 591 desc="First part of 'xx minutes yy seconds' time format (includin
g the space between first and second part, if the language requires a space ther
e) where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Rom
anian). For other languages, do NOT translate."> |
592 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes ''' | 592 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes ''' |
593 </message> | 593 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 </message> | 638 </message> |
639 </if> | 639 </if> |
640 | 640 |
641 | 641 |
642 <message name="IDS_TIME_LONG_MINS_2ND_DEFAULT" | 642 <message name="IDS_TIME_LONG_MINS_2ND_DEFAULT" |
643 desc="Second part of 'xx hours yy minutes' time format. This is n
ecessary for every language. It is the default for all the numbers NOT covered b
y special cases (singular, dual/two, few, many) some languages need. For CJK, Vi
etnamese, Turkish and Kannada, this is the only string necessary. For languages
with singular-plural distinction, this is the generic plural. For Lithuanian, NU
MBER_DEFAULT is 11..19."> | 643 desc="Second part of 'xx hours yy minutes' time format. This is n
ecessary for every language. It is the default for all the numbers NOT covered b
y special cases (singular, dual/two, few, many) some languages need. For CJK, Vi
etnamese, Turkish and Kannada, this is the only string necessary. For languages
with singular-plural distinction, this is the generic plural. For Lithuanian, NU
MBER_DEFAULT is 11..19."> |
644 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes | 644 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes |
645 </message> | 645 </message> |
646 | 646 |
647 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 647 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
648 <message name="IDS_TIME_LONG_MIN_2ND_SINGULAR" | 648 <message name="IDS_TIME_LONG_MINS_2ND_SINGULAR" |
649 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian langua
ges), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian,
Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Sloven
ian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | 649 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ONE) is a one or one-like number: 1 (many European and most Indian langua
ges), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian,
Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Sloven
ian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> |
650 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute | 650 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute |
651 </message> | 651 </message> |
652 </if> | 652 </if> |
653 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 653 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
654 <message translateable="false" name="IDS_TIME_LONG_MIN_2ND_SINGULAR" | 654 <message translateable="false" name="IDS_TIME_LONG_MINS_2ND_SINGULAR" |
655 desc=""> | 655 desc=""> |
656 NA | 656 NA |
657 </message> | 657 </message> |
658 </if> | 658 </if> |
659 | 659 |
660 <if expr="lang in ['ar', 'ro', 'lv']"> | 660 <if expr="lang in ['ar', 'ro', 'lv']"> |
661 <message name="IDS_TIME_LONG_MINS_2ND_ZERO" | 661 <message name="IDS_TIME_LONG_MINS_2ND_ZERO" |
662 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For o
ther languages, do NOT translate."> | 662 desc="Second part of 'xx hours yy minutes' time format where yy (
NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For o
ther languages, do NOT translate."> |
663 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes | 663 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes |
664 </message> | 664 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 </message> | 709 </message> |
710 </if> | 710 </if> |
711 | 711 |
712 | 712 |
713 <message name="IDS_TIME_HOURS_DEFAULT" | 713 <message name="IDS_TIME_HOURS_DEFAULT" |
714 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 714 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
715 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours | 715 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours |
716 </message> | 716 </message> |
717 | 717 |
718 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 718 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
719 <message name="IDS_TIME_HOUR_SINGULAR" | 719 <message name="IDS_TIME_HOURS_SINGULAR" |
720 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 720 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
721 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour | 721 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour |
722 </message> | 722 </message> |
723 </if> | 723 </if> |
724 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 724 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
725 <message translateable="false" name="IDS_TIME_HOUR_SINGULAR" | 725 <message translateable="false" name="IDS_TIME_HOURS_SINGULAR" |
726 desc=""> | 726 desc=""> |
727 NA | 727 NA |
728 </message> | 728 </message> |
729 </if> | 729 </if> |
730 | 730 |
731 <if expr="lang in ['ar', 'ro', 'lv']"> | 731 <if expr="lang in ['ar', 'ro', 'lv']"> |
732 <message name="IDS_TIME_HOURS_ZERO" | 732 <message name="IDS_TIME_HOURS_ZERO" |
733 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 733 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
734 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours | 734 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours |
735 </message> | 735 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
780 </message> | 780 </message> |
781 </if> | 781 </if> |
782 | 782 |
783 | 783 |
784 <message name="IDS_TIME_HOURS_1ST_DEFAULT" | 784 <message name="IDS_TIME_HOURS_1ST_DEFAULT" |
785 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
. This is necessary for every language. It is the default for all the numbers NO
T covered by special cases (singular, dual/two, few, many) some languages need.
For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For
languages with singular-plural distinction, this is the generic plural. For Lit
huanian, NUMBER_DEFAULT is 11..19."> | 785 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
. This is necessary for every language. It is the default for all the numbers NO
T covered by special cases (singular, dual/two, few, many) some languages need.
For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For
languages with singular-plural distinction, this is the generic plural. For Lit
huanian, NUMBER_DEFAULT is 11..19."> |
786 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ''' | 786 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ''' |
787 </message> | 787 </message> |
788 | 788 |
789 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 789 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
790 <message name="IDS_TIME_HOUR_1ST_SINGULAR" | 790 <message name="IDS_TIME_HOURS_1ST_SINGULAR" |
791 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most In
dian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ..
. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201,
... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada.
"> | 791 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most In
dian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ..
. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201,
... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada.
"> |
792 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ''' | 792 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ''' |
793 </message> | 793 </message> |
794 </if> | 794 </if> |
795 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 795 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
796 <message translateable="false" name="IDS_TIME_HOUR_1ST_SINGULAR" | 796 <message translateable="false" name="IDS_TIME_HOURS_1ST_SINGULAR" |
797 desc=""> | 797 desc=""> |
798 NA | 798 NA |
799 </message> | 799 </message> |
800 </if> | 800 </if> |
801 | 801 |
802 <if expr="lang in ['ar', 'ro', 'lv']"> | 802 <if expr="lang in ['ar', 'ro', 'lv']"> |
803 <message name="IDS_TIME_HOURS_1ST_ZERO" | 803 <message name="IDS_TIME_HOURS_1ST_ZERO" |
804 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Roman
ian). For other languages, do NOT translate."> | 804 desc="First part of 'xx hours yy minutes' time format (including
the space between first and second part, if the language requires a space there)
where xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Roman
ian). For other languages, do NOT translate."> |
805 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ''' | 805 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ''' |
806 </message> | 806 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 </message> | 851 </message> |
852 </if> | 852 </if> |
853 | 853 |
854 | 854 |
855 <message name="IDS_TIME_HOURS_2ND_DEFAULT" | 855 <message name="IDS_TIME_HOURS_2ND_DEFAULT" |
856 desc="Second part of 'xx days yy hours' time format. This is nece
ssary for every language. It is the default for all the numbers NOT covered by s
pecial cases (singular, dual/two, few, many) some languages need. For CJK, Vietn
amese, Turkish and Kannada, this is the only string necessary. For languages wit
h singular-plural distinction, this is the generic plural. For Lithuanian, NUMBE
R_DEFAULT is 11..19."> | 856 desc="Second part of 'xx days yy hours' time format. This is nece
ssary for every language. It is the default for all the numbers NOT covered by s
pecial cases (singular, dual/two, few, many) some languages need. For CJK, Vietn
amese, Turkish and Kannada, this is the only string necessary. For languages wit
h singular-plural distinction, this is the generic plural. For Lithuanian, NUMBE
R_DEFAULT is 11..19."> |
857 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours | 857 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours |
858 </message> | 858 </message> |
859 | 859 |
860 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 860 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
861 <message name="IDS_TIME_HOUR_2ND_SINGULAR" | 861 <message name="IDS_TIME_HOURS_2ND_SINGULAR" |
862 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ONE) is a one or one-like number: 1 (many European and most Indian languages
), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian, Uk
rainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slovenian
). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | 862 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ONE) is a one or one-like number: 1 (many European and most Indian languages
), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (Russian, Uk
rainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ... (Slovenian
). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> |
863 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour | 863 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour |
864 </message> | 864 </message> |
865 </if> | 865 </if> |
866 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 866 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
867 <message translateable="false" name="IDS_TIME_HOUR_2ND_SINGULAR" | 867 <message translateable="false" name="IDS_TIME_HOURS_2ND_SINGULAR" |
868 desc=""> | 868 desc=""> |
869 NA | 869 NA |
870 </message> | 870 </message> |
871 </if> | 871 </if> |
872 | 872 |
873 <if expr="lang in ['ar', 'ro', 'lv']"> | 873 <if expr="lang in ['ar', 'ro', 'lv']"> |
874 <message name="IDS_TIME_HOURS_2ND_ZERO" | 874 <message name="IDS_TIME_HOURS_2ND_ZERO" |
875 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For othe
r languages, do NOT translate."> | 875 desc="Second part of 'xx days yy hours' time format where yy (NUM
BER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For othe
r languages, do NOT translate."> |
876 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours | 876 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours |
877 </message> | 877 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 </message> | 922 </message> |
923 </if> | 923 </if> |
924 | 924 |
925 | 925 |
926 <message name="IDS_TIME_DAYS_DEFAULT" | 926 <message name="IDS_TIME_DAYS_DEFAULT" |
927 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 927 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
928 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days | 928 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days |
929 </message> | 929 </message> |
930 | 930 |
931 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 931 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
932 <message name="IDS_TIME_DAY_SINGULAR" | 932 <message name="IDS_TIME_DAYS_SINGULAR" |
933 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 933 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
934 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day | 934 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day |
935 </message> | 935 </message> |
936 </if> | 936 </if> |
937 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 937 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
938 <message translateable="false" name="IDS_TIME_DAY_SINGULAR" | 938 <message translateable="false" name="IDS_TIME_DAYS_SINGULAR" |
939 desc=""> | 939 desc=""> |
940 NA | 940 NA |
941 </message> | 941 </message> |
942 </if> | 942 </if> |
943 | 943 |
944 <if expr="lang in ['ar', 'ro', 'lv']"> | 944 <if expr="lang in ['ar', 'ro', 'lv']"> |
945 <message name="IDS_TIME_DAYS_ZERO" | 945 <message name="IDS_TIME_DAYS_ZERO" |
946 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 946 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
947 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days | 947 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days |
948 </message> | 948 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 </message> | 993 </message> |
994 </if> | 994 </if> |
995 | 995 |
996 | 996 |
997 <message name="IDS_TIME_DAYS_1ST_DEFAULT" | 997 <message name="IDS_TIME_DAYS_1ST_DEFAULT" |
998 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there). T
his is necessary for every language. It is the default for all the numbers NOT c
overed by special cases (singular, dual/two, few, many) some languages need. For
CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For la
nguages with singular-plural distinction, this is the generic plural. For Lithua
nian, NUMBER_DEFAULT is 11..19."> | 998 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there). T
his is necessary for every language. It is the default for all the numbers NOT c
overed by special cases (singular, dual/two, few, many) some languages need. For
CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For la
nguages with singular-plural distinction, this is the generic plural. For Lithua
nian, NUMBER_DEFAULT is 11..19."> |
999 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ''' | 999 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ''' |
1000 </message> | 1000 </message> |
1001 | 1001 |
1002 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1002 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1003 <message name="IDS_TIME_DAY_1ST_SINGULAR" | 1003 <message name="IDS_TIME_DAYS_1ST_SINGULAR" |
1004 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most India
n languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (
Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ...
(Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> | 1004 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ONE) is a one or one-like number: 1 (many European and most India
n languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 21, 31, ... (
Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, ...
(Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada."> |
1005 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ''' | 1005 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ''' |
1006 </message> | 1006 </message> |
1007 </if> | 1007 </if> |
1008 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1008 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1009 <message translateable="false" name="IDS_TIME_DAY_1ST_SINGULAR" | 1009 <message translateable="false" name="IDS_TIME_DAYS_1ST_SINGULAR" |
1010 desc=""> | 1010 desc=""> |
1011 NA | 1011 NA |
1012 </message> | 1012 </message> |
1013 </if> | 1013 </if> |
1014 | 1014 |
1015 <if expr="lang in ['ar', 'ro', 'lv']"> | 1015 <if expr="lang in ['ar', 'ro', 'lv']"> |
1016 <message name="IDS_TIME_DAYS_1ST_ZERO" | 1016 <message name="IDS_TIME_DAYS_1ST_ZERO" |
1017 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian
). For other languages, do NOT translate."> | 1017 desc="First part of 'xx days yy hours' time format (including the
space between first and second part, if the language requires a space there) wh
ere xx (NUMBER_ZERO) is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian
). For other languages, do NOT translate."> |
1018 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ''' | 1018 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ''' |
1019 </message> | 1019 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 </message> | 1064 </message> |
1065 </if> | 1065 </if> |
1066 | 1066 |
1067 | 1067 |
1068 <message name="IDS_TIME_REMAINING_SECS_DEFAULT" | 1068 <message name="IDS_TIME_REMAINING_SECS_DEFAULT" |
1069 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1069 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1070 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs left | 1070 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs left |
1071 </message> | 1071 </message> |
1072 | 1072 |
1073 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1073 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1074 <message name="IDS_TIME_REMAINING_SEC_SINGULAR" | 1074 <message name="IDS_TIME_REMAINING_SECS_SINGULAR" |
1075 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1075 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1076 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec left | 1076 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec left |
1077 </message> | 1077 </message> |
1078 </if> | 1078 </if> |
1079 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1079 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1080 <message translateable="false" name="IDS_TIME_REMAINING_SEC_SINGULAR" | 1080 <message translateable="false" name="IDS_TIME_REMAINING_SECS_SINGULAR" |
1081 desc=""> | 1081 desc=""> |
1082 NA | 1082 NA |
1083 </message> | 1083 </message> |
1084 </if> | 1084 </if> |
1085 | 1085 |
1086 <if expr="lang in ['ar', 'ro', 'lv']"> | 1086 <if expr="lang in ['ar', 'ro', 'lv']"> |
1087 <message name="IDS_TIME_REMAINING_SECS_ZERO" | 1087 <message name="IDS_TIME_REMAINING_SECS_ZERO" |
1088 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1088 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1089 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs left | 1089 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs left |
1090 </message> | 1090 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 </message> | 1135 </message> |
1136 </if> | 1136 </if> |
1137 | 1137 |
1138 | 1138 |
1139 <message name="IDS_TIME_REMAINING_LONG_SECS_DEFAULT" | 1139 <message name="IDS_TIME_REMAINING_LONG_SECS_DEFAULT" |
1140 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1140 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1141 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds left | 1141 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds left |
1142 </message> | 1142 </message> |
1143 | 1143 |
1144 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1144 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1145 <message name="IDS_TIME_REMAINING_LONG_SEC_SINGULAR" | 1145 <message name="IDS_TIME_REMAINING_LONG_SECS_SINGULAR" |
1146 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1146 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1147 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second left | 1147 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second left |
1148 </message> | 1148 </message> |
1149 </if> | 1149 </if> |
1150 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1150 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1151 <message translateable="false" name="IDS_TIME_REMAINING_SEC_SINGULAR" | 1151 <message translateable="false" name="IDS_TIME_REMAINING_SECS_SINGULAR" |
1152 desc=""> | 1152 desc=""> |
1153 NA | 1153 NA |
1154 </message> | 1154 </message> |
1155 </if> | 1155 </if> |
1156 | 1156 |
1157 <if expr="lang in ['ar', 'ro', 'lv']"> | 1157 <if expr="lang in ['ar', 'ro', 'lv']"> |
1158 <message name="IDS_TIME_REMAINING_LONG_SECS_ZERO" | 1158 <message name="IDS_TIME_REMAINING_LONG_SECS_ZERO" |
1159 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1159 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1160 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds left | 1160 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds left |
1161 </message> | 1161 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1206 </message> | 1206 </message> |
1207 </if> | 1207 </if> |
1208 | 1208 |
1209 | 1209 |
1210 <message name="IDS_TIME_REMAINING_MINS_DEFAULT" | 1210 <message name="IDS_TIME_REMAINING_MINS_DEFAULT" |
1211 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1211 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1212 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins left | 1212 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins left |
1213 </message> | 1213 </message> |
1214 | 1214 |
1215 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1215 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1216 <message name="IDS_TIME_REMAINING_MIN_SINGULAR" | 1216 <message name="IDS_TIME_REMAINING_MINS_SINGULAR" |
1217 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1217 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1218 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min left | 1218 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min left |
1219 </message> | 1219 </message> |
1220 </if> | 1220 </if> |
1221 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1221 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1222 <message translateable="false" name="IDS_TIME_REMAINING_MIN_SINGULAR" | 1222 <message translateable="false" name="IDS_TIME_REMAINING_MINS_SINGULAR" |
1223 desc=""> | 1223 desc=""> |
1224 NA | 1224 NA |
1225 </message> | 1225 </message> |
1226 </if> | 1226 </if> |
1227 | 1227 |
1228 <if expr="lang in ['ar', 'ro', 'lv']"> | 1228 <if expr="lang in ['ar', 'ro', 'lv']"> |
1229 <message name="IDS_TIME_REMAINING_MINS_ZERO" | 1229 <message name="IDS_TIME_REMAINING_MINS_ZERO" |
1230 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1230 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1231 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins left | 1231 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins left |
1232 </message> | 1232 </message> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1276 NA | 1276 NA |
1277 </message> | 1277 </message> |
1278 </if> | 1278 </if> |
1279 | 1279 |
1280 <message name="IDS_TIME_REMAINING_LONG_MINS_DEFAULT" | 1280 <message name="IDS_TIME_REMAINING_LONG_MINS_DEFAULT" |
1281 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1281 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1282 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes left | 1282 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> minutes left |
1283 </message> | 1283 </message> |
1284 | 1284 |
1285 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1285 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1286 <message name="IDS_TIME_REMAINING_LONG_MIN_SINGULAR" | 1286 <message name="IDS_TIME_REMAINING_LONG_MINS_SINGULAR" |
1287 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1287 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1288 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute left | 1288 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> minute left |
1289 </message> | 1289 </message> |
1290 </if> | 1290 </if> |
1291 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1291 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1292 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MIN_SINGULAR" | 1292 <message translateable="false" name="IDS_TIME_REMAINING_LONG_MINS_SINGULAR
" |
1293 desc=""> | 1293 desc=""> |
1294 NA | 1294 NA |
1295 </message> | 1295 </message> |
1296 </if> | 1296 </if> |
1297 | 1297 |
1298 <if expr="lang in ['ar', 'ro', 'lv']"> | 1298 <if expr="lang in ['ar', 'ro', 'lv']"> |
1299 <message name="IDS_TIME_REMAINING_LONG_MINS_ZERO" | 1299 <message name="IDS_TIME_REMAINING_LONG_MINS_ZERO" |
1300 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1300 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1301 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes left | 1301 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> minutes left |
1302 </message> | 1302 </message> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 NA | 1346 NA |
1347 </message> | 1347 </message> |
1348 </if> | 1348 </if> |
1349 | 1349 |
1350 <message name="IDS_TIME_REMAINING_HOURS_DEFAULT" | 1350 <message name="IDS_TIME_REMAINING_HOURS_DEFAULT" |
1351 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1351 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1352 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours left | 1352 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours left |
1353 </message> | 1353 </message> |
1354 | 1354 |
1355 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1355 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1356 <message name="IDS_TIME_REMAINING_HOUR_SINGULAR" | 1356 <message name="IDS_TIME_REMAINING_HOURS_SINGULAR" |
1357 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1357 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1358 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour left | 1358 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour left |
1359 </message> | 1359 </message> |
1360 </if> | 1360 </if> |
1361 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1361 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1362 <message translateable="false" name="IDS_TIME_REMAINING_HOUR_SINGULAR" | 1362 <message translateable="false" name="IDS_TIME_REMAINING_HOURS_SINGULAR" |
1363 desc=""> | 1363 desc=""> |
1364 NA | 1364 NA |
1365 </message> | 1365 </message> |
1366 </if> | 1366 </if> |
1367 | 1367 |
1368 <if expr="lang in ['ar', 'ro', 'lv']"> | 1368 <if expr="lang in ['ar', 'ro', 'lv']"> |
1369 <message name="IDS_TIME_REMAINING_HOURS_ZERO" | 1369 <message name="IDS_TIME_REMAINING_HOURS_ZERO" |
1370 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1370 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1371 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours left | 1371 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours left |
1372 </message> | 1372 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1417 </message> | 1417 </message> |
1418 </if> | 1418 </if> |
1419 | 1419 |
1420 | 1420 |
1421 <message name="IDS_TIME_REMAINING_DAYS_DEFAULT" | 1421 <message name="IDS_TIME_REMAINING_DAYS_DEFAULT" |
1422 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1422 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1423 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days left | 1423 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days left |
1424 </message> | 1424 </message> |
1425 | 1425 |
1426 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1426 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1427 <message name="IDS_TIME_REMAINING_DAY_SINGULAR" | 1427 <message name="IDS_TIME_REMAINING_DAYS_SINGULAR" |
1428 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1428 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1429 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day left | 1429 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day left |
1430 </message> | 1430 </message> |
1431 </if> | 1431 </if> |
1432 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1432 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1433 <message translateable="false" name="IDS_TIME_REMAINING_DAY_SINGULAR" | 1433 <message translateable="false" name="IDS_TIME_REMAINING_DAYS_SINGULAR" |
1434 desc=""> | 1434 desc=""> |
1435 NA | 1435 NA |
1436 </message> | 1436 </message> |
1437 </if> | 1437 </if> |
1438 | 1438 |
1439 <if expr="lang in ['ar', 'ro', 'lv']"> | 1439 <if expr="lang in ['ar', 'ro', 'lv']"> |
1440 <message name="IDS_TIME_REMAINING_DAYS_ZERO" | 1440 <message name="IDS_TIME_REMAINING_DAYS_ZERO" |
1441 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1441 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1442 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days left | 1442 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days left |
1443 </message> | 1443 </message> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1487 NA | 1487 NA |
1488 </message> | 1488 </message> |
1489 </if> | 1489 </if> |
1490 | 1490 |
1491 <message name="IDS_TIME_ELAPSED_SECS_DEFAULT" | 1491 <message name="IDS_TIME_ELAPSED_SECS_DEFAULT" |
1492 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1492 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1493 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs ago | 1493 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> secs ago |
1494 </message> | 1494 </message> |
1495 | 1495 |
1496 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1496 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1497 <message name="IDS_TIME_ELAPSED_SEC_SINGULAR" | 1497 <message name="IDS_TIME_ELAPSED_SECS_SINGULAR" |
1498 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1498 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1499 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec ago | 1499 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> sec ago |
1500 </message> | 1500 </message> |
1501 </if> | 1501 </if> |
1502 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1502 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1503 <message translateable="false" name="IDS_TIME_ELAPSED_SEC_SINGULAR" | 1503 <message translateable="false" name="IDS_TIME_ELAPSED_SECS_SINGULAR" |
1504 desc=""> | 1504 desc=""> |
1505 NA | 1505 NA |
1506 </message> | 1506 </message> |
1507 </if> | 1507 </if> |
1508 | 1508 |
1509 <if expr="lang in ['ar', 'ro', 'lv']"> | 1509 <if expr="lang in ['ar', 'ro', 'lv']"> |
1510 <message name="IDS_TIME_ELAPSED_SECS_ZERO" | 1510 <message name="IDS_TIME_ELAPSED_SECS_ZERO" |
1511 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1511 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1512 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs ago | 1512 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> secs ago |
1513 </message> | 1513 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 </message> | 1558 </message> |
1559 </if> | 1559 </if> |
1560 | 1560 |
1561 | 1561 |
1562 <message name="IDS_TIME_ELAPSED_MINS_DEFAULT" | 1562 <message name="IDS_TIME_ELAPSED_MINS_DEFAULT" |
1563 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1563 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1564 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins ago | 1564 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins ago |
1565 </message> | 1565 </message> |
1566 | 1566 |
1567 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1567 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1568 <message name="IDS_TIME_ELAPSED_MIN_SINGULAR" | 1568 <message name="IDS_TIME_ELAPSED_MINS_SINGULAR" |
1569 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1569 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1570 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min ago | 1570 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min ago |
1571 </message> | 1571 </message> |
1572 </if> | 1572 </if> |
1573 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1573 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1574 <message translateable="false" name="IDS_TIME_ELAPSED_MIN_SINGULAR" | 1574 <message translateable="false" name="IDS_TIME_ELAPSED_MINS_SINGULAR" |
1575 desc=""> | 1575 desc=""> |
1576 NA | 1576 NA |
1577 </message> | 1577 </message> |
1578 </if> | 1578 </if> |
1579 | 1579 |
1580 <if expr="lang in ['ar', 'ro', 'lv']"> | 1580 <if expr="lang in ['ar', 'ro', 'lv']"> |
1581 <message name="IDS_TIME_ELAPSED_MINS_ZERO" | 1581 <message name="IDS_TIME_ELAPSED_MINS_ZERO" |
1582 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1582 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1583 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins ago | 1583 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> mins ago |
1584 </message> | 1584 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1629 </message> | 1629 </message> |
1630 </if> | 1630 </if> |
1631 | 1631 |
1632 | 1632 |
1633 <message name="IDS_TIME_ELAPSED_HOURS_DEFAULT" | 1633 <message name="IDS_TIME_ELAPSED_HOURS_DEFAULT" |
1634 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1634 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1635 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ago | 1635 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> hours ago |
1636 </message> | 1636 </message> |
1637 | 1637 |
1638 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1638 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1639 <message name="IDS_TIME_ELAPSED_HOUR_SINGULAR" | 1639 <message name="IDS_TIME_ELAPSED_HOURS_SINGULAR" |
1640 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1640 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1641 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ago | 1641 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> hour ago |
1642 </message> | 1642 </message> |
1643 </if> | 1643 </if> |
1644 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1644 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1645 <message translateable="false" name="IDS_TIME_ELAPSED_HOUR_SINGULAR" | 1645 <message translateable="false" name="IDS_TIME_ELAPSED_HOURS_SINGULAR" |
1646 desc=""> | 1646 desc=""> |
1647 NA | 1647 NA |
1648 </message> | 1648 </message> |
1649 </if> | 1649 </if> |
1650 | 1650 |
1651 <if expr="lang in ['ar', 'ro', 'lv']"> | 1651 <if expr="lang in ['ar', 'ro', 'lv']"> |
1652 <message name="IDS_TIME_ELAPSED_HOURS_ZERO" | 1652 <message name="IDS_TIME_ELAPSED_HOURS_ZERO" |
1653 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1653 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1654 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ago | 1654 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> hours ago |
1655 </message> | 1655 </message> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1700 </message> | 1700 </message> |
1701 </if> | 1701 </if> |
1702 | 1702 |
1703 | 1703 |
1704 <message name="IDS_TIME_ELAPSED_DAYS_DEFAULT" | 1704 <message name="IDS_TIME_ELAPSED_DAYS_DEFAULT" |
1705 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> | 1705 desc="This is necessary for every language. It is the default for
all the numbers NOT covered by special cases (singular, dual/two, few, many) so
me languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only st
ring necessary. For languages with singular-plural distinction, this is the gene
ric plural. For Lithuanian, NUMBER_DEFAULT is 11..19."> |
1706 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ago | 1706 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> days ago |
1707 </message> | 1707 </message> |
1708 | 1708 |
1709 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1709 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1710 <message name="IDS_TIME_ELAPSED_DAY_SINGULAR" | 1710 <message name="IDS_TIME_ELAPSED_DAYS_SINGULAR" |
1711 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> | 1711 desc="NUMBER_ONE is a one or one-like number: 1 (many European an
d most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1, 2
1, 31, ... (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 1
01, 201, ... (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and
Kannada."> |
1712 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ago | 1712 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> day ago |
1713 </message> | 1713 </message> |
1714 </if> | 1714 </if> |
1715 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 1715 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
1716 <message translateable="false" name="IDS_TIME_ELAPSED_DAY_SINGULAR" | 1716 <message translateable="false" name="IDS_TIME_ELAPSED_DAYS_SINGULAR" |
1717 desc=""> | 1717 desc=""> |
1718 NA | 1718 NA |
1719 </message> | 1719 </message> |
1720 </if> | 1720 </if> |
1721 | 1721 |
1722 <if expr="lang in ['ar', 'ro', 'lv']"> | 1722 <if expr="lang in ['ar', 'ro', 'lv']"> |
1723 <message name="IDS_TIME_ELAPSED_DAYS_ZERO" | 1723 <message name="IDS_TIME_ELAPSED_DAYS_ZERO" |
1724 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> | 1724 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, .
.. (Romanian). For other languages, do NOT translate."> |
1725 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ago | 1725 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> days ago |
1726 </message> | 1726 </message> |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2182 </message> | 2182 </message> |
2183 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th
e spoken feedback text for closing an app launcher folder"> | 2183 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th
e spoken feedback text for closing an app launcher folder"> |
2184 Close folder | 2184 Close folder |
2185 </message> | 2185 </message> |
2186 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> | 2186 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> |
2187 Speak now | 2187 Speak now |
2188 </message> | 2188 </message> |
2189 </messages> | 2189 </messages> |
2190 </release> | 2190 </release> |
2191 </grit> | 2191 </grit> |
OLD | NEW |