From 2b9dafdc80fe23ea7c5fbc711f1230b3c9c08e63 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 2 Jul 2008 06:54:15 +0000 Subject: [PATCH] Dictionary update. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@740 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/consent.php | 6 +++--- dictionaries/no_access_dictionary.php | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dictionaries/consent.php b/dictionaries/consent.php index 5c7a89a7e..bfc8ed707 100644 --- a/dictionaries/consent.php +++ b/dictionaries/consent.php @@ -69,7 +69,7 @@ $lang = array( 'nn' => 'I løpet av innlogginga vil identitetsleverandøren (IdP) senda attributtar med informasjon om din identitet til denne tenesta. Gjev du samtykke til slik overføring?', 'da' => 'Tjenesten kræver at nedenstĂĄende oplysninger fra IDPNAME. Vil du acceptere dette?', 'en' => 'The service requires that the information below is transferred from IDPNAME. Do you accept this? ', - 'sv' => 'Vid inloggningen kommer din inloggningstjänst att skicka attribut med information om användaridentitet till denna tjänst. Ă„r detta okej?', + 'sv' => 'TJänsten kräver att informationen nedan skickas frĂĄn IDPNAME. Ă„r detta okej?', 'fi' => 'Kirjautuessasi Identity Provider haluaa lähettää attribuutteja joissa on henkilötietoja palvelun tarjoajalle. Hyväksytkö tämän?', 'es' => 'El servicio requiere que la informaciĂłn que se muestra a continuaciĂłn sea transferida desde IDPNAME. ÂżAcepta esto? ', 'fr' => 'Lors de l\'ouverture de session, le fournisseur d\'identitĂ© enverra des informations sur votre identitĂ© Ă ce service. Acceptez-vous cela ?', @@ -81,7 +81,7 @@ $lang = array( ), 'consent_privacypolicy' => array ( 'en' => 'Privacypolicy for the service', - 'sv' => 'Registerbeskrivning för tjänsten', + 'sv' => 'Tjänstens policy för personlig integritet', 'fi' => 'Tietosuojaseloste palvelulle', 'es' => 'PolĂtica de privacidad para el servicio', ), @@ -107,7 +107,7 @@ $lang = array( 'da' => 'Tjenesteudbyder for', 'en' => 'Service Providers for', 'de' => 'Service-Provider fĂĽr', - 'sv' => 'Tjänsteleverantör för', + 'sv' => 'Tjänsteleverantörer för', 'fi' => 'Palveluntarjoaja', 'es' => 'Proveedores de servicio para', 'fr' => 'Fournisseurs de services pour', diff --git a/dictionaries/no_access_dictionary.php b/dictionaries/no_access_dictionary.php index 7edc186a2..a26cb9d97 100644 --- a/dictionaries/no_access_dictionary.php +++ b/dictionaries/no_access_dictionary.php @@ -4,14 +4,17 @@ $lang = array( 'access_denied' => array ( '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', ), 'no_access_to' => array ( '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:', ), 'contact_home' => array ( '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