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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 <if expr="not pp_ifdef('chromeos')"> | 295 <if expr="not pp_ifdef('chromeos')"> |
296 <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."> | 296 <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."> |
297 Please close all Chromium windows and restart Chromium for this change
to take effect. | 297 Please close all Chromium windows and restart Chromium for this change
to take effect. |
298 </message> | 298 </message> |
299 </if> | 299 </if> |
300 <if expr="pp_ifdef('chromeos')"> | 300 <if expr="pp_ifdef('chromeos')"> |
301 <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."> | 301 <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."> |
302 Please sign out of Chromium OS and sign in again for this change to ta
ke effect. | 302 Please sign out of Chromium OS and sign in again for this change to ta
ke effect. |
303 </message> | 303 </message> |
304 </if> | 304 </if> |
| 305 <!--TODO(kmadhusu): Remove "IDS_OPTIONS_RESET_MESSAGE" after platform-spec
ific dialogs are removed.--> |
305 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> | 306 <message name="IDS_OPTIONS_RESET_MESSAGE" desc="The message shown when the
user presses the 'Reset Chrome options' button"> |
306 When you reset Chromium options any changes you've made will be reverted
to the default settings. Do you want to reset Chromium options? | 307 When you reset Chromium options any changes you've made will be reverted
to the default settings. Do you want to reset Chromium options? |
307 </message> | 308 </message> |
308 <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."> | 309 <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."> |
309 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> | 310 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> |
310 </message> | 311 </message> |
311 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> | 312 <message name="IDS_EULA_CHECKBOX_ENABLE_LOGGING" desc="The label of the ch
eckbox to enable/disable crash and user metrics logging"> |
312 <!--We use /n here to separate lines manually because NativeCheckboxGtk
currently does not support multi-line. --> | 313 <!--We use /n here to separate lines manually because NativeCheckboxGtk
currently does not support multi-line. --> |
313 Optional: Help make Chromium better by automatically sending usage stati
stics and crash\nreports to Google | 314 Optional: Help make Chromium better by automatically sending usage stati
stics and crash\nreports to Google |
314 </message> | 315 </message> |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 <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."> | 499 <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."> |
499 Chromium Profile Importer | 500 Chromium Profile Importer |
500 </message> | 501 </message> |
501 <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
."> | 502 <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
."> |
502 Chromium Profile Importer | 503 Chromium Profile Importer |
503 </message> | 504 </message> |
504 </if> | 505 </if> |
505 </messages> | 506 </messages> |
506 </release> | 507 </release> |
507 </grit> | 508 </grit> |
OLD | NEW |