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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 </message> | 420 </message> |
421 <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."> | 421 <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."> |
422 Chromium installation directory seems to be in use. Please reboot your c
omputer and try again. | 422 Chromium installation directory seems to be in use. Please reboot your c
omputer and try again. |
423 </message> | 423 </message> |
424 <message name="IDS_INSTALL_NON_MULTI_INSTALLATION_EXISTS" desc="Error duri
ng install if a single-install Chromium or Chromium Frame is present, thereby pr
eventing the installation of a multi-install Chromium or Chromium Frame."> | 424 <message name="IDS_INSTALL_NON_MULTI_INSTALLATION_EXISTS" desc="Error duri
ng install if a single-install Chromium or Chromium Frame is present, thereby pr
eventing the installation of a multi-install Chromium or Chromium Frame."> |
425 A conflicting installation of Chromium or Chromium Frame was found on th
e system. Please uninstall it and try again. | 425 A conflicting installation of Chromium or Chromium Frame was found on th
e system. Please uninstall it and try again. |
426 </message> | 426 </message> |
427 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during i
nstall if a multi-install Chromium or Chromium Frame is present, thereby prevent
ing the installation of a single-install Chromium or Chromium Frame."> | 427 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during i
nstall if a multi-install Chromium or Chromium Frame is present, thereby prevent
ing the installation of a single-install Chromium or Chromium Frame."> |
428 A conflicting installation of Chromium or Chromium Frame was found on th
e system. Please uninstall it and try again. | 428 A conflicting installation of Chromium or Chromium Frame was found on th
e system. Please uninstall it and try again. |
429 </message> | 429 </message> |
| 430 <message name="IDS_INSTALL_CONFLICTING_CHANNEL_EXISTS" desc="Error during
install if a version of Chromium on a different update channel exists when insta
lling Chromium Frame."> |
| 431 A conflicting installation of Chromium was found on the system. Please u
ninstall it and try again. |
| 432 </message> |
430 <!-- Options Dialog --> | 433 <!-- Options Dialog --> |
431 <!--TODO(kmadhusu): Remove "IDS_OPTIONS_DISABLE_SERVICES" after platform-s
pecific dialogs are removed.--> | 434 <!--TODO(kmadhusu): Remove "IDS_OPTIONS_DISABLE_SERVICES" after platform-s
pecific dialogs are removed.--> |
432 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> | 435 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> |
433 Chromium may use web services to improve your browsing experience. You m
ay optionally disable these services. | 436 Chromium may use web services to improve your browsing experience. You m
ay optionally disable these services. |
434 </message> | 437 </message> |
435 <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."> | 438 <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."> |
436 Chromium may use web services to improve your browsing experience. | 439 Chromium may use web services to improve your browsing experience. |
437 </message> | 440 </message> |
438 <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"> | 441 <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"> |
439 Chromium is now importing Favorites/Bookmarks. | 442 Chromium is now importing Favorites/Bookmarks. |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 <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."> | 531 <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."> |
529 Chromium Profile Importer | 532 Chromium Profile Importer |
530 </message> | 533 </message> |
531 <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
."> | 534 <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
."> |
532 Chromium Profile Importer | 535 Chromium Profile Importer |
533 </message> | 536 </message> |
534 </if> | 537 </if> |
535 </messages> | 538 </messages> |
536 </release> | 539 </release> |
537 </grit> | 540 </grit> |
OLD | NEW |