diff options
author | Christian S <christian@pix-art.de> | 2016-03-23 11:50:52 +0100 |
---|---|---|
committer | Christian S <christian@pix-art.de> | 2016-03-23 11:50:52 +0100 |
commit | c65466e984bba8c553be78fbd15ddc88cf565d56 (patch) | |
tree | b0f10aaa58189dbb7e6ad531fec88d1c06a3c63f /src/main | |
parent | 4f8ea50efaaa1c3c123ad621f39772bc01a008da (diff) |
added missing/new strings
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/res/values-de/strings.xml | 5 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml index ffef9a89c..f2866f33c 100644 --- a/src/main/res/values-de/strings.xml +++ b/src/main/res/values-de/strings.xml @@ -601,5 +601,10 @@ <string name="no_keys_just_confirm">Du vertraust diesem Kontakt bereits. Durch Auswählen von \"Fertig\" bestätigst du, dass %s Teil dieser Konferenz ist.</string> <string name="select_image_and_crop">Bild auswählen und zuschneiden</string> <string name="this_account_is_disabled">Du hast diesen Account deaktiviert</string> + <string name="pref_plugin_voice_recorder">Sprachaufnahme</string> + <string name="pref_plugin_voice_recorder_summary">Sende und empfange Sprachnachrichten</string> + <string name="preparing_images">Bilder werden für Übertragung vorbereitet</string> + <string name="shared_images_with_x">Bilder mit %s geteilt</string> + <string name="sharing_files_please_wait">Teile Dateien. Bitte warten…</string> </resources> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index ea0f02ca8..52624196d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -632,4 +632,6 @@ <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> <string name="this_account_is_disabled">You have disabled this account</string> + <string name="pref_plugin_voice_recorder">Voice Recorder</string> + <string name="pref_plugin_voice_recorder_summary">Send and receive voice messages</string> </resources> |