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

Side by Side Diff: chrome/app/google_chrome_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 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. If you update this file, be sure also to update 4 Chrome supports. If you update this file, be sure also to update
5 chromium_strings.grd. --> 5 chromium_strings.grd. -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/google_chrome_strings.h" type="rc_header"> 10 <output filename="grit/google_chrome_strings.h" type="rc_header">
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error."> 414 <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error.">
415 Installation failed due to unspecified error. If Google Chrome is curr ently running, please close it and try again. 415 Installation failed due to unspecified error. If Google Chrome is curr ently running, please close it and try again.
416 </message> 416 </message>
417 <message name="IDS_SAME_VERSION_REPAIR_FAILED" desc="Error displayed if installation fails due to Chrome running."> 417 <message name="IDS_SAME_VERSION_REPAIR_FAILED" desc="Error displayed if installation fails due to Chrome running.">
418 Can not install the same Google Chrome version that is currently runni ng. Please close Google Chrome and try again. 418 Can not install the same Google Chrome version that is currently runni ng. Please close Google Chrome and try again.
419 </message> 419 </message>
420 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex e fails to patch itself."> 420 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex e fails to patch itself.">
421 Installation failed due to unspecified error. Please download Google C hrome again. 421 Installation failed due to unspecified error. Please download Google C hrome again.
422 </message> 422 </message>
423 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported"> 423 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported">
424 Google Chrome requires Windows Vista or Windows XP with SP2 or higher. 424 Google Chrome requires Windows 7 or higher.
425 </message> 425 </message>
426 <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 <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Wind ows API call fails and we do not have more specific information.">
427 An operating system error occurred during installation. Please downloa d Google Chrome again. 427 An operating system error occurred during installation. Please downloa d Google Chrome again.
428 </message> 428 </message>
429 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w e fail to create temporary directory during installation."> 429 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w e fail to create temporary directory during installation.">
430 The installer couldn't create a temporary directory. Please check for free disk space and permission to install software. 430 The installer couldn't create a temporary directory. Please check for free disk space and permission to install software.
431 </message> 431 </message>
432 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w e can not uncompress installation archive."> 432 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w e can not uncompress installation archive.">
433 The installer failed to uncompress archive. Please download Google Chr ome again. 433 The installer failed to uncompress archive. Please download Google Chr ome again.
434 </message> 434 </message>
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 </message> 1172 </message>
1173 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" 1173 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT"
1174 desc="Alt text for the faded Chrome logo image."> 1174 desc="Alt text for the faded Chrome logo image.">
1175 Chrome logo 1175 Chrome logo
1176 </message> 1176 </message>
1177 </if> 1177 </if>
1178 1178
1179 </messages> 1179 </messages>
1180 </release> 1180 </release>
1181 </grit> 1181 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698