Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/nl/nl.mod_adminusers.php
<?php
/**
* @version: 1.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2012 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_ADMINUSERS_TITLE'] = 'Online gebruikers';
$_lang['ONLINE_USERS'] = 'Online gebruikers';
$_lang['ONLINE_TIME'] = 'Tijd online';
$_lang['IDLE_TIME'] = 'Inactieve tijd';
$_lang['ACTIONS'] = 'Acties';
$_lang['FORCE_LOGOUT'] = 'Forceer logout';
$_lang['BAN_IP'] = 'Ban IP';
$_lang['OS'] = 'OS'; //Operating System
$_lang['BROWSER'] = 'Browser';
$_lang['CLICKS'] = 'Klikken';
$_lang['EXT_UNAME'] = "%s gebruiker"; //translators help: Facebook user, Google user, etc...
$_lang['AUTHENTICATION'] = 'Authenticatie';
//2.0 (Elxis 5.0)
$_lang['PREV_PAGE'] = 'Vorige pagina';
$_lang['NEXT_PAGE'] = 'Volgende pagina';

?>