mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
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:36+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 17:23+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"
|
||||
|
||||
#: ljpost.php:39
|
||||
#: ljpost.php:43
|
||||
msgid "Post to LiveJournal"
|
||||
msgstr "In LiveJournal veröffentlichen."
|
||||
|
||||
#: ljpost.php:73
|
||||
msgid "LiveJournal Post Settings"
|
||||
msgstr "LiveJournal-Veröffentlichungs-Einstellungen"
|
||||
|
||||
#: ljpost.php:75
|
||||
#: ljpost.php:63
|
||||
msgid "Enable LiveJournal Post Addon"
|
||||
msgstr "LiveJournal-Post-Addon aktivieren"
|
||||
|
||||
#: ljpost.php:80
|
||||
#: ljpost.php:64
|
||||
msgid "LiveJournal username"
|
||||
msgstr "LiveJournal-Benutzername"
|
||||
|
||||
#: ljpost.php:85
|
||||
#: ljpost.php:65
|
||||
msgid "LiveJournal password"
|
||||
msgstr "LiveJournal-Passwort"
|
||||
|
||||
#: ljpost.php:90
|
||||
#: ljpost.php:66
|
||||
msgid "Post to LiveJournal by default"
|
||||
msgstr "Standardmäßig bei LiveJournal veröffentlichen"
|
||||
|
||||
#: ljpost.php:96
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
#: ljpost.php:71
|
||||
msgid "LiveJournal Export"
|
||||
msgstr ""
|
||||
|
|
|
@ -6,9 +6,7 @@ function string_plural_select_de($n){
|
|||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Post to LiveJournal'] = 'In LiveJournal veröffentlichen.';
|
||||
$a->strings['LiveJournal Post Settings'] = 'LiveJournal-Veröffentlichungs-Einstellungen';
|
||||
$a->strings['Enable LiveJournal Post Addon'] = 'LiveJournal-Post-Addon aktivieren';
|
||||
$a->strings['LiveJournal username'] = 'LiveJournal-Benutzername';
|
||||
$a->strings['LiveJournal password'] = 'LiveJournal-Passwort';
|
||||
$a->strings['Post to LiveJournal by default'] = 'Standardmäßig bei LiveJournal veröffentlichen';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue