summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorMarc Blank <mblank@google.com>2010-09-23 09:19:44 -0700
committerMarc Blank <mblank@google.com>2010-12-01 13:37:57 -0800
commit2fa5361e8309fc929cba6c7c6e91ab2bed318673 (patch)
treed6ce00fe6c070920790b4e40f58d2c08908da01f /res/values
parent265cb3db2f5464af360bce11bb2042503b717088 (diff)
downloadExchange-2fa5361e8309fc929cba6c7c6e91ab2bed318673.tar.gz
Wireframe email widget
* Formatting and assets are preliminary * Functionality correct * Needs cleanup, etc. Change-Id: I75051df93d233ef529a616c7a9efae403d320bd2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0a3e8895..db5ef2b1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1012,6 +1012,19 @@ save attachment.</string>
<!-- Generic string for "current position" / "total number" [CHAR LIMIT=12] -->
<string name="position_of_count"><xliff:g example="1">%1$d</xliff:g> of <xliff:g
example="12">%2$s</xliff:g></string>
+
+ <!-- Widget -->
+ <!-- Instruction for how to move to different widget views [CHAR LIMIT=50] -->
+ <string name="widget_other_views">Tap email icon for other views</string>
+ <!-- Header for the "All Mail" widget view (showing all of the user's mail) [CHAR LIMIT=20] -->
+ <string name="widget_all_mail">All Mail</string>
+ <!-- Header for the "Unread" widget view (showing all unread mail) [CHAR LIMIT=20] -->
+ <string name="widget_unread">All Unread</string>
+ <!-- Header for the "Starred" widget view (showing all starred mail) [CHAR LIMIT=20] -->
+ <string name="widget_starred">All Starred</string>
+ <!-- Shown when waiting for mail data to be loaded into the widget list view [CHAR LIMIT=20] -->
+ <string name="widget_loading">Loading\u2026</string>
+
<!--
Strings for temporary UI
STOPSHIP Remove them or move them up and make translatable