diff --git a/dictionaries/errors.php b/dictionaries/errors.php index 4003a46e56578d8b0eb5a5365b2c4432abac225a..9f4a6b0538e970003708ad0e0673e5d33f7c6be3 100644 --- a/dictionaries/errors.php +++ b/dictionaries/errors.php @@ -569,4 +569,15 @@ $lang = array( ), + 'title_NOTSET' => array( + 'en' => 'Password not set', + 'no' => 'Passordet er ikke satt', + 'es' => 'No ha establecido una clave de acceso' + ), + 'descr_NOTSET' => array( + 'en' => 'The password in the configuration (auth.adminpassword) is not changed from the default value, please edit the config.', + 'no' => 'Admin passordet i konfigurasjonen (auth.adminpassword) er ikke satt til noe annet enn default verdien. Bytt passord i config.php.', + 'es' => 'La clave de acceso del fichero de configuración (auth.adminpassword) no ha sido cambiada de su valor por defecto. Por favor, edite dicho fichero' + ), + ); \ No newline at end of file