Skip to content
Snippets Groups Projects
Commit 5949a6e4 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

added two new dictionary entries for passowrd not set. Restored from the...

added two new dictionary entries for passowrd not set. Restored from the rollback with character set errors

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@512 44740490-163a-0410-bde0-09ae8108e29a
parent 5c5b3bd1
No related branches found
No related tags found
No related merge requests found
...@@ -569,4 +569,15 @@ $lang = array( ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment