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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
560 </message> | 560 </message> |
561 </if> | 561 </if> |
562 <if expr="lang != 'ar'"> | 562 <if expr="lang != 'ar'"> |
563 <message translateable="false" name="IDS_TIME_REMAINING_SECS_MANY" | 563 <message translateable="false" name="IDS_TIME_REMAINING_SECS_MANY" |
564 desc=""> | 564 desc=""> |
565 NA | 565 NA |
566 </message> | 566 </message> |
567 </if> | 567 </if> |
568 | 568 |
569 | 569 |
570 <message name="IDS_TIME_REMAINING_LONG_SECS_DEFAULT" | |
571 desc="This is necessary for every language. This is the default f or 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 languages with singular-plural distinction, this is the ge neric plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19."> | |
572 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> seconds left | |
573 </message> | |
574 | |
575 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
576 <message name="IDS_TIME_REMAINING_LONG_SEC_SINGULAR" | |
577 desc="NUMBER_ONE is one or one-like numbers : 1 (many European an d 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 Kan nada"> | |
bartfab (slow)
2014/02/05 17:48:19
Nit 1: s/one-like numbers/a one-like number/
Nit
| |
578 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> second left | |
579 </message> | |
580 </if> | |
581 <if expr="lang in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | |
582 <message translateable="false" name="IDS_TIME_REMAINING_SEC_SINGULAR" | |
583 desc=""> | |
584 NA | |
585 </message> | |
586 </if> | |
587 | |
588 <if expr="lang in ['ar', 'ro', 'lv']"> | |
589 <message name="IDS_TIME_REMAINING_LONG_SECS_ZERO" | |
590 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, . .. (Romanian). For other languages, do NOT translate."> | |
591 <ph name="NUMBER_ZERO"><ex>0</ex>#</ph> seconds left | |
592 </message> | |
593 </if> | |
594 <if expr="lang not in ['ar', 'ro', 'lv']"> | |
595 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_ZERO" | |
596 desc=""> | |
597 NA | |
598 </message> | |
599 </if> | |
600 | |
601 <if expr="lang in ['ga', 'sl', 'ar']"> | |
602 <message name="IDS_TIME_REMAINING_LONG_SECS_TWO" | |
603 desc="NUMBER_TWO is two or two-like/dual numbers : 2 (Arabic and Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translated. "> | |
bartfab (slow)
2014/02/05 17:48:19
Nit 1: s/or 2/or 2/
Nit 2: s/translated/translate
| |
604 <ph name="NUMBER_TWO"><ex>2</ex>#</ph> seconds left | |
605 </message> | |
606 </if> | |
607 <if expr="lang not in ['ga', 'sl', 'ar']"> | |
608 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_TWO" | |
609 desc=""> | |
610 NA | |
611 </message> | |
612 </if> | |
613 | |
614 <if expr="lang in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar']" > | |
615 <message name="IDS_TIME_REMAINING_LONG_SECS_FEW" | |
616 desc="NUMBER_FEW is few or few-like numbers in Arabic, Russian, P olish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For othe r languages, do NOT translate."> | |
617 <ph name="NUMBER_FEW"><ex>3</ex>#</ph> seconds left | |
618 </message> | |
619 </if> | |
620 <if expr="lang not in ['ru', 'lt', 'hr', 'uk', 'cs', 'sk', 'pl', 'sl', 'ar ']"> | |
621 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_FEW" | |
622 desc=""> | |
623 NA | |
624 </message> | |
625 </if> | |
626 | |
627 <if expr="lang == 'ar'"> | |
628 <message name="IDS_TIME_REMAINING_LONG_SECS_MANY" | |
629 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other langu ages, do NOT translate."> | |
630 <ph name="NUMBER_MANY"><ex>23</ex>#</ph> seconds left | |
631 </message> | |
632 </if> | |
633 <if expr="lang != 'ar'"> | |
634 <message translateable="false" name="IDS_TIME_REMAINING_LONG_SECS_MANY" | |
635 desc=""> | |
636 NA | |
637 </message> | |
638 </if> | |
639 | |
640 | |
570 <message name="IDS_TIME_REMAINING_MINS_DEFAULT" | 641 <message name="IDS_TIME_REMAINING_MINS_DEFAULT" |
571 desc="This is necessary for every language. This is the default f or 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 languages with singular-plural distinction, this is the ge neric plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19."> | 642 desc="This is necessary for every language. This is the default f or 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 languages with singular-plural distinction, this is the ge neric plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19."> |
572 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins left | 643 <ph name="NUMBER_DEFAULT"><ex>37</ex>#</ph> mins left |
573 </message> | 644 </message> |
574 | 645 |
575 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> | 646 <if expr="lang not in ['zh-CN', 'zh-TW', 'ko', 'ja', 'vi', 'tr', 'kn']"> |
576 <message name="IDS_TIME_REMAINING_MIN_SINGULAR" | 647 <message name="IDS_TIME_REMAINING_MIN_SINGULAR" |
577 desc="NUMBER_ONE is one or one-like numbers : 1 (many European an d 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 Kan nada"> | 648 desc="NUMBER_ONE is one or one-like numbers : 1 (many European an d 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 Kan nada"> |
578 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min left | 649 <ph name="NUMBER_ONE"><ex>1</ex>#</ph> min left |
579 </message> | 650 </message> |
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1607 </message> | 1678 </message> |
1608 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> | 1679 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder text for app list folder name."> |
1609 Unnamed Folder | 1680 Unnamed Folder |
1610 </message> | 1681 </message> |
1611 <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"> | 1682 <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"> |
1612 Speak now | 1683 Speak now |
1613 </message> | 1684 </message> |
1614 </messages> | 1685 </messages> |
1615 </release> | 1686 </release> |
1616 </grit> | 1687 </grit> |
OLD | NEW |