|
1 | 1 | <?php |
2 | 2 | /** |
3 | 3 | * |
4 | | -* Google Analytics extension for the phpBB Forum Software package. |
5 | | -* French translation by HTML-Edition (http://www.html-edition.com) |
| 4 | +* Google Analytics. An extension for the phpBB Forum Software package. |
| 5 | +* French translation by HTML-Edition (http://www.html-edition.com) & Galixte (http://www.galixte.com) |
6 | 6 | * |
7 | | -* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com> |
8 | | -* @license GNU General Public License, version 2 (GPL-2.0) |
| 7 | +* @copyright (c) 2018 phpBB Limited <https://www.phpbb.com> |
| 8 | +* @license GNU General Public License, version 2 (GPL-2.0-only) |
9 | 9 | * |
10 | 10 | */ |
11 | 11 |
|
|
35 | 35 | // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine |
36 | 36 | // |
37 | 37 | // Some characters you may want to copy&paste: |
38 | | -// ’ » “ ” … |
| 38 | +// ’ « » “ ” … |
39 | 39 | // |
40 | 40 |
|
41 | 41 | $lang = array_merge($lang, array( |
42 | 42 | 'ACP_GOOGLEANALYTICS' => 'Google Analytics', |
43 | 43 | 'ACP_GOOGLEANALYTICS_ID' => 'ID Google Analytics', |
44 | 44 | 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Saisir son ID Google Analytics, tel que : <samp>UA-0000000-00</samp>.<br /><br />Afin de comptabiliser précisément le nombre d’utilisateurs dans les journaux, Google Analytics est en mesure de collecter les sessions des utilisateurs enregistrées suivant leurs périphériques. Pour profiter de cette opportunité, il est nécessaire de paramétrer la fonctionnalité avancée « User-ID » depuis son compte Google Analytics. <a href="https://support.google.com/analytics/answer/3123666">Cliquer ici pour davantage d’informations</a>.', |
45 | 45 | 'ACP_GOOGLEANALYTICS_ID_INVALID' => '« %s » n’est pas un ID Google Analytics valide.<br />Ce doit être au format « UA-0000000-00 ».', |
46 | | - 'ACP_GA_ANONYMIZE_IP' => 'Turn on IP Anonymization', |
47 | | - 'ACP_GA_ANONYMIZE_IP_EXPLAIN' => 'Enable this option if you want the data collected by Google Analytics to be compliant with the EU‘s General Data Protection Regulation (GDPR). Note that enabling this option may slightly reduce the accuracy of geographic reporting.', |
| 46 | + 'ACP_GA_ANONYMIZE_IP' => 'Activer l’anonymisation de l’adresse IP', |
| 47 | + 'ACP_GA_ANONYMIZE_IP_EXPLAIN' => 'Permet aux données collectées par Google Analytics d’être conformes au Règlement général sur la protection des données (RGPD). Note : l’activation de cette option peut diminuer la précision des emplacements géographiques dans les rapports.', |
48 | 48 | )); |
0 commit comments