Merge pull request #235 from Southparkfan/patch-1

Translation fixes for NL language
This commit is contained in:
Pep 2016-01-30 21:10:51 +01:00
commit 051788ffda
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ $sm_lang = array(
'locale' => array('nl_NL.UTF-8', 'nl_NL', 'dutch'), 'locale' => array('nl_NL.UTF-8', 'nl_NL', 'dutch'),
'system' => array( 'system' => array(
'title' => 'Server Monitor', 'title' => 'Server Monitor',
'install' => 'Intalleren', 'install' => 'Installeren',
'action' => 'Actie', 'action' => 'Actie',
'save' => 'Opslaan', 'save' => 'Opslaan',
'edit' => 'Wijzig', 'edit' => 'Wijzig',
@ -295,6 +295,6 @@ $sm_lang = array(
), ),
'error' => array( 'error' => array(
'401_unauthorized' => 'Unauthorized', '401_unauthorized' => 'Unauthorized',
'401_unauthorized_description' => 'U heeft niet de juiste bevoegdheden om deze pagina te bekijken.', '401_unauthorized_description' => 'Je hebt niet de juiste bevoegdheden om deze pagina te bekijken.',
), ),
); );