| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 <!-- Message center --> | 595 <!-- Message center --> |
| 596 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na
me for the Notification Center window."> | 596 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na
me for the Notification Center window."> |
| 597 Notification Center | 597 Notification Center |
| 598 </message> | 598 </message> |
| 599 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f
or disabling a notifier from a notification."> | 599 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f
or disabling a notifier from a notification."> |
| 600 Disable notifications from <ph name="notifier_name">$1<ex>Notification G
alore!</ex></ph> | 600 Disable notifications from <ph name="notifier_name">$1<ex>Notification G
alore!</ex></ph> |
| 601 </message> | 601 </message> |
| 602 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> | 602 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> |
| 603 Notifications | 603 Notifications |
| 604 </message> | 604 </message> |
| 605 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th
e footer of the message center on lock screen"> | |
| 606 Sign in to view your notifications | |
| 607 </message> | |
| 608 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button
label for visiting the appropriate settings page in the footer of the message ce
nter."> | 605 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button
label for visiting the appropriate settings page in the footer of the message ce
nter."> |
| 609 Settings | 606 Settings |
| 610 </message> | 607 </message> |
| 611 <if expr="is_macosx"> | 608 <if expr="is_macosx"> |
| 612 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc=
"The tooltip on back button that returns from settings to the notification list.
"> | 609 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc=
"The tooltip on back button that returns from settings to the notification list.
"> |
| 613 Go back to notifications | 610 Go back to notifications |
| 614 </message> | 611 </message> |
| 615 </if> | 612 </if> |
| 616 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> | 613 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> |
| 617 Allow notifications from the following: | 614 Allow notifications from the following: |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 </message> | 689 </message> |
| 693 <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"> |
| 694 Speak now | 691 Speak now |
| 695 </message> | 692 </message> |
| 696 <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."> |
| 697 No internet connection | 694 No internet connection |
| 698 </message> | 695 </message> |
| 699 </messages> | 696 </messages> |
| 700 </release> | 697 </release> |
| 701 </grit> | 698 </grit> |
| OLD | NEW |