| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 Not now | 237 Not now |
| 238 </message> | 238 </message> |
| 239 </if> | 239 </if> |
| 240 <if expr="use_titlecase"> | 240 <if expr="use_titlecase"> |
| 241 <message name="IDS_NOT_NOW" desc="In Title Case: Used on a button that a
voids taking a suggested action. The action will likely be suggested again or a
utomatically taken later."> | 241 <message name="IDS_NOT_NOW" desc="In Title Case: Used on a button that a
voids taking a suggested action. The action will likely be suggested again or a
utomatically taken later."> |
| 242 Not Now | 242 Not Now |
| 243 </message> | 243 </message> |
| 244 </if> | 244 </if> |
| 245 | 245 |
| 246 <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for an
unsupported plugin."> | 246 <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for an
unsupported plugin."> |
| 247 This plugin is not supported. | 247 This plugin is not supported |
| 248 </message> | 248 </message> |
| 249 <if expr="not is_android"> | 249 <if expr="not is_android"> |
| 250 <if expr="not use_titlecase"> | 250 <if expr="not use_titlecase"> |
| 251 <message name="IDS_PRINT" desc="The text label of the Print... menu it
em. Opens a dialog box to select print settings"> | 251 <message name="IDS_PRINT" desc="The text label of the Print... menu it
em. Opens a dialog box to select print settings"> |
| 252 &Print... | 252 &Print... |
| 253 </message> | 253 </message> |
| 254 </if> | 254 </if> |
| 255 <if expr="use_titlecase"> | 255 <if expr="use_titlecase"> |
| 256 <message name="IDS_PRINT" desc="In Title Case: The text label of the P
rint... menu item. Opens a dialog box to select print settings"> | 256 <message name="IDS_PRINT" desc="In Title Case: The text label of the P
rint... menu item. Opens a dialog box to select print settings"> |
| 257 &Print... | 257 &Print... |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 Your connection to this site is not private. | 296 Your connection to this site is not private. |
| 297 </message> | 297 </message> |
| 298 | 298 |
| 299 <!-- Advanced Section Titles --> | 299 <!-- Advanced Section Titles --> |
| 300 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> | 300 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> |
| 301 Privacy | 301 Privacy |
| 302 </message> | 302 </message> |
| 303 </messages> | 303 </messages> |
| 304 </release> | 304 </release> |
| 305 </grit> | 305 </grit> |
| OLD | NEW |