Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uk.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30752cbfa7842b439791d6a931ac1ea2c3ac0f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));");