en.php 1.2 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $lang->artifactrepo = new stdclass();
  3. $lang->artifactrepo->common = 'Artifact repo';
  4. $lang->artifactrepo->browse = 'Repo List';
  5. $lang->artifactrepo->create = 'Add artifact repo';
  6. $lang->artifactrepo->edit = 'Edit artifact repo';
  7. $lang->artifactrepo->delete = 'Del artifact repo';
  8. $lang->artifactrepo->ajaxGetArtifactRepos = 'Api: Artifact Repo List';
  9. $lang->artifactrepo->ajaxUpdateArtifactRepos = 'Api: Update Status';
  10. $lang->artifactrepo->visit = 'Visit';
  11. $lang->artifactrepo->name = 'Name';
  12. $lang->artifactrepo->serverID = 'Server';
  13. $lang->artifactrepo->repoName = 'Artifact Repo';
  14. $lang->artifactrepo->format = 'Artifact Type';
  15. $lang->artifactrepo->type = 'Service Type';
  16. $lang->artifactrepo->status = 'Service Status';
  17. $lang->artifactrepo->url = 'Repo Address';
  18. $lang->artifactrepo->confirmDelete = 'Are you sure you want to delete this artifact repo?';
  19. $lang->artifactrepo->deleteError = 'The artifact repo is already associated with a build. Please cancel the association and try again';
  20. $lang->artifactrepo->loseConnect = 'Artifact repo server not responding';
  21. $lang->artifactrepo->statusList['online'] = 'online';
  22. $lang->artifactrepo->statusList['offline'] = 'offline';