27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
|
$lang->jenkins->common = 'Jenkins';
|
|
$lang->jenkins->browse = 'Jenkins';
|
|
$lang->jenkins->create = 'Create Jenkins';
|
|
$lang->jenkins->edit = 'Edit Jenkins';
|
|
$lang->jenkins->delete = 'Delete';
|
|
$lang->jenkins->confirmDelete = 'Do you want to delete this Jenkins server?';
|
|
|
|
$lang->jenkins->browseAction = 'Jenkins List';
|
|
$lang->jenkins->deleteAction = 'Delete Jenkins';
|
|
|
|
$lang->jenkins->id = 'ID';
|
|
$lang->jenkins->name = 'Server Name';
|
|
$lang->jenkins->url = 'Server URL';
|
|
$lang->jenkins->token = 'Token';
|
|
$lang->jenkins->account = 'Username';
|
|
$lang->jenkins->password = 'Password';
|
|
|
|
$lang->jenkins->lblCreate = 'Create Jenkins Server';
|
|
$lang->jenkins->desc = 'Description';
|
|
$lang->jenkins->tokenFirst = 'Use token if not empty.';
|
|
$lang->jenkins->tips = 'Cancel "Prevent Cross Site Request Forgery exploits" when using password.';
|
|
$lang->jenkins->serverList = 'Server List';
|
|
|
|
$lang->jenkins->error = new stdclass();
|
|
$lang->jenkins->error->linkedJob = 'Failed. This jenkins has associated with the compile.';
|