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

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

Issue 1890913003: Bump the min-supported OS version in the installer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 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 source_lang_id="en" enc_check="möl"> 6 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error."> 413 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error.">
414 Installation failed due to unspecified error. If Chromium is currently running, please close it and try again. 414 Installation failed due to unspecified error. If Chromium is currently running, please close it and try again.
415 </message> 415 </message>
416 <message name="IDS_SAME_VERSION_REPAIR_FAILED" desc="Error displayed if installation fails due to Chrome running."> 416 <message name="IDS_SAME_VERSION_REPAIR_FAILED" desc="Error displayed if installation fails due to Chrome running.">
417 Can not install the same Chromium version that is currently running. P lease close Chromium and try again. 417 Can not install the same Chromium version that is currently running. P lease close Chromium and try again.
418 </message> 418 </message>
419 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex e fails to patch itself."> 419 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex e fails to patch itself.">
420 Installation failed due to unspecified error. Please download Chromium again. 420 Installation failed due to unspecified error. Please download Chromium again.
421 </message> 421 </message>
422 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported"> 422 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported">
423 Chromium requires Windows Vista or Windows XP with SP2 or higher. 423 Chromium requires Windows 7 or higher.
424 </message> 424 </message>
425 <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Wind ows API call fails and we do not have more specific information."> 425 <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Wind ows API call fails and we do not have more specific information.">
426 An operating system error occurred during installation. Please downloa d Chromium again. 426 An operating system error occurred during installation. Please downloa d Chromium again.
427 </message> 427 </message>
428 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w e fail to create temporary directory during installation."> 428 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w e fail to create temporary directory during installation.">
429 The installer couldn't create a temporary directory. Please check for free disk space and permission to install software. 429 The installer couldn't create a temporary directory. Please check for free disk space and permission to install software.
430 </message> 430 </message>
431 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w e can not uncompress installation archive."> 431 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w e can not uncompress installation archive.">
432 The installer failed to uncompress archive. Please download Chromium a gain. 432 The installer failed to uncompress archive. Please download Chromium a gain.
433 </message> 433 </message>
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 </message> 1182 </message>
1183 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1183 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1184 desc="Alt text for the faded Chrome logo image."> 1184 desc="Alt text for the faded Chrome logo image.">
1185 Chromium logo 1185 Chromium logo
1186 </message> 1186 </message>
1187 </if> 1187 </if>
1188 1188
1189 </messages> 1189 </messages>
1190 </release> 1190 </release>
1191 </grit> 1191 </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