aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values-de/strings.xml
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2015-04-12 20:59:12 +0200
committerlookshe <github@lookshe.org>2015-04-12 20:59:12 +0200
commit56e695cf1be3c519d749e3736bdc60a39b43fd8d (patch)
tree6074c8c9b002f75df1c41c181f2ccc6e66debad2 /src/main/res/values-de/strings.xml
parent98c09f18a22628eae9c98f6efa861f739677e188 (diff)
added settings for accepting and downloading files
fix in Settings, initialize with same values like in preferences.xml
Diffstat (limited to 'src/main/res/values-de/strings.xml')
-rw-r--r--src/main/res/values-de/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 1233817f..9b48bfd5 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -98,7 +98,13 @@
<string name="pref_xmpp_resource">XMPP-Ressource</string>
<string name="pref_xmpp_resource_summary">Der Name, mit dem sich der Client selbst identifiziert</string>
<string name="pref_accept_files">Dateiannahme</string>
- <string name="pref_accept_files_summary">Dateien, die kleiner sind als …, automatisch annehmen</string>
+ <string name="pref_accept_files_summary">Einstellungen für Dateiannahme und automatischen Download</string>
+ <string name="pref_accept_files_size">Größe</string>
+ <string name="pref_accept_files_size_summary">Dateien, die kleiner sind als …, automatisch annehmen</string>
+ <string name="pref_accept_files_download">nur WLAN</string>
+ <string name="pref_accept_files_download_summary">Automatisches Herunterladen und Akzpetieren von Dateien nur im WLAN</string>
+ <string name="pref_accept_files_download_link">Bilder-Links</string>
+ <string name="pref_accept_files_download_link_summary">Bilder-Links automatisch herunterladen</string>
<string name="pref_notification_settings">Benachrichtigungen</string>
<string name="pref_notifications">Benachrichtigungen</string>
<string name="pref_notifications_summary">Benachrichtige mich, wenn eine neue Nachricht ankommt</string>