Cachet/resources/lang/sr/setup.php
2016-02-18 14:16:40 +00:00

24 lines
716 B
PHP
Executable File

<?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 [
'setup' => 'Setup',
'title' => 'Setup Cachet',
'service_details' => 'Service details',
'env_setup' => 'Environment setup',
'status_page_setup' => 'Status page setup',
'show_support' => 'Show support for Cachet?',
'admin_account' => 'Administrator account',
'complete_setup' => 'Complete setup',
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];