File: sr.js

package info (click to toggle)
wordpress 6.1.6%2Bdfsg1-0%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124,200 kB
  • sloc: javascript: 423,155; php: 261,916; cs: 6,126; sh: 457; xml: 59; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Serbian
plupload.addI18n({
    'Select files' : 'Izaberite fajlove',
    'Add files to the upload queue and click the start button.' : 'Dodajte fajlove u listu i kliknite na dugme Start.',
    'Filename' : 'Naziv fajla',
    'Status' : 'Status',
    'Size' : 'Veličina',
    'Add Files' : 'Dodaj fajlove',
    'Stop current upload' : 'Zaustavi upload',
    'Start uploading queue' : 'Počni upload',
    'Drag files here.' : 'Prevucite fajlove ovde.',
    'Start Upload': 'Počni upload',
    'Uploaded %d/%d files': 'Snimljeno %d/%d fajlova'
});