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

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

Issue 2945303006: Add percentage of progress in notification header. (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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
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)"> 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> 635 + <ph name="NUMBER">$1<ex>3</ex></ph>
636 </message> 636 </message>
637 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_PROGRESS_PERCENTAGE" desc=" The summary text in a notification that is shown with progress bar.">
638 <ph name="NUMBER">$1<ex>75</ex></ph> %
639 </message>
637 <if expr="not use_titlecase"> 640 <if expr="not use_titlecase">
638 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button."> 641 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button.">
639 Do not disturb 642 Do not disturb
640 </message> 643 </message>
641 </if> 644 </if>
642 <if expr="use_titlecase"> 645 <if expr="use_titlecase">
643 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button."> 646 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button.">
644 Do Not Disturb 647 Do Not Disturb
645 </message> 648 </message>
646 </if> 649 </if>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 <!-- Display names --> 732 <!-- Display names -->
730 <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."> 733 <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.">
731 Unknown Display 734 Unknown Display
732 </message> 735 </message>
733 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 736 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
734 Internal Display 737 Internal Display
735 </message> 738 </message>
736 </messages> 739 </messages>
737 </release> 740 </release>
738 </grit> 741 </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