DE addon translation update
This commit is contained in:
parent
484482a4ce
commit
1e60ac18cf
80 changed files with 972 additions and 996 deletions
|
@ -12,9 +12,9 @@ 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:28+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
|
||||
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
|
||||
"PO-Revision-Date: 2021-12-22 16:19+0000\n"
|
||||
"Last-Translator: Transifex Bot <>\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"
|
||||
|
@ -22,30 +22,26 @@ msgstr ""
|
|||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ijpost.php:39
|
||||
#: ijpost.php:42
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr "Auf InsaneJournal posten."
|
||||
|
||||
#: ijpost.php:71 ijpost.php:75
|
||||
msgid "InsaneJournal Export"
|
||||
msgstr "InsaneJournal Export"
|
||||
|
||||
#: ijpost.php:79
|
||||
#: ijpost.php:61
|
||||
msgid "Enable InsaneJournal Post Addon"
|
||||
msgstr "InsaneJournal-Addon aktivieren"
|
||||
|
||||
#: ijpost.php:84
|
||||
#: ijpost.php:62
|
||||
msgid "InsaneJournal username"
|
||||
msgstr "InsaneJournal-Benutzername"
|
||||
|
||||
#: ijpost.php:89
|
||||
#: ijpost.php:63
|
||||
msgid "InsaneJournal password"
|
||||
msgstr "InsaneJournal-Passwort"
|
||||
|
||||
#: ijpost.php:94
|
||||
#: ijpost.php:64
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr "Standardmäßig auf InsaneJournal posten."
|
||||
|
||||
#: ijpost.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
#: ijpost.php:69
|
||||
msgid "InsaneJournal Export"
|
||||
msgstr "InsaneJournal Export"
|
||||
|
|
|
@ -6,9 +6,8 @@ function string_plural_select_de($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Post to Insanejournal'] = 'Auf InsaneJournal posten.';
|
||||
$a->strings['InsaneJournal Export'] = 'InsaneJournal Export';
|
||||
$a->strings['Enable InsaneJournal Post Addon'] = 'InsaneJournal-Addon aktivieren';
|
||||
$a->strings['InsaneJournal username'] = 'InsaneJournal-Benutzername';
|
||||
$a->strings['InsaneJournal password'] = 'InsaneJournal-Passwort';
|
||||
$a->strings['Post to InsaneJournal by default'] = 'Standardmäßig auf InsaneJournal posten.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['InsaneJournal Export'] = 'InsaneJournal Export';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue