sk.js 1.0 KB

12345678910111213141516171819202122232425
  1. // .po file like language pack
  2. plupload.addI18n({
  3. 'Select files' : 'Vyberte súbory',
  4. 'Add files to the upload queue and click the start button.' : 'Pridajte súbory do zoznamu a potom spustite nahrávanie.',
  5. 'Filename' : 'Názov súboru',
  6. 'Status' : 'Stav',
  7. 'Size' : 'Veľkosť',
  8. 'Add files' : 'Pridať súbory',
  9. 'Stop current upload' : 'Zastaviť nahrávanie',
  10. 'Start uploading queue' : 'Spustiť nahrávanie zoznamu',
  11. 'Drag files here.' : 'Sem pretiahnite súbory.',
  12. 'Start upload': 'Spustiť nahrávanie',
  13. 'Uploaded %d/%d files': 'Nahraných %d/%d súborov',
  14. 'Using runtime: ': 'K odoslaniu súborov sa použije rozhranie: ',
  15. 'N/A' : 'N/A',
  16. 'File extension error.': 'Chybný typ súboru.',
  17. 'File size error.': 'Súbor je príliš veľký.',
  18. 'Init error.': 'Chyba inicializácie.',
  19. 'HTTP Error.': 'HTTP Chyba.',
  20. 'Security error.': 'Bezpečnostná Chyba.',
  21. 'Generic error.': 'Chyba.',
  22. 'IO error.': 'IO Chyba',
  23. 'Stop Upload': 'Zastaviť nahrávanie',
  24. '%d files queued': '%d súborov pridaných do zoznamu'
  25. });