mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 03:02:38 +01:00
14 lines
523 B
PHP
14 lines
523 B
PHP
<?php
|
|
|
|
return [
|
|
'setup' => 'Setup',
|
|
'title' => 'Setup Cachet',
|
|
'service_details' => 'Service Details',
|
|
'status_page_setup' => 'Status Page Setup',
|
|
'show_support' => 'Show support for Cachet? <small>Places a link in the footer linking to Cachet.</small>',
|
|
'admin_account' => 'Administrator Account',
|
|
'complete_setup' => 'Complete Setup',
|
|
'completed' => 'Cachet has been configured successfully!',
|
|
'finish_setup' => 'Go to dashboard',
|
|
];
|