From 65f252f1a27f7c7cf9aef9467c626140ebee17b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 19 Oct 2009 12:28:07 +0000
Subject: [PATCH] Language update

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1874 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/attributes.php              | 2 +-
 modules/consent/dictionaries/consent.php | 8 +-------
 modules/core/dictionaries/frontpage.php  | 1 +
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php
index 44bd964a3..ac6008401 100644
--- a/dictionaries/attributes.php
+++ b/dictionaries/attributes.php
@@ -682,7 +682,7 @@ $lang = array(
 	'attribute_edupersontargetedid' => array (
 		'no' => 'Persistent anonym ID',
 		'nn' => 'Persistent anonym ID',
-		'da' => 'Vedholdende anonymt bruger-ID hos tjenesten',
+		'da' => 'Pseudonymt bruger-ID',
 		'en' => 'Persistent pseudonymous ID',
 		'de' => 'Persistente pseudonyme ID',
 		'sv' => 'Varaktig anonym identitet i aktuell tjänst',
diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php
index 966fb7b48..f5165e3c7 100644
--- a/modules/consent/dictionaries/consent.php
+++ b/modules/consent/dictionaries/consent.php
@@ -373,14 +373,8 @@ $lang = array(
 		'pt' => 'Listar a informação acerca de si que será enviada para o serviço no qual se está autenticar',
 		'tr' => 'Girmek istediğiniz servise gönderilecek bilginizi listeleyin',
 	),
-	'show_attribute' => array (
-		'no' => 'Vis innhold',
-		'nn' => 'Vis innhald',
-		'da' => 'Vis indhold',
-		'en' => 'Show content',
-	),
 
 );
 
 
-?>
+?>
\ No newline at end of file
diff --git a/modules/core/dictionaries/frontpage.php b/modules/core/dictionaries/frontpage.php
index 51d8fcb63..eb7ac2bfe 100644
--- a/modules/core/dictionaries/frontpage.php
+++ b/modules/core/dictionaries/frontpage.php
@@ -910,6 +910,7 @@ $lang = array(
 		'tr' => 'Düzenlenmiş kimlik doğrulama kaynaklarını test et',
 	),
 	'deprecated' => array (
+		'no' => 'Utdatert',
 		'en' => 'Deprecated',
 	),
 
-- 
GitLab