diff options
author | Clomode <flashmob@gmail.com> | 2014-04-03 23:58:37 +1100 |
---|---|---|
committer | Clomode <flashmob@gmail.com> | 2014-04-03 23:58:37 +1100 |
commit | a4bc205acc656841e5020ebf63fa1303ebb4f7d5 (patch) | |
tree | ddfd373bd4b752d19630062a4e275363ae7238f6 /inc | |
parent | 5ff2d2972e87d3652543458e85ba926117035a2b (diff) | |
download | rpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.gz rpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.bz2 |
fixed unclosed tags in some language translations
Diffstat (limited to 'inc')
-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 5339d1802..c9a01a193 100644 --- a/inc/lang/he/lang.php +++ b/inc/lang/he/lang.php @@ -285,7 +285,7 @@ $lang['i_modified'] = 'משיקולי אבטחה סקריפט זה י עליך לחלץ שנית את הקבצים מהחבילה שהורדה או להיעזר בדף <a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>'; $lang['i_funcna'] = 'פונקציית ה-PHP‏ <code>%s</code> אינה זמינה. יתכן כי מארח האתר חסם אותה מסיבה כלשהי?'; -$lang['i_phpver'] = 'גרסת PHP שלך <code>%s</code> נמוכה מ <code>%s</ code> הצורך. אתה צריך לשדרג PHP שלך להתקין.'; +$lang['i_phpver'] = 'גרסת PHP שלך <code>%s</code> נמוכה מ <code>%s</code> הצורך. אתה צריך לשדרג PHP שלך להתקין.'; $lang['i_permfail'] = '<code>%s</code> אינה ניתנת לכתיבה על ידי DokuWiki. עליך לשנות הרשאות תיקייה זו!'; $lang['i_confexists'] = '<code>%s</code> כבר קיים'; $lang['i_writeerr'] = 'אין אפשרות ליצור את <code>%s</code>. נא לבדוק את הרשאות הקובץ/תיקייה וליצור את הקובץ ידנית.'; |