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

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

Issue 2918483002: Add an accessibility description for notification (Closed)
Patch Set: Use a11y description instead of rule Created 3 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_view.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 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 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s 597 <ph name="QUANTITY">$1<ex>42.0</ex></ph> TB/s
598 </message> 598 </message>
599 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second"> 599 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a speed of petabytes/second">
600 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s 600 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s
601 </message> 601 </message>
602 602
603 <!-- Message center --> 603 <!-- Message center -->
604 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na me for the Notification Center window."> 604 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The accessible na me for the Notification Center window.">
605 Notification Center 605 Notification Center
606 </message> 606 </message>
607 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_ACCESSIBLE_NAME" desc="The accessible name for a single notification.">
608 Notification
609 </message>
607 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification."> 610 <message name="IDS_MESSAGE_CENTER_NOTIFIER_DISABLE" desc="The menu entry f or disabling a notifier from a notification.">
608 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph> 611 Disable notifications from <ph name="notifier_name">$1<ex>Notification G alore!</ex></ph>
609 </message> 612 </message>
610 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center"> 613 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo ter of the message center">
611 Notifications 614 Notifications
612 </message> 615 </message>
613 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th e footer of the message center on lock screen"> 616 <message name="IDS_MESSAGE_CENTER_FOOTER_LOCKSCREEN" desc="The label in th e footer of the message center on lock screen">
614 Unlock device to view your notifications 617 Unlock device to view your notifications
615 </message> 618 </message>
616 <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."> 619 <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.">
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 <!-- Display names --> 720 <!-- Display names -->
718 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray."> 721 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray.">
719 Unknown Display 722 Unknown Display
720 </message> 723 </message>
721 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 724 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
722 Internal Display 725 Internal Display
723 </message> 726 </message>
724 </messages> 727 </messages>
725 </release> 728 </release>
726 </grit> 729 </grit>
OLDNEW
« no previous file with comments | « ui/message_center/views/message_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698