diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php
index 8d488071003ee4492627e0d87245c061f15b494a..82e665391551e3225d0378313f69b87b38d34688 100644
--- a/dictionaries/attributes.php
+++ b/dictionaries/attributes.php
@@ -1121,6 +1121,7 @@ $lang = array(
 		'nn' => 'Epost til organisasjonen',
 		'en' => 'Organization\'s mail',
 		'sv' => 'Organisationens e-postadress',
+		'sl' => 'E-poštni naslov organizacije',
 		'pl' => 'Adres email organizacji',
 	),
 	'attribute_edupersonorgdn_eduorgidentityauthnpolicyuri' => array (
@@ -1140,6 +1141,7 @@ $lang = array(
 		'nn' => 'Postboks for organisasjonen',
 		'en' => 'Organization\'s postal office box',
 		'sv' => 'Organisationens boxadress',
+		'sl' => 'Poštni predal organizacije',
 	),
 	'attribute_edupersonorgunitdn_labeleduri' => array (
 		'no' => 'URI for organisasjonsenhet med valgfri tilleggskommentar',
@@ -1152,6 +1154,7 @@ $lang = array(
 		'nn' => 'Postboks for organisasjonseininga',
 		'en' => 'Organizational Unit\'s postal office box',
 		'sv' => 'Organisationsenhetens boxadress',
+		'sl' => 'Poštni predal oddelka',
 	),
 	'attribute_schachomeorganization' => array (
 		'no' => 'Unik ID for organisasjon',
diff --git a/dictionaries/disco.php b/dictionaries/disco.php
index 0367e2ca6f8238beefbec14ae55ee7e4bb433dcb..0f63c9b3ef2d43a63761c782c7e49b68d4466a64 100644
--- a/dictionaries/disco.php
+++ b/dictionaries/disco.php
@@ -77,6 +77,7 @@ $lang = array(
 		'no' => '[Foretrukket valg]',
 		'en' => '[Preferred choice]',
 		'sv' => 'Prioriterat val',
+		'sl' => 'Preferirana izbira',
 	),
 
 );
diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php
index 2dcf304a670a49da72ee6f0fa0d90fe8dc320513..345ac5426c918f04dc70248e27cb5f9504ba3432 100644
--- a/modules/consent/dictionaries/consent.php
+++ b/modules/consent/dictionaries/consent.php
@@ -121,7 +121,7 @@ $lang = array(
 		'no' => 'Opplysninger som vil bli sendt til SPNAME',
 		'nn' => 'Opplysningar som blir sende til SPNAME',
 		'da' => 'Attributter som bliver sendt til tjenesten',
-		'en' => 'Information that will be sent to service',
+		'en' => 'Information that will be sent to SPNAME',
 		'sv' => 'Attribut som kommer att skickas till tjänsten',
 		'es' => 'Atributos que serán enviados al servicio',
 		'sl' => 'Atributi, ki bodo poslani SPju',
@@ -297,11 +297,13 @@ $lang = array(
 		'no' => 'Bruker innformasjon',
 		'en' => 'User information',
 		'sv' => 'Användarinformation',
+		'sl' => 'Podatki o uporabniku',
 	),
 	'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',
+		'sl' => 'Seznam podatkov o vas, ki bodo posredovani storitvi v katero se nameravate prijaviti',
 	),
 
 );