From c62e1cb2aa9575687d72a50e15b8e01677f07dee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 24 Sep 2009 07:22:04 +0000
Subject: [PATCH] Added translation of Iceland

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1775 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/discopower/dictionaries/tabs.php | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/modules/discopower/dictionaries/tabs.php b/modules/discopower/dictionaries/tabs.php
index 6a4ccc709..b1cf23caa 100644
--- a/modules/discopower/dictionaries/tabs.php
+++ b/modules/discopower/dictionaries/tabs.php
@@ -21,7 +21,10 @@ $lang = array(
 		'no' => 'Sverige',
 		'en' => 'Sweden',
 	),
-	
+	'iceland' => array(
+		'no' => 'Island',
+		'en' => 'Iceland',
+	),
 	'denmark' => array (
 		'no' => 'Danmark',
 		'en' => 'Denmark',
@@ -37,7 +40,7 @@ $lang = array(
 	'misc' => array (
 		'no' => 'Andre',
 		'en' => 'Miscellaneous',
-	),	
+	),
 	
 );
 
-- 
GitLab