Chromium Code Reviews| 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_NO_NOTIFICATION" desc="The label in the footer of the message center when there is no notification to show"> | |
|
dewittj
2016/05/12 19:48:36
Why not just reuse IDS_MESSAGE_CENTER_NO_MESSAGES?
yoshiki
2016/05/16 05:41:00
Done.
| |
| 606 You have no notifications | |
| 607 </message> | |
| 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."> | 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."> |
| 606 Settings | 609 Settings |
| 607 </message> | 610 </message> |
| 608 <if expr="is_macosx"> | 611 <if expr="is_macosx"> |
| 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. "> | 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. "> |
| 610 Go back to notifications | 613 Go back to notifications |
| 611 </message> | 614 </message> |
| 612 </if> | 615 </if> |
| 613 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> | 616 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> |
| 614 Allow notifications from the following: | 617 Allow notifications from the following: |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 689 </message> | 692 </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"> | 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"> |
| 691 Speak now | 694 Speak now |
| 692 </message> | 695 </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."> | 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."> |
| 694 No internet connection | 697 No internet connection |
| 695 </message> | 698 </message> |
| 696 </messages> | 699 </messages> |
| 697 </release> | 700 </release> |
| 698 </grit> | 701 </grit> |
| OLD | NEW |