Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/components/com_content/plugins/autolinks/language/zh.plugin_autolinks.php
<?php
/**
* @version: 1.0
* @package: Elxis CMS
* @subpackage: Elxis Language
* @author: Elxis Team ( http://www.elxis.org )
* @copyright: (C) 2006-2015 Elxis.org. All rights reserved.
* @description: zh-CN (Chinese simplified - China) language for plugin Automatic Links
* @license: Elxis public license http://www.elxis.org/elxis-public-license.html
* @translator: Chong-Bing Liu ( http://www.filemaker.bz )
*
* ---- THIS FILE MUST BE ENCODED AS UTF-8! ----
*
*****************************************************************************/

defined('_ELXIS_') or die ('Direct access to this location is not allowed.');


$_lang = array();
$_lang['ARTICLES_TAGGED'] = "文章已标籤为 %s";
$_lang['KEYWORDS'] = '关键字';
$_lang['OPT_KEYWORDS'] = '关键字选项';

?>