12345678910111213141516171819202122232425 |
- // Croatian
- plupload.addI18n({
- 'Select files': 'Izaberite datoteke:',
- 'Add files to the upload queue and click the start button.': 'Dodajte datoteke u listu i kliknite Upload.',
- 'Filename': 'Ime datoteke',
- 'Status': 'Status',
- 'Size': 'Veličina',
- 'Add files': 'Dodajte datoteke',
- 'Stop current upload': 'Zaustavi trenutan upload',
- 'Start uploading queue': 'Pokreni Upload',
- 'Uploaded %d/%d files': 'Uploadano %d/%d datoteka',
- 'N/A': 'N/A',
- 'Drag files here.': 'Dovucite datoteke ovdje',
- 'File extension error.': 'Greška ekstenzije datoteke.',
- 'File size error.': 'Greška veličine datoteke.',
- 'Init error.': 'Greška inicijalizacije.',
- 'HTTP Error.': 'HTTP greška.',
- 'Security error.': 'Sigurnosna greška.',
- 'Generic error.': 'Generička greška.',
- 'IO error.': 'I/O greška.',
- 'Stop Upload': 'Zaustavi upload.',
- 'Add Files': 'Dodaj datoteke',
- 'Start Upload': 'Pokreni upload.',
- '%d files queued': '%d datoteka na čekanju.'
- });
|