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

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

Issue 2945303006: Add percentage of progress in notification header. (Closed)
Patch Set: 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
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_NOTIFICATION_HEADER_DIVIDER_SYMBOL_WITH_ SPACES" desc="The divider symbol between different parts of the notification hea der including spaces." translateable="false">
fukino 2017/06/22 08:57:43 translatable?
tetsui 2017/06/23 02:33:04 Removed. FYI: even though translateable seems miss
635 ''' • '''
fukino 2017/06/22 08:57:43 I'm not sure if we can expect that all fonts we us
yoshiki 2017/06/22 13:27:37 Android uses character, so IMO this character is o
tetsui 2017/06/23 02:33:04 Done.
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

Powered by Google App Engine
This is Rietveld 408576698