From bfeb7de8c58bb42866b4b5ba8ef3c13124e057bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 20 Oct 2009 10:16:29 +0000 Subject: [PATCH] Language update git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1882 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/disco.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dictionaries/disco.php b/dictionaries/disco.php index d711c1b4e..199a9792f 100644 --- a/dictionaries/disco.php +++ b/dictionaries/disco.php @@ -104,6 +104,14 @@ $lang = array( 'pt' => 'Escolha preferida', 'tr' => '[Tercih edilen seçenek]', ), + 'previous_auth' => array ( + 'no' => 'Du har tidligere valg å autentisere deg hos', + 'en' => 'You have previously chosen to authenticate at', + ), + 'login_at' => array ( + 'no' => 'Logg inn hos', + 'en' => 'Login at', + ), ); -- GitLab