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

Side by Side Diff: chrome/app/chromium_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, 10 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 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 </message> 250 </message>
251 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> 251 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall.">
252 You do not have appropriate rights for system-level install. Try running the installer again as Administrator. 252 You do not have appropriate rights for system-level install. Try running the installer again as Administrator.
253 </message> 253 </message>
254 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application."> 254 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa tion fails due to another existing application.">
255 A conflict with another installed application has been detected. 255 A conflict with another installed application has been detected.
256 </message> 256 </message>
257 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry."> 257 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca n not find the installation directory from registry.">
258 Chromium is not installed or it failed to find installation directory. P lease download Chromium again. 258 Chromium is not installed or it failed to find installation directory. P lease download Chromium again.
259 </message> 259 </message>
260 <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.">
261 Chromium installation directory seems to be in use. Please reboot your c omputer and try again.
262 </message>
260 <!-- Options Dialog --> 263 <!-- Options Dialog -->
261 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> 264 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience.">
262 Chromium may use web services to improve your browsing experience - you may optionally disable these services. 265 Chromium may use web services to improve your browsing experience - you may optionally disable these services.
263 </message> 266 </message>
264 <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"> 267 <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">
265 Chromium is now importing Favorites/Bookmarks. 268 Chromium is now importing Favorites/Bookmarks.
266 </message> 269 </message>
267 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile."> 270 <message name="IDS_START_IN_PROFILE_SHORTCUT_NAME" desc="Name of the deskt op shortcut to start the application in a specific profile.">
268 Chromium for <ph name="profile_name">$1</ph> 271 Chromium for <ph name="profile_name">$1</ph>
269 </message> 272 </message>
270 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 273 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations.">
271 Internet Browser 274 Internet Browser
272 </message> 275 </message>
273 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts."> 276 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Chromium shortcuts.">
274 Access the Internet 277 Access the Internet
275 </message> 278 </message>
276 </messages> 279 </messages>
277 </release> 280 </release>
278 </grit> 281 </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