Skip to content

Commit 2b3da38

Browse files
committed
Update of FRENCH translation for Google Analytics extension
1 parent eab586e commit 2b3da38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

language/fr/googleanalytics_acp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
*
44
* Google Analytics extension for the phpBB Forum Software package.
5-
* French translation by PayBas (www.html-edition.com)
5+
* French translation by HTML-Edition (http://www.html-edition.com)
66
*
77
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
88
* @license GNU General Public License, version 2 (GPL-2.0)
@@ -39,7 +39,7 @@
3939
//
4040

4141
$lang = array_merge($lang, array(
42-
'ACP_GOOGLEANALYTICS_ID' => 'Votre ID Google Analytics',
43-
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Saisir votre code ID Google Analytics, i.e.: <samp>UA-0000000-00</samp>.',
44-
'ACP_GOOGLEANALYTICS_ID_INVALID' => '« %s » n’est pas un code ID Google Analytics valide.<br />Il doit être au format « UA-0000000-00 ».',
42+
'ACP_GOOGLEANALYTICS_ID' => 'ID Google Analytics',
43+
'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Saisir son ID Google Analytics, tel que : <samp>UA-0000000-00</samp>.',
44+
'ACP_GOOGLEANALYTICS_ID_INVALID' => '« %s » n’est pas un ID Google Analytics valide.<br />Ce doit être au format « UA-0000000-00 ».',
4545
));

0 commit comments

Comments
 (0)