Cachet/resources/lang/nl/setup.php

24 lines
740 B
PHP
Raw Permalink Normal View History

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