diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-12 21:49:21 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-12 21:49:21 +0100 |
commit | 969c52e5724a4a380ac11df87059f5bc39631da0 (patch) | |
tree | ba3a8633ec4aecd84f07ccb5a0b05aa6626059f5 /inc/lang/he/lang.php | |
parent | 25957e773bfab367ebe639f75e6413f30b60dfff (diff) | |
download | rpg-969c52e5724a4a380ac11df87059f5bc39631da0.tar.gz rpg-969c52e5724a4a380ac11df87059f5bc39631da0.tar.bz2 |
fixed occurrences of html named entities in translation files to be xhtml-compatible
Diffstat (limited to 'inc/lang/he/lang.php')
-rw-r--r-- | inc/lang/he/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/he/lang.php b/inc/lang/he/lang.php index 1859d3c3e..a24ccace9 100644 --- a/inc/lang/he/lang.php +++ b/inc/lang/he/lang.php @@ -289,7 +289,7 @@ $lang['i_problems'] = 'תכנית ההתקנה זיהתה מספר ב $lang['i_modified'] = 'משיקולי אבטחה סקריפט זה יעבוד אך ורק עם התקנת DokuWiki חדשה שלא עברה כל שינוי. עליך לחלץ שנית את הקבצים מהחבילה שהורדה או להיעזר בדף <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; -$lang['i_funcna'] = 'פונקציית ה-PHP‏ <code>%s</code> אינה זמינה. יתכן כי מארח האתר חסם אותה מסיבה כלשהי?'; +$lang['i_funcna'] = 'פונקציית ה-PHP‏ <code>%s</code> אינה זמינה. יתכן כי מארח האתר חסם אותה מסיבה כלשהי?'; $lang['i_phpver'] = 'גרסת PHP שלך <code>%s</code> נמוכה מ <code>%s</code> הצורך. אתה צריך לשדרג PHP שלך להתקין.'; $lang['i_mbfuncoverload'] = 'יש לבטל את mbstring.func_overload בphp.ini בכדי להריץ את DokuWiki'; $lang['i_permfail'] = '<code>%s</code> אינה ניתנת לכתיבה על ידי DokuWiki. עליך לשנות הרשאות תיקייה זו!'; |