rhymix/modules/page/lang/zh-CN.lang.php

16 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file zh-CN.lang.php
* @author NHN (developers@xpressengine.com) 翻译guny(space.china@gmail.com)
* @brief 页面(page)模块简体中文语言包
**/
$lang->page = "页面";
$lang->about_page = "可制作完整页面的模块。\n利用最新主题列表或其他控件可以生成动态的页面,且通过网页编辑器做出形式多样的页面。\n连接页面URL同其他模块链接相同。即mid=模块名称。选择默认选项此页面将变为首页。";
$lang->cmd_page_modify = "页面编辑";
$lang->cmd_page_create = '페이지 생성';
$lang->page_caching_interval = "缓冲时间设置";
$lang->about_page_caching_interval = "单位为分。缓冲时间间隔内页面将输出临时储存的数据。<br />显示外链服务器信息或数据时,如消耗资源很大,尽量把缓冲时间设置为大一点的相应值。<br />0 表示无缓冲。";
$lang->about_mcontent = '此页为移动版页面如您没有对此页面进行布局它会自动将PC版页面数据重排序显示。';
$lang->page_management = '페이지 관리';
?>