Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/zh/zh.mod_menu.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 simplified - China) language for module Menu
* @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_MENU_TITLE'] = '选单';
$_lang['COLLECTION'] = '汇整';
$_lang['MENU_COL_DESC'] = '载入选单汇整从.';
$_lang['HORIZONTAL'] = '水平';
$_lang['VERTICAL'] = '垂直';
//2.0 (Elxis 5.0)
$_lang['FONT_ICONS'] = '字型图示';
$_lang['FONT_ICONS_DESC'] = '显示菜单项目字型图示? (如果设定\)';

?>