Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hr.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c6ac4893601d1298b2cb681a07258b039eb7625 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
OC.L10N.register(
    "mail",
    {
    "Mail" : "Pošta",
    "Inbox" : "Dolazne",
    "Sent" : "Poslane",
    "Drafts" : "Skice",
    "Archive" : "Arhiva",
    "Trash" : "Otpad",
    "Junk" : "Neželjene",
    "All" : "Sve",
    "Favorites" : "Omiljene",
    "Auto detect failed. Please use manual mode." : "Neuspjelo automatsko otkrivanje. Molim upisati postavke ručno.",
    "Creating account failed: " : "Neuspjela izrada računa:",
    "Delete permanently" : "Trajno izbrisati",
    "Name" : "Ime",
    "Mail Address" : "Email adresa",
    "Password" : "Lozinka",
    "IMAP Host" : "IMAP poslužiitelj",
    "None" : "Nema",
    "STARTTLS" : "STARTTLS",
    "IMAP Port" : "IMAP priključak",
    "IMAP User" : "IMAP korisničko ime",
    "IMAP Password" : "IMAP lozinka",
    "SMTP Host" : "SMTP poslužiitelj",
    "SMTP Port" : "SMTP priključak",
    "SMTP User" : "SMTP korisničko ime",
    "SMTP Password" : "SMTP lozinka",
    "Connect" : "Poveži",
    "Add mail account" : "Dodaj račun",
    "from" : "od",
    "to" : "do",
    "cc" : "cc",
    "bcc" : "bcc",
    "Subject" : "Predmet",
    "Sending …" : "Šaljem …",
    "Message sent!" : "Poruka poslana!",
    "Send" : "Pošalji",
    "Choose a file to add as attachment" : "Izaberi datoteku",
    "Import into calendar" : "Dodaj u kalendar",
    "Download attachment" : "Preuzmi prilog",
    "Save to Files" : "Spremi u Datoteke",
    "Choose a folder to store the attachment in" : "Izaberi mapu za spremanje priloga",
    "Save all to Files" : "Spremi sve u Datoteke",
    "The images have been blocked to protect your privacy." : "Slike su blokirane u svrhu zaštite privatnosti.",
    "New message" : "Nova poruka",
    "Settings" : "Postavke",
    "Show all folders" : "Prikaži sve mape",
    "Collapse folders" : "Sakrij mape",
    "Connect your mail account" : "Poveži svoj email račun",
    "{from}\n{subject}" : "{from}\n{subject}",
    "All inboxes" : "Sve dolazne",
    "Could not load {tag}{name}{endtag}" : "Greška pri učitavanju {tag}{name}{endtag}",
    "There was a problem loading {tag}{name}{endtag}" : "Problem pri učitavanju {tag}{name}{endtag}",
    "Error loading message" : "Greška pri učitavanju poruke",
    "Click here if you are not automatically redirected within the next few seconds." : "Kliknuti ovdje ukoliko se ne preusmjeri automatski unutar sljedećih nekoliko sekundi.",
    "Redirect" : "Preusmjeravanje",
    "The link leads to %s" : "Ova poveznica vodi do %s",
    "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "Ukoliko ne želite posjetiti tu stranicu, možete se vratiti na <a href=\"%s\">Poštu</a>.",
    "Continue to %s" : "Idi do %s"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");