| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 </message> | 423 </message> |
| 424 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when we
can not uncompress installation archive."> | 424 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when we
can not uncompress installation archive."> |
| 425 The installer failed to uncompress archive. Please download Chromium aga
in. | 425 The installer failed to uncompress archive. Please download Chromium aga
in. |
| 426 </message> | 426 </message> |
| 427 <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when we
can not open the installation archive."> | 427 <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when we
can not open the installation archive."> |
| 428 The installer archive is corrupted or invalid. Please download Chromium
again. | 428 The installer archive is corrupted or invalid. Please download Chromium
again. |
| 429 </message> | 429 </message> |
| 430 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> | 430 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> |
| 431 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. | 431 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. |
| 432 </message> | 432 </message> |
| 433 <message name="IDS_INSTALL_NO_PRODUCTS_TO_UPDATE" desc="Error displayed if
the installer is not provided one or more products to install/update."> |
| 434 No installation of Chromium or Chromium Frame found to update. |
| 435 </message> |
| 433 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> | 436 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> |
| 434 A conflict with another installed application has been detected. | 437 A conflict with another installed application has been detected. |
| 435 </message> | 438 </message> |
| 436 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> | 439 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> |
| 437 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. | 440 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. |
| 438 </message> | 441 </message> |
| 439 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that
is shown when uninstall is complete and no reboot is required."> | 442 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that
is shown when uninstall is complete and no reboot is required."> |
| 440 Uninstallation complete. | 443 Uninstallation complete. |
| 441 </message> | 444 </message> |
| 442 <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."> | 445 <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."> |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> | 559 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam
e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog
le Chrome Utility."> |
| 557 Chromium Utility | 560 Chromium Utility |
| 558 </message> | 561 </message> |
| 559 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> | 562 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application
's short name, used for the Mac's application menu, activity monitor, etc. Examp
le: Chrome Utility, not Google Chrome Utility."> |
| 560 Chromium Utility | 563 Chromium Utility |
| 561 </message> | 564 </message> |
| 562 </if> | 565 </if> |
| 563 </messages> | 566 </messages> |
| 564 </release> | 567 </release> |
| 565 </grit> | 568 </grit> |
| OLD | NEW |