From 225cfd1bbfcfc8ee56cd1878c83459271edb7a51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Wed, 14 Oct 2009 11:16:51 +0000
Subject: [PATCH] Language update

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1855 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/disco.php                   | 5 +++--
 modules/consent/dictionaries/consent.php | 6 ++++++
 modules/core/dictionaries/frontpage.php  | 9 +++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/dictionaries/disco.php b/dictionaries/disco.php
index f9fd4cff6..d711c1b4e 100644
--- a/dictionaries/disco.php
+++ b/dictionaries/disco.php
@@ -16,7 +16,7 @@ $lang = array(
 		'se' => 'Válasszon személyazonosság-szolgáltatót (IdP)',
 		'da' => 'Vælg institution (identitetsudbyder)',
 		'en' => 'Select your identity provider',
-		'de' => 'Wählen sie ihren Identity Provider',
+		'de' => 'Wählen Sie Ihren Identity Provider',
 		'sv' => 'Välj din identitetsleverantör',
 		'fi' => 'Valitse identiteettillähteeis',
 		'es' => 'Seleccione su proveedor de identidad',
@@ -36,7 +36,7 @@ $lang = array(
 		'se' => 'Kérjük, válasszon személyazonosság szolgáltatót (IdP), amely Önt azonosítani tudja!',
 		'da' => 'Vælg institutionen (identitetsudbyderen) hvor du vil logge ind',
 		'en' => 'Please select the identity provider where you want to authenticate:',
-		'de' => 'Bitte wählen sie den Identity Provider, bei dem sie sich authentifizieren möchten:',
+		'de' => 'Bitte wählen Sie den Identity Provider, bei dem Sie Sich authentifizieren möchten:',
 		'sv' => 'Välj vilken identitetsleverantör du vill logga in med:',
 		'fi' => 'Valitse identiteettilähteesi jossa haluat kirjautua',
 		'es' => 'Por favor, seleccione el proveedor de identidad donde desea autenticarse',
@@ -94,6 +94,7 @@ $lang = array(
 		'no' => '[Foretrukket valg]',
 		'da' => 'Foretrukket valg',
 		'en' => '[Preferred choice]',
+		'de' => 'Bevorzugte Auswahl',
 		'sv' => 'Prioriterat val',
 		'fi' => '[Oletusvalinta]',
 		'es' => '[OpciĂłn preference]',
diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php
index 30d992d32..966fb7b48 100644
--- a/modules/consent/dictionaries/consent.php
+++ b/modules/consent/dictionaries/consent.php
@@ -373,6 +373,12 @@ $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',
+	),
 
 );
 
diff --git a/modules/core/dictionaries/frontpage.php b/modules/core/dictionaries/frontpage.php
index 54996c8fc..51d8fcb63 100644
--- a/modules/core/dictionaries/frontpage.php
+++ b/modules/core/dictionaries/frontpage.php
@@ -883,21 +883,30 @@ $lang = array(
 		'no' => 'Autentisering',
 		'da' => 'Autentificering',
 		'en' => 'Authentication',
+		'sv' => 'Autentisering',
+		'fi' => 'Tunnistautuminen',
 		'es' => 'AutenticaciĂłn',
+		'sl' => 'Avtentikacija',
 		'tr' => 'Kimlik DoÄźrulama',
 	),
 	'federation' => array (
 		'no' => 'Føderasjon',
 		'da' => 'Føderation',
 		'en' => 'Federation',
+		'sv' => 'Federation',
+		'fi' => 'Federaatio',
 		'es' => 'FederaciĂłn',
+		'sl' => 'Federacija',
 		'tr' => 'Federasyon',
 	),
 	'authtest' => array (
 		'no' => 'Test konfigurerte autentiseringskilder',
 		'da' => 'Test konfigureret autentificeringskilde',
 		'en' => 'Test configured authentication sources ',
+		'sv' => 'Testa konfigurerade autentiserings källor',
+		'fi' => 'Testaa määritettyjä tunnistuslähteitä',
 		'es' => 'Probar las fuentes para la autentificaciĂłn ya configuradas',
+		'sl' => 'Preveri izbrani avtentikacijski mehanizem ',
 		'tr' => 'Düzenlenmiş kimlik doğrulama kaynaklarını test et',
 	),
 	'deprecated' => array (
-- 
GitLab