Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/language/zh/zh.mod_opensearch.php
<?php
/**
* @version: 4.3
* @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 module Open Search
* @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['MOD_OPENSEARCH_TITLE'] = '开启搜寻';
$_lang['ADD_ENGINE_BROWSER'] = '加入我们的搜寻引擎到您的浏览器';
$_lang['ADD_TO_BROWSER'] = '加到浏览器';
$_lang['TEXT'] = '文字';
$_lang['IMAGE_TEXT'] = '图片与文字';
$_lang['CUSTOM_IMAGE'] = '自定图片';
$_lang['CUSTOM_IMAGE_DESC'] = '上传为 PNG, JPG, JPEG 或 GIF 图片';

?>