diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-01-26 11:30:10 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-01-26 11:30:10 +0100 |
commit | d3f4f410ba72f7d4ccd8a66ca2667902de30d496 (patch) | |
tree | 4f62f256eaf312f61d60d7a30c15473bea7fc348 /lib/plugins/config/lang/he/lang.php | |
parent | 7d723f3d24511105ce37006f9439632c3d8f915e (diff) | |
parent | 3c743051cd4555135bdbf55c27733a2281463b4c (diff) | |
download | rpg-d3f4f410ba72f7d4ccd8a66ca2667902de30d496.tar.gz rpg-d3f4f410ba72f7d4ccd8a66ca2667902de30d496.tar.bz2 |
Merge branch 'master' of github.com:splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/config/lang/he/lang.php')
-rw-r--r-- | lib/plugins/config/lang/he/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/config/lang/he/lang.php b/lib/plugins/config/lang/he/lang.php index 8e5bf2fd1..c47c8d099 100644 --- a/lib/plugins/config/lang/he/lang.php +++ b/lib/plugins/config/lang/he/lang.php @@ -6,6 +6,7 @@ * @author DoK <kamberd@yahoo.com> * @author Dotan Kamber <kamberd@yahoo.com> * @author Moshe Kaplan <mokplan@gmail.com> + * @author Yaron Yogev <yaronyogev@gmail.com> */ $lang['menu'] = 'הגדרות תצורה'; $lang['error'] = 'ההגדרות לא עודכנו בגלל ערך לא תקף, נא לעיין בשינויים ולשלוח שנית. @@ -164,3 +165,5 @@ $lang['xsendfile_o_0'] = 'אל תשתמש'; $lang['xsendfile_o_1'] = 'כותר lighttpd קנייני (לפני גרסה 1.5)'; $lang['xsendfile_o_2'] = 'כותר X-Sendfile רגיל'; $lang['xsendfile_o_3'] = 'כותר Nginx X-Accel-Redirect קנייני'; +$lang['useheading_o_navigation'] = 'ניווט בלבד'; +$lang['useheading_o_1'] = 'תמיד'; |