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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
391 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> | 391 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> |
392 Chromium is not installed or it failed to find installation directory. P lease download Chromium again. | 392 Chromium is not installed or it failed to find installation directory. P lease download Chromium again. |
393 </message> | 393 </message> |
394 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that is shown when uninstall is complete and no reboot is required."> | 394 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that is shown when uninstall is complete and no reboot is required."> |
395 Uninstallation complete. | 395 Uninstallation complete. |
396 </message> | 396 </message> |
397 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Chrom ium version is missing from registry but the installation directory exists and c an not be deleted."> | 397 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Chrom ium version is missing from registry but the installation directory exists and c an not be deleted."> |
398 Chromium installation directory seems to be in use. Please reboot your c omputer and try again. | 398 Chromium installation directory seems to be in use. Please reboot your c omputer and try again. |
399 </message> | 399 </message> |
400 <!-- Options Dialog --> | 400 <!-- Options Dialog --> |
401 <!--TODO(kmadhusu): Remove/delete "IDS_OPTIONS_DISABLE_SERVICES" after DOM UI Settings is complete. It is used only in native options dialog box.--> | |
James Hawkins
2010/12/16 02:34:01
nit: Just 'Remove' is fine.
James Hawkins
2010/12/16 02:34:01
"...after platform-specific dialogs are removed."
kmadhusu
2010/12/16 17:41:38
Done.
kmadhusu
2010/12/16 17:41:38
Done.
| |
401 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> | 402 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> |
402 Chromium may use web services to improve your browsing experience. You m ay optionally disable these services. | 403 Chromium may use web services to improve your browsing experience. You m ay optionally disable these services. |
403 </message> | 404 </message> |
405 <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."> | |
406 Chromium may use web services to improve your browsing experience. | |
407 </message> | |
404 <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"> | 408 <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"> |
405 Chromium is now importing Favorites/Bookmarks. | 409 Chromium is now importing Favorites/Bookmarks. |
406 </message> | 410 </message> |
407 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> | 411 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> |
408 Internet Browser | 412 Internet Browser |
409 </message> | 413 </message> |
410 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts."> | 414 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts."> |
411 Access the Internet | 415 Access the Internet |
412 </message> | 416 </message> |
413 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> | 417 <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... | |
494 <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."> | 498 <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."> |
495 Chromium Profile Importer | 499 Chromium Profile Importer |
496 </message> | 500 </message> |
497 <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 ."> | 501 <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 ."> |
498 Chromium Profile Importer | 502 Chromium Profile Importer |
499 </message> | 503 </message> |
500 </if> | 504 </if> |
501 </messages> | 505 </messages> |
502 </release> | 506 </release> |
503 </grit> | 507 </grit> |
OLD | NEW |