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