aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-10-30 20:05:36 +0100
committersteckbrief <steckbrief@chefmail.de>2015-10-30 20:05:36 +0100
commit11659eadb02b382804845d4e01a8536e02698468 (patch)
tree21962ec200324bda4646ae358c305259a6d68841 /src/main/res/values/strings.xml
parent7aed735df28984e76486f23d17d02981b268930e (diff)
Implements FS#24: Introduce setting for picture resizing
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index d44dd76a..5f594800 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -520,4 +520,9 @@
<string name="dlg_msg_details_msg_status_unsend">Unsend</string>
<string name="dlg_msg_details_msg_status_offered">Offered</string>
<string name="dlg_msg_details_msg_status_failed">Failed</string>
+ <string name="pref_resize_picture_ask">ask</string>
+ <string name="pref_resize_picture_always">always</string>
+ <string name="pref_resize_picture_never">never</string>
+ <string name="pref_resize_picture_summary">Whether pictures shall be resized or not</string>
+ <string name="pref_resize_picture">Resize pictures</string>
</resources>