diff options
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index fd38eed5757..049929e2e39 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -177,7 +177,6 @@ OC.L10N.register( "Upload successful" : "Nahrávanie bolo úspešné", "\"{displayName}\" action executed successfully" : "\"{displayName}\" akcia vykonaná úspešne", "\"{displayName}\" action failed" : "\"{displayName}\" akcia zlýhala", - "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Rename file" : "Premenovať súbor", "File name" : "Názov súboru", "Folder name" : "Názov priečinka", @@ -195,8 +194,6 @@ OC.L10N.register( "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", - "Select all" : "Vybrať všetko", - "Unselect all" : "Zrušiť výber", "\"{displayName}\" batch action executed successfully" : "Hromadná operácia \"{displayName}\" bola úspešne vykonaná", "List of files and folders." : "Zoznam súborov a priečinkov.", "Column headers with buttons are sortable." : "Stĺpce hlavičiek s tlačidlami sú triediteľné.", @@ -291,6 +288,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "Súbory a priečinky, ktoré ste nedávno upravili sa zobrazia tu", "Toggle %1$s sublist" : "Prepnúť %1$s podzoznam", "No entries found in this folder" : "V tomto priečinku nebolo nič nájdené", + "Select all" : "Vybrať všetko", "Upload too large" : "Nahrávanie je príliš veľké", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Súbory, ktoré sa snažíte nahrať, presahujú maximálnu veľkosť pre nahratie súborov na tento server.", "Text file" : "Textový súbor", @@ -308,7 +306,9 @@ OC.L10N.register( "Pending shares" : "Čakajúce prístupy", "This file has the tag {tag}" : "Tento súbor má štítok {tag}", "This file has the tags {firstTags} and {lastTag}" : "Tento súbor má štítky {firstTags} a {lastTag}", + "Select the row for {displayName}" : "Vybrať riadok pre {displayName}", "Open folder {name}" : "Otvoriť súbor {name}", + "Unselect all" : "Zrušiť výber", "ascending" : "vzostupne", "descending" : "zostupne", "Sort list by {column} ({direction})" : "Zoradiť zoznam podľa {column} ({direction})", |