]> git.mxchange.org Git - friendica-addons.git/blob - piwik/lang/fr/strings.php
FR translation of various addons updated
[friendica-addons.git] / piwik / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $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.';
9 $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)';
10 $a->strings['Save Settings'] = 'Sauvegarder les paramètres';
11 $a->strings['Matomo (Piwik) Base URL'] = 'URL de base de Matomo (Piwik)';
12 $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).';
13 $a->strings['Site ID'] = 'ID du site';
14 $a->strings['Show opt-out cookie link?'] = 'Montrer le lien d\'opt-out pour les cookies ?';
15 $a->strings['Asynchronous tracking'] = 'Suivi asynchrone';