summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-12-02 00:09:31 -0800
committerAndreas Gohr <andi@splitbrain.org>2013-12-02 00:09:31 -0800
commitbb0e110aa7003c0929ba0a7e92996342bf227c9c (patch)
treea76b7ecad4b3f5810bd38a04c378115d917572b8 /lib/plugins/authldap
parent261a6203410626cbbf54ebf1c97571dd6a9df43f (diff)
parent6b1ab5ac63d5b5cb49c944d4ef20650977759a66 (diff)
downloadrpg-bb0e110aa7003c0929ba0a7e92996342bf227c9c.tar.gz
rpg-bb0e110aa7003c0929ba0a7e92996342bf227c9c.tar.bz2
Merge pull request #465 from dokuwiki-translate/lang_update_532
Translation update (es)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r--lib/plugins/authldap/lang/es/settings.php13
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';