56 lines
2.1 KiB
PHP
56 lines
2.1 KiB
PHP
<?php
|
|
/**
|
|
* The product 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-2010 Chunsheng Wang
|
|
* @author Chunsheng Wang <wwccss@263.net>
|
|
* @package product
|
|
* @version $Id$
|
|
* @link http://www.zentao.cn
|
|
*/
|
|
$lang->product->common = '产品视图';
|
|
$lang->product->index = "产品首页";
|
|
$lang->product->browse = "浏览产品";
|
|
$lang->product->edit = "编辑产品";
|
|
$lang->product->create = "新增产品";
|
|
$lang->product->read = "产品详情";
|
|
$lang->product->edit = "编辑产品";
|
|
$lang->product->delete = "删除产品";
|
|
|
|
$lang->product->roadmap = '路线图';
|
|
|
|
$lang->product->selectProduct = "请选择产品";
|
|
$lang->product->saveButton = " 保存 (S) ";
|
|
$lang->product->confirmDelete = " 您确定删除该产品吗?";
|
|
$lang->product->ajaxGetProjects = "接口:获得项目列表";
|
|
$lang->product->ajaxGetPlans = "接口:获得计划列表";
|
|
|
|
$lang->product->errorFormat = '产品数据格式不正确';
|
|
$lang->product->errorEmptyName = '产品名称不能为空';
|
|
$lang->product->errorEmptyCode = '产品代号不能为空';
|
|
|
|
$lang->product->id = '编号';
|
|
$lang->product->company = '所属公司';
|
|
$lang->product->name = '产品名称';
|
|
$lang->product->code = '产品代号';
|
|
$lang->product->order = '排序';
|
|
$lang->product->status = '状态';
|
|
$lang->product->desc = '产品描述';
|
|
|
|
$lang->product->moduleStory = '按模块浏览';
|
|
$lang->product->searchStory = '搜索';
|
|
$lang->product->allStory = '全部需求';
|