Skip to content
Snippets Groups Projects
Commit cde830e4 authored by Olav Morken's avatar Olav Morken
Browse files

Dictionary updates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@799 44740490-163a-0410-bde0-09ae8108e29a
parent 240a696c
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
$lang = array( $lang = array(
'access_denied' => array ( 'access_denied' => array (
'no' => 'Du har ikke tilgang til denne tjenesten',
'da' => 'Du har ikke adgang til denne service', 'da' => 'Du har ikke adgang til denne service',
'en' => 'You do not have access to this service', 'en' => 'You do not have access to this service',
'sv' => 'Du har inte tillgång till denna tjänst', 'sv' => 'Du har inte tillgång till denna tjänst',
...@@ -11,6 +12,7 @@ $lang = array( ...@@ -11,6 +12,7 @@ $lang = array(
'hu' => 'Önnek nincs hozzáférése ehhez a szolgáltatáshoz', 'hu' => 'Önnek nincs hozzáférése ehhez a szolgáltatáshoz',
), ),
'no_access_to' => array ( 'no_access_to' => array (
'no' => 'Du har ikke tilgang til følgende tjeneste:',
'da' => 'Du har ikke adgang til servicen:', 'da' => 'Du har ikke adgang til servicen:',
'en' => 'You do not have access to the service:', 'en' => 'You do not have access to the service:',
'sv' => 'Du har inte tillgång till angiven tjänst:', 'sv' => 'Du har inte tillgång till angiven tjänst:',
...@@ -20,6 +22,7 @@ $lang = array( ...@@ -20,6 +22,7 @@ $lang = array(
'hu' => 'Ön nem férhet hozzá ehhez a szolgáltatáshoz:', 'hu' => 'Ön nem férhet hozzá ehhez a szolgáltatáshoz:',
), ),
'contact_home' => array ( 'contact_home' => array (
'no' => 'Hvilke tjenester du har tilgang til er bestemt av din vertsorganisasjon. Ta kontakt med din lokale brukerstøtte for spørsmål.',
'da' => 'Adgang til services bestemmes af din hjemmeorganisation. Kontakt venligst din lokale helpdesk for spørgsmål.', 'da' => 'Adgang til services bestemmes af din hjemmeorganisation. Kontakt venligst din lokale helpdesk for spørgsmål.',
'en' => 'Access to services is controlled by your home organization. Please contact your local it support for questions.', 'en' => 'Access to services is controlled by your home organization. Please contact your local it support for questions.',
'sv' => 'Tillgång till tjänster kontrolleras av din hemmaorganisation. Ta kontakt med din lokala support om du har några frågor.', 'sv' => 'Tillgång till tjänster kontrolleras av din hemmaorganisation. Ta kontakt med din lokala support om du har några frågor.',
......
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