* Fix bug #12630.
This commit is contained in:
@@ -14,6 +14,7 @@ $lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug Titel';
|
||||
$lang->testreport->storyTitle = 'Story Titel';
|
||||
$lang->testreport->project = 'Projekt';
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Test Build';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = 'Start&Ende';
|
||||
|
||||
@@ -14,6 +14,7 @@ $lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug';
|
||||
$lang->testreport->storyTitle = 'Story';
|
||||
$lang->testreport->project = 'Project';
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Test Build';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = 'Begin&End';
|
||||
|
||||
@@ -14,6 +14,7 @@ $lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug';
|
||||
$lang->testreport->storyTitle = 'Story';
|
||||
$lang->testreport->project = 'Projet';
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Campagne';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = 'Début&Fin';
|
||||
|
||||
@@ -14,6 +14,7 @@ $lang->testreport->product = $lang->productCommon;
|
||||
$lang->testreport->bugTitle = 'Bug';
|
||||
$lang->testreport->storyTitle = 'Câu chuyện';
|
||||
$lang->testreport->project = 'Dự án';
|
||||
$lang->testreport->execution = 'Execution';
|
||||
$lang->testreport->testtask = 'Test bản dựng';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = 'Bắt đầu & Kết thúc';
|
||||
|
||||
@@ -14,6 +14,7 @@ $lang->testreport->product = "所属{$lang->productCommon}";
|
||||
$lang->testreport->bugTitle = 'Bug 标题';
|
||||
$lang->testreport->storyTitle = "{$lang->SRCommon}标题";
|
||||
$lang->testreport->project = '所属项目';
|
||||
$lang->testreport->execution = '所属执行';
|
||||
$lang->testreport->testtask = '测试版本';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = '起止时间';
|
||||
|
||||
@@ -14,6 +14,7 @@ $lang->testreport->product = "所屬{$lang->productCommon}";
|
||||
$lang->testreport->bugTitle = 'Bug 標題';
|
||||
$lang->testreport->storyTitle = "{$lang->SRCommon}標題";
|
||||
$lang->testreport->project = '所屬項目';
|
||||
$lang->testreport->execution = '所屬執行';
|
||||
$lang->testreport->testtask = '測試版本';
|
||||
$lang->testreport->tasks = $lang->testreport->testtask;
|
||||
$lang->testreport->startEnd = '起止時間';
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<th class='text-left'><?php common::printOrderLink('title', $orderBy, $vars, $lang->testreport->title);?></th>
|
||||
<th class='w-90px'> <?php common::printOrderLink('createdBy', $orderBy, $vars, $lang->openedByAB);?></th>
|
||||
<th class='w-150px'><?php common::printOrderLink('createdDate', $orderBy, $vars, $lang->testreport->createdDate);?></th>
|
||||
<th class='w-250px text-left'><?php common::printOrderLink('project', $orderBy, $vars, $lang->testreport->project);?></th>
|
||||
<th class='w-250px text-left'><?php common::printOrderLink('project', $orderBy, $vars, $lang->testreport->execution);?></th>
|
||||
<th class='w-250px text-left'><?php echo $lang->testreport->testtask;?></th>
|
||||
<th class='c-actions-2'> <?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user