| 123456789101112131415161718192021222324252627 |
- <?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 = 'Application 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.';
- $lang->jenkins->error->unauthorized = 'Permission verification failed, please check account information';
|