diff options
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/he')
-rw-r--r-- | wiki/lib/plugins/authldap/lang/he/settings.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/he/settings.php b/wiki/lib/plugins/authldap/lang/he/settings.php new file mode 100644 index 0000000..8886446 --- /dev/null +++ b/wiki/lib/plugins/authldap/lang/he/settings.php @@ -0,0 +1,14 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Guy Yakobovitch <guy.yakobovitch@gmail.com> + * @author matt carroll <matt.carroll@gmail.com> + * @author Menashe Tomer <menashesite@gmail.com> + */ +$lang['starttls'] = 'השתמש בחיבורי TLS'; +$lang['bindpw'] = 'סיסמה של המשתמש לעיל'; +$lang['modPass'] = 'האם dokuwiki יכול ליצור סיסמאות LDAP?'; +$lang['debug'] = 'הצג מידע נוסף על שגיאות'; +$lang['referrals_o_-1'] = 'ברירת מחדל'; |