From cde830e419667f880128b4717de79675657674e3 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 6 Aug 2008 11:06:07 +0000 Subject: [PATCH] Dictionary updates. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@799 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/no_access_dictionary.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dictionaries/no_access_dictionary.php b/dictionaries/no_access_dictionary.php index bd7f560cb..8fa8c41a5 100644 --- a/dictionaries/no_access_dictionary.php +++ b/dictionaries/no_access_dictionary.php @@ -2,6 +2,7 @@ $lang = array( 'access_denied' => array ( + 'no' => 'Du har ikke tilgang til denne tjenesten', 'da' => 'Du har ikke adgang til denne service', 'en' => 'You do not have access to this service', 'sv' => 'Du har inte tillgång till denna tjänst', @@ -11,6 +12,7 @@ $lang = array( 'hu' => 'Önnek nincs hozzáférése ehhez a szolgáltatáshoz', ), 'no_access_to' => array ( + 'no' => 'Du har ikke tilgang til følgende tjeneste:', 'da' => 'Du har ikke adgang til servicen:', 'en' => 'You do not have access to the service:', 'sv' => 'Du har inte tillgång till angiven tjänst:', @@ -20,6 +22,7 @@ $lang = array( 'hu' => 'Ön nem férhet hozzá ehhez a szolgáltatáshoz:', ), 'contact_home' => array ( + 'no' => 'Hvilke tjenester du har tilgang til er bestemt av din vertsorganisasjon. Ta kontakt med din lokale brukerstøtte for spørsmål.', 'da' => 'Adgang til services bestemmes af din hjemmeorganisation. Kontakt venligst din lokale helpdesk for spørgsmål.', 'en' => 'Access to services is controlled by your home organization. Please contact your local it support for questions.', 'sv' => 'Tillgång till tjänster kontrolleras av din hemmaorganisation. Ta kontakt med din lokala support om du har några frågor.', -- GitLab