24 lines
718 B
PHP
Raw Permalink Normal View History

2017-05-06 10:08:55 +01:00
<?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 [
2018-07-12 08:43:54 +01:00
'setup' => 'Setup',
'title' => 'Install Cachet',
2017-05-06 10:08:55 +01:00
'service_details' => 'Service Details',
'env_setup' => 'Environment Setup',
2018-07-12 08:43:54 +01:00
'status_page_setup' => 'Status Page Setup',
2017-05-06 10:08:55 +01:00
'show_support' => 'Show support for Cachet?',
2018-07-12 08:43:54 +01:00
'admin_account' => 'Administrator Account',
2017-05-06 10:08:55 +01:00
'complete_setup' => 'Complete Setup',
2018-07-12 08:43:54 +01:00
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];