Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/nl/nl.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: nl-NL (Nederlands - Nederland) language for Elxis CMS
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Frank Gijsels ( http://www.onsnet.be/elxis )
*
* ---- 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 statistieken';
$_lang['UNIQUE_VISITS'] = 'Unieke bezoeken';
$_lang['CLICKS'] = 'Klikken';
$_lang['VISITS'] = 'Bezoeken';
$_lang['PREV_MONTH'] = 'Vorige maand';
$_lang['NEXT_MONTH'] = 'Volgende maand';
$_lang['VISITS_PER_DAY'] = "Bezoeken per dag voor %s"; //translators help: ... for {MONTH YEAR}
$_lang['CLICKS_PER_DAY'] = "Kliks per dag voor %s"; //translators help: ... for {MONTH YEAR}
$_lang['MORE'] = 'Meer';
$_lang['ANALYTIC_STATS'] = 'Analytische statistieken';

?>