15 lines
602 B
PHP
Executable File
15 lines
602 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'setup' => 'Installatie',
|
|
'title' => 'Installatie Cachet',
|
|
'service_details' => 'Servicedetails',
|
|
'status_page_setup' => 'Installatie statuspagina',
|
|
'show_support' => 'Steun voor Cachet tonen? <small>Plaatst een link in de footer naar Cachet.</small>',
|
|
'admin_account' => 'Beheerdersaccount',
|
|
'complete_setup' => 'Installatie voltooien',
|
|
'completed' => 'Cachet is met succes geconfigureerd!',
|
|
'finish_setup' => 'Ga naar dashboard',
|
|
'allow_tracking' => 'Anoniem gebruik tracken toestaan?',
|
|
];
|