hr.js 1.0 KB

12345678910111213141516171819202122232425
  1. // Croatian
  2. plupload.addI18n({
  3. 'Select files': 'Izaberite datoteke:',
  4. 'Add files to the upload queue and click the start button.': 'Dodajte datoteke u listu i kliknite Upload.',
  5. 'Filename': 'Ime datoteke',
  6. 'Status': 'Status',
  7. 'Size': 'Veličina',
  8. 'Add files': 'Dodajte datoteke',
  9. 'Stop current upload': 'Zaustavi trenutan upload',
  10. 'Start uploading queue': 'Pokreni Upload',
  11. 'Uploaded %d/%d files': 'Uploadano %d/%d datoteka',
  12. 'N/A': 'N/A',
  13. 'Drag files here.': 'Dovucite datoteke ovdje',
  14. 'File extension error.': 'Greška ekstenzije datoteke.',
  15. 'File size error.': 'Greška veličine datoteke.',
  16. 'Init error.': 'Greška inicijalizacije.',
  17. 'HTTP Error.': 'HTTP greška.',
  18. 'Security error.': 'Sigurnosna greška.',
  19. 'Generic error.': 'Generička greška.',
  20. 'IO error.': 'I/O greška.',
  21. 'Stop Upload': 'Zaustavi upload.',
  22. 'Add Files': 'Dodaj datoteke',
  23. 'Start Upload': 'Pokreni upload.',
  24. '%d files queued': '%d datoteka na čekanju.'
  25. });