From e151e5958fa42995fa90d5110495b41450ff7274 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 19 May 2022 12:49:27 +0200 Subject: [PATCH] DE translation updates --- view/lang/de/messages.po | 27 +++++++++++++++++++++------ view/lang/de/strings.php | 3 +++ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 4d30ece4c4..0225631aaf 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -49,7 +49,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-05-16 05:29+0000\n" +"POT-Creation-Date: 2022-05-16 06:01+0000\n" "PO-Revision-Date: 2011-05-05 10:19+0000\n" "Last-Translator: Tobias Diekershoff , 2016-2022\n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" @@ -2577,8 +2577,8 @@ msgstr "Bild/Foto" msgid "%2$s %3$s" msgstr "%2$s%3$s" -#: src/Content/Text/BBCode.php:1188 src/Model/Item.php:3243 -#: src/Model/Item.php:3249 src/Model/Item.php:3250 +#: src/Content/Text/BBCode.php:1188 src/Model/Item.php:3258 +#: src/Model/Item.php:3264 src/Model/Item.php:3265 msgid "Link to source" msgstr "Link zum Originalbeitrag" @@ -3781,17 +3781,32 @@ msgstr "Inhaltswarnung: %s" msgid "bytes" msgstr "Byte" -#: src/Model/Item.php:3199 +#: src/Model/Item.php:3201 #, php-format msgid "%s (%d%s, %d votes)" msgstr "%s (%d%s, %d Stimmen)" -#: src/Model/Item.php:3205 +#: src/Model/Item.php:3203 +#, php-format +msgid "%s (%d votes)" +msgstr "%s (%d Stimmen)" + +#: src/Model/Item.php:3208 #, php-format msgid "%d voters. Poll end: %s" msgstr "%d Wähler, Abstimmung endet: %s" -#: src/Model/Item.php:3231 src/Model/Item.php:3232 +#: src/Model/Item.php:3210 +#, php-format +msgid "%d voters." +msgstr "%d Stimmen." + +#: src/Model/Item.php:3212 +#, php-format +msgid "Poll end: %s" +msgstr "Abstimmung endet: %s" + +#: src/Model/Item.php:3246 src/Model/Item.php:3247 msgid "View on separate page" msgstr "Auf separater Seite ansehen" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index 5de1bd3bd9..2ca666b5f7 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -910,7 +910,10 @@ $a->strings['post'] = 'Beitrag'; $a->strings['Content warning: %s'] = 'Inhaltswarnung: %s'; $a->strings['bytes'] = 'Byte'; $a->strings['%s (%d%s, %d votes)'] = '%s (%d%s, %d Stimmen)'; +$a->strings['%s (%d votes)'] = '%s (%d Stimmen)'; $a->strings['%d voters. Poll end: %s'] = '%d Wähler, Abstimmung endet: %s'; +$a->strings['%d voters.'] = '%d Stimmen.'; +$a->strings['Poll end: %s'] = 'Abstimmung endet: %s'; $a->strings['View on separate page'] = 'Auf separater Seite ansehen'; $a->strings['[no subject]'] = '[kein Betreff]'; $a->strings['Edit profile'] = 'Profil bearbeiten';