]> git.mxchange.org Git - friendica-addons.git/blob - piwik/lang/de/strings.php
Merge pull request #1028 from annando/twitter-disconnect
[friendica-addons.git] / piwik / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $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.";
10 $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).";
11 $a->strings["Save Settings"] = "Einstellungen speichern";
12 $a->strings["Matomo (Piwik) Base URL"] = "Matomo (Piwiki) Basis URL";
13 $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)";
14 $a->strings["Site ID"] = "Seiten-ID";
15 $a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out-Cookies anzeigen?";
16 $a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
17 $a->strings["Settings updated."] = "Einstellungen aktualisiert.";