| 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 </message> | 590 </message> |
| 591 <message name="IDS_MESSAGE_CENTER_NOTIFIER_HATS_NAME" desc="The name of
hats notifier that is a system component"> | 591 <message name="IDS_MESSAGE_CENTER_NOTIFIER_HATS_NAME" desc="The name of
hats notifier that is a system component"> |
| 592 Hats | 592 Hats |
| 593 </message> | 593 </message> |
| 594 </if> | 594 </if> |
| 595 | 595 |
| 596 <!-- App list --> | 596 <!-- App list --> |
| 597 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> | 597 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> |
| 598 Help | 598 Help |
| 599 </message> | 599 </message> |
| 600 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | |
| 601 Settings | |
| 602 </message> | |
| 603 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 600 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
| 604 Send feedback | 601 Send feedback |
| 605 </message> | 602 </message> |
| 606 <message name="IDS_APP_LIST_BACK" desc="The name of the button that goes t
o the previous screen in the launcher."> | 603 <message name="IDS_APP_LIST_BACK" desc="The name of the button that goes t
o the previous screen in the launcher."> |
| 607 Back | 604 Back |
| 608 </message> | 605 </message> |
| 609 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op
ens the app grid view in the app launcher."> | 606 <message name="IDS_APP_LIST_ALL_APPS" desc="The text on the button that op
ens the app grid view in the app launcher."> |
| 610 All Apps | 607 All Apps |
| 611 </message> | 608 </message> |
| 612 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder
text for app list folder name."> | 609 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder
text for app list folder name."> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 623 </message> | 620 </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"> | 621 <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 | 622 Speak now |
| 626 </message> | 623 </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."> | 624 <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 | 625 No internet connection |
| 629 </message> | 626 </message> |
| 630 </messages> | 627 </messages> |
| 631 </release> | 628 </release> |
| 632 </grit> | 629 </grit> |
| OLD | NEW |