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

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

Issue 2941043004: Show number of hidden items in new-style list notification. (Closed)
Patch Set: Resolve review comments. Created 3 years, 5 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/notification_view_md.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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 </message> 624 </message>
625 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th e label to describe the settings dialog if there is more than one user."> 625 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th e label to describe the settings dialog if there is more than one user.">
626 Allow notifications from the following for each user: 626 Allow notifications from the following for each user:
627 </message> 627 </message>
628 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page."> 628 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button for visiting the appropriate settings page.">
629 Settings... 629 Settings...
630 </message> 630 </message>
631 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications."> 631 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing all notifications.">
632 Clear All 632 Clear All
633 </message> 633 </message>
634 <message name="IDS_MESSAGE_CENTER_LIST_NOTIFICATION_OVERFLOW_INDICATOR" de sc="The overflow indicator shown when a list notification has more list items th an visible ones. Should be same as AndroidPlatform msgId 1863231301642314183. (f rameworks/base/packages/SystemUI/res/values/strings.xml:notification_group_overf low_indicator)">
635 + <ph name="NUMBER">$1<ex>3</ex></ph>
636 </message>
634 <if expr="not use_titlecase"> 637 <if expr="not use_titlecase">
635 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button."> 638 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button.">
636 Do not disturb 639 Do not disturb
637 </message> 640 </message>
638 </if> 641 </if>
639 <if expr="use_titlecase"> 642 <if expr="use_titlecase">
640 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button."> 643 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button.">
641 Do Not Disturb 644 Do Not Disturb
642 </message> 645 </message>
643 </if> 646 </if>
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 <!-- Display names --> 723 <!-- Display names -->
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."> 724 <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.">
722 Unknown Display 725 Unknown Display
723 </message> 726 </message>
724 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 727 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
725 Internal Display 728 Internal Display
726 </message> 729 </message>
727 </messages> 730 </messages>
728 </release> 731 </release>
729 </grit> 732 </grit>
OLDNEW
« no previous file with comments | « ui/message_center/views/notification_view_md.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698