From 5949a6e40ff4df06bc69a1a33a6792ed222a6bb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 23 Apr 2008 12:11:24 +0000
Subject: [PATCH] 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
---
 dictionaries/errors.php | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dictionaries/errors.php b/dictionaries/errors.php
index 4003a46e5..9f4a6b053 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
-- 
GitLab