en.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. <?php
  2. global $config;
  3. $lang->repo->common = 'Repo';
  4. $lang->repo->codeRepo = 'Code Library';
  5. $lang->repo->browse = 'View';
  6. $lang->repo->viewRevision = 'View Revision';
  7. $lang->repo->product = $lang->productCommon;
  8. $lang->repo->projects = $lang->projectCommon;
  9. $lang->repo->execution = $lang->execution->common;
  10. $lang->repo->create = 'Create';
  11. $lang->repo->maintain = 'Repo List';
  12. $lang->repo->edit = 'Edit';
  13. $lang->repo->delete = 'Unlink Repo';
  14. $lang->repo->showSyncCommit = 'Display Sync';
  15. $lang->repo->ajaxSyncCommit = 'Interface: Ajax Sync Note';
  16. $lang->repo->setRules = 'Set Rules';
  17. $lang->repo->download = 'Download File';
  18. $lang->repo->downloadDiff = 'Download Diff';
  19. $lang->repo->addBug = 'Add Review';
  20. $lang->repo->editBug = 'Edit Bug';
  21. $lang->repo->deleteBug = 'Delete Bug';
  22. $lang->repo->addComment = 'Add Comment';
  23. $lang->repo->editComment = 'Edit Comment';
  24. $lang->repo->deleteComment = 'Delete Comment';
  25. $lang->repo->encrypt = 'Encrypt';
  26. $lang->repo->repo = 'Repository';
  27. $lang->repo->parent = 'Parent File';
  28. $lang->repo->branch = 'Branch';
  29. $lang->repo->tag = 'Tag';
  30. $lang->repo->addWebHook = 'Add Webhook';
  31. $lang->repo->apiGetRepoByUrl = 'API: Get repo by URL';
  32. $lang->repo->blameTmpl = 'Code for line <strong>%line</strong>: %name commited at %time, %version %comment';
  33. $lang->repo->notRelated = 'There is currently no related ZenTao object';
  34. $lang->repo->source = 'Criterion';
  35. $lang->repo->target = 'Contrast';
  36. $lang->repo->descPlaceholder = 'One sentence description';
  37. $lang->repo->namespace = 'Namespace';
  38. $lang->repo->branchName = 'Branch Name';
  39. $lang->repo->branchFrom = 'Create From';
  40. $lang->repo->codeBranch = 'Code branch';
  41. $lang->repo->createdBranch = 'Created branch';
  42. $lang->repo->unlink = 'Unlink';
  43. $lang->repo->visit = 'Visit';
  44. $lang->repo->createBranchAction = 'Create Branch';
  45. $lang->repo->createTagAction = 'Create Tag';
  46. $lang->repo->browseAction = 'Browse Repo';
  47. $lang->repo->createAction = 'Import Repo';
  48. $lang->repo->editAction = 'Edit Repo';
  49. $lang->repo->diffAction = 'Compare Code';
  50. $lang->repo->downloadAction = 'Download File';
  51. $lang->repo->revisionAction = 'Revision Detail';
  52. $lang->repo->blameAction = 'Blame';
  53. $lang->repo->reviewAction = 'Review List';
  54. $lang->repo->downloadCode = 'Download Code';
  55. $lang->repo->downloadZip = 'Download compressed package';
  56. $lang->repo->sshClone = 'Clone with SSH';
  57. $lang->repo->httpClone = 'Clone with HTTP';
  58. $lang->repo->cloneUrl = 'Clone URL';
  59. $lang->repo->linkTask = 'Link Task';
  60. $lang->repo->unlinkedTasks = 'Unlinked Tasks';
  61. $lang->repo->importAction = 'Import Repo';
  62. $lang->repo->import = 'Import';
  63. $lang->repo->importName = 'Name after import';
  64. $lang->repo->importServer = 'Please select a server';
  65. $lang->repo->hide = 'hide';
  66. $lang->repo->show = 'show';
  67. $lang->repo->showHidden = 'Show hidden repositories';
  68. $lang->repo->gitlabList = 'Gitlab Repo';
  69. $lang->repo->batchCreate = 'Batch import repo';
  70. $lang->repo->browseTag = 'Browse Tag';
  71. $lang->repo->browseBranch = 'Browse Branch';
  72. $lang->repo->createRepoAction = 'Create origin repository';
  73. $lang->repo->submit = 'Submit';
  74. $lang->repo->cancel = 'Cancel';
  75. $lang->repo->addComment = 'Add Comment';
  76. $lang->repo->addIssue = 'Add Issue';
  77. $lang->repo->compare = 'Compare';
  78. $lang->repo->copy = 'Click to copy';
  79. $lang->repo->copied = 'Copy successful';
  80. $lang->repo->module = 'Module';
  81. $lang->repo->type = 'Type';
  82. $lang->repo->assign = 'AssignTo';
  83. $lang->repo->title = 'Title';
  84. $lang->repo->detile = 'Detail';
  85. $lang->repo->lines = 'Lines';
  86. $lang->repo->line = 'Line';
  87. $lang->repo->expand = 'Unfold';
  88. $lang->repo->collapse = 'Fold';
  89. $lang->repo->id = 'ID';
  90. $lang->repo->SCM = 'Type';
  91. $lang->repo->name = 'Name';
  92. $lang->repo->path = 'Path';
  93. $lang->repo->prefix = 'Prefix';
  94. $lang->repo->config = 'Config';
  95. $lang->repo->desc = 'Description';
  96. $lang->repo->account = 'Username';
  97. $lang->repo->password = 'Password';
  98. $lang->repo->encoding = 'Encoding';
  99. $lang->repo->client = 'Client Path';
  100. $lang->repo->size = 'Size';
  101. $lang->repo->revision = 'Revision';
  102. $lang->repo->revisionA = 'Revision';
  103. $lang->repo->revisions = 'Revision';
  104. $lang->repo->time = 'Date';
  105. $lang->repo->committer = 'Committer';
  106. $lang->repo->commits = 'Commits';
  107. $lang->repo->synced = 'Initialize Sync';
  108. $lang->repo->lastSync = 'Last Sync';
  109. $lang->repo->deleted = 'Deleted';
  110. $lang->repo->commit = 'Commit';
  111. $lang->repo->comment = 'Comment';
  112. $lang->repo->view = 'View File';
  113. $lang->repo->viewA = 'View';
  114. $lang->repo->log = 'Revision Log';
  115. $lang->repo->blame = 'Blame';
  116. $lang->repo->date = 'Date';
  117. $lang->repo->diff = 'Diff';
  118. $lang->repo->diffAB = 'Diff';
  119. $lang->repo->diffAll = 'Diff All';
  120. $lang->repo->viewDiff = 'View diff';
  121. $lang->repo->allLog = 'Commits';
  122. $lang->repo->codeLocation = 'Code Location';
  123. $lang->repo->action = 'Action';
  124. $lang->repo->code = 'Code';
  125. $lang->repo->review = 'Repo Review';
  126. $lang->repo->acl = 'ACL';
  127. $lang->repo->group = 'Group';
  128. $lang->repo->user = 'User';
  129. $lang->repo->info = 'Version Info';
  130. $lang->repo->job = 'Job';
  131. $lang->repo->fileServerUrl = 'File Server Url';
  132. $lang->repo->fileServerAccount = 'File Server Account';
  133. $lang->repo->fileServerPassword = 'File Server Password';
  134. $lang->repo->linkStory = 'Link ' . $lang->SRCommon;
  135. $lang->repo->linkBug = 'Link Bug';
  136. $lang->repo->linkTask = 'Link Task';
  137. $lang->repo->unlink = 'Unlink';
  138. $lang->repo->viewBugs = 'View Bugs';
  139. $lang->repo->lastSubmitTime = 'Final submission time';
  140. $lang->repo->lastCommitter = 'Committer';
  141. $lang->repo->lastUpdateTime = 'Last update time';
  142. $lang->repo->createdBy = 'Creator';
  143. $lang->repo->sourceCommit = 'Commit';
  144. $lang->repo->relations = 'Relations';
  145. $lang->repo->story = 'story';
  146. $lang->repo->searchTips = 'Search by %s';
  147. $lang->repo->design = 'Design';
  148. $lang->repo->bug = 'Bug';
  149. $lang->repo->task = 'Task';
  150. $lang->repo->title = 'Title';
  151. $lang->repo->status = 'Status';
  152. $lang->repo->openedBy = 'Created by';
  153. $lang->repo->assignedTo = 'Assigned to';
  154. $lang->repo->openedDate = 'Created Date';
  155. $lang->repo->actionInfo = "Add by %s in %s";
  156. $lang->repo->changes = "Change Log";
  157. $lang->repo->reviewLocation = "File: %s@%s, Line: %s - %s";
  158. $lang->repo->commentEdit = '<i class="icon-pencil"></i>';
  159. $lang->repo->commentDelete = '<i class="icon-remove"></i>';
  160. $lang->repo->allChanges = "Other Changes";
  161. $lang->repo->commitTitle = "The %sth Commit";
  162. $lang->repo->mark = "Mark Tag";
  163. $lang->repo->split = "Split Mark";
  164. $lang->repo->objectRule = 'Object Rule';
  165. $lang->repo->objectIdRule = 'Object ID Rule';
  166. $lang->repo->actionRule = 'Action Rule';
  167. $lang->repo->manHourRule = 'Man-hour Rule';
  168. $lang->repo->ruleUnit = "Unit";
  169. $lang->repo->ruleSplit = "Multiple keywords are divided by ';', e.g. task multiple keywords: Task;task";
  170. $lang->repo->viewDiffList['inline'] = 'Inline';
  171. $lang->repo->viewDiffList['appose'] = 'Parallel';
  172. $lang->repo->encryptList['plain'] = 'No encryption';
  173. $lang->repo->encryptList['base64'] = 'BASE64';
  174. $lang->repo->logStyles['A'] = 'Add';
  175. $lang->repo->logStyles['M'] = 'Modification';
  176. $lang->repo->logStyles['D'] = 'Delete';
  177. $lang->repo->encodingList['utf_8'] = 'UTF-8';
  178. $lang->repo->encodingList['gbk'] = 'GBK';
  179. $lang->repo->scmList['Gitlab'] = 'GitLab';
  180. if(!$config->inQuickon && !$config->inCompose)
  181. {
  182. $lang->repo->scmList['Gitea'] = 'Gitea';
  183. $lang->repo->scmList['Gogs'] = 'Gogs';
  184. $lang->repo->scmList['Git'] = 'Git';
  185. $lang->repo->scmList['Subversion'] = 'SVN';
  186. }
  187. $lang->repo->aclList['private'] = 'Private(The product personnel can access it)';
  188. $lang->repo->aclList['open'] = 'Open(Users with privileges to CI&CD can access it)';
  189. $lang->repo->aclList['custom'] = 'Custom';
  190. $lang->repo->gitlabHost = 'GitLab Host';
  191. $lang->repo->gitlabToken = 'GitLab Token';
  192. $lang->repo->gitlabProject = 'Project';
  193. $lang->repo->serviceHost = 'Host';
  194. $lang->repo->serviceProject = 'Project';
  195. $lang->repo->placeholder = new stdclass;
  196. $lang->repo->placeholder->gitlabHost = 'Input url of gitlab';
  197. $lang->repo->notice = new stdclass();
  198. $lang->repo->notice->syncing = 'Synchronizing. Please wait ...';
  199. $lang->repo->notice->syncComplete = 'Synchronized. Now redirecting ...';
  200. $lang->repo->notice->syncFailed = 'Synchronized failed.';
  201. $lang->repo->notice->syncedCount = 'The number of records synchronized is ';
  202. $lang->repo->notice->delete = 'Do you want to unlink the code library?';
  203. $lang->repo->notice->deleteConfirm = 'Do you want to delete the library? This operation will permanently remove the library and all content and history records, and cannot be recovered.';
  204. $lang->repo->notice->successDelete = 'Successfully disassociated code repository.';
  205. $lang->repo->notice->commentContent = 'Comment';
  206. $lang->repo->notice->deleteReview = 'Do you want to delete this review?';
  207. $lang->repo->notice->deleteBug = 'Do you want to delete this bug?';
  208. $lang->repo->notice->deleteComment = 'Do you want to delete this comment?';
  209. $lang->repo->notice->lastSyncTime = 'Last Sync:';
  210. $lang->repo->notice->unlinkBranch = 'Are you sure to disassociate the branch from %s?';
  211. $lang->repo->notice->noRepoLeft = 'All repositories has been associated to ZenTaoPMS, please choose another server.';
  212. $lang->repo->notice->noChanges = 'No Changes';
  213. $lang->repo->notice->storyNotActive = 'Story is not active, cannot create branch.';
  214. $lang->repo->notice->taskNotActive = 'Task is not waiting or doing, cannot create branch.';
  215. $lang->repo->notice->bugNotActive = 'Bug is not active, cannot create branch.';
  216. $lang->repo->rules = new stdclass();
  217. $lang->repo->rules->exampleLabel = "Comment Example";
  218. $lang->repo->rules->example['task']['start'] = "%start% %task% %id%1%split%2 %cost%%consumedmark%1%cunit% %left%%leftmark%3%lunit%";
  219. $lang->repo->rules->example['task']['finish'] = "%finish% %task% %id%1%split%2 %cost%%consumedmark%10%cunit%";
  220. $lang->repo->rules->example['task']['effort'] = "%effort% %task% %id%1%split%2 %cost%%consumedmark%1%cunit% %left%%leftmark%3%lunit%";
  221. $lang->repo->rules->example['bug']['resolve'] = "%resolve% %bug% %id%1%split%2";
  222. $lang->repo->error = new stdclass();
  223. $lang->repo->error->useless = 'Your server disabled exec and shell_exec, so it cannot be applied.';
  224. $lang->repo->error->connect = 'Connection to the repo failed. Please enter username, password and repo address correctly!';
  225. $lang->repo->error->version = 'Version 1.8+ of https and svn protocol is required. Please update to latest version! Go to http://subversion.apache.org/';
  226. $lang->repo->error->path = 'Repo address is the file path, e.g. /home/test.';
  227. $lang->repo->error->cmd = 'Client Error!';
  228. $lang->repo->error->diff = 'Two versions must be selected.';
  229. $lang->repo->error->safe = "For security reasons, the client version needs to be detected. Please write the version to the file %s. \n Execute command: %s";
  230. $lang->repo->error->product = "Please select {$lang->productCommon}!";
  231. $lang->repo->error->commentText = 'Please enter content for review!';
  232. $lang->repo->error->comment = 'Please enter content!';
  233. $lang->repo->error->title = 'Please enter title!';
  234. $lang->repo->error->accessDenied = 'You do not have the privilege to access the repository.';
  235. $lang->repo->error->noFound = 'The repo is not found.';
  236. $lang->repo->error->empty = 'Repo is empty, cannot sync logs.';
  237. $lang->repo->error->noFile = '%s does not exist or has no permission.';
  238. $lang->repo->error->noPriv = 'The program does not have the privilege to switch to %s';
  239. $lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
  240. $lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
  241. $lang->repo->error->encoding = "The encoding might be wrong. Please change the encoding and try again.";
  242. $lang->repo->error->deleted = "Release failed, submission record associated with design, design numbers ( %s ).<br/>";
  243. $lang->repo->error->linkedBranch = "Release failed, code repository associated with branch, branch types are ( %s ) branches are ( %s ).<br/>";
  244. $lang->repo->error->linkedJob = "Release failed, code library is associated with build, build numbers are ( %s ).<br/>";
  245. $lang->repo->error->clientPath = "The client installation directory cannot have spaces!";
  246. $lang->repo->error->notFound = "The repository %s’s URL %s does not exist. Please confirm if this repository has been deleted from the local server.";
  247. $lang->repo->error->noWritable = '%s is not writable! Please check the privilege, or download will not be done.';
  248. $lang->repo->error->noCloneAddr = 'The repository clone address was not found';
  249. $lang->repo->error->differentVersions = 'The criterion and contrast cannot be the same';
  250. $lang->repo->error->needTwoVersion = 'Two branches or tags must be selected.';
  251. $lang->repo->error->projectUnique = $lang->repo->serviceProject . " exists. Go to Admin->System->Data->Recycle Bin to restore it, if you are sure it is deleted.";
  252. $lang->repo->error->repoNameInvalid = 'The name should contain only alphanumeric numbers, dashes, underscores, and dots.';
  253. $lang->repo->error->createdFail = 'Create failed';
  254. $lang->repo->error->noProduct = 'Please associate the product before starting to export the code repository.';
  255. $lang->repo->syncTips = '<strong>You may find the reference about how to set Git sync from <a target="_blank" href="https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-git-105.html">here</a>.</strong>';
  256. $lang->repo->encodingsTips = "The encodings of comments can be comma separated values, e.g. utf-8.";
  257. $lang->repo->pathTipsForGitlab = "GitLab Project URL";
  258. $lang->repo->example = new stdclass();
  259. $lang->repo->example->client = new stdclass();
  260. $lang->repo->example->path = new stdclass();
  261. $lang->repo->example->client->git = "e.g. /usr/bin/git";
  262. $lang->repo->example->client->svn = "e.g. /usr/bin/svn";
  263. $lang->repo->example->path->git = "e.g. /home/user/myproject";
  264. $lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject";
  265. $lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir.";
  266. $lang->repo->example->encoding = "input encoding of files";
  267. $lang->repo->typeList['standard'] = 'Standard';
  268. $lang->repo->typeList['performance'] = 'Performance';
  269. $lang->repo->typeList['security'] = 'Security';
  270. $lang->repo->typeList['redundancy'] = 'Redundancy';
  271. $lang->repo->typeList['logicError'] = 'Logic Error';
  272. $lang->repo->featureBar['maintain']['all'] = 'All';
  273. $lang->repo->errorLang[0] = "Can contain only letters, digits, '_', '-' and '.'. Cannot start with '-', end in '.git' or end in '.atom'";
  274. $lang->repo->errorLang[1] = 'Branch is exists';
  275. $lang->repo->errorLang[2] = 'Branch already exists';
  276. $lang->repo->errorLang[3] = 'Forbidden';
  277. $lang->repo->errorLang[4] = 'Cannot have ASCII control characters';
  278. $lang->repo->errorLang[5] = 'Created fail';
  279. $lang->repo->errorLang[6] = 'Forbidden';
  280. $lang->repo->apiError[0] = "can contain only letters, digits, '_', '-' and '.'. Cannot start with '-', end in '.git' or end in '.atom'";
  281. $lang->repo->apiError[1] = 'Branch is exists';
  282. $lang->repo->apiError[2] = 'branch.* already exists';
  283. $lang->repo->apiError[3] = 'Forbidden';
  284. $lang->repo->apiError[4] = 'cannot have ASCII control characters';
  285. $lang->repo->apiError[5] = 'Created fail';
  286. $lang->repo->apiError[6] = 'Project Not Found';