mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 10:44:09 +01:00
26 lines
847 B
PHP
Executable File
26 lines
847 B
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) James Brooks <james@cachethq.io>
|
|
* (c) Joseph Cohen <joseph.cohen@dinkbit.com>
|
|
* (c) Graham Campbell <graham@mineuk.com>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
'setup' => 'Installatie',
|
|
'title' => 'Installatie Cachet',
|
|
'service_details' => 'Servicedetails',
|
|
'status_page_setup' => 'Installatie statuspagina',
|
|
'show_support' => 'Steun voor Cachet tonen?',
|
|
'admin_account' => 'Beheerdersaccount',
|
|
'complete_setup' => 'Installatie voltooien',
|
|
'completed' => 'Cachet is met succes geconfigureerd!',
|
|
'finish_setup' => 'Ga naar dashboard',
|
|
'allow_tracking' => 'Anoniem gebruik tracken toestaan?',
|
|
];
|