diff --git a/dictionaries/consent.php b/dictionaries/consent.php
index 5c7a89a7eb76c91f7c5fc58f39ef3328d722063f..bfc8ed7073967c3d0bf68a4f293d723c1ee79e36 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 7edc186a2118ad5178fddf64d465a922134be037..a26cb9d97ce0c8a5d37379553b22b5f8c9a2f8b6 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.',
 	),
 
 );