From ad6d632c8f3a23c4eaaea6cf44bb5f6ab79e70f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 27 Nov 2008 15:49:37 +0000
Subject: [PATCH] Adding some new dictionary entries for updates to the consent
 module

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1026 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/consent.php | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/dictionaries/consent.php b/dictionaries/consent.php
index 24cd963a1..6a28ef348 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',
-- 
GitLab