| 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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 </message> | 375 </message> |
| 376 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short
cut to start the application for OEM pre-installations."> | 376 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short
cut to start the application for OEM pre-installations."> |
| 377 Internet Browser | 377 Internet Browser |
| 378 </message> | 378 </message> |
| 379 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f
or the Google Chrome shortcuts."> | 379 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f
or the Google Chrome shortcuts."> |
| 380 Access the Internet | 380 Access the Internet |
| 381 </message> | 381 </message> |
| 382 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as
k whether to delete all the profile data also during uninstallation."> | 382 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as
k whether to delete all the profile data also during uninstallation."> |
| 383 Delete all profile data | 383 Delete all profile data |
| 384 </message> | 384 </message> |
| 385 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the
default browser query infobar."> |
| 386 Hooray, you're back! But Google Chrome isn't your default browser. |
| 387 </message> |
| 388 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact
text to show in the default browser query infobar."> |
| 389 Google Chrome isn't your default browser. |
| 390 </message> |
| 385 </messages> | 391 </messages> |
| 386 </release> | 392 </release> |
| 387 </grit> | 393 </grit> |
| OLD | NEW |