2015-01-13 10:13:11 +01:00
|
|
|
<?php
|
|
|
|
|
2015-04-19 08:52:39 +01:00
|
|
|
/*
|
|
|
|
* This file is part of Cachet.
|
|
|
|
*
|
2015-07-06 17:37:01 +01:00
|
|
|
* (c) Alt Three Services Limited
|
2015-04-19 08:52:39 +01:00
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*/
|
|
|
|
|
2015-01-13 10:13:11 +01:00
|
|
|
return [
|
2015-08-08 14:46:08 +01:00
|
|
|
'setup' => 'Installation',
|
|
|
|
'title' => 'Cachet installieren',
|
|
|
|
'service_details' => 'Servicedetails',
|
|
|
|
'env_setup' => 'Einrichtung der Systemumgebung',
|
|
|
|
'status_page_setup' => 'Statusseite einrichten',
|
2015-05-02 09:04:07 +01:00
|
|
|
'show_support' => 'Möchten Sie Cachet unterstützen?',
|
2016-01-29 22:05:05 +00:00
|
|
|
'admin_account' => 'Administrator Konto',
|
2015-08-08 14:46:08 +01:00
|
|
|
'complete_setup' => 'Installation abschließen',
|
|
|
|
'completed' => 'Cachet wurde erfolgreich konfiguriert!',
|
|
|
|
'finish_setup' => 'Zum Dashboard wechseln',
|
2015-01-13 10:13:11 +01:00
|
|
|
];
|