Skip to content
Snippets Groups Projects
Commit ee1e2e0c authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

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
parent 78d90fa2
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ $lang = array( ...@@ -14,6 +14,7 @@ $lang = array(
'sl' => 'Vloga uporabnika', 'sl' => 'Vloga uporabnika',
), ),
'attribute_title' => array( 'attribute_title' => array(
'en' => 'Title', 'en' => 'Title',
'no' => 'Tittel', 'no' => 'Tittel',
...@@ -49,7 +50,7 @@ $lang = array( ...@@ -49,7 +50,7 @@ $lang = array(
'sl' => 'Priimek', 'sl' => 'Priimek',
), ),
'attribute_gn' => array( 'attribute_givenname' => array(
'en' => 'Given name', 'en' => 'Given name',
'no' => 'Fornavn', 'no' => 'Fornavn',
'nn' => 'Fornamn', 'nn' => 'Fornamn',
...@@ -200,3 +201,4 @@ $lang = array( ...@@ -200,3 +201,4 @@ $lang = array(
); );
$lang['attribute_o'] = $lang['attribute_organisationname']; $lang['attribute_o'] = $lang['attribute_organisationname'];
$lang['attribute_gn'] = $lang['attribute_givenname'];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment