| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 <message name="IDS_OPTIONS_CHROME_LANGUAGE_INFO" desc="Information text ab
out the language of various Chrome features"> | 236 <message name="IDS_OPTIONS_CHROME_LANGUAGE_INFO" desc="Information text ab
out the language of various Chrome features"> |
| 237 Change the language used in Chromium menus, dialog boxes, and tooltips. | 237 Change the language used in Chromium menus, dialog boxes, and tooltips. |
| 238 </message> | 238 </message> |
| 239 <message name="IDS_OPTIONS_CHROME_UI_LANGUAGE" desc="The documentation str
ing of the 'Chrome UI language' preference"> | 239 <message name="IDS_OPTIONS_CHROME_UI_LANGUAGE" desc="The documentation str
ing of the 'Chrome UI language' preference"> |
| 240 Chromium language: | 240 Chromium language: |
| 241 </message> | 241 </message> |
| 242 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed f
or an option that requires a restart to take effect. This appears in a message b
ox if an option is changed that requires a restart."> | 242 <message name="IDS_OPTIONS_RESTART_REQUIRED" desc="The message displayed f
or an option that requires a restart to take effect. This appears in a message b
ox if an option is changed that requires a restart."> |
| 243 Please close all Chromium windows and restart Chromium for this change t
o take effect. | 243 Please close all Chromium windows and restart Chromium for this change t
o take effect. |
| 244 </message> | 244 </message> |
| 245 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> | 245 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> |
| 246 When you reset Chromium options any changes you've made will be reverted
to the default settings. Do you want to Reset Chromium options? | 246 When you reset Chromium options any changes you've made will be reverted
to the default settings. Do you want to reset Chromium options? |
| 247 </message> | 247 </message> |
| 248 <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."> | 248 <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."> |
| 249 Chromium cannot read and write to its data directory:\n\n<ph name="USER_
DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Applicatio
n Data\Google\Chrome</ex></ph> | 249 Chromium cannot read and write to its data directory:\n\n<ph name="USER_
DATA_DIRECTORY">$1<ex>C:\Documents and Settings\devint\Local Settings\Applicatio
n Data\Google\Chrome</ex></ph> |
| 250 </message> | 250 </message> |
| 251 <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox
to enable/disable crash and user metrics logging"> | 251 <message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox
to enable/disable crash and user metrics logging"> |
| 252 Help make Chromium better by automatically sending usage statistics and
crash reports to Google | 252 Help make Chromium better by automatically sending usage statistics and
crash reports to Google |
| 253 </message> | 253 </message> |
| 254 <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"> | 254 <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"> |
| 255 Your profile can not be used because it is from a newer version of Chrom
ium.\n\nSome features may be unavailable. Please specify a different profile dir
ectory or use a newer version of Chromium. | 255 Your profile can not be used because it is from a newer version of Chrom
ium.\n\nSome features may be unavailable. Please specify a different profile dir
ectory or use a newer version of Chromium. |
| 256 </message> | 256 </message> |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 <message name="IDS_HIDE_MAC" desc="The menu item to hide all browser win
dows in the app menu."> | 350 <message name="IDS_HIDE_MAC" desc="The menu item to hide all browser win
dows in the app menu."> |
| 351 Hide Chromium | 351 Hide Chromium |
| 352 </message> | 352 </message> |
| 353 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel
p menu."> | 353 <message name="IDS_HELP_MAC" desc="The menu item to show help in the Hel
p menu."> |
| 354 Chromium Help | 354 Chromium Help |
| 355 </message> | 355 </message> |
| 356 </if> | 356 </if> |
| 357 </messages> | 357 </messages> |
| 358 </release> | 358 </release> |
| 359 </grit> | 359 </grit> |
| OLD | NEW |