owncloud/core

View on GitHub
apps/files_trashbin/l10n/ru_RU.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "%s не может быть удалён навсегда",
    "Couldn't restore %s" : "%s не может быть восстановлен",
    "Deleted files" : "Удалённые файлы",
    "Restore" : "Восстановить",
    "Delete" : "Удалить",
    "Delete permanently" : "Удалить навсегда",
    "Error" : "Ошибка",
    "This operation is forbidden" : "Операция запрещена",
    "This directory is unavailable, please check the logs or contact the administrator" : "Директория недоступна, пожалуйста проверьте журнал сообщений или свяжитесь с администратором",
    "restored" : "восстановлен",
    "No deleted files" : "Нет удалённых файлов",
    "You will be able to recover deleted files from here" : "Здесь вы сможете восстановить удалённые файлы",
    "No entries found in this folder" : "Нет элементов в этом каталоге",
    "Select all" : "Выделить все",
    "Name" : "Имя",
    "Deleted" : "Удалено"
},
"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);");