From 26fb180d1a42595cabea7e074bc052a6d3c1305c Mon Sep 17 00:00:00 2001 From: Konrad Pozniak <connyduck@users.noreply.github.com> Date: Tue, 8 May 2018 10:42:28 +0200 Subject: [PATCH] update german translation (#638) * update german translation * fix capitalization --- app/src/main/res/values-de/strings.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index b0ccdba8..b9f59cfe 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -259,12 +259,20 @@ <string name="pref_title_filter_regex">Mit regulärem Ausdruck filtern</string> <string name="error_invalid_regex">Ungültiger regulärer Ausdruck</string> <string name="action_content_warning">Inhaltswarnung</string> - <string name="send_toot_notification_title">Beitrag senden...</string> + <string name="send_toot_notification_title">Beitrag senden…</string> <string name="send_toot_notification_error_title">Fehler beim senden</string> <string name="send_toot_notification_saved_content">Eine Kopie des Beitrags wurde in deine Entwürfe gespeichert</string> <string name="send_toot_notification_channel_name">Beiträge senden</string> <string name="error_no_custom_emojis">Deine Instanz %s hat keine Emojis definiert</string> <string name="copy_to_clipboard_success">In die Zwischenablage kopiert</string> + <string name="error_sender_account_gone">Fehler beim Senden des Status</string> + <string name="label_quick_reply">Antworten…</string> + <string name="status_sent_long">Antwort erfolgreich gesendet.</string> + <string name="status_sent">Gesendet!</string> + <string name="action_quick_reply">Schnell antworten</string> + <string name="expand_collapse_all_statuses">Alle Beiträge aus/einklappen</string> + <string name="action_compose_shortcut">Antworten</string> + <string name="performing_lookup_title">Nachschlagen…</string> </resources>