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

@ -5,13 +5,13 @@
#
# Translators:
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021-2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:44+0000\n"
"POT-Creation-Date: 2021-11-21 19:16-0500\n"
"PO-Revision-Date: 2022-01-22 17:40+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"
@ -20,18 +20,14 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: startpage.php:74 startpage.php:78
msgid "Startpage"
msgstr "Startpage"
#: startpage.php:81
#: startpage.php:70
msgid "Home page to load after login - leave blank for profile wall"
msgstr "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand"
#: startpage.php:84
msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
msgstr "Beispiele: network, notifications/system"
#: startpage.php:70
msgid "Examples: \"network\" or \"notifications/system\""
msgstr "Beispiele: \"network\" oder \"notifications/system\""
#: startpage.php:88
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: startpage.php:75
msgid "Startpage"
msgstr "Startpage"

View file

@ -5,7 +5,6 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Startpage'] = 'Startpage';
$a->strings['Home page to load after login - leave blank for profile wall'] = 'Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand';
$a->strings['Examples: &quot;network&quot; or &quot;notifications/system&quot;'] = 'Beispiele: network, notifications/system';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Examples: "network" or "notifications/system"'] = 'Beispiele: "network" oder "notifications/system"';
$a->strings['Startpage'] = 'Startpage';