redmine -> Redmine

This commit is contained in:
Nils Caspar 2014-01-15 22:22:39 +01:00
parent 6c4e468ec6
commit 400f18beb9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ en:
redmine_cas_settings_cas_url_label: 'CAS server URL'
redmine_cas_settings_cas_url_helptext: 'Base URL to your CAS server.'
redmine_cas_settings_attributes_mapping_label: 'Attributes mapping'
redmine_cas_settings_attributes_mapping_helptext: 'This is how the plugin maps extended attributes from the CAS server to the redmine model.<br /><code>attribute_name_in_redmine=attribute_name_in_cas_response</code><br />Separate entries with <code>&amp;</code> (query-string).<br />Example: <code>firstname=first_name&amp;lastname=last_name&amp;mail=email</code><br />Valid attribute names: <code>%{attribute_names}</code>'
redmine_cas_settings_attributes_mapping_helptext: 'This is how the plugin maps extended attributes from the CAS server to the Redmine model.<br /><code>attribute_name_in_redmine=attribute_name_in_cas_response</code><br />Separate entries with <code>&amp;</code> (query-string).<br />Example: <code>firstname=first_name&amp;lastname=last_name&amp;mail=email</code><br />Valid attribute names: <code>%{attribute_names}</code>'
redmine_cas_settings_autocreate_users_label: 'Auto-create users'
redmine_cas_settings_autocreate_users_helptext: 'Automatically create a redmine user if it is successfully authenticated.<br />Will only work if you specify firstname, lastname and mail in the attributes mapping setting above.'
redmine_cas_user_not_found: '"%{user}" was authenticated but needs to be created in Redmine first.'