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

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

Issue 2168703002: Provide a message to Google Update for the user when a system-level Chrome is already installed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: that didn't work, use a message instead Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 </message> 449 </message>
450 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh en a non admin user tries to attempt system level install/uninstall."> 450 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh en a non admin user tries to attempt system level install/uninstall.">
451 You do not have appropriate rights for system-level install. Try runni ng the installer again as Administrator. 451 You do not have appropriate rights for system-level install. Try runni ng the installer again as Administrator.
452 </message> 452 </message>
453 <message name="IDS_INSTALL_NO_PRODUCTS_TO_UPDATE" desc="Error displayed if the installer is not provided one or more products to install/update."> 453 <message name="IDS_INSTALL_NO_PRODUCTS_TO_UPDATE" desc="Error displayed if the installer is not provided one or more products to install/update.">
454 No installation of Chromium found to update. 454 No installation of Chromium found to update.
455 </message> 455 </message>
456 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during install if a multi-install Chromium is present, thereby preventing the installa tion of a single-install Chromium."> 456 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during install if a multi-install Chromium is present, thereby preventing the installa tion of a single-install Chromium.">
457 A conflicting installation of Chromium was found on the system. Please uninstall it and try again. 457 A conflicting installation of Chromium was found on the system. Please uninstall it and try again.
458 </message> 458 </message>
459 <message name="IDS_INSTALL_EXISTING_VERSION_LAUNCHED" desc="A message sh own to users who try to install Chrome in their user profile directory when thei r computer already has Chrome installed for all users. In this case, the install er silently launches the existing version of Chrome for all users rather than in stalling a second version of Chrome.">
460 Chromium is already installed for all users on your computer.
461 </message>
459 </if> 462 </if>
460 <!-- Options Dialog --> 463 <!-- Options Dialog -->
461 <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."> 464 <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.">
462 Chromium may use web services to improve your browsing experience. 465 Chromium may use web services to improve your browsing experience.
463 </message> 466 </message>
464 <if expr="is_win"> 467 <if expr="is_win">
465 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Chromium shortcuts."> 468 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip for the Chromium shortcuts.">
466 Access the Internet 469 Access the Internet
467 </message> 470 </message>
468 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation."> 471 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to ask whether to delete all the profile data also during uninstallation.">
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 </message> 1254 </message>
1252 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1255 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1253 desc="Alt text for the faded Chrome logo image."> 1256 desc="Alt text for the faded Chrome logo image.">
1254 Chromium logo 1257 Chromium logo
1255 </message> 1258 </message>
1256 </if> 1259 </if>
1257 1260
1258 </messages> 1261 </messages>
1259 </release> 1262 </release>
1260 </grit> 1263 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698