18 lines
672 B
PHP
18 lines
672 B
PHP
<?php
|
|
/**
|
|
* The zh-cn lang file of notice module of RanZhi.
|
|
*
|
|
* @copyright Copyright 2009-2018 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) 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.zdoo.org
|
|
*/
|
|
$lang->notice = new stdclass();
|
|
$lang->notice->common = 'Lỗi';
|
|
$lang->notice->jumping = "Trang này sẽ chuyển đến trang chủ trong 5 giây <a href='%s' class='btn btn-primary btn-xs'>Chuyển ngay</a>";
|
|
|
|
$lang->notice->typeList['notFound'] = '';
|
|
$lang->notice->typeList['accessLimited'] = '';
|