FR translation of various addons updated

This commit is contained in:
Tobias Diekershoff 2022-12-17 09:04:29 +01:00
parent d1d3c73d25
commit 0b0d555c69
36 changed files with 607 additions and 59 deletions

View file

@ -6,8 +6,10 @@ function string_plural_select_fr($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';