DE addon translation update
This commit is contained in:
parent
484482a4ce
commit
1e60ac18cf
80 changed files with 972 additions and 996 deletions
|
@ -6,15 +6,16 @@
|
|||
# Translators:
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2019
|
||||
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||
# foss <foss@openmailbox.org>, 2020
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
|
||||
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>, 2019\n"
|
||||
"Last-Translator: foss <foss@openmailbox.org>, 2020\n"
|
||||
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -22,23 +23,19 @@ msgstr ""
|
|||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: cookienotice.php:63
|
||||
#: cookienotice.php:42
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
msgstr ""
|
||||
"Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite "
|
||||
"stimmen Sie dieser Verwendung zu."
|
||||
"stimmst du dieser Verwendung zu."
|
||||
|
||||
#: cookienotice.php:64 cookienotice.php:133
|
||||
#: cookienotice.php:43 cookienotice.php:108
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "\"cookienotice\"-Einstellungen"
|
||||
|
||||
#: cookienotice.php:69
|
||||
#: cookienotice.php:47
|
||||
msgid ""
|
||||
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
|
||||
"saying that the website uses cookies. It is shown as long as a user didnt "
|
||||
|
@ -48,35 +45,23 @@ msgstr ""
|
|||
"sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange "
|
||||
"angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt."
|
||||
|
||||
#: cookienotice.php:70
|
||||
#: cookienotice.php:48
|
||||
msgid "Cookie Usage Notice"
|
||||
msgstr "Cookie-Nutzungshinweis"
|
||||
|
||||
#: cookienotice.php:70
|
||||
msgid "The cookie usage notice"
|
||||
msgstr "Der Hinweis zur Nutzung von Cookies"
|
||||
|
||||
#: cookienotice.php:71
|
||||
#: cookienotice.php:49
|
||||
msgid "OK Button Text"
|
||||
msgstr "OK-Button-Text"
|
||||
|
||||
#: cookienotice.php:71
|
||||
msgid "The OK Button text"
|
||||
msgstr "Der für den OK-Button verwendete Text"
|
||||
|
||||
#: cookienotice.php:72
|
||||
#: cookienotice.php:50
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: cookienotice.php:97
|
||||
msgid "cookienotice Settings saved."
|
||||
msgstr "cookienotice-Einstellungen wurden gespeichert"
|
||||
|
||||
#: cookienotice.php:132
|
||||
#: cookienotice.php:107
|
||||
msgid ""
|
||||
"This website uses cookies to recognize revisiting and logged in users. You "
|
||||
"accept the usage of these cookies by continue browsing this website."
|
||||
msgstr ""
|
||||
"Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern"
|
||||
" und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite "
|
||||
"akzeptieren Sie die Verwendung der Cookies."
|
||||
"akzeptierst du die Verwendung der Cookies."
|
||||
|
|
|
@ -5,14 +5,10 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmen Sie dieser Verwendung zu.';
|
||||
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmst du dieser Verwendung zu.';
|
||||
$a->strings['OK'] = 'OK';
|
||||
$a->strings['"cookienotice" Settings'] = '"cookienotice"-Einstellungen';
|
||||
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Konfiguriere deinen Cookie-Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt.';
|
||||
$a->strings['Cookie Usage Notice'] = 'Cookie-Nutzungshinweis';
|
||||
$a->strings['The cookie usage notice'] = 'Der Hinweis zur Nutzung von Cookies';
|
||||
$a->strings['OK Button Text'] = 'OK-Button-Text';
|
||||
$a->strings['The OK Button text'] = 'Der für den OK-Button verwendete Text';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['cookienotice Settings saved.'] = 'cookienotice-Einstellungen wurden gespeichert';
|
||||
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptieren Sie die Verwendung der Cookies.';
|
||||
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptierst du die Verwendung der Cookies.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue