* Code for task #36465.
This commit is contained in:
@@ -468,12 +468,12 @@ $lang->action->search->objectTypeList[''] = '';
|
||||
$lang->action->search->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->action->search->objectTypeList['program'] = 'Program';
|
||||
$lang->action->search->objectTypeList['project'] = 'Project';
|
||||
$lang->action->search->objectTypeList['execution'] = $lang->sprintCommon;
|
||||
$lang->action->search->objectTypeList['execution'] = 'Execution';
|
||||
$lang->action->search->objectTypeList['bug'] = 'Bug';
|
||||
$lang->action->search->objectTypeList['case'] = 'Fälle';
|
||||
$lang->action->search->objectTypeList['caseresult'] = 'Fallergebnisse';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'Fallschritte';
|
||||
$lang->action->search->objectTypeList['story'] = 'Story';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = 'Aufgaben';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Testaufgaben';
|
||||
$lang->action->search->objectTypeList['user'] = 'Benutzer';
|
||||
|
||||
@@ -468,12 +468,12 @@ $lang->action->search->objectTypeList[''] = '';
|
||||
$lang->action->search->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->action->search->objectTypeList['program'] = 'Program';
|
||||
$lang->action->search->objectTypeList['project'] = 'Project';
|
||||
$lang->action->search->objectTypeList['execution'] = $lang->sprintCommon;
|
||||
$lang->action->search->objectTypeList['execution'] = 'Execution';
|
||||
$lang->action->search->objectTypeList['bug'] = 'Bug';
|
||||
$lang->action->search->objectTypeList['case'] = 'Case';
|
||||
$lang->action->search->objectTypeList['caseresult'] = 'Case Result';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'Case Steps';
|
||||
$lang->action->search->objectTypeList['story'] = 'UR/SR';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = 'Task';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Request';
|
||||
$lang->action->search->objectTypeList['user'] = 'User';
|
||||
|
||||
@@ -467,12 +467,12 @@ $lang->action->search->objectTypeList[''] = '';
|
||||
$lang->action->search->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->action->search->objectTypeList['program'] = 'Program';
|
||||
$lang->action->search->objectTypeList['project'] = 'Project';
|
||||
$lang->action->search->objectTypeList['execution'] = $lang->sprintCommon;
|
||||
$lang->action->search->objectTypeList['execution'] = 'Execution';
|
||||
$lang->action->search->objectTypeList['bug'] = 'Bug';
|
||||
$lang->action->search->objectTypeList['case'] = 'CasTest';
|
||||
$lang->action->search->objectTypeList['caseresult'] = 'CasTest Result';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'CasTest Steps';
|
||||
$lang->action->search->objectTypeList['story'] = 'UR/SR';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = 'Tâche';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Recette';
|
||||
$lang->action->search->objectTypeList['user'] = 'Utilisateur';
|
||||
|
||||
@@ -468,12 +468,12 @@ $lang->action->search->objectTypeList[''] = '';
|
||||
$lang->action->search->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->action->search->objectTypeList['program'] = 'Program';
|
||||
$lang->action->search->objectTypeList['project'] = 'Project';
|
||||
$lang->action->search->objectTypeList['execution'] = $lang->sprintCommon;
|
||||
$lang->action->search->objectTypeList['execution'] = 'Execution';
|
||||
$lang->action->search->objectTypeList['bug'] = 'Bug';
|
||||
$lang->action->search->objectTypeList['case'] = 'Tình huống';
|
||||
$lang->action->search->objectTypeList['caseresult'] = 'Kết quả tình huống';
|
||||
$lang->action->search->objectTypeList['stepresult'] = 'Các bước tình huống';
|
||||
$lang->action->search->objectTypeList['story'] = 'UR/SR';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = 'Nhiệm vụ';
|
||||
$lang->action->search->objectTypeList['testtask'] = 'Yêu cầu';
|
||||
$lang->action->search->objectTypeList['user'] = 'Người dùng';
|
||||
|
||||
@@ -468,12 +468,12 @@ $lang->action->search->objectTypeList[''] = '';
|
||||
$lang->action->search->objectTypeList['product'] = $lang->productCommon;
|
||||
$lang->action->search->objectTypeList['program'] = '项目集';
|
||||
$lang->action->search->objectTypeList['project'] = '项目';
|
||||
$lang->action->search->objectTypeList['execution'] = $lang->sprintCommon;
|
||||
$lang->action->search->objectTypeList['execution'] = '执行';
|
||||
$lang->action->search->objectTypeList['bug'] = 'Bug';
|
||||
$lang->action->search->objectTypeList['case'] = '用例';
|
||||
$lang->action->search->objectTypeList['caseresult'] = '用例结果';
|
||||
$lang->action->search->objectTypeList['stepresult'] = '用例步骤';
|
||||
$lang->action->search->objectTypeList['story'] = '用需/软需';
|
||||
$lang->action->search->objectTypeList['story'] = "$lang->SRCommon/$lang->URCommon";
|
||||
$lang->action->search->objectTypeList['task'] = '任务';
|
||||
$lang->action->search->objectTypeList['testtask'] = '测试单';
|
||||
$lang->action->search->objectTypeList['user'] = '用户';
|
||||
|
||||
@@ -114,8 +114,6 @@ $lang->future = 'Warte';
|
||||
$lang->year = 'Jahr';
|
||||
$lang->workingHour = 'Stunde';
|
||||
|
||||
$lang->sprintCommon = $lang->iterationCommon . '/Phase';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
$lang->statusAB = 'Status';
|
||||
|
||||
@@ -114,8 +114,6 @@ $lang->future = 'Waiting';
|
||||
$lang->year = 'Year';
|
||||
$lang->workingHour = 'Hours';
|
||||
|
||||
$lang->sprintCommon = $lang->iterationCommon . '/Phase';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
$lang->statusAB = 'Status';
|
||||
|
||||
@@ -114,8 +114,6 @@ $lang->future = 'En Attente';
|
||||
$lang->year = 'Année';
|
||||
$lang->workingHour = 'Heures';
|
||||
|
||||
$lang->sprintCommon = $lang->iterationCommon . '/Phase';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
$lang->statusAB = 'Statut';
|
||||
|
||||
@@ -114,8 +114,6 @@ $lang->future = 'Đang đợi';
|
||||
$lang->year = 'Năm';
|
||||
$lang->workingHour = 'giờ';
|
||||
|
||||
$lang->sprintCommon = $lang->iterationCommon . '/Phase';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
$lang->statusAB = 'Tình trạng';
|
||||
|
||||
@@ -114,8 +114,6 @@ $lang->future = '未来';
|
||||
$lang->year = '年';
|
||||
$lang->workingHour = '工时';
|
||||
|
||||
$lang->sprintCommon = $lang->iterationCommon . '/阶段';
|
||||
|
||||
$lang->idAB = 'ID';
|
||||
$lang->priAB = 'P';
|
||||
$lang->statusAB = '状态';
|
||||
|
||||
@@ -221,7 +221,7 @@ $lang->custom->CRExecution[0] = 'Change Forbidden';
|
||||
|
||||
$lang->custom->moduleName['product'] = $lang->productCommon;
|
||||
$lang->custom->moduleName['productplan'] = 'Plan';
|
||||
$lang->custom->moduleName['execution'] = $lang->sprintCommon;
|
||||
$lang->custom->moduleName['execution'] = 'Execution';
|
||||
|
||||
$lang->custom->conceptQuestions['overview'] = "1. Which combination of management fits your company?";
|
||||
$lang->custom->conceptQuestions['URAndSR'] = "2. Do you want to use the concept of {$lang->URCommon} and {$lang->SRCommon} in ZenTao?";
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
}
|
||||
if(moduleName === 'user')
|
||||
{
|
||||
if(['todo', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile'].includes(methodLowerCase)) return 'system';
|
||||
if(['todo', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system';
|
||||
}
|
||||
if(moduleName === 'my')
|
||||
{
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->product->build = 'Build';
|
||||
$lang->product->moreProduct = "More Product";
|
||||
$lang->product->projectInfo = "Projects that are linked to this {$lang->productCommon} are listed below.";
|
||||
|
||||
$lang->product->currentExecution = "Aktuelle {$lang->sprintCommon}";
|
||||
$lang->product->currentExecution = "Aktuelle Execution";
|
||||
$lang->product->activeStories = 'Aktivierte [S]';
|
||||
$lang->product->activeStoriesTitle = 'Active Stories';
|
||||
$lang->product->changedStories = 'Geänderte [S]';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->product->build = 'Build List';
|
||||
$lang->product->moreProduct = "More Product";
|
||||
$lang->product->projectInfo = "Projects that are linked to this {$lang->productCommon} are listed below.";
|
||||
|
||||
$lang->product->currentExecution = "Current {$lang->sprintCommon}";
|
||||
$lang->product->currentExecution = "Current Execution";
|
||||
$lang->product->activeStories = 'Active [S]';
|
||||
$lang->product->activeStoriesTitle = 'Active Stories';
|
||||
$lang->product->changedStories = 'Changed [S]';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->product->build = 'Liste Builds';
|
||||
$lang->product->moreProduct = "More Product";
|
||||
$lang->product->projectInfo = "Les Projects qui sont associés à ce {$lang->productCommon} sont listés ci-dessous.";
|
||||
|
||||
$lang->product->currentExecution = "Current {$lang->sprintCommon}";
|
||||
$lang->product->currentExecution = "Current Execution";
|
||||
$lang->product->activeStories = 'Actives [S]';
|
||||
$lang->product->activeStoriesTitle = 'Stories Actives';
|
||||
$lang->product->changedStories = 'Changées [S]';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->product->build = 'Danh sách bản dựng';
|
||||
$lang->product->moreProduct = "More Product";
|
||||
$lang->product->projectInfo = "Projects đã liên kết tới {$lang->productCommon} này được liệt kê bên dưới.";
|
||||
|
||||
$lang->product->currentExecution = "Hiện {$lang->sprintCommon}";
|
||||
$lang->product->currentExecution = "Hiện Execution";
|
||||
$lang->product->activeStories = 'Kích hoạt [S]';
|
||||
$lang->product->activeStoriesTitle = 'Kích hoạt câu chuyện';
|
||||
$lang->product->changedStories = 'Đã thay đổi [S]';
|
||||
|
||||
@@ -51,7 +51,7 @@ $lang->product->build = '版本列表';
|
||||
$lang->product->moreProduct = "更多产品";
|
||||
$lang->product->projectInfo = "所有与此产品关联的项目";
|
||||
|
||||
$lang->product->currentExecution = "当前{$lang->sprintCommon}";
|
||||
$lang->product->currentExecution = "当前执行";
|
||||
$lang->product->activeStories = "激活{$lang->SRCommon}";
|
||||
$lang->product->activeStoriesTitle = "激活{$lang->SRCommon}";
|
||||
$lang->product->changedStories = "已变更{$lang->SRCommon}";
|
||||
|
||||
@@ -35,7 +35,7 @@ $lang->todo->cycle = "周期";
|
||||
$lang->todo->cycleConfig = "周期设置";
|
||||
$lang->todo->project = "所属项目";
|
||||
$lang->todo->product = "所属产品";
|
||||
$lang->todo->execution = "所属" . $lang->sprintCommon;
|
||||
$lang->todo->execution = "所属执行";
|
||||
|
||||
$lang->todo->reasonList['story'] = "转{$lang->SRCommon}";
|
||||
$lang->todo->reasonList['task'] = "转任务";
|
||||
|
||||
@@ -76,8 +76,8 @@ $firstDate = date('Y-m-d', strtotime($firstAction->originalDate) + 24 * 3600);
|
||||
$lastDate = substr($action->originalDate, 0, 10);
|
||||
$hasPre = $this->action->hasPreOrNext($firstDate, 'pre');
|
||||
$hasNext = $this->action->hasPreOrNext($lastDate, 'next');
|
||||
$preLink = $hasPre ? inlink('dynamic', "type=$type&userID={$user->id}&recTotal={$pager->recTotal}&date=" . strtotime($firstDate) . '&direction=pre') : 'javascript:;';
|
||||
$nextLink = $hasNext ? inlink('dynamic', "type=$type&userID={$user->id}&recTotal={$pager->recTotal}&date=" . strtotime($lastDate) . '&direction=next') : 'javascript:;';
|
||||
$preLink = $hasPre ? inlink('dynamic', "userID={$user->id}&type=$type&recTotal={$pager->recTotal}&date=" . strtotime($firstDate) . '&direction=pre') : 'javascript:;';
|
||||
$nextLink = $hasNext ? inlink('dynamic', "userID={$user->id}&type=$type&recTotal={$pager->recTotal}&date=" . strtotime($lastDate) . '&direction=next') : 'javascript:;';
|
||||
?>
|
||||
<?php if($hasPre or $hasNext):?>
|
||||
<div id="mainActions" class='main-actions'>
|
||||
|
||||
Reference in New Issue
Block a user