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

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

Issue 27258: Before installing Chrome check that the installation directory doesn't exist (or can be deleted). (Closed)
Patch Set: Created 11 years, 9 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 | « chrome/app/chromium_strings.grd ('k') | chrome/installer/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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 </message> 298 </message>
299 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> 299 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall.">
300 You do not have appropriate rights for system-level install. Try running the installer again as Administrator. 300 You do not have appropriate rights for system-level install. Try running the installer again as Administrator.
301 </message> 301 </message>
302 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application."> 302 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application.">
303 A conflict with another installed application has been detected. 303 A conflict with another installed application has been detected.
304 </message> 304 </message>
305 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> 305 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry.">
306 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again. 306 Google Chrome is not installed or it failed to find installation directo ry. Please download Google Chrome again.
307 </message> 307 </message>
308 <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.">
309 Google Chrome installation directory seems to be in use. Please reboot y our computer and try again.
310 </message>
308 <!-- Options Dialog --> 311 <!-- Options Dialog -->
309 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> 312 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience.">
310 Google Chrome may use web services to improve your browsing experience - you may optionally disable these services. 313 Google Chrome may use web services to improve your browsing experience - you may optionally disable these services.
311 </message> 314 </message>
312 <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"> 315 <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">
313 Google Chrome is now importing Favorites/Bookmarks. 316 Google Chrome is now importing Favorites/Bookmarks.
314 </message> 317 </message>
315 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile."> 318 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile.">
316 Google Chrome for <ph name="profile_name">$1</ph> 319 Google Chrome for <ph name="profile_name">$1</ph>
317 </message> 320 </message>
318 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 321 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations.">
319 Internet Browser 322 Internet Browser
320 </message> 323 </message>
321 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> 324 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts.">
322 Access the Internet 325 Access the Internet
323 </message> 326 </message>
324 </messages> 327 </messages>
325 </release> 328 </release>
326 </grit> 329 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/installer/setup/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698