summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndy Stadler <stadler@android.com>2010-12-08 12:28:02 -0800
committerAndy Stadler <stadler@android.com>2010-12-08 12:28:02 -0800
commit8a60c525852b46a1fda0c35f0eb80a4c09f634a6 (patch)
tree881f03b93bcbbb057eb865fa93433fc0a7300a79 /res/values
parent80faefa859a7c69e90474cbc0cc999417888ecfe (diff)
downloadExchange-8a60c525852b46a1fda0c35f0eb80a4c09f634a6.tar.gz
Add preference for background downloading
* Defaults to false * Placeholder text Change-Id: I7c729eddb7b4d368a0ac47552c911d2ef11b3ee1
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ef7c88d1..fc679476 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -982,6 +982,15 @@ save attachment.</string>
<!-- General preference: Text zoom. Value is "huge" (+2) [CHAR LIMIT=32] -->
<string name="general_preference_text_zoom_huge">Huge</string>
+ <!-- General preference: Allow downloading of attachments in background -->
+ <!-- Title of general preference for downloading attachments in background [CHAR LIMIT=32] -->
+ <string name="general_preference_background_attachments_label">
+ Automatically fetch attachments</string>
+ <!-- Summary of general preference for downloading attachments in background [CHAR LIMIT=64] -->
+ <string name="general_preference_background_attachments_summary">
+ Download attachments for Inbox messages. (Not available for POP3 accounts.)
+ </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>