en.php 1.2 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. $lang->jenkins->common = 'Jenkins';
  3. $lang->jenkins->browse = 'Jenkins';
  4. $lang->jenkins->create = 'Create Jenkins';
  5. $lang->jenkins->edit = 'Edit Jenkins';
  6. $lang->jenkins->delete = 'Delete';
  7. $lang->jenkins->confirmDelete = 'Do you want to delete this Jenkins server?';
  8. $lang->jenkins->browseAction = 'Jenkins List';
  9. $lang->jenkins->deleteAction = 'Delete Jenkins';
  10. $lang->jenkins->id = 'ID';
  11. $lang->jenkins->name = 'Application Name';
  12. $lang->jenkins->url = 'Server URL';
  13. $lang->jenkins->token = 'Token';
  14. $lang->jenkins->account = 'Username';
  15. $lang->jenkins->password = 'Password';
  16. $lang->jenkins->lblCreate = 'Create Jenkins Server';
  17. $lang->jenkins->desc = 'Description';
  18. $lang->jenkins->tokenFirst = 'Use token if not empty.';
  19. $lang->jenkins->tips = 'Cancel "Prevent Cross Site Request Forgery exploits" when using password.';
  20. $lang->jenkins->serverList = 'Server List';
  21. $lang->jenkins->error = new stdclass();
  22. $lang->jenkins->error->linkedJob = 'Failed. This jenkins has associated with the compile.';
  23. $lang->jenkins->error->unauthorized = 'Permission verification failed, please check account information';