- <?php
- $lang->ci->common = 'TA';
- $lang->ci->commitResult = 'Interface: Commit Test Result.';
- $lang->ci->checkCompileStatus = 'Interface: Fetch Test Result.';
- $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.';
|