diff --git a/dictionaries/disco.php b/dictionaries/disco.php
index 7e286e2bc0930dbda69a8d547be8c163c5fcd0d4..0367e2ca6f8238beefbec14ae55ee7e4bb433dcb 100644
--- a/dictionaries/disco.php
+++ b/dictionaries/disco.php
@@ -76,6 +76,7 @@ $lang = array(
 	'icon_prefered_idp' => array (
 		'no' => '[Foretrukket valg]',
 		'en' => '[Preferred choice]',
+		'sv' => 'Prioriterat val',
 	),
 
 );
diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php
index 7b6b7f9c7934c787b5391f2158a048e96e4b7683..2dcf304a670a49da72ee6f0fa0d90fe8dc320513 100644
--- a/modules/consent/dictionaries/consent.php
+++ b/modules/consent/dictionaries/consent.php
@@ -296,10 +296,12 @@ $lang = array(
 	'table_caption' => array (
 		'no' => 'Bruker innformasjon',
 		'en' => 'User information',
+		'sv' => 'Användarinformation',
 	),
 	'table_summary' => array (
 		'no' => 'Her listes den innformasjonen om deg som blir send til den tjenesten du er i ferd med ĂĄ logge pĂĄ',
 		'en' => 'List the information about you that is about to be transmittet to the service you are going to login to',
+		'sv' => 'Visa den nformation om din användare som kommer att skickas till tjänsten som du är på väg att logga in i',
 	),
 
 );