mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-21 09:42:50 +01:00
24 lines
762 B
PHP
24 lines
762 B
PHP
<?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' => 'Installera Cachet',
|
|
'service_details' => 'Servicedetaljer',
|
|
'env_setup' => 'Miljöinställningar',
|
|
'status_page_setup' => 'Inställningar för statussida',
|
|
'show_support' => 'Visa ditt stöd för Cachet?',
|
|
'admin_account' => 'Administrationskonto',
|
|
'complete_setup' => 'Färdigställ installationen',
|
|
'completed' => 'Cachet är färdigkonfigurerat!',
|
|
'finish_setup' => 'Gå till intrumentpanelen',
|
|
];
|