| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
| 4 be available for now. --> | 4 be available for now. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 </message> | 336 </message> |
| 337 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as
k whether to delete all the profile data also during uninstallation."> | 337 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as
k whether to delete all the profile data also during uninstallation."> |
| 338 Also delete your browsing data? | 338 Also delete your browsing data? |
| 339 </message> | 339 </message> |
| 340 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the
default browser query infobar."> | 340 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the
default browser query infobar."> |
| 341 Hooray, you're back! But Chromium isn't your default browser. | 341 Hooray, you're back! But Chromium isn't your default browser. |
| 342 </message> | 342 </message> |
| 343 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact
text to show in the default browser query infobar."> | 343 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact
text to show in the default browser query infobar."> |
| 344 Chromium isn't your default browser. | 344 Chromium isn't your default browser. |
| 345 </message> | 345 </message> |
| 346 <if expr="os == 'darwin'"> | |
| 347 <message name="IDS_EXIT_MAC" desc="The menu item to quit the browser in
the app menu."> | |
| 348 Quit Chromium | |
| 349 </message> | |
| 350 <message name="IDS_HIDE_MAC" desc="The menu item to hide all browser win
dows in the app menu."> | |
| 351 Hide Chromium | |
| 352 </message> | |
| 353 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel
p menu."> | |
| 354 Chromium Help | |
| 355 </message> | |
| 356 </if> | |
| 357 </messages> | 346 </messages> |
| 358 </release> | 347 </release> |
| 359 </grit> | 348 </grit> |
| OLD | NEW |