diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 12eba3ac5b3..3127ecbb3ae 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage invalid" : "Хранилище неисправно", "Unknown error" : "Неизвестная ошибка", - "All files" : "Все файлы", - "Recent" : "Недавно изменённые", - "Favorites" : "Избранные", "File could not be found" : "Невозможно найти файл", "Move or copy" : "Переместить или копировать", "Download" : "Скачать", "Delete" : "Удалить", "Home" : "Главная", "Close" : "Закрыть", + "Favorites" : "Избранные", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ", "Upload cancelled." : "Отправка отменена.", @@ -94,6 +92,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "New folder" : "Новый каталог", "Upload file" : "Отправить файл", + "Recent" : "Недавно изменённые", "Not favorited" : "Не избранное", "Remove from favorites" : "Удалить из избранных", "Add to favorites" : "Добавить в избранное", @@ -135,6 +134,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "Файл или каталог <strong>удалён</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>", "A file or folder has been <strong>restored</strong>" : "Файл или каталог <strong>восстановлен</strong>", + "All files" : "Все файлы", "Unlimited" : "Неограничено", "Upload (max. %s)" : "Отправка (максимум %s)", "Accept" : "Принять", |