mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-29 19:18:11 +01:00
New translations setup.php (Dutch)
This commit is contained in:
parent
62c2482ba9
commit
60f81f6c33
23
resources/lang/nl-NL/setup.php
Normal file
23
resources/lang/nl-NL/setup.php
Normal 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',
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user