* finish task#802.
This commit is contained in:
@@ -312,3 +312,6 @@ $lang->bug->report->bugHistories->graph->xAxisName = 'Histories';
|
||||
$lang->bug->action->resolved = array('main' => '$date, Resolved by <strong>$actor</strong>, resolution is <strong>$extra</strong>.', 'extra' => $lang->bug->resolutionList);
|
||||
$lang->bug->action->tostory = array('main' => '$date, To story by <strong>$actor</strong>, ID is <strong>$extra</strong>.');
|
||||
$lang->bug->action->totask = array('main' => '$date, To task by <strong>$actor</strong>, ID is <strong>$extra</strong>.');
|
||||
|
||||
$lang->bug->placeholder->mailto = 'you can input the user account to select users to mail to.';
|
||||
$lang->bug->placeholder->keywords = 'keywords';
|
||||
|
||||
@@ -312,3 +312,6 @@ $lang->bug->report->bugHistories->graph->xAxisName = '处理步骤';
|
||||
$lang->bug->action->resolved = array('main' => '$date, 由 <strong>$actor</strong> 解决,方案为 <strong>$extra</strong>。', 'extra' => $lang->bug->resolutionList);
|
||||
$lang->bug->action->tostory = array('main' => '$date, 由 <strong>$actor</strong> 转为<strong>需求</strong>,编号为 <strong>$extra</strong>。');
|
||||
$lang->bug->action->totask = array('main' => '$date, 由 <strong>$actor</strong> 导入为<strong>任务</strong>,编号为 <strong>$extra</strong>。');
|
||||
|
||||
$lang->bug->placeholder->mailto = '当前bug所有的操作都会抄送给该列表(不抄送给当前操作者),抄送给可以是多个人,输入用户名(非真实姓名)进行选择。';
|
||||
$lang->bug->placeholder->keywords = '可以灵活运用这个字段,方便进行查询检索。';
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<?php include '../../common/view/autocomplete.html.php';?>
|
||||
<?php include '../../common/view/alert.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders = '<?php echo json_encode($lang->bug->placeholder);?>'</script>
|
||||
<script language='Javascript'>
|
||||
userList = "<?php echo join(',', array_keys($users));?>".split(',');
|
||||
</script>
|
||||
|
||||
@@ -65,3 +65,5 @@ $lang->doc->types['text'] = 'Html';
|
||||
$lang->doc->confirmDelete = "Are you sure to delete this doc?";
|
||||
$lang->doc->confirmDeleteLib = " Are you sure to delete this doc library?";
|
||||
$lang->doc->errorEditSystemDoc = "System doc library needn't edit";
|
||||
|
||||
$lang->doc->placeholder->url = 'url';
|
||||
|
||||
@@ -65,3 +65,5 @@ $lang->doc->types['text'] = '网页';
|
||||
$lang->doc->confirmDelete = "您确定删除该文档吗?";
|
||||
$lang->doc->confirmDeleteLib = " 您确定删除该文档库吗?";
|
||||
$lang->doc->errorEditSystemDoc = "系统文档库无需修改。";
|
||||
|
||||
$lang->doc->placeholder->url = '相应的链接地址';
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders = '<?php echo json_encode($lang->doc->placeholder);?>'</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->doc->create;?></caption>
|
||||
|
||||
@@ -36,6 +36,9 @@ $lang->group->option = 'Option';
|
||||
$lang->group->inside = 'Group users';
|
||||
$lang->group->outside = 'Other users';
|
||||
|
||||
$lang->group->placeholder->name = 'You can create \"guest\" group if allows guest login';
|
||||
$lang->group->placeholder->desc = 'Group description';
|
||||
|
||||
$lang->group->copyOptions['copyPriv'] = 'Copy priviledge';
|
||||
$lang->group->copyOptions['copyUser'] = 'Copy user';
|
||||
|
||||
|
||||
@@ -36,6 +36,9 @@ $lang->group->option = '选项';
|
||||
$lang->group->inside = '组内用户';
|
||||
$lang->group->outside = '组外用户';
|
||||
|
||||
$lang->group->placeholder->name = '如果设置公司允许匿名访问,需要建立一个guest的分组';
|
||||
$lang->group->placeholder->desc = '分组描述';
|
||||
|
||||
$lang->group->copyOptions['copyPriv'] = '复制权限';
|
||||
$lang->group->copyOptions['copyUser'] = '复制用户';
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<script>var holders='<?php echo json_encode($lang->group->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-4 a-left'>
|
||||
<caption><?php echo $lang->group->create;?></caption>
|
||||
|
||||
@@ -82,3 +82,6 @@ $lang->product->aclList['private'] = 'Private(Only project team members can visi
|
||||
$lang->product->aclList['custom'] = 'Whitelist(Project team members and who belongs to the whilelist groups can visit)';
|
||||
|
||||
$lang->product->storySummary = "Total <strong>%s</strong> stories in this page, estimate <strong>%s</strong> hours.";
|
||||
|
||||
$lang->product->placeholder->name = 'Product name';
|
||||
$lang->product->placeholder->code = 'Product code';
|
||||
|
||||
@@ -83,3 +83,6 @@ $lang->product->aclList['private'] = '私有项目(只有项目团队成员才
|
||||
$lang->product->aclList['custom'] = '自定义白名单(团队成员和白名单的成员可以访问)';
|
||||
|
||||
$lang->product->storySummary = "本页共 <strong>%s</strong> 个需求,预计 <strong>%s</strong> 个工时。";
|
||||
|
||||
$lang->product->placeholder->name = '产品名称';
|
||||
$lang->product->placeholder->code = '作为团队内部对某一个产品的简短称呼。';
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders='<?php echo json_encode($lang->product->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->product->create;?></caption>
|
||||
|
||||
@@ -34,3 +34,7 @@ $lang->productplan->begin = 'Begin';
|
||||
$lang->productplan->end = 'End';
|
||||
|
||||
$lang->productplan->storySummary = "Total 『%s』stories, estimate『%s』hours.";
|
||||
|
||||
$lang->productplan->placeholder->title = "shorter better.";
|
||||
$lang->productplan->placeholder->begin = "begin date of this plan";
|
||||
$lang->productplan->placeholder->end = "end date of this plan";
|
||||
|
||||
@@ -32,3 +32,7 @@ $lang->productplan->title = '名称';
|
||||
$lang->productplan->desc = '描述';
|
||||
$lang->productplan->begin = '开始日期';
|
||||
$lang->productplan->end = '结束日期';
|
||||
|
||||
$lang->productplan->placeholder->title = "一般不要过长,简短好记";
|
||||
$lang->productplan->placeholder->begin = "计划开始的日期";
|
||||
$lang->productplan->placeholder->end = "计划结束的日期";
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders='<?php echo json_encode($lang->productplan->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->productplan->create;?></caption>
|
||||
|
||||
@@ -176,3 +176,9 @@ $lang->project->charts->burn->graph->formatNumber = 0;
|
||||
$lang->project->charts->burn->graph->animation = 0;
|
||||
$lang->project->charts->burn->graph->rotateNames = 1;
|
||||
$lang->project->charts->burn->graph->showValues = 0;
|
||||
|
||||
$lang->project->placeholder->name = 'Project name';
|
||||
$lang->project->placeholder->code = 'Project code';
|
||||
$lang->project->placeholder->end = "If scrum it should no more than 30 days";
|
||||
$lang->project->placeholder->days = 'Decide by begin date and end day';
|
||||
$lang->project->placeholder->team = 'Team name';
|
||||
|
||||
@@ -176,3 +176,9 @@ $lang->project->charts->burn->graph->formatNumber = 0;
|
||||
$lang->project->charts->burn->graph->animation = 0;
|
||||
$lang->project->charts->burn->graph->rotateNames = 1;
|
||||
$lang->project->charts->burn->graph->showValues = 0;
|
||||
|
||||
$lang->project->placeholder->name = '项目名称';
|
||||
$lang->project->placeholder->code = '作为团队内部对某一个项目的简短称呼。';
|
||||
$lang->project->placeholder->end = '对于scrum而言,一般不宜超过30天。';
|
||||
$lang->project->placeholder->days = '根据开始日期和结束日期自动计算';
|
||||
$lang->project->placeholder->team = '团队内部可以自己选择自己喜欢的名称。';
|
||||
|
||||
@@ -31,6 +31,7 @@ $(document).ready(function()
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders='<?php echo json_encode($lang->project->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-1 a-left'>
|
||||
<caption><?php echo $lang->project->create;?></caption>
|
||||
|
||||
@@ -230,3 +230,6 @@ $lang->story->report->storysPerAssignedTo->graph->xAxisName = 'Assigned to';
|
||||
$lang->story->report->storysPerClosedReason->graph->xAxisName = 'Closed reason';
|
||||
$lang->story->report->storysPerEstimate->graph->xAxisName = 'Estimate';
|
||||
$lang->story->report->storysPerChange->graph->xAxisName = 'Change';
|
||||
|
||||
$lang->story->placeholder->estimate = 'Estimate the story point.';
|
||||
$lang->story->placeholder->mailto = 'Mail to';
|
||||
|
||||
@@ -230,3 +230,6 @@ $lang->story->report->storysPerAssignedTo->graph->xAxisName = '当前指派';
|
||||
$lang->story->report->storysPerClosedReason->graph->xAxisName = '关闭原因';
|
||||
$lang->story->report->storysPerEstimate->graph->xAxisName = '预计时间';
|
||||
$lang->story->report->storysPerChange->graph->xAxisName = '变更次数';
|
||||
|
||||
$lang->story->placeholder->estimate = "对需求所需要花费的时间进行大致估计";
|
||||
$lang->story->placeholder->mailto = '跟这个需求相关的人员,可以通过email的形式抄送给他们。提示:请输入用户名进行选择。';
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders='<?php echo json_encode($lang->story->placeholder);?>'</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table align='center' class='table-1'>
|
||||
<caption><?php echo $lang->story->create;?></caption>
|
||||
|
||||
@@ -177,3 +177,7 @@ $lang->task->report->finishedTasksPerDay->swf = 'column2d';
|
||||
$lang->task->report->finishedTasksPerDay->height = 400;
|
||||
$lang->task->report->finishedTasksPerDay->graph->xAxisName = 'Date';
|
||||
$lang->task->report->finishedTasksPerDay->graph->rotateNames = '1';
|
||||
|
||||
$lang->task->placeholder->estimate = 'The estimated time for this task';
|
||||
$lang->task->placeholder->deadline = 'The deadline of this task';
|
||||
$lang->task->placeholder->mailto = 'Mail to';
|
||||
|
||||
@@ -177,3 +177,7 @@ $lang->task->report->finishedTasksPerDay->swf = 'column2d';
|
||||
$lang->task->report->finishedTasksPerDay->height = 400;
|
||||
$lang->task->report->finishedTasksPerDay->graph->xAxisName = '日期';
|
||||
$lang->task->report->finishedTasksPerDay->graph->rotateNames = '1';
|
||||
|
||||
$lang->task->placeholder->estimate = '对该任务最初的预计';
|
||||
$lang->task->placeholder->deadline = '任务的截至日期,如果逾期有警告显示。';
|
||||
$lang->task->placeholder->mailto = '当前task所有的操作都会抄送给该列表(不会指派给当前操作人),抄送给可以是多个人,输入用户名(非真实姓名)进行选择。';
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/autocomplete.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script> var holders = '<?php echo json_encode($lang->task->placeholder);?>'</script>
|
||||
<script language='javascript'> var userList = "<?php echo join(',', array_keys($users));?>".split(',');</script>
|
||||
<script language='Javascript'>
|
||||
$(function()
|
||||
|
||||
@@ -140,3 +140,5 @@ $lang->testcase->resultList['blocked'] = 'Blocked';
|
||||
|
||||
$lang->testcase->buttonEdit = 'Edit';
|
||||
$lang->testcase->buttonToList = 'Back';
|
||||
|
||||
$lang->testcase->placeholder->keywords = 'keywords';
|
||||
|
||||
@@ -140,3 +140,5 @@ $lang->testcase->resultList['blocked'] = '阻塞';
|
||||
|
||||
$lang->testcase->buttonEdit = '编辑';
|
||||
$lang->testcase->buttonToList = '返回';
|
||||
|
||||
$lang->testcase->placeholder->keywords = '可以灵活运用这个字段,方便进行查询检索。';
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<script>var holders = '<?php echo json_encode($lang->testcase->placeholder);?>'</script>
|
||||
<form method='post' enctype='multipart/form-data' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->testcase->create;?></caption>
|
||||
|
||||
@@ -64,3 +64,6 @@ $lang->testtask->lblCases = 'Case list';
|
||||
$lang->testtask->lblUnlinkCase = 'Remove case';
|
||||
$lang->testtask->lblRunCase = 'Run';
|
||||
$lang->testtask->lblResults = 'Result';
|
||||
|
||||
$lang->testtask->placeholder->begin = 'begin date';
|
||||
$lang->testtask->placeholder->end = 'end date';
|
||||
|
||||
@@ -64,3 +64,6 @@ $lang->testtask->lblCases = '用例列表';
|
||||
$lang->testtask->lblUnlinkCase = '移除用例';
|
||||
$lang->testtask->lblRunCase = '执行用例';
|
||||
$lang->testtask->lblResults = '执行结果';
|
||||
|
||||
$lang->testtask->placeholder->begin = '开始日期';
|
||||
$lang->testtask->placeholder->end = '结束日期';
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<?php include '../../common/view/kindeditor.html.php';?>
|
||||
<script>var holders = '<?php echo json_encode($lang->testtask->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table class='table-1'>
|
||||
<caption><?php echo $lang->testtask->create;?></caption>
|
||||
|
||||
@@ -81,3 +81,11 @@ $lang->user->visits = 'Visits';
|
||||
$lang->user->ip = 'Last IP';
|
||||
$lang->user->last = 'Last login';
|
||||
$lang->user->status = 'Status';
|
||||
|
||||
$lang->user->placeholder->account = 'Letters/underline/numbers, three above';
|
||||
$lang->user->placeholder->password1 = 'Six above';
|
||||
$lang->user->placeholder->password2 = 'Repeat password to confirm';
|
||||
$lang->user->placeholder->realname = 'Realname';
|
||||
$lang->user->placeholder->email = 'The default notify tool in zentao';
|
||||
$lang->user->placeholder->join = 'The date the employee join the company';
|
||||
$lang->user->placeholder->last = 'Last login time';
|
||||
|
||||
@@ -81,3 +81,11 @@ $lang->user->visits = '访问次数';
|
||||
$lang->user->ip = '最后IP';
|
||||
$lang->user->last = '最后登录';
|
||||
$lang->user->status = '状态';
|
||||
|
||||
$lang->user->placeholder->account = '英文,数字,下划线的组合,三位以上';
|
||||
$lang->user->placeholder->password1 = '六位以上';
|
||||
$lang->user->placeholder->password2 = '确认密码';
|
||||
$lang->user->placeholder->realname = '真实姓名';
|
||||
$lang->user->placeholder->email = '用来联系用的邮箱,用于禅道的发信';
|
||||
$lang->user->placeholder->join = '也就是员工的入职日期';
|
||||
$lang->user->placeholder->last = '最后登录时间';
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php include '../../common/view/datepicker.html.php';?>
|
||||
<script>var holders = '<?php echo json_encode($lang->user->placeholder);?>'</script>
|
||||
<form method='post' target='hiddenwin'>
|
||||
<table align='center' class='table-5'>
|
||||
<caption><?php echo $lang->user->create;?></caption>
|
||||
|
||||
@@ -359,6 +359,24 @@ function setHelpLink()
|
||||
if($('a.helplink').size()) $("a.helplink").colorbox({width:600, height:240, iframe:true, transition:'elastic', speed:350, scrolling:false});
|
||||
}
|
||||
|
||||
/**
|
||||
* Set paceholder
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
function setPlaceholder()
|
||||
{
|
||||
if(typeof(holders) != "undefined")
|
||||
{
|
||||
holders = JSON.parse(holders);
|
||||
for(key in holders)
|
||||
{
|
||||
$("#"+key).attr('placeholder',holders[key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Toggle the help links.
|
||||
*
|
||||
@@ -785,6 +803,7 @@ $(document).ready(function()
|
||||
setNowrapObjTitle();
|
||||
setRequiredFields();
|
||||
setHelpLink();
|
||||
setPlaceholder();
|
||||
setProductSwitcher();
|
||||
setProjectSwitcher();
|
||||
setAbout();
|
||||
|
||||
Reference in New Issue
Block a user