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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
437 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> | 437 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> |
438 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again. | 438 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again. |
439 </message> | 439 </message> |
440 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that is shown when uninstall is complete and no reboot is required."> | 440 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that is shown when uninstall is complete and no reboot is required."> |
441 Uninstallation complete. | 441 Uninstallation complete. |
442 </message> | 442 </message> |
443 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Googl e Chrome version is missing from registry but the installation directory exists and can not be deleted."> | 443 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Googl e Chrome version is missing from registry but the installation directory exists and can not be deleted."> |
444 Google Chrome installation directory seems to be in use. Please reboot y our computer and try again. | 444 Google Chrome installation directory seems to be in use. Please reboot y our computer and try again. |
445 </message> | 445 </message> |
446 <!-- Options Dialog --> | 446 <!-- Options Dialog --> |
447 <!-- TODO(kmadhusu): Remove/delete "IDS_OPTIONS_DISABLE_SERVICES" after DO MUI Settings is complete. It is used only in native options dialog box.--> | |
James Hawkins
2010/12/16 02:34:01
Just 'Remove'.
kmadhusu
2010/12/16 17:41:38
Done.
| |
447 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> | 448 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> |
448 Google Chrome may use web services to improve your browsing experience. You may optionally disable these services. | 449 Google Chrome may use web services to improve your browsing experience. You may optionally disable these services. |
449 </message> | 450 </message> |
451 <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing exp erience."> | |
452 Google Chrome may use web services to improve your browsing experience. | |
453 </message> | |
450 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import ing progress dialog when importing a bookmarks.html file from the bookmark manag er"> | 454 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import ing progress dialog when importing a bookmarks.html file from the bookmark manag er"> |
451 Google Chrome is now importing Favorites/Bookmarks. | 455 Google Chrome is now importing Favorites/Bookmarks. |
452 </message> | 456 </message> |
453 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> | 457 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> |
454 Internet Browser | 458 Internet Browser |
455 </message> | 459 </message> |
456 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> | 460 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> |
457 Access the Internet | 461 Access the Internet |
458 </message> | 462 </message> |
459 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> | 463 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
540 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer."> | 544 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer."> |
541 Google Chrome Profile Importer | 545 Google Chrome Profile Importer |
542 </message> | 546 </message> |
543 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer ."> | 547 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer ."> |
544 Chrome Profile Importer | 548 Chrome Profile Importer |
545 </message> | 549 </message> |
546 </if> | 550 </if> |
547 </messages> | 551 </messages> |
548 </release> | 552 </release> |
549 </grit> | 553 </grit> |
OLD | NEW |