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,15 +4,16 @@
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-10-02 14:43+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"PO-Revision-Date: 2019-02-11 13:35+0000\n"
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>\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"
@ -21,11 +22,11 @@ msgstr ""
#: smileybutton.php:269
msgid "Smileybutton settings"
msgstr "Smileybutton Einstellungen"
msgstr "Smileybutton-Einstellungen"
#: smileybutton.php:272
msgid "You can hide the button and show the smilies directly."
msgstr "Du kannst den Button verbergen und die Smilys direkt anzeigen."
msgstr "Du kannst den Button verbergen und die Smileys direkt anzeigen."
#: smileybutton.php:274
msgid "Hide the button"

View file

@ -5,7 +5,7 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Smileybutton settings'] = 'Smileybutton Einstellungen';
$a->strings['You can hide the button and show the smilies directly.'] = 'Du kannst den Button verbergen und die Smilys direkt anzeigen.';
$a->strings['Smileybutton settings'] = 'Smileybutton-Einstellungen';
$a->strings['You can hide the button and show the smilies directly.'] = 'Du kannst den Button verbergen und die Smileys direkt anzeigen.';
$a->strings['Hide the button'] = 'Button verbergen';
$a->strings['Save Settings'] = 'Einstellungen speichern';