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 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1592 <!-- App list --> | 1592 <!-- App list --> |
1593 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> | 1593 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> |
1594 Help | 1594 Help |
1595 </message> | 1595 </message> |
1596 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | 1596 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> |
1597 Settings | 1597 Settings |
1598 </message> | 1598 </message> |
1599 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 1599 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
1600 Send feedback | 1600 Send feedback |
1601 </message> | 1601 </message> |
1602 <message name="IDS_APP_LIST_FOLDER_NAME_PLACEHOLDER" desc="The placeholder
text for app list folder name."> | |
1603 Unnamed Folder | |
1604 </message> | |
1605 </messages> | 1602 </messages> |
1606 </release> | 1603 </release> |
1607 </grit> | 1604 </grit> |
OLD | NEW |