summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-06-26 17:19:17 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-06-26 18:20:10 -0700
commitcdee4b0c11400d766ae826e6c01d234c2769554f (patch)
treed107d598050f07958c5398a9dba7487047e1f187 /res/values/strings.xml
parent1b8e0fa23f6e9957f0b8753dd3f5b95d3f5d98ea (diff)
downloadandroid_packages_apps_Email-cdee4b0c11400d766ae826e6c01d234c2769554f.tar.gz
android_packages_apps_Email-cdee4b0c11400d766ae826e6c01d234c2769554f.tar.bz2
android_packages_apps_Email-cdee4b0c11400d766ae826e6c01d234c2769554f.zip
Use resource strings for system folders.
Fixes b/9193813. Previously we returned a value from the database in all cases. This meant that system folders were not translated. Change-Id: Ife568651886bfb6de76221b8bc5d013dac8fa21a
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 54f195646..0de4cc4b1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -190,6 +190,8 @@
<string name="mailbox_name_display_sent">Sent</string>
<!-- In the UI, the junk will be displayed with this name -->
<string name="mailbox_name_display_junk">Junk</string>
+ <!-- In the UI, the starred will be displayed with this name -->
+ <string name="mailbox_name_display_starred">Starred</string>
<!-- In the UI, the unread will be displayed with this name [CHAR LIMIT=15] -->
<string name="mailbox_name_display_unread">Unread</string>
<!-- In the shortcut/widget configuration UI, the label for selecting only the unread messages in an account's inbox [CHAR LIMIT=30] -->