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

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

Issue 355002: Add a confirmation dialog confirming the completion of uninstallation for Chr... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 </message> 378 </message>
379 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> 379 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall.">
380 You do not have appropriate rights for system-level install. Try running the installer again as Administrator. 380 You do not have appropriate rights for system-level install. Try running the installer again as Administrator.
381 </message> 381 </message>
382 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application."> 382 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application.">
383 A conflict with another installed application has been detected. 383 A conflict with another installed application has been detected.
384 </message> 384 </message>
385 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> 385 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry.">
386 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again. 386 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again.
387 </message> 387 </message>
388 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that is shown when uninstall is complete and no reboot is required.">
389 Uninstallation complete.
390 </message>
388 <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."> 391 <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.">
389 Google Chrome installation directory seems to be in use. Please reboot y our computer and try again. 392 Google Chrome installation directory seems to be in use. Please reboot y our computer and try again.
390 </message> 393 </message>
391 <!-- Options Dialog --> 394 <!-- Options Dialog -->
392 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> 395 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience.">
393 Google Chrome may use web services to improve your browsing experience - you may optionally disable these services. 396 Google Chrome may use web services to improve your browsing experience - you may optionally disable these services.
394 </message> 397 </message>
395 <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"> 398 <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">
396 Google Chrome is now importing Favorites/Bookmarks. 399 Google Chrome is now importing Favorites/Bookmarks.
397 </message> 400 </message>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 <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."> 464 <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.">
462 Google Chrome Profile Importer 465 Google Chrome Profile Importer
463 </message> 466 </message>
464 <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 ."> 467 <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 .">
465 Chrome Profile Importer 468 Chrome Profile Importer
466 </message> 469 </message>
467 </if> 470 </if>
468 </messages> 471 </messages>
469 </release> 472 </release>
470 </grit> 473 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/installer/setup/setup_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698