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 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 |
11 your own for your various languages. See the user's guide | 11 your own for your various languages. See the user's guide |
12 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user
s-guide) | 12 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user
s-guide) |
13 for more details. | 13 for more details. |
14 Note that all output references are relative to the output directory | 14 Note that all output references are relative to the output directory |
15 which is specified at build time. --> | 15 which is specified at build time. --> |
16 <output filename="grit/ui_strings.h" type="rc_header"> | 16 <output filename="grit/ui_strings.h" type="rc_header"> |
17 <emit emit_type='prepend'></emit> | 17 <emit emit_type='prepend'></emit> |
18 </output> | 18 </output> |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 </message> | 623 </message> |
624 <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"> | 624 <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"> |
625 Speak now | 625 Speak now |
626 </message> | 626 </message> |
627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> | 627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> |
628 No internet connection | 628 No internet connection |
629 </message> | 629 </message> |
630 </messages> | 630 </messages> |
631 </release> | 631 </release> |
632 </grit> | 632 </grit> |
OLD | NEW |