diff options
author | matt carroll <matt.carroll@gmail.com> | 2013-12-31 13:31:20 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-12-31 13:31:20 +0100 |
commit | 49b230ddee294e1539679d4348f5703bae1906ff (patch) | |
tree | 366015b906b9f345ecd82669aaf1d233fe5256b4 | |
parent | c0b7fdd8d685dc19daf0b9502177d625ccf53b71 (diff) | |
download | rpg-49b230ddee294e1539679d4348f5703bae1906ff.tar.gz rpg-49b230ddee294e1539679d4348f5703bae1906ff.tar.bz2 |
translation update
-rw-r--r-- | inc/lang/he/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/he/settings.php | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/inc/lang/he/lang.php b/inc/lang/he/lang.php index 2c4d758ff..98aa10468 100644 --- a/inc/lang/he/lang.php +++ b/inc/lang/he/lang.php @@ -11,6 +11,7 @@ * @author Yaron Shahrabani <sh.yaron@gmail.com> * @author Roy Zahor <roy.zahor@gmail.com> * @author alex <ralexay@gmail.com> + * @author matt carroll <matt.carroll@gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'rtl'; diff --git a/lib/plugins/authldap/lang/he/settings.php b/lib/plugins/authldap/lang/he/settings.php new file mode 100644 index 000000000..357a58c56 --- /dev/null +++ b/lib/plugins/authldap/lang/he/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author matt carroll <matt.carroll@gmail.com> + */ +$lang['starttls'] = 'השתמש בחיבורי TLS'; |