diff --git a/public/install/lang/he/error.php b/public/install/lang/he/error.php index f4bb04b906f..76371f6ce2e 100644 --- a/public/install/lang/he/error.php +++ b/public/install/lang/he/error.php @@ -29,6 +29,9 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '
לא ניתן ליצור את מסד הנתונים.
+מסד הנתונים שצוין אינו קיים, ולמשתמש שצוין אין הרשאה ליצור את מסד הנתונים.
+מנהל האתר צריך לבדוק את הגדרות מסד הנתונים.
'; $string['cannotcreatelangdir'] = 'לא ניתן ליצור סיפריית שפה.'; $string['cannotcreatetempdir'] = 'לא ניתן ליצור סיפרייה זמנית.'; $string['cannotdownloadcomponents'] = 'לא ניתן להוריד רכיבים.'; @@ -38,6 +41,7 @@ $string['cannotsavemd5file'] = 'לא ניתן לשמור קובץ md5'; $string['cannotsavezipfile'] = 'לא ניתן לשמור קובץ ZIP'; $string['cannotunzipfile'] = 'לא ניתן לפתוח את קובץ ה-ZIP.'; $string['componentisuptodate'] = 'הרכיב מעודכן.'; +$string['dmlexceptiononinstall'] = 'אירעה שגיאת מסד נתונים [{$a->errorcode}].
{$a->debuginfo}