From fdc195ce67f0cd9300f026a49821cf6c4f5d448e Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Sat, 1 Nov 2025 00:07:57 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/he/error.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/lang/he/error.php b/install/lang/he/error.php index 6209911b9f1..4a86238a7c1 100644 --- a/install/lang/he/error.php +++ b/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}

'; $string['downloadedfilecheckfailed'] = 'הקובץ אשר ירד נמצא שגוי'; $string['invalidmd5'] = 'md5 לא חוקי'; $string['missingrequiredfield'] = 'חסר שדה נדרש כלשהו';