* Fix bug #26458.
This commit is contained in:
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a execution yet';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
$lang->bug->index = 'Home';
|
||||
|
||||
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Fixed Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a execution yet';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
$lang->bug->index = 'Bug Home';
|
||||
|
||||
@@ -97,8 +97,8 @@ $lang->bug->fixedRate = 'Repair Rate';
|
||||
$lang->bug->noticefeedbackBy = 'NoticeFeedbackBy';
|
||||
$lang->bug->selectProjects = 'Select Projects';
|
||||
$lang->bug->nextStep = 'Next Step';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a execution yet';
|
||||
$lang->bug->noProject = 'Haven’t chosen a project yet.';
|
||||
$lang->bug->noExecution = 'Haven’t chosen a ' . strtolower($lang->execution->common) . ' yet.';
|
||||
|
||||
/* Method list. */
|
||||
$lang->bug->index = 'Accueil Bug';
|
||||
|
||||
@@ -98,7 +98,7 @@ $lang->bug->noticefeedbackBy = '通知反馈者';
|
||||
$lang->bug->selectProjects = '选择项目';
|
||||
$lang->bug->nextStep = '下一步';
|
||||
$lang->bug->noProject = '还没有选择项目!';
|
||||
$lang->bug->noExecution = '还没有选择执行!';
|
||||
$lang->bug->noExecution = "还没有选择{$lang->execution->common}!";
|
||||
|
||||
/* 方法列表。*/
|
||||
$lang->bug->index = '首页';
|
||||
|
||||
Reference in New Issue
Block a user