mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 19:24:03 +01:00
12 lines
343 B
PHP
12 lines
343 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?',
|
|
'admin_account' => 'Administrator Account',
|
|
'complete_setup' => 'Complete Setup'
|
|
];
|