* finish task #1934.

This commit is contained in:
wangyidong
2014-08-14 06:08:48 +00:00
parent fd0f8e02f2
commit 45be42a13b
11 changed files with 101 additions and 6 deletions
+1
View File
@@ -45,6 +45,7 @@ $lang->testcase->allProduct = 'All product';
$lang->testcase->fromBug = 'From bug';
$lang->testcase->toBug = 'To bug';
$lang->testcase->changed = 'Changed';
$lang->testcase->createBug = 'Create bug';
$lang->case = $lang->testcase; // For dao checking using. Because 'case' is a php keywords, so the module name is testcase, table name is still case.
$lang->testcase->stepID = 'ID';
+1
View File
@@ -45,6 +45,7 @@ $lang->testcase->allProduct = '所有产品';
$lang->testcase->fromBug = '来源Bug';
$lang->testcase->toBug = '生成Bug';
$lang->testcase->changed = '用例变更';
$lang->testcase->createBug = '创建Bug';
$lang->case = $lang->testcase; // 用于DAO检查时使用。因为case是系统关键字,所以无法定义该模块为case,只能使用testcase,但表还是使用的case。
$lang->testcase->stepID = '编号';