summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-04-27 14:44:57 -0700
committerTom Taylor <tomtaylor@google.com>2012-04-27 14:44:57 -0700
commit429f4c0b2a6ada384e30af31644f1edba0284b4d (patch)
tree3fd6f48b2b52672d0fc18a8ec88aa51f97aa752d /res/values/strings.xml
parent57c1d939be4eb9f7f21d1e73efc66c0b8ad9773c (diff)
downloadMms-429f4c0b2a6ada384e30af31644f1edba0284b4d.tar.gz
Implement wonder-notifications
Bug 6288543 Support wonder-notifications. Show picture from first slide. Show big text notifications where the whole message is displayed. When there are several unread conversations, show them all using a digest notification. Change-Id: I41addcddd6783074a31ed479bef4c0a04383e9aa
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 57a6a87b..18515f9e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -736,6 +736,18 @@
the number of messages in the thread [CHAR LIMIT=5] -->
<string name="message_count_format">\u00a0<xliff:g id="number" example="1">%1$s</xliff:g></string>
+ <!-- When showing a multi-message notification, this is the title [CHAR LIMIT=none] -->
+ <string name="message_count_notification"><xliff:g id="number" example="3">%1$s</xliff:g> new messages</string>
+ <!-- In digest notifications when we show N messages, but there are N+M outstanding messages,
+ this text is displayed at the bottom of the notification. [CHAR LIMIT=50] -->
+ <plurals name="message_count_notification_overflow">
+ <!-- Case of 1 result. -->
+ <item quantity="one">+<xliff:g id="number" example="1">%1$s</xliff:g> other message"</item>
+ <!-- Case of 2 or more results. -->
+ <item quantity="other">+<xliff:g id="number" example="15">%1$s</xliff:g> other messages"</item>
+ </plurals>
+
+
<!-- For debugging: Dialog box title indicating there's a situation where data has unexpectedly
changed -->
<string name="error_state">Inconsistent state</string>