DE addon translation update

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:52:57 +01:00
parent 484482a4ce
commit 1e60ac18cf
80 changed files with 972 additions and 996 deletions

View file

@ -6,13 +6,14 @@
# Translators:
# Andreas H., 2018
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2017-2018
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2017-2018,2022
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:25+0200\n"
"PO-Revision-Date: 2018-08-20 14:24+0000\n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2022-01-22 17:42+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -21,26 +22,14 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: superblock.php:47 superblock.php:51
#: superblock.php:35
msgid "Comma separated profile URLs to block"
msgstr "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)"
#: superblock.php:40
msgid "Superblock"
msgstr "Superblock"
#: superblock.php:54
msgid "Comma separated profile URLS to block"
msgstr "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)"
#: superblock.php:58
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: superblock.php:71
msgid "SUPERBLOCK Settings saved."
msgstr "Superblock Einstellungen gespeichert"
#: superblock.php:144
#: superblock.php:129
msgid "Block Completely"
msgstr "Vollständig blockieren"
#: superblock.php:165
msgid "superblock settings updated"
msgstr "Superblock Einstellungen aktualisiert"

View file

@ -5,9 +5,6 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Comma separated profile URLs to block'] = 'Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)';
$a->strings['Superblock'] = 'Superblock';
$a->strings['Comma separated profile URLS to block'] = 'Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock Einstellungen gespeichert';
$a->strings['Block Completely'] = 'Vollständig blockieren';
$a->strings['superblock settings updated'] = 'Superblock Einstellungen aktualisiert';