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

sk.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da7ae1185615c25891982746d6809bf9b64d7c87 (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" : "Nemožno zmazať %s navždy",
    "Couldn't restore %s" : "Nemožno obnoviť %s",
    "Deleted files" : "Zmazané súbory",
    "Restore" : "Obnoviť",
    "Delete" : "Zmazať",
    "Delete permanently" : "Zmazať  natrvalo",
    "Error" : "Chyba",
    "This operation is forbidden" : "Táto operácia je zakázaná",
    "This directory is unavailable, please check the logs or contact the administrator" : "Priečinok je nedostupný, skontrolujte prosím logy, alebo kontaktujte správcu",
    "restored" : "obnovené",
    "No deleted files" : "Žiadne zmazané súbory",
    "You will be able to recover deleted files from here" : "Tu budete mať možnosť obnoviť zmazané súbory",
    "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
    "Select all" : "Vybrať všetko",
    "Name" : "Názov",
    "Deleted" : "Zmazané"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");