OLD | NEW |
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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 </message> | 432 </message> |
433 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex
e fails to patch itself."> | 433 <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.ex
e fails to patch itself."> |
434 Installation failed due to unspecified error. Please download Google C
hrome again. | 434 Installation failed due to unspecified error. Please download Google C
hrome again. |
435 </message> | 435 </message> |
436 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS
is not supported"> | 436 <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS
is not supported"> |
437 Google Chrome requires Windows 7 or higher. | 437 Google Chrome requires Windows 7 or higher. |
438 </message> | 438 </message> |
439 <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Wind
ows API call fails and we do not have more specific information."> | 439 <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Wind
ows API call fails and we do not have more specific information."> |
440 An operating system error occurred during installation. Please downloa
d Google Chrome again. | 440 An operating system error occurred during installation. Please downloa
d Google Chrome again. |
441 </message> | 441 </message> |
| 442 <message name="IDS_INSTALL_SINGLETON_ACQUISITION_FAILED" desc="Error dis
played when the installer cannot run because another installer is already runnin
g."> |
| 443 Another operation on Google Chrome is in progress. Please try again la
ter. |
| 444 </message> |
442 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w
e fail to create temporary directory during installation."> | 445 <message name="IDS_INSTALL_TEMP_DIR_FAILED" desc="Error displayed when w
e fail to create temporary directory during installation."> |
443 The installer couldn't create a temporary directory. Please check for
free disk space and permission to install software. | 446 The installer couldn't create a temporary directory. Please check for
free disk space and permission to install software. |
444 </message> | 447 </message> |
445 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w
e can not uncompress installation archive."> | 448 <message name="IDS_INSTALL_UNCOMPRESSION_FAILED" desc="Error when when w
e can not uncompress installation archive."> |
446 The installer failed to uncompress archive. Please download Google Chr
ome again. | 449 The installer failed to uncompress archive. Please download Google Chr
ome again. |
447 </message> | 450 </message> |
448 <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when w
e can not open the installation archive."> | 451 <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when w
e can not open the installation archive."> |
449 The installer archive is corrupted or invalid. Please download Google
Chrome again. | 452 The installer archive is corrupted or invalid. Please download Google
Chrome again. |
450 </message> | 453 </message> |
451 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh
en a non admin user tries to attempt system level install/uninstall."> | 454 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh
en a non admin user tries to attempt system level install/uninstall."> |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 </message> | 1261 </message> |
1259 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1262 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
1260 desc="Alt text for the faded Chrome logo image."> | 1263 desc="Alt text for the faded Chrome logo image."> |
1261 Chrome logo | 1264 Chrome logo |
1262 </message> | 1265 </message> |
1263 </if> | 1266 </if> |
1264 | 1267 |
1265 </messages> | 1268 </messages> |
1266 </release> | 1269 </release> |
1267 </grit> | 1270 </grit> |
OLD | NEW |