owncloud/core

View on GitHub
apps/files_trashbin/l10n/uk.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 % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");