* Fix bug#12516.
This commit is contained in:
@@ -249,7 +249,7 @@ $lang->story->lblClose = 'Close';
|
||||
$lang->story->lblTBC = 'Task/Bug/Case';
|
||||
|
||||
$lang->story->checkAffection = 'Impact';
|
||||
$lang->story->affectedProjects = '' . $lang->executionCommon;
|
||||
$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s";
|
||||
$lang->story->affectedBugs = 'Bug';
|
||||
$lang->story->affectedCases = 'Fall';
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ $lang->story->lblClose = 'Close';
|
||||
$lang->story->lblTBC = 'Task/Bug/Case';
|
||||
|
||||
$lang->story->checkAffection = 'Influence';
|
||||
$lang->story->affectedProjects = '' . $lang->executionCommon . 's';
|
||||
$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s";
|
||||
$lang->story->affectedBugs = 'Bugs';
|
||||
$lang->story->affectedCases = 'Cases';
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ $lang->story->lblClose = 'Fermer';
|
||||
$lang->story->lblTBC = 'Tâche/Bug/CasTest';
|
||||
|
||||
$lang->story->checkAffection = 'Influence';
|
||||
$lang->story->affectedProjects = '' . $lang->executionCommon . 's';
|
||||
$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s";
|
||||
$lang->story->affectedBugs = 'Bugs';
|
||||
$lang->story->affectedCases = 'CasTests';
|
||||
|
||||
|
||||
@@ -249,7 +249,7 @@ $lang->story->lblClose = 'Đóng';
|
||||
$lang->story->lblTBC = 'Nhiệm vụ/Bug/Tình huống';
|
||||
|
||||
$lang->story->checkAffection = 'Ảnh hưởng';
|
||||
$lang->story->affectedProjects = ' ' . $lang->executionCommon;
|
||||
$lang->story->affectedProjects = "{$lang->project->common}s/{$lang->execution->common}s";
|
||||
$lang->story->affectedBugs = 'Bugs';
|
||||
$lang->story->affectedCases = 'Tình huống';
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ $lang->story->lblClose = "关闭{$lang->SRCommon}";
|
||||
$lang->story->lblTBC = '任务Bug用例';
|
||||
|
||||
$lang->story->checkAffection = '影响范围';
|
||||
$lang->story->affectedProjects = '影响的' . $lang->executionCommon;
|
||||
$lang->story->affectedProjects = "影响的{$lang->project->common}或{$lang->execution->common}";
|
||||
$lang->story->affectedBugs = '影响的Bug';
|
||||
$lang->story->affectedCases = '影响的用例';
|
||||
|
||||
|
||||
@@ -250,7 +250,7 @@ $lang->story->lblClose = "關閉{$lang->SRCommon}";
|
||||
$lang->story->lblTBC = '任務Bug用例';
|
||||
|
||||
$lang->story->checkAffection = '影響範圍';
|
||||
$lang->story->affectedProjects = '影響的' . $lang->executionCommon;
|
||||
$lang->story->affectedProjects = "影響的{$lang->project->common}或{$lang->execution->common}";
|
||||
$lang->story->affectedBugs = '影響的Bug';
|
||||
$lang->story->affectedCases = '影響的用例';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user