mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
24 lines
750 B
PHP
Executable File
24 lines
750 B
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Cachet HQ <support@cachethq.io>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
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?',
|
|
'admin_account' => 'Administrator-Account',
|
|
'complete_setup' => 'Setup abschließen',
|
|
'completed' => 'Cachet wurde erfolgreich eingerichtet!',
|
|
'finish_setup' => 'Zum Dashboard',
|
|
'allow_tracking' => 'Allow anonymous usage tracking?',
|
|
];
|