]> git.mxchange.org Git - friendica-addons.git/blobdiff - piwik/lang/fr/strings.php
FR translation of various addons updated
[friendica-addons.git] / piwik / lang / fr / strings.php
index dacafc1dde13fdbf392d33e86dabf1837d5edaf2..23899d0fbd3562d383553ae12396553ee249e30c 100644 (file)
@@ -1,11 +1,15 @@
-<?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){
+       $n = intval($n);
+       if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
+}}
+$a->strings['This website is tracked using the <a href=\'http://www.matomo.org\'>Matomo</a> analytics tool.'] = 'Ce site Internet utilise <a href=\'http://www.matomo.org\'>Matomo</a> pour mesurer son audience.';
+$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).'] = 'Si vous ne désirez pas que vos visites soient journalisées de cette manière, vous <a href=\'%s\'>pouvez définir un cookie pour empêcher Matomo/Piwik de surveiller de prochaines visites sur le site</a> (opt-out)';
+$a->strings['Save Settings'] = 'Sauvegarder les paramètres';
+$a->strings['Matomo (Piwik) Base URL'] = 'URL de base de Matomo (Piwik)';
+$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Chemin absolu vers votre installation Matomo (Piwik) (sans protocole (http/s), avec un slash à la fin).';
+$a->strings['Site ID'] = 'ID du site';
+$a->strings['Show opt-out cookie link?'] = 'Montrer le lien d\'opt-out pour les cookies ?';
+$a->strings['Asynchronous tracking'] = 'Suivi asynchrone';