diff --git a/dictionaries/consent.php b/dictionaries/consent.php index 24cd963a197cbc61b0db68fa3e7479d3ecec237c..6a28ef348740a4c52f4a9c63b821b4b67203ecec 100644 --- a/dictionaries/consent.php +++ b/dictionaries/consent.php @@ -55,6 +55,10 @@ $lang = array( 'pt' => 'Lembrar a minha escolha', 'pt-BR' => 'Lembrar Consentimento', ), + 'consent_header' => array ( + 'no' => 'Samtykke om overføring av person informasjon', + 'en' => 'Consent about releasing personal information', + ), 'consent_notice' => array ( 'no' => 'Du er nĂĄ i ferd med ĂĄ logge inn pĂĄ tjenesten', 'nn' => 'Du er i ferd med ĂĄ logga inn pĂĄ tenesta', @@ -107,6 +111,14 @@ $lang = array( 'pt' => 'PolĂtica de privacidade do serviço', 'pt-BR' => 'PolĂtica de Privacidade deste serviço', ), + 'consent_attributes_header' => array ( + 'no' => 'Attributter som vil bli sent til tjenesten', + 'en' => 'Attributes that will be sent to service', + ), + 'show_attributes' => array ( + 'no' => 'Vis attributter', + 'en' => 'Show attributes', + ), 'login' => array ( 'no' => 'innlogging', 'nn' => 'Logg inn',