2015-01-13 10:13:11 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'setup' => 'Setup',
|
|
|
|
'title' => 'Setup Cachet',
|
|
|
|
'service_details' => 'Service Details',
|
|
|
|
'status_page_setup' => 'Setup der Status-Seite',
|
|
|
|
'show_support' => 'Möchten Sie Cachet unterstützen? <small>Dies zeigt einen kleinen Text und Link im Footer an.</small>',
|
|
|
|
'admin_account' => 'Administrator-Account',
|
|
|
|
'complete_setup' => 'Setup abschließen',
|
|
|
|
'completed' => 'Cachet wurde erfolgreich eingerichtet!',
|
|
|
|
'finish_setup' => 'Zum Dashboard',
|
2015-01-23 17:24:34 +00:00
|
|
|
'allow_tracking' => 'Allow anonymous usage tracking?',
|
2015-01-13 10:13:11 +01:00
|
|
|
];
|