source: extensions/Ldap_Login/language/en_UK/plugin.lang.php @ 27165

Last change on this file since 27165 was 27165, checked in by TranslationTeam, 10 years ago

[ldap_login] Update en_UK, thanks to : Kaare

File size: 3.0 KB
RevLine 
[27036]1<?php
2/*
3Plugin Name: Ldap_Login
4Version: 1.0.1
5Description: Permet de se logger via une authentification ldap
6Plugin URI: http://www.22decembre.eu
7Author: 22decembre
8Author URI:http://www.22decembre.eu
9___________________________________
10
11Language Name: English [UK]
12*/
13
[27165]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';
[27036]16$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
17$lang['Ldap_Login configuration'] = 'Ldap_Login configuration';
18$lang['Warning: LDAP Extension missing.'] = 'Warning: LDAP Extension missing.';
19
20// ldap server connection
21
[27165]22$lang['Ldap server host connection'] = 'LDAP server connection';
[27036]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$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.';
[27165]25$lang['Ldap server host'] = 'LDAP server host';
26$lang['Secure connexion'] = 'Secure connection (ldaps)';
27$lang['Ldap port'] = 'LDAP port';
[27036]28
29// ldap attributes
30
[27165]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';
[27036]34$lang['Attribute corresponding to the user name'] = 'Attribute corresponding to the user name';
35
36// ldap connection credentials
37
[27165]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).';
[27036]41$lang['Bind password'] = 'Bind password';
42
43// test and save
44
[27165]45$lang['Username'] = 'Your LDAP username';
46$lang['Your password'] = 'Your LDAP password';
[27036]47$lang['Ldap_Login Test'] = 'Ldap_Login Test';
[27165]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.';
[27036]49$lang['Save'] = 'Save';
50$lang['Test Settings'] = 'Test settings';
51
52// new piwigo users
53
[27165]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?';
[27036]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
59?>
Note: See TracBrowser for help on using the repository browser.