1<?php 2 3$lang['redissue.url'] = 'Add your redmine\'s url server, without a slash ending. Example : http://myredmine.com'; 4$lang['redissue.img'] = "Type your image's url here. Example : http://www.example.com/mylogo.png"; 5$lang['redissue.bootstrap-themes'] = 'List of themes supporting "bootstrap", separated by commas. Redissue will use the "bootstrap" theme if these themes are applied. Eg. <code>bootstrap3,bootie</code>'; 6$lang['redissue.API'] = "Enter your Redmine API's key"; 7$lang['redissue.view'] = "<div>Choose the view you want to display. This will depend on the wiki user's access rights in Redmine.</div> 8<div>Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP authentication. Redissue then will manage rights based on private or public projects.</div> 9<div>Userview : doesn't manage access rights and display issue even if it's in private project.</div>"; 10$lang['redissue.view_o_4'] = "Impersonate"; 11$lang['redissue.view_o_2'] = "UserView"; 12$lang['redissue.short'] = '(<b>Dokuwiki Theme only</b>) Check this if you want redissue in short mode by default. Value can be override by parameter [short="0|1"]'; 13