Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ OC.L10N.register(
"Invalid share token" : "Неправильный токен доступа",
"No user found" : "Пользователь не найден",
"This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file. Not enough permissions" : "Невозможно прочитать файл -- недостаточно прав.",
"Cannot convert the encoding to UTF-8." : "Невозможно преобразовать кодировку в UTF-8.",
"Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
Expand Down
1 change: 1 addition & 0 deletions l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Invalid share token" : "Неправильный токен доступа",
"No user found" : "Пользователь не найден",
"This file is too big to be opened. Please download the file instead." : "Файл слишком большой для открытия. Пожалуйста скачайте его.",
"Cannot read the file. Not enough permissions" : "Невозможно прочитать файл -- недостаточно прав.",
"Cannot convert the encoding to UTF-8." : "Невозможно преобразовать кодировку в UTF-8.",
"Cannot read the file." : "Не удается прочитать файл.",
"Invalid file path supplied." : "Указан некорректный путь.",
Expand Down
Loading