diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:19:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-14 15:19:37 +0200 |
commit | b5291b4b5107d54fe4a5f1022ca733b16bbc9f2e (patch) | |
tree | ece592abff1e8c94a54470be5197f6ca6d7a54e3 /lib/plugins/authldap | |
parent | e47b696f460035db0e460c73ae3b6d209fcd78f3 (diff) | |
parent | 1e8a4c188b45c2566c27caaf30e7e952e2337bb6 (diff) | |
download | rpg-b5291b4b5107d54fe4a5f1022ca733b16bbc9f2e.tar.gz rpg-b5291b4b5107d54fe4a5f1022ca733b16bbc9f2e.tar.bz2 |
Merge pull request #1146 from dokuwiki-translate/lang_update_30
Translation update (he)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/he/settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/he/settings.php b/lib/plugins/authldap/lang/he/settings.php index 357a58c56..10af7010d 100644 --- a/lib/plugins/authldap/lang/he/settings.php +++ b/lib/plugins/authldap/lang/he/settings.php @@ -4,5 +4,9 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author matt carroll <matt.carroll@gmail.com> + * @author Menashe Tomer <menashesite@gmail.com> */ $lang['starttls'] = 'השתמש בחיבורי TLS'; +$lang['modPass'] = 'האם dokuwiki יכול ליצור סיסמאות LDAP?'; +$lang['debug'] = 'הצג מידע נוסף על שגיאות'; +$lang['referrals_o_-1'] = 'ברירת מחדל'; |