summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/eo
diff options
context:
space:
mode:
authorFelipe Castro <fefcas@yahoo.com.br>2013-08-15 13:56:24 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-08-15 13:56:24 +0200
commitab090718d52f2360b769f039b1bf5f496f23097f (patch)
tree2e22e9dcdf772a8cdba16518816f8407c94b2e5c /lib/plugins/authldap/lang/eo
parent9ba7d15c7db3b7a2b22579962431c77afc912a68 (diff)
downloadrpg-ab090718d52f2360b769f039b1bf5f496f23097f.tar.gz
rpg-ab090718d52f2360b769f039b1bf5f496f23097f.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap/lang/eo')
-rw-r--r--lib/plugins/authldap/lang/eo/settings.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/plugins/authldap/lang/eo/settings.php b/lib/plugins/authldap/lang/eo/settings.php
index 2863a1125..07b46c84a 100644
--- a/lib/plugins/authldap/lang/eo/settings.php
+++ b/lib/plugins/authldap/lang/eo/settings.php
@@ -1,7 +1,9 @@
<?php
+
/**
- * Esperanto language file
- *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Felipe Castro <fefcas@yahoo.com.br>
*/
$lang['server'] = 'Via LDAP-servilo. Aŭ servila nomo (<code>localhost</code>) aŭ plene detala URL (<code>ldap://servilo.lando:389</code>)';
$lang['port'] = 'LDAP-servila pordego, se vi supre ne indikis la plenan URL';
@@ -12,9 +14,14 @@ $lang['groupfilter'] = 'LDAP-filtrilo por serĉi grupojn, ekz. <code>(
$lang['version'] = 'La uzenda protokolversio. Eble necesas indiki <code>3</code>';
$lang['starttls'] = 'Ĉu uzi TLS-konektojn?';
$lang['referrals'] = 'Ĉu sekvi referencojn?';
+$lang['deref'] = 'Kiel dereferencigi kromnomojn?';
$lang['binddn'] = 'DN de opcie bindita uzanto, se anonima bindado ne sufiĉas, ekz. <code>cn=admin, dc=mia, dc=hejmo</code>';
$lang['bindpw'] = 'Pasvorto de tiu uzanto';
$lang['userscope'] = 'Limigi serĉospacon de uzantaj serĉoj';
$lang['groupscope'] = 'Limigi serĉospacon por grupaj serĉoj';
$lang['groupkey'] = 'Grupa membreco de iu uzanta atributo (anstataŭ standardaj AD-grupoj), ekz. grupo de departemento aŭ telefonnumero';
$lang['debug'] = 'Ĉu montri aldonajn erarinformojn?';
+$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';