1<?php
2/**
3 * English language strings for the configuration of Jira-links
4 *
5 * @author christian studer <christian.studer@meteotest.ch>
6 */
7$lang['jiraserver'] = 'Jira issues browser URL<br />Incl. trailing slash.';
8$lang['enable_adding_urls_to_issues'] = 'Enable adding remote issue links<br />They point to wiki pages on which these issues are mentioned (Requires configured API.)';
9$lang['url_relationship'] = 'Relationship between issue and wiki page<br />It is used to group together links in the Jira interface.';
10$lang['jira_api_url'] = 'Jira REST API URL<br />Incl. trailing slash.';
11$lang['jira_api_username'] = 'Jira username used to access the Jira REST API';
12$lang['jira_api_password'] = 'Jira password for this user';
13