Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/en/en.mod_whosonline.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: en-GB (English - Great Britain) language for module Who is online
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Stavros Stratakis ( 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_WHOSONLINE_TITLE'] = 'Who is online';
$_lang['OUTPUT_STYLE'] = 'Output style';
$_lang['OUTPUT_STYLE_DESC'] = 'You can select to display just the total numbers of online guests and members or a more verbose output with the users avatars.';
$_lang['JUST_NUMBERS'] = 'Just numbers';
$_lang['NUMBERS_AVATARS'] = 'Numbers and avatars';
$_lang['GUEST_USER_ON'] = 'We have 1 guest and 1 user online.';
$_lang['GUESTS_USER_ON'] = 'We have %s guests and 1 user online.';
$_lang['GUEST_USERS_ON'] = 'We have 1 guest and %s users online.';
$_lang['GUESTS_USERS_ON'] = 'We have %s guests and %s users online.';
$_lang['ONLINE_FOR'] = 'Online for';
$_lang['HOUR'] = 'hour';
$_lang['HOURS'] = 'hours';
$_lang['MINUTE'] = 'minute';
$_lang['MINUTES'] = 'minutes';
$_lang['AND'] = 'and';
$_lang['TIME_ONLINE'] = 'Time online';
$_lang['TIME_ONLINE_DESC'] = 'Show the time users are online? (when mouse over avatar)';

?>