2015-01-05 11:12:34 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'setup' => 'Setup',
|
|
|
|
'title' => 'Setup Cachet',
|
|
|
|
'service_details' => 'Service Details',
|
|
|
|
'status_page_setup' => 'Status Page Setup',
|
2015-01-06 16:17:24 +00:00
|
|
|
'show_support' => 'Show support for Cachet? <small>Places a link in the footer linking to Cachet.</small>',
|
2015-01-05 11:12:34 +00:00
|
|
|
'admin_account' => 'Administrator Account',
|
2015-01-06 13:08:15 -06:00
|
|
|
'complete_setup' => 'Complete Setup',
|
|
|
|
'completed' => 'Cachet has been configured successfully!',
|
|
|
|
'finish_setup' => 'Go to dashboard',
|
2015-01-05 11:12:34 +00:00
|
|
|
];
|