summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-06-29 15:56:57 -0700
committerTom Taylor <tomtaylor@google.com>2011-06-29 15:56:57 -0700
commit3fb271abe0c478d0ea8432830589774182079c86 (patch)
tree62a093fb8887f145a5563e76394d6bfd7e5ef819 /res/values/strings.xml
parentdca923722b6eb0bb3cd8ca1d4d7b478c2fa4352b (diff)
downloadMms-3fb271abe0c478d0ea8432830589774182079c86.tar.gz
New UI look for Messaging
Changes include left and right avatars for sender/recipient in message items, an icon (instead of text) for the send button. Change-Id: I4a112ee656a38476a5238d680b59bf6c52dfa2ca
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 02aa1f3c..a5e75f22 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -774,7 +774,7 @@
<string name="me">Me</string>
<!-- Brief small label shown to right of message when it is being sent. -->
- <string name="sending_message">Sending\u2026</string>
+ <string name="sending_message">SENDING\u2026</string>
<!-- Title of progress dialog for picker -->
<string name="pick_too_many_recipients">Too many recipients</string>
@@ -782,6 +782,14 @@
<!-- Message of progress dialog for picker -->
<string name="adding_recipients">Adding recipients\u2026</string>
+ <!-- In conversation list items, this is the separator between a contact's name
+ and the draft stamp [CHAR LIMIT=5] -->
+ <string name="draft_separator">,\u2002</string>
+
+ <!-- In conversation list items, this comes after the receipient's name and contains
+ 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>
+
<!-- For debugging: Dialog box title indicating there's a situation where data has unexpectedly
changed -->
<string name="error_state">Inconsistent state</string>