diff --git a/dictionaries/disco.php b/dictionaries/disco.php index b961060f3868deb315faddfee54725524909f01a..c18763ea249fdb7fe56beab0f5a653bb82e02240 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 40739cccfa05dec4510cb1cc64cb882b701c5c9a..fda750093289818f6ef123a140dad514ec851f9e 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',