From cea20ba0e31ac7d4b7874800848349497be41d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Sun, 1 Mar 2009 12:40:44 +0000 Subject: [PATCH] Swedish update to attribute names git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1346 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/attributes.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php index 36ecb2363..c419467c5 100644 --- a/dictionaries/attributes.php +++ b/dictionaries/attributes.php @@ -1063,30 +1063,37 @@ $lang = array( 'attribute_schacuserprivateattribute' => array ( 'no' => 'Private informasjonselement', 'en' => 'Private information elements', + 'sv' => 'Information om vilka attribut som har skyddsbehov', ), 'attribute_edupersonorgdn_mail' => array ( 'no' => 'Organisasjonens epost', 'en' => 'Organization\'s mail', + 'sv' => 'Organisationens e-postadress', ), 'attribute_edupersonorgdn_eduorgidentityauthnpolicyuri' => array ( 'no' => 'Lokasjon med organisasjonens rutiner for identifisering og autentisering', 'en' => 'Location of organization\'s policy regarding identification and authentication', + 'sv' => 'Adressen till var organisationens policy om hur elektroniska identiteter hanteras', ), 'attribute_edupersonorgdn_noreduorguniqueidentifier' => array ( 'no' => 'Organisasjonens unike identifikasjonsnummer', 'en' => 'Organization\'s unique identifier', + 'sv' => 'Organisationens unika identifierare', ), 'attribute_edupersonorgdn_postofficebox' => array ( 'no' => 'Organisasjonens postboks', 'en' => 'Organization\'s postal office box', + 'sv' => 'Organisationens boxadress', ), 'attribute_edupersonorgunitdn_labeleduri' => array ( 'no' => 'URI for organisasjonsenhet med valgfri tilleggskommentar', 'en' => 'Labeled URI to organizational unit', + 'sv' => 'Organisationsenhetens hemsidesadress', ), 'attribute_edupersonorgunitdn_postofficebox' => array ( 'no' => 'Organisasjonsenhetens postboks', 'en' => 'Organizational Unit\'s postal office box', + 'sv' => 'Organisationsenhetens boxadress', ), 'attribute_schachomeorganization' => array ( 'no' => 'Unik ID for organisasjon', -- GitLab