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. --> | 4 Chrome supports. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 </message> | 378 </message> |
379 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> | 379 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> |
380 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. | 380 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. |
381 </message> | 381 </message> |
382 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> | 382 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> |
383 A conflict with another installed application has been detected. | 383 A conflict with another installed application has been detected. |
384 </message> | 384 </message> |
385 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> | 385 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> |
386 Google Chrome is not installed or it failed to find installation directo
ry. Please download Google Chrome again. | 386 Google Chrome is not installed or it failed to find installation directo
ry. Please download Google Chrome again. |
387 </message> | 387 </message> |
| 388 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that
is shown when uninstall is complete and no reboot is required."> |
| 389 Uninstallation complete. |
| 390 </message> |
388 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Googl
e Chrome version is missing from registry but the installation directory exists
and can not be deleted."> | 391 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Googl
e Chrome version is missing from registry but the installation directory exists
and can not be deleted."> |
389 Google Chrome installation directory seems to be in use. Please reboot y
our computer and try again. | 392 Google Chrome installation directory seems to be in use. Please reboot y
our computer and try again. |
390 </message> | 393 </message> |
391 <!-- Options Dialog --> | 394 <!-- Options Dialog --> |
392 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> | 395 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> |
393 Google Chrome may use web services to improve your browsing experience -
you may optionally disable these services. | 396 Google Chrome may use web services to improve your browsing experience -
you may optionally disable these services. |
394 </message> | 397 </message> |
395 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import
ing progress dialog when importing a bookmarks.html file from the bookmark manag
er"> | 398 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import
ing progress dialog when importing a bookmarks.html file from the bookmark manag
er"> |
396 Google Chrome is now importing Favorites/Bookmarks. | 399 Google Chrome is now importing Favorites/Bookmarks. |
397 </message> | 400 </message> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> | 464 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer
application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM
E). Example: Google Chrome Profile Importer."> |
462 Google Chrome Profile Importer | 465 Google Chrome Profile Importer |
463 </message> | 466 </message> |
464 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> | 467 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp
orter application's short name, used for the Mac's application menu, activity mo
nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer
."> |
465 Chrome Profile Importer | 468 Chrome Profile Importer |
466 </message> | 469 </message> |
467 </if> | 470 </if> |
468 </messages> | 471 </messages> |
469 </release> | 472 </release> |
470 </grit> | 473 </grit> |
OLD | NEW |