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}
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['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}