Cachet/resources/lang/ru/setup.php
2015-08-01 17:07:06 +01:00

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