Cachet/resources/lang/ru/setup.php
2016-07-06 19:14:21 +01:00

24 lines
985 B
PHP

<?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' => 'Перейти в панель управления',
];