Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: ui/strings/ui_strings.grd

Issue 2025613002: Reland: Show message center on lock screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/message_center/views/message_center_view_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 <!-- Message center --> 598 <!-- Message center -->
599 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na me for the Notification Center window."> 599 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na me for the Notification Center window.">
600 Notification Center 600 Notification Center
601 </message> 601 </message>
602 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification."> 602 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification.">
603 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph> 603 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph>
604 </message> 604 </message>
605 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center"> 605 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center">
606 Notifications 606 Notifications
607 </message> 607 </message>
608 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th e footer of the message center on lock screen">
609 Sign in to view your notifications
610 </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."> 611 <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 612 Settings
610 </message> 613 </message>
611 <if expr="is_macosx"> 614 <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. "> 615 <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 616 Go back to notifications
614 </message> 617 </message>
615 </if> 618 </if>
616 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog."> 619 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l abel to describe the settings dialog.">
617 Allow notifications from the following: 620 Allow notifications from the following:
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 </message> 698 </message>
696 <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"> 699 <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">
697 Speak now 700 Speak now
698 </message> 701 </message>
699 <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."> 702 <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.">
700 No internet connection 703 No internet connection
701 </message> 704 </message>
702 </messages> 705 </messages>
703 </release> 706 </release>
704 </grit> 707 </grit>
OLDNEW
« no previous file with comments | « ui/message_center/views/message_center_view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698