diff --git a/install/lang/en/error.php b/install/lang/en/error.php index 8aa8ce1e5fe..5b8a665c227 100644 --- a/install/lang/en/error.php +++ b/install/lang/en/error.php @@ -30,6 +30,9 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '

Cannot create the database.

+

The specified database does not exist and the given user does not have permission to create the database.

+

The site administrator should verify database configuration.

'; $string['cannotcreatelangdir'] = 'Cannot create lang directory'; $string['cannotcreatetempdir'] = 'Cannot create temp directory'; $string['cannotdownloadcomponents'] = 'Cannot download components'; @@ -39,6 +42,7 @@ $string['cannotsavemd5file'] = 'Cannot save md5 file'; $string['cannotsavezipfile'] = 'Cannot save ZIP file'; $string['cannotunzipfile'] = 'Cannot unzip file'; $string['componentisuptodate'] = 'Component is up-to-date'; +$string['dmlexceptiononinstall'] = '

A database error has occurred [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = 'Downloaded file check failed'; $string['invalidmd5'] = 'The check variable was wrong - try again'; $string['missingrequiredfield'] = 'Some required field is missing'; diff --git a/install/lang/es_mx/error.php b/install/lang/es_mx/error.php index 31096efe6d3..d65d112a2fe 100644 --- a/install/lang/es_mx/error.php +++ b/install/lang/es_mx/error.php @@ -30,6 +30,7 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '

No puede crearse la BasedeDatos.

La BasedeDatos especificada no existe y el usuario dado no tiene permiso para crear la BasedeDatos.

El administrador del sitio debería verificar la configuración de la BasedeDatos.

'; $string['cannotcreatelangdir'] = 'No se puede crear el directorio de idioma.'; $string['cannotcreatetempdir'] = 'No se puede crear el directorio temp.'; $string['cannotdownloadcomponents'] = 'No se puede descargar componentes'; @@ -39,6 +40,7 @@ $string['cannotsavemd5file'] = 'No se puede guardar el archivo md5'; $string['cannotsavezipfile'] = 'No se puede guardar el archivo ZIP'; $string['cannotunzipfile'] = 'No se puede descomprimir el archivo'; $string['componentisuptodate'] = 'El componente está actualizado'; +$string['dmlexceptiononinstall'] = '

Ocurrió un error en la BasedeDatos[{$a->errorcode}].
{$a->debuginfo}

'; $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'; diff --git a/install/lang/ja/error.php b/install/lang/ja/error.php index 36c40fe7ea3..944e2e2640d 100644 --- a/install/lang/ja/error.php +++ b/install/lang/ja/error.php @@ -30,6 +30,9 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '

データベースを作成できません。

+

指定されたデータベースは存在しません。また、ユーザにはデータベースを作成するパーミッションがありません。

+

サイト管理者はデータベース設定を確認してください。

'; $string['cannotcreatelangdir'] = 'langディレクトリを作成できません。'; $string['cannotcreatetempdir'] = 'tempディレクトリを作成できません。'; $string['cannotdownloadcomponents'] = 'コンポーネットをダウンロードできません。'; @@ -39,6 +42,7 @@ $string['cannotsavemd5file'] = 'mp5ファイルを保存できません。'; $string['cannotsavezipfile'] = 'ZIPファイルを保存できません。'; $string['cannotunzipfile'] = 'ZIPファイルを解凍できません。'; $string['componentisuptodate'] = 'コンポーネントは最新です。'; +$string['dmlexceptiononinstall'] = '

データベースエラーが発生しました: [{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = 'ダウンロードファイルのチェックに失敗しました。'; $string['invalidmd5'] = 'チェック変数が正しくありません - 再度お試しください。'; $string['missingrequiredfield'] = 'いくつかの必須入力フィールドが入力されていません。'; diff --git a/install/lang/te/admin.php b/install/lang/te/admin.php index d5b650b0489..d823b9a0610 100644 --- a/install/lang/te/admin.php +++ b/install/lang/te/admin.php @@ -36,6 +36,9 @@ $string['cliincorrectvalueerror'] = 'లోపం దొర్లింది, " $string['cliincorrectvalueretry'] = 'తప్పు విలువ, మళ్ళీ ప్రయత్నించండి'; $string['clitypevalue'] = 'విలువను టైపించండి'; $string['clitypevaluedefault'] = 'విలువను టైపించండి, డిఫాల్టు విలువ ({$a}) ను ఇచ్చేందుకు ఎంటరును నొక్కండి'; +$string['cliunknowoption'] = 'Unrecognised ఎంపికలు: + {$a} +దయచేసి --help ఎంపికను ఉపయోగించండి.'; $string['cliyesnoprompt'] = 'y (అంటే ఔనని) గానీ, n (అంటే వద్దని) గానీ నొక్కండి'; $string['environmentrequireinstall'] = 'స్థాపించి, చేతనం చెయ్యడం తప్పనిసరి'; $string['environmentrequireversion'] = '{$a->needed} వెర్షను తప్పనిసరి. మీరేమో {$a->current} వెర్షను వాడుతున్నారు';