OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 Go back to notifications | 550 Go back to notifications |
551 </message> | 551 </message> |
552 </if> | 552 </if> |
553 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> | 553 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> |
554 Allow notifications from the following: | 554 Allow notifications from the following: |
555 </message> | 555 </message> |
556 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th
e label to describe the settings dialog if there is more than one user."> | 556 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th
e label to describe the settings dialog if there is more than one user."> |
557 Allow notifications from the following for each user: | 557 Allow notifications from the following for each user: |
558 </message> | 558 </message> |
559 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> | 559 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> |
560 Settings... | 560 Settings… |
561 </message> | 561 </message> |
562 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> | 562 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> |
563 Clear All | 563 Clear All |
564 </message> | 564 </message> |
565 <if expr="not use_titlecase"> | 565 <if expr="not use_titlecase"> |
566 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> | 566 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> |
567 Do not disturb | 567 Do not disturb |
568 </message> | 568 </message> |
569 </if> | 569 </if> |
570 <if expr="use_titlecase"> | 570 <if expr="use_titlecase"> |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 </message> | 623 </message> |
624 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> | 624 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the
speech recognition UI to ask the user to speak the search query"> |
625 Speak now | 625 Speak now |
626 </message> | 626 </message> |
627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> | 627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text
label in the speech recognition UI to show the speech recognition can't start b
ecause of network error."> |
628 No internet connection | 628 No internet connection |
629 </message> | 629 </message> |
630 </messages> | 630 </messages> |
631 </release> | 631 </release> |
632 </grit> | 632 </grit> |
OLD | NEW |