File: hr.js

package info (click to toggle)
php-horde 5.2.23%2Bdebian0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,956 kB
  • sloc: php: 11,224; xml: 9,633; javascript: 7,277; sh: 114; makefile: 48; sql: 1
file content (25 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 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.'
});