forked from friendica/friendica-addons
DE translation of piwik updated THX rompe
This commit is contained in:
parent
76b60b7eb8
commit
ae228e40e8
|
@ -4,16 +4,17 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Abrax <webmaster@a-zwenkau.de>, 2014-2015
|
# Andreas H., 2014-2015
|
||||||
# bavatar <tobias.diekershoff@gmx.net>, 2014
|
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
|
||||||
|
# Ulf Rompe <transifex.com@rompe.org>, 2019
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
|
"POT-Creation-Date: 2015-07-26 12:49+0200\n"
|
||||||
"PO-Revision-Date: 2015-07-27 13:07+0000\n"
|
"PO-Revision-Date: 2019-02-18 14:07+0000\n"
|
||||||
"Last-Translator: Abrax <webmaster@a-zwenkau.de>\n"
|
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>\n"
|
||||||
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
|
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@ -24,7 +25,7 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||||
"analytics tool."
|
"analytics tool."
|
||||||
msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."
|
msgstr "Diese Website benutzt <a href='http://www.piwik.org'>Piwik</a>, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe."
|
||||||
|
|
||||||
#: piwik.php:82
|
#: piwik.php:82
|
||||||
#, php-format
|
#, php-format
|
||||||
|
@ -32,7 +33,7 @@ msgid ""
|
||||||
"If you do not want that your visits are logged in this way you <a "
|
"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 "
|
"href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
|
||||||
"the site</a> (opt-out)."
|
"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)."
|
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)."
|
||||||
|
|
||||||
#: piwik.php:89
|
#: piwik.php:89
|
||||||
msgid "Save Settings"
|
msgid "Save Settings"
|
||||||
|
@ -40,21 +41,21 @@ msgstr "Einstellungen speichern"
|
||||||
|
|
||||||
#: piwik.php:90
|
#: piwik.php:90
|
||||||
msgid "Piwik Base URL"
|
msgid "Piwik Base URL"
|
||||||
msgstr "Piwik Basis URL"
|
msgstr "Piwik-Basis-URL"
|
||||||
|
|
||||||
#: piwik.php:90
|
#: piwik.php:90
|
||||||
msgid ""
|
msgid ""
|
||||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||||
"trailing slash)"
|
"trailing slash)"
|
||||||
msgstr "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
|
msgstr "Absoluter Pfad zu deiner Piwik-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
|
||||||
|
|
||||||
#: piwik.php:91
|
#: piwik.php:91
|
||||||
msgid "Site ID"
|
msgid "Site ID"
|
||||||
msgstr "Seiten ID"
|
msgstr "Seiten-ID"
|
||||||
|
|
||||||
#: piwik.php:92
|
#: piwik.php:92
|
||||||
msgid "Show opt-out cookie link?"
|
msgid "Show opt-out cookie link?"
|
||||||
msgstr "Link zum Setzen des Opt-Out Cookies anzeigen?"
|
msgstr "Link zum Setzen des Opt-Out-Cookies anzeigen?"
|
||||||
|
|
||||||
#: piwik.php:93
|
#: piwik.php:93
|
||||||
msgid "Asynchronous tracking"
|
msgid "Asynchronous tracking"
|
||||||
|
|
|
@ -2,15 +2,16 @@
|
||||||
|
|
||||||
if(! function_exists("string_plural_select_de")) {
|
if(! function_exists("string_plural_select_de")) {
|
||||||
function string_plural_select_de($n){
|
function string_plural_select_de($n){
|
||||||
|
$n = intval($n);
|
||||||
return ($n != 1);;
|
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["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["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["Save Settings"] = "Einstellungen speichern";
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||||
$a->strings["Piwik Base URL"] = "Piwik Basis URL";
|
$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["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["Site ID"] = "Seiten ID";
|
$a->strings["Site ID"] = "Seiten-ID";
|
||||||
$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
|
$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out-Cookies anzeigen?";
|
||||||
$a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
|
$a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
|
||||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||||
|
|
Loading…
Reference in a new issue