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

@ -4,37 +4,35 @@
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2022
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-26 15:02+0100\n"
"PO-Revision-Date: 2014-10-31 14:06+0000\n"
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2022-01-22 17:44+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: windowsphonepush.php:85
msgid "WindowsPhonePush settings updated."
msgstr "WindowsPhonePush Einstellungen aktualisiert."
#: windowsphonepush.php:114
msgid "WindowsPhonePush Settings"
msgstr "WindowsPhonePush Einstellungen"
#: windowsphonepush.php:117
#: windowsphonepush.php:102
msgid "Enable WindowsPhonePush Addon"
msgstr "Aktiviere WindowsPhonePush Addon"
msgstr "Aktiviere WindowsPhonePush-Addon"
#: windowsphonepush.php:122
#: windowsphonepush.php:103
msgid "Push text of new item"
msgstr "Text senden"
#: windowsphonepush.php:127
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: windowsphonepush.php:104
msgid "Device URL"
msgstr "Geräte URL"
#: windowsphonepush.php:109
msgid "WindowsPhonePush Settings"
msgstr "WindowsPhonePush-Einstellungen"

View file

@ -5,8 +5,7 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush Einstellungen aktualisiert.';
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush Einstellungen';
$a->strings['Enable WindowsPhonePush Addon'] = 'Aktiviere WindowsPhonePush Addon';
$a->strings['Enable WindowsPhonePush Addon'] = 'Aktiviere WindowsPhonePush-Addon';
$a->strings['Push text of new item'] = 'Text senden';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Device URL'] = 'Geräte URL';
$a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush-Einstellungen';