diff options
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index a0c8c8970b5..bcb44beb3f3 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -219,6 +219,7 @@ OC.L10N.register( "Show those shortcuts" : "Zobraziť klávesové skratky", "You" : "Vy", "Shared multiple times with different people" : "Zdieľané viackrát rôznymi ľuďmi", + "Unable to change the favorite state of the file" : "Nie je možné zmeniť stav „obľúbené“ súboru", "Error while loading the file data" : "Chyba pri načítaní údajov súboru", "Owner" : "Vlastník", "Remove from favorites" : "Odstrániť z obľúbených", @@ -259,8 +260,11 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Chystáte sa vymazať {count} položku","Chystáte sa vymazať {count} položky","Chystáte sa vymazať {count} položiek","Chystáte sa vymazať {count} položiek"], "Confirm deletion" : "Potvrdiť vymazanie", "Cancel" : "Zrušiť", + "Download" : "Stiahnuť", "Moving \"{source}\" to \"{destination}\" …" : "Presúvanie \"{source}\" do \"{destination}\" …", "Copying \"{source}\" to \"{destination}\" …" : "Kopírovanie \"{source}\" do \"{destination}\" …", + "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", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Nemôžete presunúť súbor/priečinok do seba alebo do jeho podpriečinka.", "(copy)" : "(kopírovať)", "(copy %n)" : "(kopírovať %n)", @@ -322,6 +326,9 @@ OC.L10N.register( "Files moved successfully" : "Súbory boli úspešne presunuté", "Conflicts resolution skipped" : "Riešenie konfliktov bolo preskočené", "Upload cancelled" : "Odosielanie bolo zrušené", + "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 priečinku \"{dir}\". Vyberte prosím iný názov.", + "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "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", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", @@ -352,7 +359,6 @@ OC.L10N.register( "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.", "File could not be found" : "Súbor nie je možné nájsť", - "Download" : "Stiahnuť", "Show list view" : "Zobraziť ako zoznam", "Show grid view" : "Zobraziť v mriežke", "Close" : "Zavrieť", @@ -391,9 +397,6 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Skopírované {origin} do {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Skopírované {origin} a {nbfiles} ostatných súborov do {destination}", "{newName} already exists" : "{newName} už existuje", - "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 priečinku \"{dir}\". Vyberte prosím iný názov.", - "Could not rename \"{oldName}\"" : "Nebolo možné premenovať \"{oldName}\"", "Could not create file \"{file}\"" : "Nie je možné vytvoriť súbor \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Nie je možné vytvoriť súbor \"{file}\" lebo už existuje", "Could not create folder \"{dir}\" because it already exists" : "Nie je možné vytvoriť priečinok \"{dir}\" lebo už existuje", @@ -442,8 +445,6 @@ OC.L10N.register( "{fileCount} files and {folderCount} folders" : "{fileCount} súborov a {folderCount} priečinkov", "Personal Files" : "Osobné Súbory", "Text file" : "Textový súbor", - "New text file.txt" : "Nový text file.txt", - "{count} files could not be converted" : "{count} súborov sa nepodarilo skonvertovať", - "{count} files successfully converted" : "{count} súborov bolo skonvertovaných" + "New text file.txt" : "Nový text file.txt" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |