File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
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));
You can’t perform that action at this time.
0 commit comments