Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/fr/fr.mod_adminstats.php
<?php
/**
* @version: 2.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2019 Elxis.org. All rights reserved.
* @description: fr-FR (French - Canada France) language for module Search
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Francis Dionne Canada ( http://www.elxis.org )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['MOD_ADMINSTATS_TITLE'] = 'Site statistiques';
$_lang['UNIQUE_VISITS'] = 'visiteurs unique';
$_lang['CLICKS'] = 'Cliques';
$_lang['VISITS'] = 'Visites';
$_lang['PREV_MONTH'] = 'Précédent mois';
$_lang['NEXT_MONTH'] = 'Prochain mois';
$_lang['VISITS_PER_DAY'] = "Visites par jour pour %s"; //translators help: ... for {MONTH YEAR}
$_lang['CLICKS_PER_DAY'] = "Cliques par jour pour %s"; //translators help: ... for {MONTH YEAR}
$_lang['MORE'] = 'Plus';
$_lang['ANALYTIC_STATS'] = 'Statistiques analytiques';

?>