mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
24 lines
735 B
PHP
Executable File
24 lines
735 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' => 'Opsætning',
|
|
'title' => 'Cachet opsætning',
|
|
'service_details' => 'Service detaljer',
|
|
'env_setup' => 'Opsægning af miljø',
|
|
'status_page_setup' => 'Statusside setup',
|
|
'show_support' => 'Vis Cachet support?',
|
|
'admin_account' => 'Administratorkonto',
|
|
'complete_setup' => 'Gennemfør opsætning',
|
|
'completed' => 'Cachet er nu sat op og er klar til brug!',
|
|
'finish_setup' => 'Gå til oversigtssiden',
|
|
];
|