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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
4 be available for now. --> | 4 be available for now. --> |
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/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 </message> | 328 </message> |
329 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> | 329 <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when
a non admin user tries to attempt system level install/uninstall."> |
330 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. | 330 You do not have appropriate rights for system-level install. Try running
the installer again as Administrator. |
331 </message> | 331 </message> |
332 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> | 332 <message name="IDS_INSTALL_APP_CONFLICT" desc="Error displayed if installa
tion fails due to another existing application."> |
333 A conflict with another installed application has been detected. | 333 A conflict with another installed application has been detected. |
334 </message> | 334 </message> |
335 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> | 335 <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we ca
n not find the installation directory from registry."> |
336 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. | 336 Chromium is not installed or it failed to find installation directory. P
lease download Chromium again. |
337 </message> | 337 </message> |
| 338 <message name="IDS_UNINSTALL_COMPLETE" desc="Text displayed on dialog that
is shown when uninstall is complete and no reboot is required."> |
| 339 Uninstallation complete. |
| 340 </message> |
338 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Chrom
ium version is missing from registry but the installation directory exists and c
an not be deleted."> | 341 <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Chrom
ium version is missing from registry but the installation directory exists and c
an not be deleted."> |
339 Chromium installation directory seems to be in use. Please reboot your c
omputer and try again. | 342 Chromium installation directory seems to be in use. Please reboot your c
omputer and try again. |
340 </message> | 343 </message> |
341 <!-- Options Dialog --> | 344 <!-- Options Dialog --> |
342 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> | 345 <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options
panel that describes how we use web services to improve browsing experience."> |
343 Chromium may use web services to improve your browsing experience - you
may optionally disable these services. | 346 Chromium may use web services to improve your browsing experience - you
may optionally disable these services. |
344 </message> | 347 </message> |
345 <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"> | 348 <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"> |
346 Chromium is now importing Favorites/Bookmarks. | 349 Chromium is now importing Favorites/Bookmarks. |
347 </message> | 350 </message> |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 <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."> | 414 <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."> |
412 Chromium Profile Importer | 415 Chromium Profile Importer |
413 </message> | 416 </message> |
414 <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
."> | 417 <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
."> |
415 Chromium Profile Importer | 418 Chromium Profile Importer |
416 </message> | 419 </message> |
417 </if> | 420 </if> |
418 </messages> | 421 </messages> |
419 </release> | 422 </release> |
420 </grit> | 423 </grit> |
OLD | NEW |