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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1268 Keyword must be empty or unique | 1268 Keyword must be empty or unique |
1269 </message> | 1269 </message> |
1270 <message name="IDS_SEARCH_ENGINES_EDITOR_MAIN_SEPARATOR" | 1270 <message name="IDS_SEARCH_ENGINES_EDITOR_MAIN_SEPARATOR" |
1271 desc="Title above the set of keywords the user has modified and o
r explicitly created"> | 1271 desc="Title above the set of keywords the user has modified and o
r explicitly created"> |
1272 Default search options | 1272 Default search options |
1273 </message> | 1273 </message> |
1274 <message name="IDS_SEARCH_ENGINES_EDITOR_OTHER_SEPARATOR" | 1274 <message name="IDS_SEARCH_ENGINES_EDITOR_OTHER_SEPARATOR" |
1275 desc="Title above the set of keywords Chrome automatically create
d as the user browses"> | 1275 desc="Title above the set of keywords Chrome automatically create
d as the user browses"> |
1276 Other search engines | 1276 Other search engines |
1277 </message> | 1277 </message> |
| 1278 <message name="IDS_SEARCH_ENGINES_EDITOR_EXTENSIONS_SEPARATOR" |
| 1279 desc="Title above the set of keywords installed by active extensi
ons"> |
| 1280 Search engines added by extensions |
| 1281 </message> |
1278 | 1282 |
1279 <message name="IDS_SEARCH_ENGINES_EDITOR_DEFAULT_ENGINE" | 1283 <message name="IDS_SEARCH_ENGINES_EDITOR_DEFAULT_ENGINE" |
1280 desc="Engine name displayed for the engine in the list that is cu
rrently marked as default"> | 1284 desc="Engine name displayed for the engine in the list that is cu
rrently marked as default"> |
1281 <ph name="ENGINE_NAME">$1<ex>Google</ex></ph> (Default) | 1285 <ph name="ENGINE_NAME">$1<ex>Google</ex></ph> (Default) |
1282 </message> | 1286 </message> |
1283 | 1287 |
1284 <message name="IDS_DEFAULT_SEARCH_TITLE" desc="The title of the default se
arch engine dialog. This dialog asks if the user would like to set a new default
search engine."> | 1288 <message name="IDS_DEFAULT_SEARCH_TITLE" desc="The title of the default se
arch engine dialog. This dialog asks if the user would like to set a new default
search engine."> |
1285 Change Default Search Engine | 1289 Change Default Search Engine |
1286 </message> | 1290 </message> |
1287 | 1291 |
(...skipping 11663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12951 </includes> | 12955 </includes> |
12952 <structures fallback_to_english="true"> | 12956 <structures fallback_to_english="true"> |
12953 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12957 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12954 </structure> | 12958 </structure> |
12955 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12959 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12956 </structure> | 12960 </structure> |
12957 </structures> | 12961 </structures> |
12958 | 12962 |
12959 </release> | 12963 </release> |
12960 </grit> | 12964 </grit> |
OLD | NEW |