2015-04-18 13:59:37 +01:00
|
|
|
<?php
|
|
|
|
|
2015-04-19 08:52:39 +01:00
|
|
|
/*
|
|
|
|
* This file is part of Cachet.
|
|
|
|
*
|
2015-07-06 17:37:01 +01:00
|
|
|
* (c) Alt Three Services Limited
|
2015-04-19 08:52:39 +01:00
|
|
|
*
|
|
|
|
* 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',
|
2015-08-08 14:46:08 +01:00
|
|
|
'title' => 'Installeer Cachet',
|
|
|
|
'service_details' => 'Service Details',
|
|
|
|
'env_setup' => 'Omgevingsconfiguratie',
|
2015-04-18 13:59:37 +01:00
|
|
|
'status_page_setup' => 'Installatie statuspagina',
|
2015-05-02 09:04:07 +01:00
|
|
|
'show_support' => 'Steun voor Cachet tonen?',
|
2015-04-18 13:59:37 +01:00
|
|
|
'admin_account' => 'Beheerdersaccount',
|
2015-08-08 14:46:08 +01:00
|
|
|
'complete_setup' => 'Voltooi Installatie',
|
|
|
|
'completed' => 'Cachet is succesvol geconfigureerd!',
|
|
|
|
'finish_setup' => 'Ga naar het dashboard',
|
2015-04-18 13:59:37 +01:00
|
|
|
];
|