Files
EasySoft-ZenTaoPMS/module/build/lang/zh-cn.php
wangchunsheng 39fb6c5643 * adjust the css of the link box.
* adjust the language.
2012-01-04 00:16:23 +00:00

36 lines
1.4 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 build module zh-cn file of ZenTaoPMS.
*
* @copyright Copyright 2009-2011 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package build
* @version $Id$
* @link http://www.zentao.net
*/
$lang->build->common = 'Build';
$lang->build->create = "创建Build";
$lang->build->edit = "编辑Build";
$lang->build->delete = "删除Build";
$lang->build->view = "Build详情";
$lang->build->ajaxGetProductBuilds = '接口:产品Build列表';
$lang->build->ajaxGetProjectBuilds = '接口:项目Build列表';
$lang->build->confirmDelete = "您确认删除该build吗";
$lang->build->id = 'ID';
$lang->build->product = '产品';
$lang->build->project = '项目';
$lang->build->name = '名称编号';
$lang->build->date = 'Build日期';
$lang->build->builder = '构建者';
$lang->build->scmPath = '源代码地址';
$lang->build->filePath = '存储地址';
$lang->build->desc = '描述';
$lang->build->linkStoriesAndBugs = '关联需求和Bug';
$lang->build->linkStories = '相关需求';
$lang->build->linkBugs = '相关Bug';
$lang->build->stories = '已关联需求';
$lang->build->bugs = '已关联Bug';