Cachet/resources/lang/en/setup.php

24 lines
718 B
PHP
Raw Normal View History

<?php
/*
* This file is part of Cachet.
*
2015-07-06 17:37:01 +01:00
* (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',
2016-09-05 19:36:41 +01:00
'title' => 'Install Cachet',
2016-02-18 14:16:40 +00:00
'service_details' => 'Service Details',
'env_setup' => 'Environment Setup',
'status_page_setup' => 'Status Page Setup',
'show_support' => 'Show support for Cachet?',
2016-02-18 14:16:40 +00:00
'admin_account' => 'Administrator Account',
'complete_setup' => 'Complete Setup',
2015-01-06 13:08:15 -06:00
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];