New translations setup.php (Dutch)

This commit is contained in:
James Brooks 2017-05-06 10:09:15 +01:00
parent 62c2482ba9
commit 60f81f6c33

View File

@ -0,0 +1,23 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'setup' => 'Installatie',
'title' => 'Installeer Cachet',
'service_details' => 'Service Details',
'env_setup' => 'Omgevingsconfiguratie',
'status_page_setup' => 'Installatie statuspagina',
'show_support' => 'Steun voor Cachet tonen?',
'admin_account' => 'Beheerdersaccount',
'complete_setup' => 'Voltooi Installatie',
'completed' => 'Cachet is succesvol geconfigureerd!',
'finish_setup' => 'Ga naar het dashboard',
];