From ee1e2e0c4d1a3591685b17e9b2aa9eec76c0119f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 14 Apr 2008 13:26:10 +0000 Subject: [PATCH] Adding a translation alias for attribute gn to be givenname git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@491 44740490-163a-0410-bde0-09ae8108e29a --- dictionaries/attributes.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php index efd1ed821..40b9579bf 100644 --- a/dictionaries/attributes.php +++ b/dictionaries/attributes.php @@ -14,6 +14,7 @@ $lang = array( 'sl' => 'Vloga uporabnika', ), + 'attribute_title' => array( 'en' => 'Title', 'no' => 'Tittel', @@ -49,7 +50,7 @@ $lang = array( 'sl' => 'Priimek', ), - 'attribute_gn' => array( + 'attribute_givenname' => array( 'en' => 'Given name', 'no' => 'Fornavn', 'nn' => 'Fornamn', @@ -200,3 +201,4 @@ $lang = array( ); $lang['attribute_o'] = $lang['attribute_organisationname']; +$lang['attribute_gn'] = $lang['attribute_givenname']; -- GitLab