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(
'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'];
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