Hauk/backend-php/include/lang/ru/texts.php

18 lines
1.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$LANG['location_invalid'] = 'Неверное местоположение!';
$LANG['session_invalid'] = 'Неверная сессия!';
$LANG['group_pin_invalid'] = 'Неверный групповой PIN!';
$LANG['share_mode_unsupported'] = 'Неправильный режим шары!';
$LANG['interval_too_short'] = 'Слишкмо малое время пинга!';
$LANG['interval_too_long'] = 'Слишком большое время пинга!';
$LANG['share_too_long'] = 'Слишком длинное время жизни шары!';
$LANG['incorrect_password'] = 'Неверный пароль!';
$LANG['share_adoption_not_allowed'] = 'Сервер этой шары не позволяет добавлять сессии!';
$LANG['group_share_not_adoptable'] = 'Не могу добавить групповую шару!';
$LANG['share_not_found'] = 'Данная шара уже не существует!';
$LANG['session_expired'] = 'Сессия истекла!';
$LANG['invalid_storage'] = 'У вас неверный storage_backend для Hauk!';
$LANG['no_redis_ext'] = 'Нет включенных совместимых расширений redis в вашей конфигурации PHP!';
$LANG['no_memcached_ext'] = 'Нет включенных совместимых расширений в вашей конфигурации PHP (memcache or memcached)!';
$LANG['config_missing'] = 'Не могу найти config.php!';
$LANG['cannot_find_password_file'] = 'Не удается найти файл пароля';