2017-05-06 10:05:42 +01:00
|
|
|
<?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' => 'Інсталяція',
|
|
|
|
'title' => 'Встановити Cachet',
|
|
|
|
'service_details' => 'Сервісна інформація',
|
|
|
|
'env_setup' => 'Налаштування середовища',
|
|
|
|
'status_page_setup' => 'Налаштування сторінки стану',
|
|
|
|
'show_support' => 'Показати підтримку Cachet?',
|
|
|
|
'admin_account' => 'Аккаунт адміністратора',
|
|
|
|
'complete_setup' => 'Завершити інсталяцію',
|
|
|
|
'completed' => 'Cachet успішно налаштований!',
|
|
|
|
'finish_setup' => 'Перейти на робочий стіл',
|
2017-05-06 10:10:36 +00:00
|
|
|
];
|