Translation fixes for NL language

This commit is contained in:
Southparkfan 2015-10-19 14:28:29 +02:00
parent 57b9830c67
commit 1cecc80845
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'),
'system' => array(
'title' => 'Server Monitor',
'install' => 'Intalleren',
'install' => 'Installeren',
'action' => 'Actie',
'save' => 'Opslaan',
'edit' => 'Wijzig',
@ -295,6 +295,6 @@ $sm_lang = array(
),
'error' => array(
'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.',
),
);