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

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

Issue 1884663002: Bump the min-supported OS version in the installer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 </message> 1171 </message>
1172 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1172 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1173 desc="Alt text for the faded Chrome logo image."> 1173 desc="Alt text for the faded Chrome logo image.">
1174 Chromium logo 1174 Chromium logo
1175 </message> 1175 </message>
1176 </if> 1176 </if>
1177 1177
1178 </messages> 1178 </messages>
1179 </release> 1179 </release>
1180 </grit> 1180 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/installer/setup/setup_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698