123456789101112131415 |
- // Serbian Cyrillic
- plupload.addI18n({
- 'Select files' : 'Изаберите фајлове',
- 'Add files to the upload queue and click the start button.' : 'Додајте фајлове у листу и кликните на дугме Старт.',
- 'Filename' : 'Назив фајла',
- 'Status' : 'Status',
- 'Size' : 'Величина',
- 'Add Files' : 'Додај фајлове',
- 'Stop current upload' : 'Заустави upload',
- 'Start uploading queue' : 'Почни upload',
- 'Drag files here.' : 'Превуци фајлове овде.',
- 'Start Upload': 'Почни upload',
- 'Uploaded %d/%d files': 'Снимљено %d/%d фајлова'
- });
|