10 lines
303 B
PHP
10 lines
303 B
PHP
<?php
|
|
$lang->ci->common = 'CI';
|
|
$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';
|