diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 6731d65841d..a5e9c709715 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Просмотр сеткой", "Home" : "Главная", "Close" : "Закрыть", - "Favorites" : "Избранные", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ", "Upload cancelled." : "Отправка отменена.", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "Избранное", "Favorite" : "Добавить в избранное", "Copy direct link (only works for users who have access to this file/folder)" : "Копировать прямую ссылку (работает только для пользователей с правами доступа к этому файлу или каталогу)", - "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "New folder" : "Новый каталог", "Create new folder" : "Создать папку", "Upload file" : "Загрузить файл", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "Удалено из избранного", "You added {file} to your favorites" : "Вы добавили «{file}» в избранное", "You removed {file} from your favorites" : "Вы удалили «{file}» из избранного", + "Favorites" : "Избранные", "File changes" : "Изменения файлов", "Created by {user}" : "Создано {user}", "Changed by {user}" : "Изменено {user}", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "Обновить текущий каталог", "Go to the \"{dir}\" directory" : "Перейти в каталог \"{dir}\"", "Select the row for {displayName}" : "Выбрать строку для {displayName}", - "Open folder {name}" : "Открыть папку {name}", + "File name" : "Имя файла", "Download file {name}" : "Скачать файл {name}", "\"{displayName}\" action executed successfully" : "Действие \"{displayName}\" выполнено успешно", "\"{displayName}\" action failed" : "Действие \"{displayName}\" завершилось неудачно", + "Name cannot be empty" : "Имя не может быть пустым", "Total rows summary" : "Количество строк в общем", "Select all" : "Выбрать всё", "Unselect all" : "Отменить выделение для всех", @@ -228,6 +228,7 @@ OC.L10N.register( "Blank" : "Пустой", "Unable to create new file from template" : "Не удалось создать файл на основе шаблона", "Delete permanently" : "Удалить навсегда", + "Open details" : "Открыть подробности", "Set up templates folder" : "Указать папку шаблонов", "Templates" : "Шаблоны", "Create new templates folder" : "Создать новую папку шаблонов", @@ -249,6 +250,7 @@ OC.L10N.register( "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Storage invalid" : "Хранилище неисправно", + "You can only favorite a single file or folder at a time" : "Одновременно можно выбрать только один файл или папку", "Unlimited" : "Неограничено", "Search users" : "Поиск пользователей", "Cancel" : "Отменить", @@ -256,6 +258,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "использовано %1$s из %2$s ", "Deleted files" : "Корзина", + "Open folder {name}" : "Открыть папку {name}", "Search for an account" : "Поиск по учетной записи" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |