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

eo.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 625d86cce40bace85bfd628ecd52278329fc9e08 (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Retpoŝto",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message in {folderName} \nfrom {from}_::_%n new messages in {folderName} \nfrom {from}_" : ["%n nova mesaĝo en {folderName}\nde {from}","%n novaj mesaĝoj en {folderName}\nde {from}"],
    "Error while loading the accounts." : "Eraris ŝargo de la kontoj.",
    "Error while loading the selected account." : "Eraris ŝargo de la elektita konto.",
    "Unknown error" : "Nekonata eraro",
    "Error while creating an account: " : "Eraris kreo de konto:",
    "Error while loading messages." : "Eraris ŝargo de mesaĝoj.",
    "Attachments saved to Files." : "Kunsendaĵoj konserviĝis en Dosierojn.",
    "Attachment saved to Files." : "Kunsendaĵo konserviĝis en Dosierojn.",
    "Error while saving attachments to Files." : "Eraris konservo de kunsendaĵoj en Dosierojn.",
    "Error while saving attachment to Files." : "Eraris konservo de kunsendaĵo en Dosierojn.",
    "Choose a file to add as attachment" : "Elektu dosieron por aldoni kiel kunsendaĵo",
    "Reply" : "Respondi",
    "Send" : "Sendi",
    "Sending …" : "Sendante...",
    "Message sent!" : "Mesaĝo sendiĝis!",
    "Server error" : "Eraro pri servilo",
    "you" : "vi",
    "Send message to {email}" : "Mesaĝi al {email}",
    "Draft saved!" : "Malneto konserviĝis!",
    "Loading …" : "Ŝargante...",
    "Load more …" : "Ŝargante pli...",
    "Error while deleting message." : "Eraris forigo de mesaĝo.",
    "Error while deleting account." : "Eraris forigo de konto.",
    "Connecting" : "Konektante",
    "Connect" : "Konekti",
    "Inbox" : "Enirkesto",
    "Sent" : "Senditujo",
    "Drafts" : "Malnetujo",
    "Archive" : "Arĥivo",
    "Trash" : "Rubujo",
    "Junk" : "Trudmesaĝujo",
    "All" : "Ĉio",
    "Favorites" : "Pliŝatoj",
    "Creating account failed: " : "Kreo de konto malsukcesis:",
    "Delete permanently" : "Forigi por ĉiam",
    "& others" : "kaj aliaj",
    "All inboxes" : "Ĉiuj enirkestoj",
    "Error loading message" : "Eraris ŝargo de mesaĝo",
    "Continue to %s" : "Daŭri al %s"
},
"nplurals=2; plural=(n != 1);");