1<?php
2/**
3 * English language file for issuelinks plugin
4 *
5 * @author Andreas Gohr <dokuwiki@cosmocode.de>
6 */
7
8$lang['gitlab'] = 'GitLab';
9$lang['github'] = 'GitHub';
10
11$lang['btn:addIssueContextToPage'] = 'Add issue %s';
12$lang['btn:Save without Issue'] = 'Save without Issue';
13$lang['btn:Save with Issue'] = 'Save with Issue';
14$lang['btn:Import'] = 'Import';
15$lang['btn:Abort'] = 'Abort';
16$lang['btn:Submit'] = 'Submit';
17
18$lang['label:issuenumber'] = 'Number of the issue to import, e.g. "27". Import all, if empty';
19$lang['label:project for import'] = 'Project from which to import the issues';
20$lang['label:issue import offest'] = '(optional) Offset number of issues from the end';
21$lang['label:repository for import'] = 'Repository from which to import the commits';
22$lang['label:commit hash'] = 'Hash of the commit to import (0-9, a-f, at least eight digit)';
23$lang['label github:choose organisation'] = 'Choose which organisation\'s repository-webhooks to manage';
24$lang['label gitlab:choose organisation'] = 'Choose which group\'s project-webhooks to manage';
25$lang['label:project dropdown'] = 'Select the project';
26$lang['label:issue dropdown'] = 'Select the issue';
27$lang['label:is merge request'] = 'Is Merge Request';
28$lang['label: reconfigure service'] = 'Click here to reconfigure this service';
29$lang['label: authorized with user'] = 'Authorized with user %s.';
30
31$lang['placeholder:project'] = 'e.g.: SPR';
32$lang['placeholder:repository'] = 'groupname/projectname';
33$lang['placeholder:git commit hash'] = 'edbd3278';
34
35$lang['legend:import issues'] = 'Import issues of a project';
36$lang['legend:import commits'] = 'Import commits of a repository';
37$lang['legend:user'] = 'User';
38$lang['legend:group github'] = 'Organisation';
39$lang['legend:group gitlab'] = 'Group';
40
41$lang['tab:issueimport'] = 'Issue-Import';
42$lang['tab:commitimport'] = 'Commit-Import';
43
44$lang['headline:import'] = 'Import issues and commits';
45
46$lang['info:import abort notification'] = 'Last import has been aborted by %s.';
47$lang['info:commit import in progress'] = 'Commit import by %s in progress!';
48$lang['info:commit import in progress no user'] = 'Commit import in progress!';
49$lang['info:issue import in progress'] = 'Issue import by %s in progress!';
50$lang['info:Issue import in progress no user'] = 'Issue import in progress!';
51
52$lang['success:issue imported'] = 'Issue imported:';
53
54$lang['error:issue import'] = 'There was an error importing Issue ';
55$lang['error:system too many requests'] = 'This system has made too many requests to GitHub. Please try again/continue after %s. Please note that this time may be either UTC or server-time or your local time depending on your setup.';
56
57$lang['menu:repo-admin'] = 'Issuelinks: setup project management services';
58
59$lang['message:needs configuration'] = 'Please configure %s!';
60$lang['message:github needs authorization'] = 'Please authorize SprintDoc on GitHub!';
61$lang['message:gitlab needs authorization'] = 'The GitLab user-token has become invalid. Please enter a valid token.';
62
63$lang['text:repo admin'] = 'Below are the repositories of the organisation/group to which the authorized user has access to. Click on the icon to create/delete the webhook.';
64$lang['text github:no orgs'] = 'No organisation has allowed this application access.';
65$lang['text gitlab:no orgs'] = 'This user has no access to any organisations.';
66$lang['text:no issues match search'] = 'No issues match that search';
67$lang['text gitlab: generate api key'] = 'Please go to %s and generate a new token for this plugin with the <b>api</b> scope.';
68
69$lang['title:issue hook'] = 'Toggle the hook for issue-events';
70$lang['title:forbidden'] = 'The associated account has insufficient rights for this action';
71
72$lang['suggestions'] = 'Page Suggestions';
73$lang['end_session'] = 'End Edit Session for this Ticket';
74$lang['jira_browse'] = 'View the issue in Jira';
75$lang['jira_issue'] = 'Jira Issue';
76$lang['last changed'] = 'last edited %s by %s';
77$lang['changed'] = 'edited %s by %s';
78$lang['youarehere'] = 'Shown for namespace: ';
79
80// table headings
81$lang['page'] = 'Page';
82$lang['time'] = 'Time';
83$lang['summary'] = 'Summary';
84$lang['issue'] = 'Issue';
85
86$lang['error_issue'] = 'Given issue id wasn\'t found';
87
88$lang['error: upstream issue not found'] = 'The given issue or repository does not exist.';
89$lang['error: upstream forbidden'] = 'The currently associated user does not have the rights to access this issue or repository';
90
91$lang['Exception: request error'] = 'The Request failed with status %s %s';
92
93$lang['no changed pages'] = 'No pages within this namespace have been changed in the context of this issue.';
94$lang['no suggestions'] = 'We currently have no suggestions for this issue.';
95$lang['no related issues'] = 'No related issues have been found.';
96$lang['no linking issues'] = 'No pages with links to this issue have been found.';
97$lang['no git commits'] = 'There are no git commits associated with this issue in jira. Hence there can be no suggestions.';
98$lang['no issue description'] = 'This issue has no description. ��';
99
100// headlines
101$lang['suggestions title'] = 'Suggestions for issue %s';
102$lang['changedPages'] = 'Pages changed for this issue';
103$lang['source suggestions'] = 'Suggestions based on source files';
104$lang['related Issues'] = 'Related issues';
105$lang['linking Issues'] = 'Pages containing links to this issue';
106$lang['headline:issue description'] = 'Issue Description';
107$lang['headline:issue files'] = 'Files changed for this issue';
108
109$lang['noIssueContextForPage'] = 'No issues context for this page';
110
111$lang['related pages'] = 'related pages';
112$lang['linking pages'] = 'linking pages';
113
114$lang['upstream issue: pages edited'] = 'The following [documentation](%s) pages have been edited in context with this issue:' . "\n";
115$lang['upstream issue: no pages edited'] = 'Currently no [documentation](%s) changes have been marked as related to this issue.' . "\n";
116$lang['upstream issue: auto update'] = "This comment has been created by a bot and will be automatically updated. See [www.sprintdoc.de](https://www.sprintdoc.de) for more information.";
117
118$lang['js']['btn:savewithissue'] = $lang['btn:Save with Issue'];
119$lang['js']['status:started'] = 'Started...';
120$lang['js']['status:running'] = 'Running...';
121$lang['js']['status:done'] = 'Done!';
122
123$lang['jira:webhook settings link'] = 'All webhooks currently active in your Jira can be found at Jira\'s advanced system settings page in the webhooks subsection.';
124
125//Setup VIM: ex: et ts=4 :
126