Skip to content
Snippets Groups Projects
Commit e2f50c5a authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Small dictionary updates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1446 44740490-163a-0410-bde0-09ae8108e29a
parent b3cb7dc7
No related branches found
No related tags found
No related merge requests found
...@@ -1121,6 +1121,7 @@ $lang = array( ...@@ -1121,6 +1121,7 @@ $lang = array(
'nn' => 'Epost til organisasjonen', 'nn' => 'Epost til organisasjonen',
'en' => 'Organization\'s mail', 'en' => 'Organization\'s mail',
'sv' => 'Organisationens e-postadress', 'sv' => 'Organisationens e-postadress',
'sl' => 'E-poštni naslov organizacije',
'pl' => 'Adres email organizacji', 'pl' => 'Adres email organizacji',
), ),
'attribute_edupersonorgdn_eduorgidentityauthnpolicyuri' => array ( 'attribute_edupersonorgdn_eduorgidentityauthnpolicyuri' => array (
...@@ -1140,6 +1141,7 @@ $lang = array( ...@@ -1140,6 +1141,7 @@ $lang = array(
'nn' => 'Postboks for organisasjonen', 'nn' => 'Postboks for organisasjonen',
'en' => 'Organization\'s postal office box', 'en' => 'Organization\'s postal office box',
'sv' => 'Organisationens boxadress', 'sv' => 'Organisationens boxadress',
'sl' => 'Poštni predal organizacije',
), ),
'attribute_edupersonorgunitdn_labeleduri' => array ( 'attribute_edupersonorgunitdn_labeleduri' => array (
'no' => 'URI for organisasjonsenhet med valgfri tilleggskommentar', 'no' => 'URI for organisasjonsenhet med valgfri tilleggskommentar',
...@@ -1152,6 +1154,7 @@ $lang = array( ...@@ -1152,6 +1154,7 @@ $lang = array(
'nn' => 'Postboks for organisasjonseininga', 'nn' => 'Postboks for organisasjonseininga',
'en' => 'Organizational Unit\'s postal office box', 'en' => 'Organizational Unit\'s postal office box',
'sv' => 'Organisationsenhetens boxadress', 'sv' => 'Organisationsenhetens boxadress',
'sl' => 'Poštni predal oddelka',
), ),
'attribute_schachomeorganization' => array ( 'attribute_schachomeorganization' => array (
'no' => 'Unik ID for organisasjon', 'no' => 'Unik ID for organisasjon',
......
...@@ -77,6 +77,7 @@ $lang = array( ...@@ -77,6 +77,7 @@ $lang = array(
'no' => '[Foretrukket valg]', 'no' => '[Foretrukket valg]',
'en' => '[Preferred choice]', 'en' => '[Preferred choice]',
'sv' => 'Prioriterat val', 'sv' => 'Prioriterat val',
'sl' => 'Preferirana izbira',
), ),
); );
......
...@@ -121,7 +121,7 @@ $lang = array( ...@@ -121,7 +121,7 @@ $lang = array(
'no' => 'Opplysninger som vil bli sendt til SPNAME', 'no' => 'Opplysninger som vil bli sendt til SPNAME',
'nn' => 'Opplysningar som blir sende til SPNAME', 'nn' => 'Opplysningar som blir sende til SPNAME',
'da' => 'Attributter som bliver sendt til tjenesten', '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', 'sv' => 'Attribut som kommer att skickas till tjänsten',
'es' => 'Atributos que serán enviados al servicio', 'es' => 'Atributos que serán enviados al servicio',
'sl' => 'Atributi, ki bodo poslani SPju', 'sl' => 'Atributi, ki bodo poslani SPju',
...@@ -297,11 +297,13 @@ $lang = array( ...@@ -297,11 +297,13 @@ $lang = array(
'no' => 'Bruker innformasjon', 'no' => 'Bruker innformasjon',
'en' => 'User information', 'en' => 'User information',
'sv' => 'Användarinformation', 'sv' => 'Användarinformation',
'sl' => 'Podatki o uporabniku',
), ),
'table_summary' => array ( 'table_summary' => array (
'no' => 'Her listes den innformasjonen om deg som blir send til den tjenesten du er i ferd med å logge på', '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', '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', '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',
), ),
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment