sk_SK.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php $TRANSLATIONS = array(
  2. "There is no error, the file uploaded with success" => "Nenastala žiadna chyba, súbor bol úspešne nahraný",
  3. "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Nahraný súbor presiahol direktívu upload_max_filesize v php.ini",
  4. "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",
  5. "The uploaded file was only partially uploaded" => "Nahrávaný súbor bol iba čiastočne nahraný",
  6. "No file was uploaded" => "Žiaden súbor nebol nahraný",
  7. "Missing a temporary folder" => "Chýbajúci dočasný priečinok",
  8. "Failed to write to disk" => "Zápis na disk sa nepodaril",
  9. "Files" => "Súbory",
  10. "File handling" => "Nastavenie správanie k súborom",
  11. "Maximum upload size" => "Maximálna veľkosť nahratia",
  12. "max. possible: " => "najväčšie možné:",
  13. "Needed for multi-file and folder downloads." => "Vyžadované pre sťahovanie viacerých súborov a adresárov.",
  14. "Enable ZIP-download" => "Povoliť sťahovanie ZIP súborov",
  15. "0 is unlimited" => "0 znamená neobmedzené",
  16. "Maximum input size for ZIP files" => "Najväčšia veľkosť ZIP súborov",
  17. "New" => "Nový",
  18. "Text file" => "Textový súbor",
  19. "Folder" => "Priečinok",
  20. "From url" => "Z url",
  21. "Upload" => "Nahrať",
  22. "Cancel upload" => "Zrušiť odosielanie",
  23. "Nothing in here. Upload something!" => "Nič tu nie je. Nahrajte niečo!",
  24. "Name" => "Meno",
  25. "Share" => "Zdielať",
  26. "Download" => "Stiahnuť",
  27. "Size" => "Veľkosť",
  28. "Modified" => "Upravené",
  29. "Delete all" => "Odstrániť všetko",
  30. "Delete" => "Odstrániť",
  31. "Upload too large" => "Nahrávanie príliš veľké",
  32. "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.",
  33. "Files are being scanned, please wait." => "Súbory sa práve prehľadávajú, prosím čakajte.",
  34. "Current scanning" => "Práve prehliadané"
  35. );