| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 <if expr="not pp_ifdef('chromeos')"> | 342 <if expr="not pp_ifdef('chromeos')"> |
| 343 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed
for an option that requires a restart to take effect. This appears in a message
box if an option is changed that requires a restart."> | 343 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed
for an option that requires a restart to take effect. This appears in a message
box if an option is changed that requires a restart."> |
| 344 Please close all Google Chrome windows and restart it for this change
to take effect. | 344 Please close all Google Chrome windows and restart it for this change
to take effect. |
| 345 </message> | 345 </message> |
| 346 </if> | 346 </if> |
| 347 <if expr="pp_ifdef('chromeos')"> | 347 <if expr="pp_ifdef('chromeos')"> |
| 348 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed
for an option that requires a restart to take effect. This appears in a message
box if an option is changed that requires a restart."> | 348 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed
for an option that requires a restart to take effect. This appears in a message
box if an option is changed that requires a restart."> |
| 349 Please sign out of Google Chrome OS and sign in again for this change
to take effect. | 349 Please sign out of Google Chrome OS and sign in again for this change
to take effect. |
| 350 </message> | 350 </message> |
| 351 </if> | 351 </if> |
| 352 <!--TODO(kmadhusu): Remove "IDS_OPTIONS_RESET_MESSAGE" after platform-spec
ific dialogs are removed.--> |
| 352 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> | 353 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> |
| 353 When you reset Google Chrome options any changes you've made will be rev
erted to the default settings. Do you want to reset Chrome options? | 354 When you reset Google Chrome options any changes you've made will be rev
erted to the default settings. Do you want to reset Chrome options? |
| 354 </message> | 355 </message> |
| 355 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro
blem displayed in dialog when we can't create a directory for this user."> | 356 <message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of pro
blem displayed in dialog when we can't create a directory for this user."> |
| 356 Google Chrome cannot read and write to its data directory:\n\n<ph name="
USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Appli
cation Data\Google\Chrome</ex></ph> | 357 Google Chrome cannot read and write to its data directory:\n\n<ph name="
USER_DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Appli
cation Data\Google\Chrome</ex></ph> |
| 357 </message> | 358 </message> |
| 358 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging on EULA screen."> | 359 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging on EULA screen."> |
| 359 Optional: Help make Chrome OS better by automatically sending usage stat
istics and crash reports to Google. | 360 Optional: Help make Chrome OS better by automatically sending usage stat
istics and crash reports to Google. |
| 360 </message> | 361 </message> |
| 361 <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup
when the profile is from a newer version of the product and can not be read"> | 362 <message name="IDS_PROFILE_TOO_NEW_ERROR" desc="Error displayed on startup
when the profile is from a newer version of the product and can not be read"> |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 <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."> | 545 <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."> |
| 545 Google Chrome Profile Importer | 546 Google Chrome Profile Importer |
| 546 </message> | 547 </message> |
| 547 <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
."> | 548 <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
."> |
| 548 Chrome Profile Importer | 549 Chrome Profile Importer |
| 549 </message> | 550 </message> |
| 550 </if> | 551 </if> |
| 551 </messages> | 552 </messages> |
| 552 </release> | 553 </release> |
| 553 </grit> | 554 </grit> |
| OLD | NEW |