diff options
author | Antonio Bueno <atnbueno@gmail.com> | 2013-12-02 01:21:32 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-12-02 01:21:32 +0100 |
commit | 6b1ab5ac63d5b5cb49c944d4ef20650977759a66 (patch) | |
tree | 08ffda82b35180a6ef78745102818a9cc39f4884 /lib/plugins/authldap | |
parent | 06ba6baf09df8e3379597f5107bd773c781995d6 (diff) | |
download | rpg-6b1ab5ac63d5b5cb49c944d4ef20650977759a66.tar.gz rpg-6b1ab5ac63d5b5cb49c944d4ef20650977759a66.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/es/settings.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/es/settings.php b/lib/plugins/authldap/lang/es/settings.php new file mode 100644 index 000000000..f8c3ad014 --- /dev/null +++ b/lib/plugins/authldap/lang/es/settings.php @@ -0,0 +1,13 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Antonio Bueno <atnbueno@gmail.com> + */ +$lang['starttls'] = 'Usar conexiones TLS?'; +$lang['debug'] = 'Mostrar información adicional para depuración de errores'; +$lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; +$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; +$lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; +$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; |