* finish task #1936.

This commit is contained in:
wangyidong
2014-07-18 03:21:02 +00:00
parent 76d0463623
commit 043ecf66d4
7 changed files with 146 additions and 32 deletions
+1
View File
@@ -150,3 +150,4 @@ $lang->testcase->buttonToList = 'Back';
$lang->testcase->errorEncode = 'No data, please select right encode and upload again!';
$lang->testcase->noFunction = 'Iconv and mb_convert_encoding does not exist, you can not turn the data into the desired coding!';
$lang->testcase->noRequire = "In the row of %s, the %s is a required field";
+1
View File
@@ -150,3 +150,4 @@ $lang->testcase->buttonToList = '返回';
$lang->testcase->errorEncode = '无数据,请选择正确的编码重新上传!';
$lang->testcase->noFunction = '不存在iconv和mb_convert_encoding转码方法,不能将数据转成想要的编码!';
$lang->testcase->noRequire = "%s行的“%s”是必填字段,不能为空";