* Fix bug #42078.
This commit is contained in:
@@ -2104,7 +2104,15 @@ class testcase extends control
|
||||
}
|
||||
if(empty($libraries))
|
||||
{
|
||||
echo js::alert($this->lang->testcase->noLibrary);
|
||||
if($toLib)
|
||||
{
|
||||
$tips = $this->lang->testcase->noOtherLibrary;
|
||||
}
|
||||
else
|
||||
{
|
||||
$tips = $this->lang->testcase->noLibrary;
|
||||
}
|
||||
echo js::alert($tips);
|
||||
return print(js::locate($this->session->caseList));
|
||||
}
|
||||
if(empty($libID) or !isset($libraries[$libID])) $libID = key($libraries);
|
||||
|
||||
@@ -247,6 +247,7 @@ $lang->testcase->noFunction = 'Iconv und mb_convert_encoding wurde nicht g
|
||||
$lang->testcase->noRequire = "Zeile %s hat “%s” was ein benötigtes Feld ist und nicht leer sein darf.";
|
||||
$lang->testcase->noRequireTip = "“%s”is a required field and it should not be blank.";
|
||||
$lang->testcase->noLibrary = "Es existiert keine Bibliothek. Bitte erstellen Sie eine.";
|
||||
$lang->testcase->noOtherLibrary = "There are no other use case libraries available at this time, please maintain a new use case library and try again.";
|
||||
$lang->testcase->mustChooseResult = 'Prüfungsergebnis wird benötigt.';
|
||||
$lang->testcase->noModule = '<div>Es existieren keine Module</div><div>Jetzt verwalten</div>';
|
||||
$lang->testcase->noCase = 'Keine Fälle. ';
|
||||
|
||||
@@ -247,6 +247,7 @@ $lang->testcase->noFunction = 'Iconv and mb_convert_encoding are not found
|
||||
$lang->testcase->noRequire = "Row %s has“%s ”which is a required field and it should not be blank.";
|
||||
$lang->testcase->noRequireTip = "“%s”is a required field and it should not be blank.";
|
||||
$lang->testcase->noLibrary = "No library exists. Please create one first.";
|
||||
$lang->testcase->noOtherLibrary = "There are no other use case libraries available at this time, please maintain a new use case library and try again.";
|
||||
$lang->testcase->mustChooseResult = 'Review result is required.';
|
||||
$lang->testcase->noModule = '<div>You have no modules.</div><div>Manage it now.</div>';
|
||||
$lang->testcase->noCase = 'No cases yet. ';
|
||||
|
||||
@@ -247,6 +247,7 @@ $lang->testcase->noFunction = "Iconv et mb_convert_encoding non trouvés.
|
||||
$lang->testcase->noRequire = "Ligne %s a“%s ”qui est un champ obligatoire et ne doit pas être vide.";
|
||||
$lang->testcase->noRequireTip = "“%s”is a required field and it should not be blank.";
|
||||
$lang->testcase->noLibrary = "Aucune library n'existe. Créez-en une pour commencer.";
|
||||
$lang->testcase->noOtherLibrary = "There are no other use case libraries available at this time, please maintain a new use case library and try again.";
|
||||
$lang->testcase->mustChooseResult = 'La Validation du résultat est nécessaire.';
|
||||
$lang->testcase->noModule = "<div>Vous n'avez aucun modules.</div><div>Gérer les modules maintenant.</div>";
|
||||
$lang->testcase->noCase = "Aucun CasTest pour l'instant. ";
|
||||
|
||||
@@ -247,6 +247,7 @@ $lang->testcase->noFunction = '不存在iconv和mb_convert_encoding转码
|
||||
$lang->testcase->noRequire = "%s行的“%s”是必填字段,不能为空";
|
||||
$lang->testcase->noRequireTip = "“%s”是必填字段,不能为空";
|
||||
$lang->testcase->noLibrary = "现在还没有用例库,请先创建!";
|
||||
$lang->testcase->noOtherLibrary = "目前还没有其他用例库,请维护新的用例库后再试。";
|
||||
$lang->testcase->mustChooseResult = '必须选择评审结果';
|
||||
$lang->testcase->noModule = '<div>您现在还没有模块信息</div><div>请维护测试模块</div>';
|
||||
$lang->testcase->noCase = '暂时没有用例。';
|
||||
|
||||
Reference in New Issue
Block a user