mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
Automatically generated installer lang files
This commit is contained in:
parent
17699abe5a
commit
199994d398
@ -44,8 +44,8 @@ $string['dmlexceptiononinstall'] = '<p>Ocurrió un error en la BasedeDatos[{$a->
|
||||
$string['downloadedfilecheckfailed'] = 'Ha fallado la comprobación del archivo descargado';
|
||||
$string['invalidmd5'] = 'La variable de verificación MD5 es incorrecta no es valida - trate nuevamente';
|
||||
$string['missingrequiredfield'] = 'Falta algún campo necesario';
|
||||
$string['remotedownloaderror'] = '<p>Falló la descarga del componente a su servidor. Se recomienda ampliamente verificar los ajustes del proxy, extensión PHP cURL.</p>
|
||||
<p>Debe descargar el<a href="{$a->url}">{$a->url}</a> archivo manualmente, copiarlo en "{$a->dest}" en su servidor y descomprimirlo allí.</p>';
|
||||
$string['remotedownloaderror'] = '<p>Falló la descarga del componente a su servidor. Por favor verifique los ajustes del proxy, la extensión PHP cURL.está altamente recomendada.</p>
|
||||
<p>Debe descargar el archivo <a href="{$a->url}">{$a->url}</a> manualmente, copiarlo a "{$a->dest}" en su servidor y descomprimirlo allí.</p>';
|
||||
$string['wrongdestpath'] = 'Ruta de destino errónea.';
|
||||
$string['wrongsourcebase'] = 'Base de fuente de URL errónea.';
|
||||
$string['wrongzipfilename'] = 'Nombre de archivo ZIP erróneo.';
|
||||
|
@ -30,7 +30,17 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['cannotcreatedboninstall'] = '<p>پایگاه داده نتوانست ساخته شود.</p>
|
||||
<p>پایگاه دادهٔ تعیین شده وجود ندارد و کاربر ارائهشده هم مجوز ساختن پایگاه داده را ندارد.</p>
|
||||
<p>مدیر سایت باید پیکربندی پایگاه داده را بررسی کند.</p>';
|
||||
$string['cannotcreatelangdir'] = 'دایرکتوری lang نتوانست ساخته شود';
|
||||
$string['cannotcreatetempdir'] = 'نمیتوان دایرکتوری temp را ساخت';
|
||||
$string['cannotdownloadcomponents'] = 'اجزا (کامپوننتها) را نمیتوان دریافت کرد';
|
||||
$string['cannotdownloadzipfile'] = 'فایل ZIP نتوانست دریافت شود.';
|
||||
$string['cannotfindcomponent'] = 'کامپوننت پیدا نشد';
|
||||
$string['cannotsavemd5file'] = 'نمیتوانم فایل md5 را ذخیره کنم';
|
||||
$string['cannotsavezipfile'] = 'نمیتوانم فایل ZIP را ذخیره کنم';
|
||||
$string['cannotunzipfile'] = 'فایل نمیتواند unzip شود';
|
||||
$string['componentisuptodate'] = 'کامپوننت بهروز است';
|
||||
$string['dmlexceptiononinstall'] = '<p>یک خطای پایگاه داده رخ داد [{$a->errorcode}].<br />{$a->debuginfo}</p>';
|
||||
$string['missingrequiredfield'] = 'بعضی از فیلدهای ضروری خالی است';
|
||||
|
Loading…
x
Reference in New Issue
Block a user