59 lines
2.6 KiB
PHP
59 lines
2.6 KiB
PHP
<?php
|
|
/**
|
|
* The productplan module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package productplan
|
|
* @version $Id: en.php 4659 2013-04-17 06:45:08Z chencongzhi520@gmail.com $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->productplan->common = 'Plan';
|
|
$lang->productplan->browse = "Browse";
|
|
$lang->productplan->index = "Index";
|
|
$lang->productplan->create = "Create";
|
|
$lang->productplan->edit = "Edit";
|
|
$lang->productplan->delete = "Delete";
|
|
$lang->productplan->view = "Info";
|
|
$lang->productplan->bugSummary = "Total %s bugs in this page";
|
|
$lang->productplan->basicInfo = 'Basic Info';
|
|
$lang->productplan->batchEdit = 'Batch edit';
|
|
|
|
$lang->productplan->batchUnlink = "Batch Remove";
|
|
$lang->productplan->linkStory = "Link story";
|
|
$lang->productplan->unlinkStory = "Remove story";
|
|
$lang->productplan->batchUnlinkStory = "Batch Remove Stories";
|
|
$lang->productplan->linkedStories = 'Stories linked';
|
|
$lang->productplan->unlinkedStories = 'Stories unlinked';
|
|
|
|
$lang->productplan->linkBug = "Link bug";
|
|
$lang->productplan->unlinkBug = "Remove bug";
|
|
$lang->productplan->batchUnlinkBug = "Batch Remove Bugs";
|
|
$lang->productplan->linkedBugs = 'Bugs linked';
|
|
$lang->productplan->unlinkedBugs = 'Bugs unlinked';
|
|
|
|
$lang->productplan->confirmDelete = "Are you sure to delete this plan?";
|
|
$lang->productplan->confirmUnlinkStory = "Are you sure to remove this story?";
|
|
$lang->productplan->confirmUnlinkBug = "Are you sure to remove this bug?";
|
|
|
|
$lang->productplan->id = 'ID';
|
|
$lang->productplan->product = $lang->productCommon;
|
|
$lang->productplan->title = 'Title';
|
|
$lang->productplan->desc = 'Desc';
|
|
$lang->productplan->begin = 'Begin';
|
|
$lang->productplan->end = 'End';
|
|
|
|
$lang->productplan->endList[7] = 'One Week';
|
|
$lang->productplan->endList[14] = 'Two Weeks';
|
|
$lang->productplan->endList[31] = 'One Month';
|
|
$lang->productplan->endList[62] = 'Two Months';
|
|
$lang->productplan->endList[93] = 'Three Months';
|
|
$lang->productplan->endList[186] = 'Half Of Year';
|
|
$lang->productplan->endList[365] = 'One Year';
|
|
|
|
$lang->productplan->errorNoTitle = 'Title of ID %s can not empty';
|
|
$lang->productplan->errorNoBegin = 'Begin of ID %s can not empty';
|
|
$lang->productplan->errorNoEnd = 'End of ID %s can not empty';
|
|
$lang->productplan->beginGeEnd = 'Begin of ID %s can not more than end.';
|