Changeset 27165
- Timestamp:
- Feb 4, 2014, 6:32:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Ldap_Login/language/en_UK/plugin.lang.php
r27036 r27165 12 12 */ 13 13 14 $lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'All LDAP users can use their ldap password everywhere on piwigo if needed.';15 $lang['New users when ldap auth is successfull'] = 'New users when ldap auth is successfull';14 $lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'All LDAP users can use their LDAP password everywhere in Piwigo if needed.'; 15 $lang['New users when ldap auth is successfull'] = 'New users when LDAP auth is successful'; 16 16 $lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin'; 17 17 $lang['Ldap_Login configuration'] = 'Ldap_Login configuration'; … … 20 20 // ldap server connection 21 21 22 $lang['Ldap server host connection'] = 'L dapserver connection';22 $lang['Ldap server host connection'] = 'LDAP server connection'; 23 23 $lang['If empty, standard protocol ports will be used by the software.'] = 'If empty, standard protocol ports will be used by the software.'; 24 24 $lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'If empty, localhost and standard protocol ports will be used in configuration.'; 25 $lang['Ldap server host'] = 'L dapserver host';26 $lang['Secure connexion'] = 'Secure conne xion (ldaps)';27 $lang['Ldap port'] = 'L dapport';25 $lang['Ldap server host'] = 'LDAP server host'; 26 $lang['Secure connexion'] = 'Secure connection (ldaps)'; 27 $lang['Ldap port'] = 'LDAP port'; 28 28 29 29 // ldap attributes 30 30 31 $lang['Ldap attributes'] = 'L dapattributes';32 $lang['Base DN'] = 'Base DN where ldap users should be found (ex : ou=users,dc=example,dc=com):';33 $lang['Ldap filter :'] = 'L dap filter :';31 $lang['Ldap attributes'] = 'LDAP attributes'; 32 $lang['Base DN'] = 'Base DN where LDAP users should be found (e.g.: ou=users,dc=example,dc=com):'; 33 $lang['Ldap filter :'] = 'LDAP filter'; 34 34 $lang['Attribute corresponding to the user name'] = 'Attribute corresponding to the user name'; 35 35 36 36 // ldap connection credentials 37 37 38 $lang['Ldap connection credentials'] = 'L dapconnection credentials';39 $lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Le t the fields blank if the ldap acceptanonymous connections.';40 $lang['Bind DN, field in full ldap style'] = 'Bind DN in ldap style (for ex: cn=admin,dc=example,dc=com).';38 $lang['Ldap connection credentials'] = 'LDAP connection credentials'; 39 $lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Leave the fields empty if LDAP accepts anonymous connections.'; 40 $lang['Bind DN, field in full ldap style'] = 'Bind DN in LDAP style (e.g.: cn=admin,dc=example,dc=com).'; 41 41 $lang['Bind password'] = 'Bind password'; 42 42 43 43 // test and save 44 44 45 $lang['Username'] = ' Votre ldapusername';46 $lang['Your password'] = 'Your LDAP password .';45 $lang['Username'] = 'Your LDAP username'; 46 $lang['Your password'] = 'Your LDAP password'; 47 47 $lang['Ldap_Login Test'] = 'Ldap_Login Test'; 48 $lang['You must save the settings with the Save button just up there before testing here.'] = 'You need to save settings with the Save button just up therebefore testing them.';48 $lang['You must save the settings with the Save button just up there before testing here.'] = 'You need to save settings using the Save button above, before testing them.'; 49 49 $lang['Save'] = 'Save'; 50 50 $lang['Test Settings'] = 'Test settings'; … … 52 52 // new piwigo users 53 53 54 $lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = ' Do you want admins to be advertised by mail in case of new users creation upon ldap login?';55 $lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = ' Do you want to send mail to the new users, like casual piwigo users receive?';56 $lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = ' Do you allow new piwigo users to be created when users authenticate succesfully on the ldap?';54 $lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Should admins be notified by mail in case of creation of new users upon LDAP login?'; 55 $lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Should new users receive mail similar to casual Piwigo users?'; 56 $lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Should new Piwigo users be created when users authenticate succesfully via LDAP?'; 57 57 $lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'; 58 58
Note: See TracChangeset
for help on using the changeset viewer.