summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sk_SK.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sk_SK.php')
-rw-r--r--apps/files/l10n/sk_SK.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php
index 8d8848e6a5d..7c4b81138a3 100644
--- a/apps/files/l10n/sk_SK.php
+++ b/apps/files/l10n/sk_SK.php
@@ -28,10 +28,11 @@ $TRANSLATIONS = array(
"Upload failed. Could not get file info." => "Nahrávanie zlyhalo. Nepodarilo sa získať informácie o súbore.",
"Invalid directory." => "Neplatný priečinok.",
"Files" => "Súbory",
+"All files" => "Všetky súbory",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Nemožno nahrať súbor {filename}, pretože je to priečinok, alebo má 0 bitov",
"Total file size {size1} exceeds upload limit {size2}" => "Celková veľkosť súboru {size1} prekračuje upload limit {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" => "Nie je dostatok voľného miesta, chcete nahrať {size1} ale k dispozíciji je len {size2}",
-"Upload cancelled." => "Odosielanie zrušené.",
+"Upload cancelled." => "Odosielanie je zrušené.",
"Could not get result from server." => "Nepodarilo sa dostať výsledky zo servera.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
"URL cannot be empty" => "URL nemôže byť prázdna",
@@ -44,7 +45,8 @@ $TRANSLATIONS = array(
"Delete" => "Zmazať",
"Rename" => "Premenovať",
"Your download is being prepared. This might take some time if the files are big." => "Vaše sťahovanie sa pripravuje. Ak sú sťahované súbory veľké, môže to chvíľu trvať.",
-"Pending" => "Prebieha",
+"Pending" => "Čaká",
+"Error moving file." => "Chyba pri presune súboru.",
"Error moving file" => "Chyba pri presúvaní súboru",
"Error" => "Chyba",
"Could not rename file" => "Nemožno premenovať súbor",
@@ -82,6 +84,7 @@ $TRANSLATIONS = array(
"Download" => "Sťahovanie",
"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.",
-"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané."
+"Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.",
+"Currently scanning" => "Prehľadáva sa"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";