From e2f50c5aa89e8f6a0727debf5aa0a674f203ddae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 27 Mar 2009 09:44:35 +0000 Subject: [PATCH] Small dictionary updates. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1446 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/attributes.php | 3 +++ dictionaries/disco.php | 1 + modules/consent/dictionaries/consent.php | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php index 8d4880710..82e665391 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 0367e2ca6..0f63c9b3e 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 2dcf304a6..345ac5426 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', ), ); -- GitLab