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

sr.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a240bef1855a5ea48f8c81f774020eddcc32888d (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Пошта",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message in {folderName} \nfrom {from}_::_%n new messages in {folderName} \nfrom {from}_" : ["%n нова порука у {folderName} \nод {from}","%n нове поруке у {folderName} \nод {from}","%n нових порука у {folderName} \nод {from}"],
    "Error while loading the accounts." : "Грешка при учитавању налога.",
    "Error while loading the selected account." : "Грешка при учитавању изабраног налога.",
    "Message could not be starred. Please try again." : "Порука се не може „озвездати“. Покушајте поново.",
    "Unknown error" : "Непозната грешка",
    "Error while creating an account: " : "Грешка при прављењу налога:",
    "Error while loading messages." : "Грешка при учитавању порука.",
    "Choose a folder to store the attachment in" : "Изаберите фасциклу за смештање прилога",
    "Attachments saved to Files." : "Прилози сачувани у фајловима",
    "Attachment saved to Files." : "Прилог сачуван у фајловима.",
    "Error while saving attachments to Files." : "Грешка при упису прилога у фајлове.",
    "Error while saving attachment to Files." : "Грешка при упису прилога у фајлове.",
    "Forwarded message" : "Прослеђена порука",
    "Error while loading the selected message." : "Грешка при учитавању изабране поруке.",
    "Choose a file to add as attachment" : "Изаберите фајл за прилог",
    "Reply" : "Одговори",
    "Send" : "Пошаљи",
    "Sending …" : "Шаљем...",
    "Message sent!" : "Порука послата!",
    "Server error" : "Грешка сервера",
    "you" : "ви",
    "Send message to {email}" : "Пошаљи поруку на {email}",
    "Opening HTML drafts is not supported yet." : "Отварање ХТМЛ нацрта још није подржано.",
    "Draft saved!" : "Нацрт сачуван!",
    "Checking messages" : "Проверавам поруке",
    "Loading …" : "Учитавам...",
    "Load more …" : "Учитај још...",
    "Check messages" : "Провери поруке",
    "Error while deleting message." : "Грешка при брисању поруке.",
    "Error while deleting account." : "Грешка при брисању налога.",
    "Connecting" : "Повезујем се",
    "Connect" : "Повежи се",
    "Inbox" : "Долазно",
    "Sent" : "Послато",
    "Drafts" : "Недовршено",
    "Archive" : "Архива",
    "Trash" : "Смеће",
    "Junk" : "Отпад",
    "All" : "Све",
    "Favorites" : "Омиљени",
    "Creating account failed: " : "Прављење налога није успело:",
    "Auto detect failed. Please use manual mode." : "Ауто-откривање није успело. Покушајте ручно.",
    "Delete permanently" : "Обриши заувек",
    "& others" : "и осталих",
    "All inboxes" : "Сва сандучета",
    "Error loading message" : "Грешка при учитавању поруке",
    "New message" : "Нова порука",
    "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." : "Преусмеравање на %s — кликните овде ако нисте аутоматски преусмерени у року неколико секунди.",
    "Redirect warning" : "Упозорење о преусмеравању",
    "The previous page is sending you to %s" : "Претходна страница вас шаље на %s",
    "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." : "Ако не желите да посетите ту страницу, можете да се вратите на <a href=\"%s\">апликацију е-поште</a>.",
    "Continue to %s" : "Настави на %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);");