diff options
author | Christian S <christian@pix-art.de> | 2016-03-05 11:16:10 +0100 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-03-05 11:16:10 +0100 |
commit | e0101b5098aed944c27312d09568e4fe72aa75e4 (patch) | |
tree | a3dceed63c8a03ed73e1b170377d5eb5dd640f12 /src/main | |
parent | 1f767b4425b113e18a12c62ac1f91e7a3bd604c9 (diff) |
updated strings
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/values-de/strings.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index a2c7b980b..81e03e7c0 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -597,4 +597,7 @@ <string name="no_keys_just_confirm">Du vertraust diesem Kontakt bereits. Mit einem Klick auf \'Erledigt\' bestätigst du lediglich, dass %s Teil dieser Konferenz ist.</string> <string name="pref_treat_vibrate_as_silent">Vibrationsmodus wie stummgeschaltet behandeln</string> <string name="pref_treat_vibrate_as_silent_summary">Setzt deinen Status auf nicht verfügbar, wenn sich dein Gerät im Vibrationsmodus befindet</string> + <string name="check_x_filesize_on_host">%1$s-Größe auf %2$s prüfen</string> + <string name="select_image_and_crop">Bild auswählen und zuschneiden</string> + <string name="contact_has_no_pgp_key">Pix-Art Messenger ist nicht in der Lage, deine Nachrichten zu verschlüsseln, weil dein Kontakt seinen Schlüssel nicht preisgibt.\n\n</string> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 6f7190ec7..0603fb5ff 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -627,4 +627,5 @@ <string name="send_corrected_message">Send corrected message</string> <string name="no_keys_just_confirm">You already trust this contact. By selecting \'done\' you are just confirming that %s is part of this conference.</string> <string name="select_image_and_crop">Select image and crop</string> + <string name="contacts_have_no_pgp_keys">Pix-Art Messenger is unable to encrypt your messages because your contacts are not announcing their public keys.\n\n</string> </resources> |