18 lines
774 B
PHP
18 lines
774 B
PHP
<?php
|
|
/**
|
|
* The zh-cn lang file of notice module of RanZhi.
|
|
*
|
|
* @copyright Copyright 2009-2018 青島易軟天創網絡科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Xiying Guan <guanxiying@xirangit.com>
|
|
* @package notice
|
|
* @version $Id:$
|
|
* @link http://www.ranzhi.org
|
|
*/
|
|
$lang->notice = new stdclass();
|
|
$lang->notice->common = '錯誤';
|
|
$lang->notice->jumping = " 3秒鐘後頁面將自動跳轉 <a href='%s' class='btn btn-primary btn-xs'>立即跳轉</a> ";
|
|
|
|
$lang->notice->typeList['notFound'] = '您要訪問的內容沒有找到,請檢查地址是否正確';
|
|
$lang->notice->typeList['accessLimited'] = '信息訪問受限';
|