Files
EasySoft-ZenTaoPMS/module/release/lang/en.php
2010-02-23 06:05:08 +00:00

39 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The release module english 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-2010 Chunsheng Wang
* @author Chunsheng Wang <wwccss@263.net>
* @package release
* @version $Id$
* @link http://www.zentao.cn
*/
$lang->release->common = '发布';
$lang->release->create = "创建发布";
$lang->release->edit = "编辑发布";
$lang->release->delete = "删除发布";
$lang->release->view = "发布详情";
$lang->release->browse = "浏览发布";
$lang->release->confirmDelete = "您确认删除该release吗";
$lang->release->id = 'ID';
$lang->release->product = '产品';
$lang->release->build = 'Build';
$lang->release->name = '发布名称';
$lang->release->date = '发布日期';
$lang->release->desc = '描述';