From ca134e9ed3ff5ad556d602598568bf13fccdb9e6 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 1 May 2023 10:05:20 +0200 Subject: [PATCH] [piwik] updated DE translation --- piwik/lang/de/messages.po | 26 +++++++++++++++----------- piwik/lang/de/strings.php | 1 + 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/piwik/lang/de/messages.po b/piwik/lang/de/messages.po index 1348b58d..0fdaa7b3 100644 --- a/piwik/lang/de/messages.po +++ b/piwik/lang/de/messages.po @@ -7,15 +7,15 @@ # Andreas H., 2014-2015 # Till Mohr , 2021 # Tobias Diekershoff , 2014 -# Tobias Diekershoff , 2019 +# Tobias Diekershoff , 2019,2023 # Ulf Rompe , 2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"POT-Creation-Date: 2023-05-01 07:39+0200\n" "PO-Revision-Date: 2014-06-23 11:18+0000\n" -"Last-Translator: Till Mohr , 2021\n" +"Last-Translator: Tobias Diekershoff , 2019,2023\n" "Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,13 +23,13 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: piwik.php:87 +#: piwik.php:96 msgid "" "This website is tracked using the Matomo" " analytics tool." msgstr "Diese Website benutzt Matomo, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe." -#: piwik.php:90 +#: piwik.php:99 #, 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:97 +#: piwik.php:108 msgid "Save Settings" msgstr "Einstellungen speichern" -#: piwik.php:98 +#: piwik.php:109 msgid "Matomo (Piwik) Base URL" msgstr "Matomo-Basis-URL (Piwik-Basis-URL)" -#: piwik.php:98 +#: piwik.php:109 msgid "" "Absolute path to your Matomo (Piwik) installation. (without protocol " "(http/s), with trailing slash)" msgstr "Absoluter Pfad zu deiner Matomo-/Piwik-Installation (ohne \"http://\" oder \"https://\"), mit abschließendem Schrägstrich" -#: piwik.php:99 +#: piwik.php:110 msgid "Site ID" msgstr "Seiten-ID" -#: piwik.php:100 +#: piwik.php:111 msgid "Show opt-out cookie link?" msgstr "Link zum Setzen des Opt-Out-Cookies anzeigen?" -#: piwik.php:101 +#: piwik.php:112 msgid "Asynchronous tracking" msgstr "Asynchrones Tracking" + +#: piwik.php:113 +msgid "Shortcut path to the script ('/js/' instead of '/piwik.js')" +msgstr "Shortcut Pfad zum Script ('/js/' anstelle von '/piwik.js')" diff --git a/piwik/lang/de/strings.php b/piwik/lang/de/strings.php index e218d6e3..9e126972 100644 --- a/piwik/lang/de/strings.php +++ b/piwik/lang/de/strings.php @@ -13,3 +13,4 @@ $a->strings['Absolute path to your Matomo (Piwik) installation. (without protoco $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['Shortcut path to the script (\'/js/\' instead of \'/piwik.js\')'] = 'Shortcut Pfad zum Script (\'/js/\' anstelle von \'/piwik.js\')';