18 lines
752 B
PHP
18 lines
752 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) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
* @author Xiying Guan <guanxiying@xirangit.com>
|
|
* @package notice
|
|
* @version $Id:$
|
|
* @link http://www.zdoo.org
|
|
*/
|
|
$lang->notice = new stdclass();
|
|
$lang->notice->common = 'Erreur';
|
|
$lang->notice->jumping = "Cette page passera à la page d'accueil dans 5 secondes. <a href='%s' class='btn btn-primary btn-xs'>Y aller Maintenant</a>";
|
|
|
|
$lang->notice->typeList['notFound'] = '';
|
|
$lang->notice->typeList['accessLimited'] = '';
|