diff options
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index d293b91c6b9..102db497765 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -171,6 +171,8 @@ OC.L10N.register( "File Management" : "Správa súborov", "Reload current directory" : "Znova načítať súčasný adresár", "Go to the \"{dir}\" directory" : "Ísť do \"{dir}\" adresára", + "Drag and drop files here to upload" : "Pre nahratie presuňte do tohto priestoru súbory ťahaním", + "Upload successful" : "Nahrávanie bolo úspešné", "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Rename file" : "Premenovať súbor", "A long time ago" : "Pred dlhším časom", @@ -182,12 +184,15 @@ OC.L10N.register( "\"{displayName}\" action failed" : "\"{displayName}\" akcia zlýhala", "\"{name}\" is not an allowed filetype." : "\"{name}\" nie je povolený typ súboru", "{newName} already exists." : "{newName} už existuje.", + "\"{char}\" is not allowed inside a file name." : "Znak \"{char}\" nie je povolený v názve súboru.", "Name cannot be empty" : "Názov nemôže byť prázdny", "Another entry with the same name already exists" : "Názov už existuje", "Renamed \"{oldName}\" to \"{newName}\"" : "Premenované z \"{oldName}\" na \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Nebolo možné premenovať \"{oldName}\". Položka už neexistuje.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Názov \"{newName}\" sa už používa v adresári \"{dir}\". Vyberte prosím iný názov.", "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", + "Could not copy {file}. {message}" : "Nepodarilo sa skopírovať {file}. {message}", + "Could not move {file}. {message}" : "Nepodarilo sa presunúť {file}. {message}", "Total rows summary" : "Súčet všetkých riadkov", "ascending" : "vzostupne", "descending" : "zostupne", @@ -197,6 +202,8 @@ OC.L10N.register( "List of files and folders." : "Zoznam súborov a adresárov.", "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}", "File not found" : "Súbor nenájdený", + "_{count} file_::_{count} files_" : ["{count} súbor","{count} súbory","{count} súborov","{count} súborov"], + "_{count} folder_::_{count} folders_" : ["{count} priečinok","{count} priečinky","{count} priečinkov","{count} priečinkov"], "Storage informations" : "Úložiskové informácie", "{usedQuotaByte} used" : "{usedQuotaByte} použitých", "{relative}% used" : "{relative}% použitých", @@ -244,6 +251,11 @@ OC.L10N.register( "Blank" : "Prázdne", "Unable to create new file from template" : "Nemôžem vytvoriť nový súbor zo šablóny", "Delete permanently" : "Zmazať natrvalo", + "Destination is not a folder" : "Cieľ nie je priečinok", + "This file/folder is already in that directory" : "Tento súbor/priečinok sa už v danom adresári nachádza", + "The files is locked" : "Súbory sú uzamknuté", + "The file does not exist anymore" : "Súbor už neexistuje", + "Chose destination" : "Vyberte cieľ", "Copy to {target}" : "Kopírovať do {target}", "Move to {target}" : "Presunúť do {target}", "Cancelled move or copy operation" : "Zrušená operácia kopírovania alebo presunu", @@ -255,6 +267,8 @@ OC.L10N.register( "Templates" : "Šablóny", "Create new templates folder" : "Vytvoriť nový vzorový priečinok", "Unable to initialize the templates directory" : "Nemôžem inicializovať priečinok so šablónami", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"], "List of favorites files and folders." : "Zoznam obľúbených súborov a adresárov.", "No favorites yet" : "Zatiaľ žiadne obľúbené", "Files and folders you mark as favorite will show up here" : "Súbory a priečinky označené ako obľúbené budú zobrazené tu", |