Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 7087030: Upgrade all multi-install products present on the system when the installer is run with only the ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/installer/setup/setup_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698