diff --git a/piwik/lang/de/messages.po b/piwik/lang/de/messages.po index 8bab1adf..83f1fe0f 100644 --- a/piwik/lang/de/messages.po +++ b/piwik/lang/de/messages.po @@ -5,6 +5,7 @@ # # Translators: # Andreas H., 2014-2015 +# Till Mohr , 2021 # Tobias Diekershoff , 2014 # Tobias Diekershoff , 2019 # Ulf Rompe , 2019 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \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 \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-05-23 19:52+0000\n" +"Last-Translator: Till Mohr \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" @@ -22,13 +23,13 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: piwik.php:94 +#: piwik.php:87 msgid "" "This website is tracked using the Matomo" " analytics tool." -msgstr "Diese Website benutzt Matomo, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe." +msgstr "Diese Website benutzt Matomo, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe." -#: piwik.php:97 +#: piwik.php:90 #, php-format msgid "" "If you do not want that your visits are logged in this way you (opt-out)." msgstr "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du ein Cookie setzen. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)." -#: piwik.php:104 +#: piwik.php:97 msgid "Save Settings" msgstr "Einstellungen speichern" -#: piwik.php:105 +#: piwik.php:98 msgid "Matomo (Piwik) Base URL" -msgstr "Matomo (Piwiki) Basis URL" +msgstr "Matomo-Basis-URL (Piwik-Basis-URL)" -#: piwik.php:105 +#: piwik.php:98 msgid "" "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)" +msgstr "Absoluter Pfad zu deiner Matomo-/Piwik-Installation (ohne \"http://\" oder \"https://\"), mit abschließendem Schrägstrich" -#: piwik.php:106 +#: piwik.php:99 msgid "Site ID" msgstr "Seiten-ID" -#: piwik.php:107 +#: piwik.php:100 msgid "Show opt-out cookie link?" msgstr "Link zum Setzen des Opt-Out-Cookies anzeigen?" -#: piwik.php:108 +#: piwik.php:101 msgid "Asynchronous tracking" msgstr "Asynchrones Tracking" - -#: piwik.php:120 -msgid "Settings updated." -msgstr "Einstellungen aktualisiert." diff --git a/piwik/lang/de/strings.php b/piwik/lang/de/strings.php index 212ecb1b..f9d24ce3 100644 --- a/piwik/lang/de/strings.php +++ b/piwik/lang/de/strings.php @@ -6,12 +6,11 @@ function string_plural_select_de($n){ return intval($n != 1); }} ; -$a->strings["This website is tracked using the Matomo analytics tool."] = "Diese Website benutzt Matomo, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."; +$a->strings["This website is tracked using the Matomo analytics tool."] = "Diese Website benutzt Matomo, 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 can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out)."] = "Wenn du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst du ein Cookie setzen. Dann wird Matomo / Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)."; $a->strings["Save Settings"] = "Einstellungen speichern"; -$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["Matomo (Piwik) Base URL"] = "Matomo-Basis-URL (Piwik-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 \"http://\" oder \"https://\"), 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"; -$a->strings["Settings updated."] = "Einstellungen aktualisiert.";