OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 14803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14814 <!-- Tracing about page strings --> | 14814 <!-- Tracing about page strings --> |
14815 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> | 14815 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> |
14816 Tracing | 14816 Tracing |
14817 </message> | 14817 </message> |
14818 | 14818 |
14819 <!-- Aura strings --> | 14819 <!-- Aura strings --> |
14820 <if expr="pp_ifdef('use_aura')"> | 14820 <if expr="pp_ifdef('use_aura')"> |
14821 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in
app list window."> | 14821 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in
app list window."> |
14822 Search apps and more | 14822 Search apps and more |
14823 </message> | 14823 </message> |
| 14824 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it
em that opens an incognito browser window."> |
| 14825 Incognito |
| 14826 </message> |
| 14827 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite
m that opens settings page."> |
| 14828 Settings |
| 14829 </message> |
14824 </if> | 14830 </if> |
14825 | 14831 |
14826 </messages> | 14832 </messages> |
14827 <structures fallback_to_english="true"> | 14833 <structures fallback_to_english="true"> |
14828 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14834 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14829 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14835 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14830 </structure> | 14836 </structure> |
14831 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14837 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14832 </structure> | 14838 </structure> |
14833 </structures> | 14839 </structures> |
14834 </release> | 14840 </release> |
14835 </grit> | 14841 </grit> |
OLD | NEW |