You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sk_SK.php 4.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php $TRANSLATIONS = array(
  2. "Could not move %s - File with this name already exists" => "Nie je možné presunúť %s - súbor s týmto menom už existuje",
  3. "Could not move %s" => "Nie je možné presunúť %s",
  4. "Unable to rename file" => "Nemožno premenovať súbor",
  5. "No file was uploaded. Unknown error" => "Žiaden súbor nebol odoslaný. Neznáma chyba",
  6. "There is no error, the file uploaded with success" => "Nenastala žiadna chyba, súbor bol úspešne nahraný",
  7. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Nahraný súbor predčil konfiguračnú direktívu upload_max_filesize v súbore php.ini:",
  8. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Nahrávaný súbor presiahol MAX_FILE_SIZE direktívu, ktorá bola špecifikovaná v HTML formulári",
  9. "The uploaded file was only partially uploaded" => "Nahrávaný súbor bol iba čiastočne nahraný",
  10. "No file was uploaded" => "Žiaden súbor nebol nahraný",
  11. "Missing a temporary folder" => "Chýbajúci dočasný priečinok",
  12. "Failed to write to disk" => "Zápis na disk sa nepodaril",
  13. "Invalid directory." => "Neplatný adresár",
  14. "Files" => "Súbory",
  15. "Unshare" => "Nezdielať",
  16. "Delete" => "Odstrániť",
  17. "Rename" => "Premenovať",
  18. "{new_name} already exists" => "{new_name} už existuje",
  19. "replace" => "nahradiť",
  20. "suggest name" => "pomôcť s menom",
  21. "cancel" => "zrušiť",
  22. "replaced {new_name}" => "prepísaný {new_name}",
  23. "undo" => "vrátiť",
  24. "replaced {new_name} with {old_name}" => "prepísaný {new_name} súborom {old_name}",
  25. "unshared {files}" => "zdieľanie zrušené pre {files}",
  26. "deleted {files}" => "zmazané {files}",
  27. "'.' is an invalid file name." => "'.' je neplatné meno súboru.",
  28. "File name cannot be empty." => "Meno súboru nemôže byť prázdne",
  29. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nesprávne meno, '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nie sú povolené hodnoty.",
  30. "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ť.",
  31. "Unable to upload your file as it is a directory or has 0 bytes" => "Nemôžem nahrať súbor lebo je to priečinok alebo má 0 bajtov.",
  32. "Upload Error" => "Chyba odosielania",
  33. "Close" => "Zavrieť",
  34. "Pending" => "Čaká sa",
  35. "1 file uploading" => "1 súbor sa posiela ",
  36. "{count} files uploading" => "{count} súborov odosielaných",
  37. "Upload cancelled." => "Odosielanie zrušené",
  38. "File upload is in progress. Leaving the page now will cancel the upload." => "Opustenie stránky zruší práve prebiehajúce odosielanie súboru.",
  39. "URL cannot be empty." => "URL nemôže byť prázdne",
  40. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Neplatné meno adresára. Používanie mena 'Shared' je vyhradené len pre Owncloud",
  41. "{count} files scanned" => "{count} súborov prehľadaných",
  42. "error while scanning" => "chyba počas kontroly",
  43. "Name" => "Meno",
  44. "Size" => "Veľkosť",
  45. "Modified" => "Upravené",
  46. "1 folder" => "1 priečinok",
  47. "{count} folders" => "{count} priečinkov",
  48. "1 file" => "1 súbor",
  49. "{count} files" => "{count} súborov",
  50. "Upload" => "Odoslať",
  51. "File handling" => "Nastavenie správanie k súborom",
  52. "Maximum upload size" => "Maximálna veľkosť odosielaného súboru",
  53. "max. possible: " => "najväčšie možné:",
  54. "Needed for multi-file and folder downloads." => "Vyžadované pre sťahovanie viacerých súborov a adresárov.",
  55. "Enable ZIP-download" => "Povoliť sťahovanie ZIP súborov",
  56. "0 is unlimited" => "0 znamená neobmedzené",
  57. "Maximum input size for ZIP files" => "Najväčšia veľkosť ZIP súborov",
  58. "Save" => "Uložiť",
  59. "New" => "Nový",
  60. "Text file" => "Textový súbor",
  61. "Folder" => "Priečinok",
  62. "From link" => "Z odkazu",
  63. "Cancel upload" => "Zrušiť odosielanie",
  64. "Nothing in here. Upload something!" => "Žiadny súbor. Nahrajte niečo!",
  65. "Download" => "Stiahnuť",
  66. "Upload too large" => "Odosielaný súbor je príliš veľký",
  67. "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.",
  68. "Files are being scanned, please wait." => "Čakajte, súbory sú prehľadávané.",
  69. "Current scanning" => "Práve prehliadané"
  70. );