[27076] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[28266] | 3 | // | Piwigo - a PHP based photo gallery | |
---|
| 4 | // +-----------------------------------------------------------------------+ |
---|
| 5 | // | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | |
---|
| 6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
| 7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
| 8 | // +-----------------------------------------------------------------------+ |
---|
| 9 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 10 | // | it under the terms of the GNU General Public License as published by | |
---|
| 11 | // | the Free Software Foundation | |
---|
| 12 | // | | |
---|
| 13 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 16 | // | General Public License for more details. | |
---|
| 17 | // | | |
---|
| 18 | // | You should have received a copy of the GNU General Public License | |
---|
| 19 | // | along with this program; if not, write to the Free Software | |
---|
| 20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 21 | // | USA. | |
---|
| 22 | // +-----------------------------------------------------------------------+ |
---|
[27076] | 23 | $lang['New users when ldap auth is successfull'] = 'Nuevos usuarios cuando la autentificación LDAP es exitosa'; |
---|
| 24 | $lang['Save'] = 'Guardar'; |
---|
| 25 | $lang['Secure connexion'] = 'Conexión segura (ldap)'; |
---|
| 26 | $lang['Test Settings'] = 'Test de la configuración'; |
---|
| 27 | $lang['Username'] = 'Su nombre de usuario Ldap'; |
---|
| 28 | $lang['Warning: LDAP Extension missing.'] = 'Atención: falta la extensión LDAP'; |
---|
| 29 | $lang['You must save the settings with the Save button just up there before testing here.'] = 'Tiene que guardar la configuración usando en botón de arriba antes de iniciar un test'; |
---|
| 30 | $lang['Your password'] = 'Su contraseña LDAP'; |
---|
| 31 | $lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Todos los usuarios de LDAP pueden utilizar su contraseña en todas las partes de piwigo si es necesario.'; |
---|
| 32 | $lang['Attribute corresponding to the user name'] = 'Atributo que corresponde al nombre de usuario'; |
---|
| 33 | $lang['Base DN'] = 'La base DN es donde deben encontrarse los usuarios de LDAP (por ejemplo: ou = usuarios, dc = ejemplo, dc = com):'; |
---|
| 34 | $lang['Bind DN, field in full ldap style'] = 'Enlace DN en el estilo de LDAP (por ejemplo: cn = admin, dc = ejemplo, dc = com).'; |
---|
| 35 | $lang['Bind password'] = 'Contraseña Bind'; |
---|
| 36 | $lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = '¿Permite que los nuevos usuarios de Piwigo que se crean cuando los usuarios se autentican con éxito en el ldap?'; |
---|
| 37 | $lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Desea ser advertido por mail en caso de creacion de una nueva cuenta ldap ?'; |
---|
| 38 | $lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Desea mandar mail a los nuevos usuarios, como la mayoria de los usuarios de Piwigo ?'; |
---|
| 39 | $lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'En caso de estar libre. el localhost y los protocolos de los puertos se utilizaran para la configuracion. '; |
---|
| 40 | $lang['If empty, standard protocol ports will be used by the software.'] = 'En caso de estar libre, los protocolos de los puertos se utilizaran para los programas.'; |
---|
| 41 | $lang['Ldap attributes'] = 'Atributos LDAP'; |
---|
[28266] | 42 | $lang['Ldap connection credentials'] = 'Credenciales de conexión ldap'; |
---|
[27076] | 43 | $lang['Ldap filter :'] = 'Filtros ldap'; |
---|
| 44 | $lang['Ldap port'] = 'Puerto ldap'; |
---|
| 45 | $lang['Ldap server host'] = 'Servidor host de ldap'; |
---|
[28266] | 46 | $lang['Ldap server host connection'] = 'Conexión del servidor ldap'; |
---|
[27076] | 47 | $lang['Ldap_Login Plugin'] = 'Plugin de autentificacion de ldap'; |
---|
| 48 | $lang['Ldap_Login Test'] = 'Test de autentificacion de ldap'; |
---|
| 49 | $lang['Ldap_Login configuration'] = 'Configuracion de autentificacion de ldap |
---|
| 50 | '; |
---|
[28266] | 51 | $lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Deje los campos en blanco si el ldap acepte a conexiones anónimas.'; |
---|