From ae228e40e8ac1a0a6e831068f8e35f2912bc0440 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 19 Feb 2019 07:05:45 +0100 Subject: [PATCH] DE translation of piwik updated THX rompe --- piwik/lang/de/messages.po | 23 ++++++++++++----------- piwik/lang/de/strings.php | 13 +++++++------ 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/piwik/lang/de/messages.po b/piwik/lang/de/messages.po index ac68689d..7485d6f3 100644 --- a/piwik/lang/de/messages.po +++ b/piwik/lang/de/messages.po @@ -4,16 +4,17 @@ # # # Translators: -# Abrax , 2014-2015 -# bavatar , 2014 +# Andreas H., 2014-2015 +# Tobias Diekershoff , 2014 +# Ulf Rompe , 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: 2015-07-27 13:07+0000\n" -"Last-Translator: Abrax \n" -"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" +"PO-Revision-Date: 2019-02-18 14:07+0000\n" +"Last-Translator: Ulf Rompe \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" "Content-Transfer-Encoding: 8bit\n" @@ -24,7 +25,7 @@ msgstr "" msgid "" "This website is tracked using the Piwik " "analytics tool." -msgstr "Diese Website benutzt Piwik, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe." +msgstr "Diese Website benutzt Piwik, eine Open-Source-Software zur statistischen Auswertung der Besucherzugriffe." #: piwik.php:82 #, php-format @@ -32,7 +33,7 @@ msgid "" "If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of " "the site (opt-out)." -msgstr "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du ein Cookie setzen. 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 ein Cookie setzen. Dann wird Piwik dich auf dieser Website nicht mehr verfolgen (opt-out)." #: piwik.php:89 msgid "Save Settings" @@ -40,21 +41,21 @@ msgstr "Einstellungen speichern" #: piwik.php:90 msgid "Piwik Base URL" -msgstr "Piwik Basis URL" +msgstr "Piwik-Basis-URL" #: piwik.php:90 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)" +msgstr "Absoluter Pfad zu deiner Piwik-Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)" #: piwik.php:91 msgid "Site ID" -msgstr "Seiten ID" +msgstr "Seiten-ID" #: piwik.php:92 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 msgid "Asynchronous tracking" diff --git a/piwik/lang/de/strings.php b/piwik/lang/de/strings.php index 75ee4e18..f8ba2eec 100644 --- a/piwik/lang/de/strings.php +++ b/piwik/lang/de/strings.php @@ -2,15 +2,16 @@ if(! function_exists("string_plural_select_de")) { function string_plural_select_de($n){ + $n = intval($n); return ($n != 1);; }} ; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Diese Website benutzt Piwik, 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 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 Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out)."; +$a->strings["This website is tracked using the Piwik analytics tool."] = "Diese Website benutzt Piwik, 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 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 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["Site ID"] = "Seiten ID"; -$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?"; +$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["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.";