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

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

Issue 2972493002: Implement time stamp in new-style notification. (Closed)
Patch Set: Fix UI strings. 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 </message> 636 </message>
637 <message name="IDS_MESSAGE_CENTER_LIST_NOTIFICATION_MESSAGE_WITH_DIVIDER" desc="The divider symbol of the title and the message of a sub item in list noti fication. In English, the title is on the left of this text. In RTL languages, t he title is on the right of this message."> 637 <message name="IDS_MESSAGE_CENTER_LIST_NOTIFICATION_MESSAGE_WITH_DIVIDER" desc="The divider symbol of the title and the message of a sub item in list noti fication. In English, the title is on the left of this text. In RTL languages, t he title is on the right of this message.">
638 ''' - <ph name="message">$1<ex>This is the message!</ex></ph>''' 638 ''' - <ph name="message">$1<ex>This is the message!</ex></ph>'''
639 </message> 639 </message>
640 <message name="IDS_MESSAGE_CENTER_LIST_NOTIFICATION_HEADER_OVERFLOW_INDICA TOR" desc="The overflow indicator shown on the notification header when a list n otification has more list items than visible ones."> 640 <message name="IDS_MESSAGE_CENTER_LIST_NOTIFICATION_HEADER_OVERFLOW_INDICA TOR" desc="The overflow indicator shown on the notification header when a list n otification has more list items than visible ones.">
641 +<ph name="NUMBER">$1<ex>3</ex></ph> more 641 +<ph name="NUMBER">$1<ex>3</ex></ph> more
642 </message> 642 </message>
643 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_PROGRESS_PERCENTAGE" desc=" The summary text in a notification that is shown with progress bar."> 643 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_PROGRESS_PERCENTAGE" desc=" The summary text in a notification that is shown with progress bar.">
644 <ph name="NUMBER">$1<ex>75</ex></ph> % 644 <ph name="NUMBER">$1<ex>75</ex></ph> %
645 </message> 645 </message>
646 <message name="IDS_MESSAGE_NOTIFICATION_NOW_STRING_SHORTEST" desc="A strin g denoting the current point in time that should be as short as possible. Should be same as AndroidPlatform msgId 8912796667087856402. (frameworks/base/core/res /res/values/strings.xml:string:now_string_shortest)">
647 now
648 </message>
649 <message name="IDS_MESSAGE_NOTIFICATION_DURATION_MINUTES_SHORTEST" desc="P hrase describing a time duration using minutes that is as short as possible, pre ferrably one character. Should be same as AndroidPlatform msgId 3957499975064245 495. (frameworks/base/core/res/res/values/strings.xml:plurals:duration_minutes_s hortest) [ICU Syntax]">
650 {MINUTES, plural, =1 {1m} other {#m}}
651 </message>
652 <message name="IDS_MESSAGE_NOTIFICATION_DURATION_HOURS_SHORTEST" desc="Phr ase describing a time duration using hours that is as short as possible, preferr ably one character. Should be same as AndroidPlatform msgId 3552182110578602356. (frameworks/base/core/res/res/values/strings.xml:plurals:duration_hours_shortes t) [ICU Syntax]">
653 {HOURS, plural, =1 {1h} other {#h}}
654 </message>
655 <message name="IDS_MESSAGE_NOTIFICATION_DURATION_DAYS_SHORTEST" desc="Phra se describing a time duration using days that is as short as possible, preferrab ly one character. Should be same as AndroidPlatform msgId 5213655532597081640. ( frameworks/base/core/res/res/values/strings.xml:plurals:duration_days_shortest) [ICU Syntax]">
656 {DAYS, plural, =1 {1d} other {#d}}
657 </message>
658 <message name="IDS_MESSAGE_NOTIFICATION_DURATION_YEARS_SHORTEST" desc="Phr ase describing a time duration using years that is as short as possible, preferr ably one character. Should be same as AndroidPlatform msgId 7848711145196397042. (frameworks/base/core/res/res/values/strings.xml:plurals:duration_years_shortes t) [ICU Syntax]">
659 {YEARS, plural, =1 {1y} other {#y}}
660 </message>
646 <if expr="not use_titlecase"> 661 <if expr="not use_titlecase">
647 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button."> 662 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t ooltip text for the do not disturb button.">
648 Do not disturb 663 Do not disturb
649 </message> 664 </message>
650 </if> 665 </if>
651 <if expr="use_titlecase"> 666 <if expr="use_titlecase">
652 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button."> 667 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="In Ti tle Case: The tooltip text for the do not disturb button.">
653 Do Not Disturb 668 Do Not Disturb
654 </message> 669 </message>
655 </if> 670 </if>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 <!-- Display names --> 753 <!-- Display names -->
739 <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."> 754 <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.">
740 Unknown Display 755 Unknown Display
741 </message> 756 </message>
742 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 757 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
743 Internal Display 758 Internal Display
744 </message> 759 </message>
745 </messages> 760 </messages>
746 </release> 761 </release>
747 </grit> 762 </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