mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
24 lines
770 B
PHP
Executable File
24 lines
770 B
PHP
Executable File
<?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' => 'Installation',
|
|
'title' => 'Cachet installieren',
|
|
'service_details' => 'Servicedetails',
|
|
'env_setup' => 'Einrichtung der Systemumgebung',
|
|
'status_page_setup' => 'Statusseite einrichten',
|
|
'show_support' => 'Möchten Sie Cachet unterstützen?',
|
|
'admin_account' => 'Administratorkonto',
|
|
'complete_setup' => 'Installation abschließen',
|
|
'completed' => 'Cachet wurde erfolgreich konfiguriert!',
|
|
'finish_setup' => 'Zum Dashboard wechseln',
|
|
];
|