diff --git a/install/lang/ca/error.php b/install/lang/ca/error.php index e1de235ed53..55fcb020591 100644 --- a/install/lang/ca/error.php +++ b/install/lang/ca/error.php @@ -30,6 +30,8 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '
No és pot crear la base de dades.
La base de dades especificada no existeix i l\'usuari que heu proporcionat no té permís per a crear-la.
+L\'administrador del lloc hauria de verificar la configuració de la base de dades.
'; $string['cannotcreatelangdir'] = 'No s\'ha pogut crear el directori d\'idiomes.'; $string['cannotcreatetempdir'] = 'No s\'ha pogut crear el directori temporal'; $string['cannotdownloadcomponents'] = 'No s\'han pogut baixar components'; @@ -39,6 +41,7 @@ $string['cannotsavemd5file'] = 'No s\'ha pogut desar el fitxer md5'; $string['cannotsavezipfile'] = 'No s\'ha pogut desar el fitxer zip'; $string['cannotunzipfile'] = 'No s\'ha pogut descomprimir el fitxer'; $string['componentisuptodate'] = 'El component està al dia'; +$string['dmlexceptiononinstall'] = 'S\'ha produït un error de la base de dades [{$a->errorcode}].
{$a->debuginfo}