OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <grit latest_public_release="0" current_release="1" | 3 <grit latest_public_release="0" current_release="1" |
4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
5 <outputs> | 5 <outputs> |
6 <output filename="grit/components_strings.h" type="rc_header"> | 6 <output filename="grit/components_strings.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="components_strings_am.pak" type="data_package" lang="am" /
> | 9 <output filename="components_strings_am.pak" type="data_package" lang="am" /
> |
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" /
> | 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" /
> |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 </message> | 271 </message> |
272 </if> | 272 </if> |
273 | 273 |
274 <!-- Accessibility labels for generic items --> | 274 <!-- Accessibility labels for generic items --> |
275 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu
tton."> | 275 <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back bu
tton."> |
276 Back | 276 Back |
277 </message> | 277 </message> |
278 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw
ard button."> | 278 <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forw
ard button."> |
279 Forward | 279 Forward |
280 </message> | 280 </message> |
| 281 <message name="IDS_ACCNAME_CANCEL" desc="The accessible name for the Cance
l button."> |
| 282 Cancel |
| 283 </message> |
281 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close
button."> | 284 <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close
button."> |
282 Close | 285 Close |
283 </message> | 286 </message> |
284 <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the edi
table-text portion of the omnibox."> | 287 <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the edi
table-text portion of the omnibox."> |
285 Address and search bar | 288 Address and search bar |
286 </message> | 289 </message> |
287 | 290 |
288 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the
utility process used for parsing JSON files."> | 291 <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the
utility process used for parsing JSON files."> |
289 JSON Parser | 292 JSON Parser |
290 </message> | 293 </message> |
291 | 294 |
292 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the
restore button in the session crashed view."> | 295 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the
restore button in the session crashed view."> |
293 Restore | 296 Restore |
294 </message> | 297 </message> |
295 | 298 |
296 <!-- Website Settings UI --> | 299 <!-- Website Settings UI --> |
297 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that
is displayed in the header of the Website Settings popup if the website uses non
-secure transport."> | 300 <message name="IDS_WEBSITE_SETTINGS_NON_SECURE_TRANSPORT" desc="Text that
is displayed in the header of the Website Settings popup if the website uses non
-secure transport."> |
298 Your connection to this site is not private. | 301 Your connection to this site is not private. |
299 </message> | 302 </message> |
300 | 303 |
301 <!-- Advanced Section Titles --> | 304 <!-- Advanced Section Titles --> |
302 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> | 305 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> |
303 Privacy | 306 Privacy |
304 </message> | 307 </message> |
305 </messages> | 308 </messages> |
306 </release> | 309 </release> |
307 </grit> | 310 </grit> |
OLD | NEW |