| 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 </message> | 450 </message> |
| 451 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh
en a non admin user tries to attempt system level install/uninstall."> | 451 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed wh
en a non admin user tries to attempt system level install/uninstall."> |
| 452 You do not have appropriate rights for system-level install. Try runni
ng the installer again as Administrator. | 452 You do not have appropriate rights for system-level install. Try runni
ng the installer again as Administrator. |
| 453 </message> | 453 </message> |
| 454 <message name="IDS_INSTALL_NO_PRODUCTS_TO_UPDATE" desc="Error displayed
if the installer is not provided one or more products to install/update."> | 454 <message name="IDS_INSTALL_NO_PRODUCTS_TO_UPDATE" desc="Error displayed
if the installer is not provided one or more products to install/update."> |
| 455 No installation of Google Chrome found to update. | 455 No installation of Google Chrome found to update. |
| 456 </message> | 456 </message> |
| 457 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during
install if a multi-install Google Chrome is present, thereby preventing the ins
tallation of a single-install Google Chrome."> | 457 <message name="IDS_INSTALL_MULTI_INSTALLATION_EXISTS" desc="Error during
install if a multi-install Google Chrome is present, thereby preventing the ins
tallation of a single-install Google Chrome."> |
| 458 A conflicting installation of Google Chrome was found on the system. P
lease uninstall it and try again. | 458 A conflicting installation of Google Chrome was found on the system. P
lease uninstall it and try again. |
| 459 </message> | 459 </message> |
| 460 <message name="IDS_INSTALL_EXISTING_VERSION_LAUNCHED" desc="A message sh
own to users who try to install Chrome in their user profile directory when thei
r computer already has Chrome installed for all users. In this case, the install
er silently launches the existing version of Chrome for all users rather than in
stalling a second version of Chrome."> |
| 461 Google Chrome is already installed for all users on your computer. |
| 462 </message> |
| 460 </if> | 463 </if> |
| 461 <!-- Options Dialog --> | 464 <!-- Options Dialog --> |
| 462 <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in
the options panel that describes how we use web services to improve browsing exp
erience."> | 465 <message name="IDS_OPTIONS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in
the options panel that describes how we use web services to improve browsing exp
erience."> |
| 463 Google Chrome may use web services to improve your browsing experience. | 466 Google Chrome may use web services to improve your browsing experience. |
| 464 </message> | 467 </message> |
| 465 <if expr="is_win"> | 468 <if expr="is_win"> |
| 466 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip
for the Google Chrome shortcuts."> | 469 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip
for the Google Chrome shortcuts."> |
| 467 Access the Internet | 470 Access the Internet |
| 468 </message> | 471 </message> |
| 469 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to
ask whether to delete all the profile data also during uninstallation."> | 472 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to
ask whether to delete all the profile data also during uninstallation."> |
| (...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1252 </message> | 1255 </message> |
| 1253 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1256 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1254 desc="Alt text for the faded Chrome logo image."> | 1257 desc="Alt text for the faded Chrome logo image."> |
| 1255 Chrome logo | 1258 Chrome logo |
| 1256 </message> | 1259 </message> |
| 1257 </if> | 1260 </if> |
| 1258 | 1261 |
| 1259 </messages> | 1262 </messages> |
| 1260 </release> | 1263 </release> |
| 1261 </grit> | 1264 </grit> |
| OLD | NEW |