Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/zt/zt.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: zt-CN (Chinese traditional - Taiwan) language for Elxis CMS
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Chong-Bing Liu ( http://EasyApps.biz )
*
* ---- 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'] = '誰在線上';
$_lang['OUTPUT_STYLE'] = '輸出樣式';
$_lang['OUTPUT_STYLE_DESC'] = '您可選要顯示所有訪客, 用戶上線或 avatars 狀況.';
$_lang['JUST_NUMBERS'] = '只有數字';
$_lang['NUMBERS_AVATARS'] = '數字與 avatars';
$_lang['GUEST_USER_ON'] = '我們只有 1 個訪客與 1 個用戶上線.';
$_lang['GUESTS_USER_ON'] = '我們有 %s 個訪客與 1 個用戶上線.';
$_lang['GUEST_USERS_ON'] = '我們有 1 個訪客與 %s 個用戶上線.';
$_lang['GUESTS_USERS_ON'] = '我們有 %s 個訪客與 %s 個用戶上線.';
$_lang['ONLINE_FOR'] = '誰上線';
$_lang['HOUR'] = '時';
$_lang['HOURS'] = '小時';
$_lang['MINUTE'] = '分';
$_lang['MINUTES'] = '分鐘';
$_lang['AND'] = 'and';
$_lang['TIME_ONLINE'] = '上線時間';
$_lang['TIME_ONLINE_DESC'] = '顯示用戶上線時間? (當滑鼠移到 avatar 上方)';

?>