nextcloud/settings/l10n/ru_RU.php

59 lines
4.5 KiB
PHP
Raw 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 $TRANSLATIONS = array(
"Unable to load list from App Store" => "Невозможно загрузить список из App Store",
"Group already exists" => "Группа уже существует",
"Unable to add group" => "Невозможно добавить группу",
"Could not enable app. " => "Не удалось запустить приложение",
"Email saved" => "Email сохранен",
"Invalid email" => "Неверный email",
"OpenID Changed" => "OpenID изменен",
"Invalid request" => "Неверный запрос",
"Unable to delete group" => "Невозможно удалить группу",
"Authentication error" => "Ошибка авторизации",
"Unable to delete user" => "Невозможно удалить пользователя",
"Language changed" => "Язык изменен",
"Admins can't remove themself from the admin group" => "Администраторы не могут удалить сами себя из группы администраторов",
"Unable to add user to group %s" => "Невозможно добавить пользователя в группу %s",
"Unable to remove user from group %s" => "Невозможно удалить пользователя из группы %s",
"Disable" => "Отключить",
"Enable" => "Включить",
"Saving..." => "Сохранение",
"__language_name__" => "__язык_имя__",
"Add your App" => "Добавить Ваше приложение",
"More Apps" => "Больше приложений",
"Select an App" => "Выбрать приложение",
"See application page at apps.owncloud.com" => "Обратитесь к странице приложений на apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>",
"User Documentation" => "Документация пользователя",
"Administrator Documentation" => "Документация администратора",
"Online Documentation" => "Документация online",
"Forum" => "Форум",
"Bugtracker" => "Отслеживание ошибок",
"Commercial Support" => "Коммерческая поддержка",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Вы использовали <strong>%s</strong> из возможных <strong>%s</strong>",
"Clients" => "Клиенты",
"Download Android Client" => "Загрузить клиент под Android ",
"Download iOS Client" => "Загрузить клиент под iOS ",
"Password" => "Пароль",
"Your password was changed" => "Ваш пароль был изменен",
"Unable to change your password" => "Невозможно изменить Ваш пароль",
"Current password" => "Текущий пароль",
"New password" => "Новый пароль",
"show" => "показать",
"Change password" => "Изменить пароль",
"Email" => "Электронная почта",
"Your email address" => "Адрес Вашей электронной почты",
"Fill in an email address to enable password recovery" => "Введите адрес электронной почты для возможности восстановления пароля",
"Language" => "Язык",
"Help translate" => "Помогите перевести",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Используйте этот адрес для подключения к ownCloud в Вашем файловом менеджере",
"Version" => "Версия",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разработанный <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Name" => "Имя",
"Groups" => "Группы",
"Create" => "Создать",
"Other" => "Другой",
"Group Admin" => "Группа Admin",
"Delete" => "Удалить"
);