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'] = '信息访问受限';
|