diff options
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 612594bf359..8d15679363e 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -109,6 +109,8 @@ OC.L10N.register( "Create new folder" : "Создать папку", "Upload file" : "Загрузить файл", "Recent" : "Недавно изменённые", + "This file has the tag {tag}" : "У этого файла есть тэг: {tag}", + "This file has the tags {firstTags} and {lastTag}" : "У этого файла есть тэги: {firstTags} и {lastTag}", "Not favorited" : "Не избранное", "Remove from favorites" : "Удалить из избранных", "Add to favorites" : "Добавить в избранное", @@ -221,7 +223,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", "Error while loading the file data" : "Не удалось загрузить данные файла", "Pick a template for {name}" : "Выбрать шаблон для {name}", - "Cancel" : "Отменить", "Create" : "Создать", "Create a new file with the selected template" : "Создать файл на основе шаблона", "Creating file" : "Создание файла", @@ -230,6 +231,7 @@ OC.L10N.register( "Delete permanently" : "Удалить навсегда", "Set up templates folder" : "Указать папку шаблонов", "Templates" : "Шаблоны", + "Create new templates folder" : "Создать новую папку шаблонов", "Unable to initialize the templates directory" : "Не удалось инициализировать каталог шаблонов", "Toggle %1$s sublist" : "Переключить %1$s подсписок", "Toggle grid view" : "Включить или отключить режим просмотра сеткой", @@ -255,6 +257,7 @@ OC.L10N.register( "Unlimited" : "Неограничено", "Search users" : "Поиск пользователей", "Cannot transfer ownership of a file or folder you don't own" : "Изменение владельца возможно только для своих файлов и папок", + "Cancel" : "Отменить", "%s used" : "%s использовано", "%s%%" : "%s%%", "%1$s of %2$s used" : "использовано %1$s из %2$s ", |