Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/de/de.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: de-DE (Deutsch - Germany) language for Elxis module Admin Statistics
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Christian Hirsch ( https://www.hitwe.at )
*
* ---- 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'] = 'Seiten Statistik';
$_lang['UNIQUE_VISITS'] = 'Eindeutige Besuche';
$_lang['CLICKS'] = 'Klicks';
$_lang['VISITS'] = 'Besuche';
$_lang['PREV_MONTH'] = 'Letzter Monat';
$_lang['NEXT_MONTH'] = 'Nächster Monat';
$_lang['VISITS_PER_DAY'] = "Besuche pro Tag für %s"; //translators help: ... for {MONTH YEAR}
$_lang['CLICKS_PER_DAY'] = "Klicks pro Tag für %s"; //translators help: ... for {MONTH YEAR}
$_lang['MORE'] = 'Mehr';
$_lang['ANALYTIC_STATS'] = 'Analytische Statistik';

?>