+ [bug#54838] add lang on ztf cr to zentao.
This commit is contained in:
@@ -7,3 +7,8 @@ $lang->ci->job = 'Construction';
|
||||
$lang->ci->task = 'Task';
|
||||
$lang->ci->history = 'History';
|
||||
$lang->ci->list = 'List';
|
||||
|
||||
$lang->ci->errors = new stdclass();
|
||||
$lang->ci->errors->noProduct = 'ProductID is not correct.';
|
||||
$lang->ci->errors->noProject = 'Product#%s has no related project.';
|
||||
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
|
||||
|
||||
@@ -7,3 +7,8 @@ $lang->ci->job = 'Job';
|
||||
$lang->ci->task = 'Task';
|
||||
$lang->ci->history = 'History';
|
||||
$lang->ci->list = 'List';
|
||||
|
||||
$lang->ci->errors = new stdclass();
|
||||
$lang->ci->errors->noProduct = 'ProductID is not correct.';
|
||||
$lang->ci->errors->noProject = 'Product#%s has no related project.';
|
||||
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
|
||||
|
||||
@@ -7,3 +7,8 @@ $lang->ci->job = 'Construction';
|
||||
$lang->ci->task = 'T鈉he';
|
||||
$lang->ci->history = 'Historique';
|
||||
$lang->ci->list = 'List';
|
||||
|
||||
$lang->ci->errors = new stdclass();
|
||||
$lang->ci->errors->noProduct = 'ProductID is not correct.';
|
||||
$lang->ci->errors->noProject = 'Product#%s has no related project.';
|
||||
$lang->ci->errors->noExecution = 'Product#%s has no related execution.';
|
||||
|
||||
@@ -7,3 +7,8 @@ $lang->ci->job = '构建';
|
||||
$lang->ci->task = '构建任务';
|
||||
$lang->ci->history = '执行历史';
|
||||
$lang->ci->list = '列表';
|
||||
|
||||
$lang->ci->errors = new stdclass();
|
||||
$lang->ci->errors->noProduct = '产品ID不正确。';
|
||||
$lang->ci->errors->noProject = '产品#%s 下没有关联的项目。';
|
||||
$lang->ci->errors->noExecution = '产品#%s 下没有关联的执行。';
|
||||
|
||||
Reference in New Issue
Block a user