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 15055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15066 </message> | 15066 </message> |
15067 | 15067 |
15068 <!-- Tracing about page strings --> | 15068 <!-- Tracing about page strings --> |
15069 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> | 15069 <message name="IDS_TRACING_TITLE" desc="Title for the about:tracing page."> |
15070 Tracing | 15070 Tracing |
15071 </message> | 15071 </message> |
15072 | 15072 |
15073 <!-- Aura strings --> | 15073 <!-- Aura strings --> |
15074 <if expr="pp_ifdef('use_aura')"> | 15074 <if expr="pp_ifdef('use_aura')"> |
15075 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in
app list window."> | 15075 <message name="IDS_SEARCH_BOX_HINT" desc="Hint text for the search box in
app list window."> |
15076 Search apps and more | 15076 Search apps |
15077 </message> | 15077 </message> |
15078 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it
em that opens an incognito browser window."> | 15078 <message name="IDS_APP_LIST_INCOGNITO" desc="Title text for an app list it
em that opens an incognito browser window."> |
15079 Incognito | 15079 Incognito |
15080 </message> | 15080 </message> |
15081 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite
m that opens settings page."> | 15081 <message name="IDS_APP_LIST_SETTINGS" desc="Title text for an app list ite
m that opens settings page."> |
15082 Settings | 15082 Settings |
15083 </message> | 15083 </message> |
15084 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the '
close' context menu item of the launcher"> | 15084 <message name="IDS_LAUNCHER_CONTEXT_MENU_CLOSE" desc="Title text for the '
close' context menu item of the launcher"> |
15085 Close | 15085 Close |
15086 </message> | 15086 </message> |
(...skipping 14 matching lines...) Expand all Loading... |
15101 </messages> | 15101 </messages> |
15102 <structures fallback_to_english="true"> | 15102 <structures fallback_to_english="true"> |
15103 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 15103 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
15104 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 15104 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
15105 </structure> | 15105 </structure> |
15106 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 15106 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
15107 </structure> | 15107 </structure> |
15108 </structures> | 15108 </structures> |
15109 </release> | 15109 </release> |
15110 </grit> | 15110 </grit> |
OLD | NEW |