aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-12-12 16:11:43 +0100
committerChristian S <christian@pix-art.de>2015-12-12 16:11:43 +0100
commit1a39041d57ca4edfe662ce8b7334a225d50ee2a2 (patch)
treeacba5c0a9f94b78122545c9b8bef8b0a92f29a1b
parent77396ea2c005cf6379b3ded487cf6d9e8e45ed6c (diff)
modified strings
-rw-r--r--src/main/res/values-de/strings.xml6
-rw-r--r--src/main/res/values/strings.xml2
2 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 a7a3420d9..1f35910a0 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -541,5 +541,11 @@
<string name="pref_use_tor_summary">Alle Verbindungen über das TOR-Netzwerk tunneln. Benötigt Orbot</string>
<string name="send_omemo_x509_message">v\\OMEMO-verschlüsselte Nachricht senden</string>
<string name="verified_omemo_key_with_certificate">OMEMO Schlüssel mit Zertifikat bestätigt!</string>
+ <string name="no_storage_permission">Pix-Art Messenger benötigt Zugriff auf externen Speicher</string>
+ <string name="openkeychain_not_installed">Bitte OpenKeychain installieren</string>
+ <string name="shared_file_with_x">Mit %s geteilte Datei</string>
+ <string name="shared_image_with_x">Mit %s geteiltes Bild</string>
+ <string name="sync_with_contacts">Mit Kontakten synchronisieren</string>
+ <string name="sync_with_contacts_long">Pix-Art Messenger möchte deine Chat-Kontaktliste mit deinem Telefon-Kontakten abgleichen, um vollständige Namen und Avatare anzuzeigen.\n\nPix-Art Messenger wird deine Kontakte nur lokal lesen und abgleichen und benötigt keinen Abgleich mit dem Server.\n\nDu wirst gefragt, ob du den Zugriff auf deine Kontakte erlauben möchtest.</string>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index c4ea72555..8146b8349 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -576,7 +576,7 @@
</plurals>
<string name="shared_file_with_x">Shared file with %s</string>
<string name="shared_image_with_x">Shared image with %s</string>
- <string name="no_storage_permission">Conversations need access to external storage</string>
+ <string name="no_storage_permission">Pix-Art Messenger needs access to external storage</string>
<string name="sync_with_contacts">Synchronize with contacts</string>
<string name="sync_with_contacts_long">Conversations wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nConversations will only read your contacts and match them locally without uploading them to your server.\n\nYou will now be asked to grant permission to access your contacts.</string>
</resources>