aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
commit8c2f2b671e5e9630dd6a56a49a33e6cd45694b03 (patch)
treef0d93a4d08b4eef134eb372fcabfaecdcefbc22b /src/main/res
parentce44b8869e046a76ca7eca5c0de16662910312cb (diff)
added missing and changed some strings
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values-de/strings.xml14
-rw-r--r--src/main/res/values/strings.xml4
-rw-r--r--src/main/res/xml/preferences.xml6
3 files changed, 19 insertions, 5 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index faeaf80e2..7044b195f 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -96,7 +96,7 @@
<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">Dateien annehmen</string>
- <string name="pref_accept_files_summary">Dateien automatisch annehmen, die kleiner sind als …</string>
+ <string name="pref_accept_files_summary_wifi">Im WLAN-Netz Dateien automatisch annehmen, die kleiner sind als …</string>
<string name="pref_attachments">Anhänge</string>
<string name="pref_return_to_previous">Schnell-Teilen</string>
<string name="pref_return_to_previous_summary">Nach dem Teilen sofort wieder zur vorherigen App zurückkehren anstatt die Unterhaltung zu öffnen</string>
@@ -652,5 +652,17 @@
<string name="no_permission_to_access_x">Keine Berechtigung, um auf %s zuzugreifen</string>
<string name="remote_server_not_found">Entfernter Server konnte nicht gefunden werden</string>
<string name="contact_asks_for_presence_subscription">Kontakt möchte deinen Online-Status sehen</string>
+ <string name="pref_accept_files_mobile">Dateien im Mobilen Netz annehmen</string>
+ <string name="pref_accept_files_mobileroaming">Dateien im Roaming annehmen</string>
+ <string name="pref_accept_files_wifi">Dateien im WLAN annehmen</string>
+ <string name="missing_keys_from_x">Keine OMEMO Schlüssel von %s</string>
+ <string name="missing_presence_subscription_with_x">Fehlender Online-Status von %s.</string>
+ <string name="payment_required">Bezahlung erforderlich</string>
+ <string name="pref_accept_files_summary_mobile">Im mobilen Datennetz Dateien automatisch annehmen, die kleiner sind als …</string>
+ <string name="pref_accept_files_summary_mobileroaming">Im mobilen Datennetz während des Roamings Dateien automatisch annehmen, die kleiner sind als …</string>
+ <string name="report_jid_as_spammer">Diese JID wegen des Senden von unerwünschten Nachrichten melden.</string>
+ <string name="this_conference_has_no_members">Diese Konferenz enthält keine Teilnehmer.</string>
+ <string name="unable_to_update_account">Profil kann nicht aktualisiert werden.</string>
+ <string name="wrong_conference_configuration">Dies ist keine private, nicht-anonyme Konferenz.</string>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f56ed4df1..3aa14208e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -101,9 +101,11 @@
<string name="pref_xmpp_resource">XMPP resource</string>
<string name="pref_xmpp_resource_summary">The name this client identifies itself with</string>
<string name="pref_accept_files_wifi">Accept files in WiFi connections</string>
+ <string name="pref_accept_files_summary_wifi">When connected to wifi automatically accept files smaller than…</string>
<string name="pref_accept_files_mobile">Accept files in mobile connections</string>
+ <string name="pref_accept_files_summary_mobile">When connected with mobile data automatically accept files smaller than…</string>
<string name="pref_accept_files_mobileroaming">Accept files in mobile roaming connections</string>
- <string name="pref_accept_files_summary">Automatically accept files smaller than…</string>
+ <string name="pref_accept_files_summary_mobileroaming">When connected with mobile data in roaming automatically accept files smaller than…</string>
<string name="pref_attachments">Attachments</string>
<string name="pref_return_to_previous">Quick Sharing</string>
<string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string>
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index a3f15ba1a..455b67990 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -92,21 +92,21 @@
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_wifi"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_wifi"
android:title="@string/pref_accept_files_wifi" />
<ListPreference
android:defaultValue="262144"
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_mobile"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_mobile"
android:title="@string/pref_accept_files_mobile" />
<ListPreference
android:defaultValue="1"
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_roaming"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_mobileroaming"
android:title="@string/pref_accept_files_mobileroaming" />
<ListPreference
android:defaultValue="auto"