Files
EasySoft-ZenTaoPMS/trunk/module/action/lang/zh-cn.php
2010-02-10 05:37:28 +00:00

35 lines
1.8 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The action module zh-cn file of ZenTaoMS.
*
* ZenTaoMS is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ZenTaoMS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright: 2009 Chunsheng Wang
* @author Chunsheng Wang <wwccss@263.net>
* @package bug
* @version $Id$
* @link http://www.zentao.cn
*/
$lang->action->label->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
$lang->action->label->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
$lang->action->label->opened = '$date, 由 <strong>$actor</strong> 创建。';
$lang->action->label->changed = '$date, 由 <strong>$actor</strong> 变更。';
$lang->action->label->edited = '$date, 由 <strong>$actor</strong> 编辑。';
$lang->action->label->closed = '$date, 由 <strong>$actor</strong> 关闭。';
$lang->action->label->commented = '$date, 由 <strong>$actor</strong> 发表评论。';
$lang->action->label->activated = '$date, 由 <strong>$actor</strong> 激活。';
$lang->action->label->diff1 = '修改了 <strong><i>%s</i></strong>,旧值为 "%s",新值为 "%s"。<br />';
$lang->action->label->diff2 = '修改了 <strong><i>%s</i></strong>,区别为:<blockquote>%s</blockquote>';
$lang->action->label->space = ' ';