| 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na
me for the Notification Center window."> | 533 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na
me for the Notification Center window."> |
| 534 Notification Center | 534 Notification Center |
| 535 </message> | 535 </message> |
| 536 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f
or disabling a notifier from a notification."> | 536 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f
or disabling a notifier from a notification."> |
| 537 Disable notifications from <ph name="notifier_name">$1<ex>Notification G
alore!</ex></ph> | 537 Disable notifications from <ph name="notifier_name">$1<ex>Notification G
alore!</ex></ph> |
| 538 </message> | 538 </message> |
| 539 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> | 539 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> |
| 540 Notifications | 540 Notifications |
| 541 </message> | 541 </message> |
| 542 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th
e footer of the message center on lock screen"> | 542 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th
e footer of the message center on lock screen"> |
| 543 Sign in to view your notifications | 543 Unlock device to view your notifications |
| 544 </message> | 544 </message> |
| 545 <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."> | 545 <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."> |
| 546 Settings | 546 Settings |
| 547 </message> | 547 </message> |
| 548 <if expr="is_macosx"> | 548 <if expr="is_macosx"> |
| 549 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc=
"The tooltip on back button that returns from settings to the notification list.
"> | 549 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc=
"The tooltip on back button that returns from settings to the notification list.
"> |
| 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."> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 </message> | 626 </message> |
| 627 <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"> | 627 <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"> |
| 628 Speak now | 628 Speak now |
| 629 </message> | 629 </message> |
| 630 <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."> | 630 <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."> |
| 631 No internet connection | 631 No internet connection |
| 632 </message> | 632 </message> |
| 633 </messages> | 633 </messages> |
| 634 </release> | 634 </release> |
| 635 </grit> | 635 </grit> |
| OLD | NEW |