summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-08-16 13:23:03 +0100
committerAnika Henke <anika@selfthinker.org>2015-08-16 13:23:03 +0100
commit3f7c05f3c8b60a128ee676f61912bfb26be492a4 (patch)
tree418fa3b29e6b304d8b81e18db3e74aebc27729f7 /lib/plugins/authldap/lang
parent530d672995040c320a9506a0b93258a49c4d0b29 (diff)
parented589e1f9b93dbbfc569d8fe816f1cb6e8a486b1 (diff)
downloadrpg-3f7c05f3c8b60a128ee676f61912bfb26be492a4.tar.gz
rpg-3f7c05f3c8b60a128ee676f61912bfb26be492a4.tar.bz2
Merge pull request #1305 from dokuwiki-translate/lang_update_829
Translation update (hu)
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/hu/lang.php9
-rw-r--r--lib/plugins/authldap/lang/hu/settings.php5
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/hu/lang.php b/lib/plugins/authldap/lang/hu/lang.php
new file mode 100644
index 000000000..07c16f3f0
--- /dev/null
+++ b/lib/plugins/authldap/lang/hu/lang.php
@@ -0,0 +1,9 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Marton Sebok <sebokmarton@gmail.com>
+ */
+$lang['connectfail'] = 'Az LDAP nem tudott csatlakozni: %s';
+$lang['domainfail'] = 'Az LDAP nem találta a felhasználód megkülönböztető nevét (DN)';
diff --git a/lib/plugins/authldap/lang/hu/settings.php b/lib/plugins/authldap/lang/hu/settings.php
index 1e6608dab..364a1e987 100644
--- a/lib/plugins/authldap/lang/hu/settings.php
+++ b/lib/plugins/authldap/lang/hu/settings.php
@@ -20,9 +20,14 @@ $lang['binddn'] = 'Egy hozzáféréshez használt felhasználó D
$lang['bindpw'] = 'Ehhez tartozó jelszó.';
$lang['userscope'] = 'A keresési tartomány korlátozása erre a felhasználókra való keresésnél';
$lang['groupscope'] = 'A keresési tartomány korlátozása erre a csoportokra való keresésnél';
+$lang['userkey'] = 'A felhasználónevet leíró attribútum; konzisztensnek kell lennie a felhasználói szűrővel (userfilter).';
$lang['groupkey'] = 'Csoport meghatározása a következő attribútumból (az alapértelmezett AD csoporttagság helyett), pl. a szervezeti egység vagy a telefonszám';
+$lang['modPass'] = 'Az LDAP jelszó megváltoztatható a DokuWiki-n keresztül?';
$lang['debug'] = 'Továbi hibakeresési információk megjelenítése hiba esetén';
$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';
+$lang['referrals_o_-1'] = 'alapértelmezett érték használata';
+$lang['referrals_o_0'] = 'ne kövesse az átirányításokat (referral)';
+$lang['referrals_o_1'] = 'kövesse az átirányításokat (referral)';