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

sk.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e544e1310ecff6637d7d13623861d3bb3f856f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OC.L10N.register(
    "files_retention",
    {
    "Files retention" : "Uchovávanie súborov",
    "{file} will be removed in 24 hours" : "{file} bude odstránený v priebehu 24 hodín",
    "Your systems retention rules will delete this file within 24 hours." : "Vaše pravidlá údržby systému tento súbor odstránia do 24 hodín.",
    "Retention" : "Uchovávanie",
    "This application allows for automatic deletion of files after a given time." : "Táto aplikácia umožňuje automatické mazanie súborov po určitom čase",
    "An app for Nextcloud to control automatic deletion of files after a given time.\nOptionally the users can be informed the day before." : "Aplikácia pre Nextcloud pre kontrolu automatikého mazania súborov po určitom čase.\nPoužívatelia môžu byť prípadne informovaní deň vopred.",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Definujte, či by sa súbory označené štítkom mali po určitom čase automaticky odstrániť. To je užitočné pre dôverné dokumenty.",
    "Create" : "Vytvoriť",
    "Days" : "Dní",
    "Weeks" : "Týždňov",
    "Months" : "Mesiacov",
    "Years" : "Rokov",
    "Creation" : "Vytvorenie",
    "Last modification" : "Naposledy zmenené",
    "Not a number" : "Nie je číslo",
    "Select tag…" : "Vybrať štítok...",
    "Delete" : "Zmazať",
    "Yes" : "Áno",
    "No" : "Nie",
    "Error while deleting the retention rule" : "Chyba pri odstraňovaní pravidla uchovávania",
    "File retention" : "Uchovávanie súborov",
    "Open documentation" : "Otvoriť dokumentáciu",
    "after" : "po",
    "Notify users a day before retention will delete a file" : "Upozorní používateľov deň pred vymazaním súboru",
    "Tag" : "Štítok",
    "Time" : "Čas",
    "After" : "Po",
    "Active" : "Aktívne",
    "Retention rule saved" : "Pravidlo uchovávania bolo uložené",
    "An error occurred while trying to save the retention rule" : "Pri pokuse o uloženie pravidla o uchovávaní sa vyskytla chyba"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");