| 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> | 626 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> |
| 627 Do not disturb | 627 Do not disturb |
| 628 </message> | 628 </message> |
| 629 </if> | 629 </if> |
| 630 <if expr="use_titlecase"> | 630 <if expr="use_titlecase"> |
| 631 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti
tle Case: The tooltip text for the do not disturb button."> | 631 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti
tle Case: The tooltip text for the do not disturb button."> |
| 632 Do Not Disturb | 632 Do Not Disturb |
| 633 </message> | 633 </message> |
| 634 </if> | 634 </if> |
| 635 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed
in the message center when there are no notifications."> | 635 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed
in the message center when there are no notifications."> |
| 636 Nothing to see here, move along. | 636 You have no notifications |
| 637 </message> | 637 </message> |
| 638 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for d
o not disturb mode."> | 638 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for d
o not disturb mode."> |
| 639 Do not disturb | 639 Do not disturb |
| 640 </message> | 640 </message> |
| 641 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label
to enter do not disturb mode in one hour."> | 641 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label
to enter do not disturb mode in one hour."> |
| 642 Do not disturb for one hour | 642 Do not disturb for one hour |
| 643 </message> | 643 </message> |
| 644 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label
to enter do not disturb mode in one day."> | 644 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label
to enter do not disturb mode in one day."> |
| 645 Do not disturb for one day | 645 Do not disturb for one day |
| 646 </message> | 646 </message> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 </message> | 689 </message> |
| 690 <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"> | 690 <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"> |
| 691 Speak now | 691 Speak now |
| 692 </message> | 692 </message> |
| 693 <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."> | 693 <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."> |
| 694 No internet connection | 694 No internet connection |
| 695 </message> | 695 </message> |
| 696 </messages> | 696 </messages> |
| 697 </release> | 697 </release> |
| 698 </grit> | 698 </grit> |
| OLD | NEW |