1<?php
2$lang['redproject.url']      = 'Add your redmine\'s url server, without a slash ending. Example : http://myredmine.com';
3$lang['redproject.API']      = "Enter your Redmine API's key";
4$lang['redproject.view']     = "<div>Choose the view you want to display. This will depend on the wiki user's access rights in Redmine.</div>
5<div>Impersonate : select this if your wiki's users have the same UID as Redmine's users. e.g. : LDAP authentication. Redproject then will manage rights based on private or public projects.</div>
6<div>Userview : doesn't manage access rights and display project even if it's in private project.</div>";
7$lang['redproject.view_o_4'] = "Impersonate";
8$lang['redproject.view_o_2'] = "UserView";
9