From 6d91d6740bf6fc4f137db3ede43a9ddb0c64659f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 8 Jan 2010 10:17:26 +0000 Subject: [PATCH] Language update git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2089 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/disco.php | 2 ++ modules/core/dictionaries/frontpage.php | 1 + 2 files changed, 3 insertions(+) diff --git a/dictionaries/disco.php b/dictionaries/disco.php index b961060f3..c18763ea2 100644 --- a/dictionaries/disco.php +++ b/dictionaries/disco.php @@ -107,6 +107,7 @@ $lang = array( ), 'previous_auth' => array ( 'no' => 'Du har tidligere valg å autentisere deg hos', + 'da' => 'Du har tidligere valgt at logge ind hos', 'en' => 'You have previously chosen to authenticate at', 'sv' => 'Du har tidigare valt att logga in med', 'es' => 'Previamente solicitó autenticarse en', @@ -115,6 +116,7 @@ $lang = array( ), 'login_at' => array ( 'no' => 'Logg inn hos', + 'da' => 'Login hos', 'en' => 'Login at', 'sv' => 'Logga in med', 'es' => 'Identificarse en', diff --git a/modules/core/dictionaries/frontpage.php b/modules/core/dictionaries/frontpage.php index 40739cccf..fda750093 100644 --- a/modules/core/dictionaries/frontpage.php +++ b/modules/core/dictionaries/frontpage.php @@ -921,6 +921,7 @@ $lang = array( ), 'deprecated' => array ( 'no' => 'Utdatert', + 'da' => 'Under udfasning', 'en' => 'Deprecated', 'sv' => 'Ej längre giltig', 'es' => 'Obsoleto', -- GitLab