mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
24 lines
716 B
PHP
Executable File
24 lines
716 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' => 'Setup',
|
|
'title' => 'Setup Cachet',
|
|
'service_details' => 'Service details',
|
|
'env_setup' => 'Environment setup',
|
|
'status_page_setup' => 'Status page setup',
|
|
'show_support' => 'Show support for Cachet?',
|
|
'admin_account' => 'Administrator account',
|
|
'complete_setup' => 'Complete setup',
|
|
'completed' => 'Cachet has been configured successfully!',
|
|
'finish_setup' => 'Go to dashboard',
|
|
];
|