diff --git a/install/lang/he/error.php b/install/lang/he/error.php index 6a2e54808e1..f7d304ab6d2 100644 --- a/install/lang/he/error.php +++ b/install/lang/he/error.php @@ -35,8 +35,8 @@ $string['cannotcreatetempdir'] = 'לא ניתן ליצור סיפרייה זמנ $string['cannotdownloadcomponents'] = 'לא ניתן להוריד רכיבים.'; $string['cannotdownloadzipfile'] = 'לא ניתן להוריד קובץ ZIP.'; $string['cannotfindcomponent'] = 'הרכיב לא נמצא.'; -$string['cannotsavemd5file'] = 'לא ניתן לשמור קובץ md5.'; -$string['cannotsavezipfile'] = 'לא ניתן לשמור קובץ ZIP.'; +$string['cannotsavemd5file'] = 'לא ניתן לשמור קובץ md5'; +$string['cannotsavezipfile'] = 'לא ניתן לשמור קובץ ZIP'; $string['cannotunzipfile'] = 'לא ניתן לפתוח את קובץ ה-ZIP.'; $string['componentisuptodate'] = 'הרכיב מעודכן.'; $string['downloadedfilecheckfailed'] = 'נכשלה בדיקת הקובץ המורד.'; diff --git a/install/lang/ro/install.php b/install/lang/ro/install.php index ec01ae56410..286a07259d5 100644 --- a/install/lang/ro/install.php +++ b/install/lang/ro/install.php @@ -45,6 +45,9 @@ $string['environmenthead'] = 'Se verifică mediul...'; $string['installation'] = 'Instalare'; $string['paths'] = 'Căi'; $string['pathshead'] = 'Confirmare căi'; +$string['pathssubdirroot'] = '

Calea completă către directorul care conține codul Moodle .

'; +$string['pathsunsecuredataroot'] = 'Locația dataroot nu este sigură'; +$string['pathswrongadmindir'] = 'Directorul admin nu există'; $string['phpextension'] = 'extensie PHP {$a}'; $string['phpversion'] = 'Versiune PHP'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})';