Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ru.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12978bca2451d5188b6061813089ec80332e5783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php $TRANSLATIONS = array(
"Authentication error" => "Ошибка аутентификации",
"OpenID Changed" => "OpenID был изменён",
"Invalid request" => "Неверный запрос",
"Language changed" => "Язык изменён",
"Add your application" => "Добавить ваше приложение",
"Select an App" => "Выбрать приложение",
"-licensed" => "-лицензия",
"by" => "от",
"Ask a question" => "Задать вопрос",
"Problems connecting to help database." => "Проблема соединения с базой данных помощи.",
"Go there manually." => "Войти самостоятельно.",
"Answer" => "Ответ",
"You use" => "Вы используете",
"of the available" => "из доступных",
"Your password got changed" => "Ваш пароль был изменён",
"Unable to change your password" => "Невозможно сменить пароль",
"Current password" => "Текущий пароль",
"New password" => "Новый пароль",
"show" => "показать",
"Change password" => "Сменить пароль",
"Language" => "Язык",
"Help translating" => "Помощь с переводом",
"use this address to connect to your ownCloud in your file manager" => "используйте данный адрес для подключения к ownCloud в вашем файловом менеджере",
"Name" => "Имя",
"Password" => "Пароль",
"Groups" => "Группы",
"Create" => "Создать",
"Delete" => "Удалить"
);