]> git.mxchange.org Git - friendica-addons.git/blobdiff - piwik/lang/fr/strings.php
FR translation update for buffer, editplain, gravatar, jappixmini, langfilter, libert...
[friendica-addons.git] / piwik / lang / fr / strings.php
index dacafc1dde13fdbf392d33e86dabf1837d5edaf2..7714aaf82922ad6fbb9a16191bdd2666405a50b6 100644 (file)
@@ -1,11 +1,16 @@
-<?php\r
-\r
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site collecte ses statistiques grâce à <a href='http://www.piwik.org'>Piwik</a>.";\r
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Si vous ne voulez pas que vos visites soient collectées par ce biais, vous <a href='%s'>pouvez activer un cookie qui empêchera Piwik de tenir compte de vos visites ultérieures</a> (opt-out).";\r
-$a->strings["Submit"] = "Envoyer";\r
-$a->strings["Piwik Base URL"] = "URL de base de Piwik";\r
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Chemin absolu vers votre installation Piwik. (sans protocole (http/s), avec un / terminal)";\r
-$a->strings["Site ID"] = "ID du site";\r
-$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out?";\r
-$a->strings["Asynchronous tracking"] = "Suivi asynchrone";\r
-$a->strings["Settings updated."] = "Réglages mis à jour.";\r
+<?php
+
+if(! function_exists("string_plural_select_fr")) {
+function string_plural_select_fr($n){
+       return ($n > 1);;
+}}
+;
+$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ce site web utilise <a href='http://www.piwik.org'>Piwik</a> en tant qu'outil d'analyses.";
+$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)."] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["Piwik Base URL"] = "";
+$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
+$a->strings["Site ID"] = "";
+$a->strings["Show opt-out cookie link?"] = "";
+$a->strings["Asynchronous tracking"] = "";
+$a->strings["Settings updated."] = "";