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

sr@latin.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e295ec9659ef229918df397d4c7551bd680ad272 (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Pošta",
    "Name" : "naziv",
    "Password" : "Password",
    "None" : "Ništa",
    "Save" : "Save",
    "Connect" : "Poveži se",
    "Select account" : "Označite nalog",
    "Send" : "Pošalji",
    "Choose" : "Odaberi",
    "Favorites" : "Omiljene",
    "Other" : "Ostali",
    "Forward" : "Prosledi",
    "Select" : "Obeleži",
    "Move" : "Premesti",
    "Delete" : "Delete",
    "Attachments" : "Prilozi",
    "Settings" : "Postavke",
    "Remove account" : "Ukloni nalog",
    "Cancel" : "Otkaži",
    "Mark all as read" : "Označi sve kao pročitano",
    "Clear cache" : "Očisti keš",
    "Reply" : "Odgovori",
    "General" : "Opšte",
    "User" : "User",
    "Search" : "Search",
    "Refresh" : "Osveži"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");