DE translation piwik addon
This commit is contained in:
parent
b62c0df2c7
commit
fc85b9dd3f
2 changed files with 28 additions and 27 deletions
|
@ -6,14 +6,15 @@
|
|||
# Translators:
|
||||
# Andreas H., 2014-2015
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2019
|
||||
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
|
||||
"PO-Revision-Date: 2019-02-18 14:07+0000\n"
|
||||
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>\n"
|
||||
"POT-Creation-Date: 2019-02-19 10:42+0100\n"
|
||||
"PO-Revision-Date: 2019-02-21 06:03+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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -21,46 +22,46 @@ msgstr ""
|
|||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: piwik.php:79
|
||||
#: piwik.php:94
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe."
|
||||
"This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
|
||||
" analytics tool."
|
||||
msgstr "Diese Website benutzt <a href='http://www.matomo.org'>Matomo</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."
|
||||
|
||||
#: piwik.php:82
|
||||
#: piwik.php:97
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged in this way you <a "
|
||||
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
|
||||
"the site</a> (opt-out)."
|
||||
msgstr "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)."
|
||||
"href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further "
|
||||
"visits of the site</a> (opt-out)."
|
||||
msgstr "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du <a href='%s'>ein Cookie setzen</a>. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)."
|
||||
|
||||
#: piwik.php:89
|
||||
#: piwik.php:104
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Piwik Base URL"
|
||||
msgstr "Piwik-Basis-URL"
|
||||
#: piwik.php:105
|
||||
msgid "Matomo (Piwik) Base URL"
|
||||
msgstr "Matomo (Piwiki) Basis URL"
|
||||
|
||||
#: piwik.php:90
|
||||
#: piwik.php:105
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr "Absoluter Pfad zu deiner Piwik-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
|
||||
"Absolute path to your Matomo (Piwik) installation. (without protocol "
|
||||
"(http/s), with trailing slash)"
|
||||
msgstr "Absoluter Pfad zu deiner Matomo (Piwik)-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
|
||||
|
||||
#: piwik.php:91
|
||||
#: piwik.php:106
|
||||
msgid "Site ID"
|
||||
msgstr "Seiten-ID"
|
||||
|
||||
#: piwik.php:92
|
||||
#: piwik.php:107
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr "Link zum Setzen des Opt-Out-Cookies anzeigen?"
|
||||
|
||||
#: piwik.php:93
|
||||
#: piwik.php:108
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr "Asynchrones Tracking"
|
||||
|
||||
#: piwik.php:105
|
||||
#: piwik.php:120
|
||||
msgid "Settings updated."
|
||||
msgstr "Einstellungen aktualisiert."
|
||||
|
|
|
@ -6,11 +6,11 @@ function string_plural_select_de($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe.";
|
||||
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du <a href='%s'>ein Cookie setzen</a>. Dann wird Piwik dich auf dieser Website nicht mehr verfolgen (opt-out).";
|
||||
$a->strings["This website is tracked using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."] = "Diese Website benutzt <a href='http://www.matomo.org'>Matomo</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
|
||||
$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further visits of the site</a> (opt-out)."] = "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du <a href='%s'>ein Cookie setzen</a>. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out).";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Piwik Base URL"] = "Piwik-Basis-URL";
|
||||
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
|
||||
$a->strings["Matomo (Piwik) Base URL"] = "Matomo (Piwiki) Basis URL";
|
||||
$a->strings["Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Matomo (Piwik)-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
|
||||
$a->strings["Site ID"] = "Seiten-ID";
|
||||
$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out-Cookies anzeigen?";
|
||||
$a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
|
||||
|
|
Loading…
Reference in a new issue