* added newly translated content

This commit is contained in:
tengfei
2017-01-16 17:01:45 +08:00
parent c6e6d9e1a5
commit efae75ae7f
5 changed files with 41 additions and 24 deletions
+3 -3
View File
@@ -44,10 +44,10 @@ $lang->testcase->allProduct = "All {$lang->productCommon}";
$lang->testcase->fromBug = 'From Bug';
$lang->testcase->toBug = 'To Bug';
$lang->testcase->changed = 'Changed';
$lang->testcase->bugs = '产生Bug数';
$lang->testcase->bugs = 'Bugs Generated';
$lang->testcase->bugsAB = 'B';
$lang->testcase->results = '执行数';
$lang->testcase->createBug = 'Transfer Bug';
$lang->testcase->results = 'Results';
$lang->testcase->createBug = 'Convert to 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';