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

sk_SK.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 483691acf9992e3b47b8d963ae1626598eab09e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 permanently" : "Zmazať  natrvalo",
    "Error" : "Chyba",
    "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é",
    "Delete" : "Zmazať"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");