| OLD | NEW |
| 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 Loading... |
| 627 </message> | 627 </message> |
| 628 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th
e label to describe the settings dialog if there is more than one user."> | 628 <message name="IDS_MESSAGE_CENTER_SETTINGS_DESCRIPTION_MULTIUSER" desc="Th
e label to describe the settings dialog if there is more than one user."> |
| 629 Allow notifications from the following for each user: | 629 Allow notifications from the following for each user: |
| 630 </message> | 630 </message> |
| 631 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> | 631 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> |
| 632 Settings... | 632 Settings... |
| 633 </message> | 633 </message> |
| 634 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> | 634 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> |
| 635 Clear All | 635 Clear All |
| 636 </message> | 636 </message> |
| 637 <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)"> | 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="NUMBER">$1<ex>3</ex></ph> | 638 ''' - <ph name="message">$1<ex>This is the message!</ex></ph>''' |
| 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."> |
| 641 +<ph name="NUMBER">$1<ex>3</ex></ph> more |
| 639 </message> | 642 </message> |
| 640 <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."> |
| 641 <ph name="NUMBER">$1<ex>75</ex></ph> % | 644 <ph name="NUMBER">$1<ex>75</ex></ph> % |
| 642 </message> | 645 </message> |
| 643 <if expr="not use_titlecase"> | 646 <if expr="not use_titlecase"> |
| 644 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> | 647 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> |
| 645 Do not disturb | 648 Do not disturb |
| 646 </message> | 649 </message> |
| 647 </if> | 650 </if> |
| 648 <if expr="use_titlecase"> | 651 <if expr="use_titlecase"> |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 <!-- Display names --> | 738 <!-- Display names --> |
| 736 <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."> | 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."> |
| 737 Unknown Display | 740 Unknown Display |
| 738 </message> | 741 </message> |
| 739 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> | 742 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> |
| 740 Internal Display | 743 Internal Display |
| 741 </message> | 744 </message> |
| 742 </messages> | 745 </messages> |
| 743 </release> | 746 </release> |
| 744 </grit> | 747 </grit> |
| OLD | NEW |