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

af.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75ef75efa3601d9c98e3364573febca836295fb7 (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
OC.L10N.register(
    "mail",
    {
    "Mail" : "Pos",
    "Delete permanently" : "Skrap permanent",
    "Name" : "Naam",
    "Mail Address" : "Posadres",
    "Password" : "Wagwoord",
    "IMAP Host" : "IMAP-gasheer",
    "None" : "Geen",
    "STARTTLS" : "STARTTLS",
    "IMAP Port" : "IMAP-poort",
    "IMAP User" : "IMAP-gebruiker",
    "IMAP Password" : "IMAP-wagwoord",
    "SMTP Host" : "SMTP-gasheer",
    "SMTP Port" : "SMTP-poort",
    "SMTP User" : "SMTP-gebruiker",
    "SMTP Password" : "SMTP-wagwoord",
    "Add mail account" : "Voeg posrekening toe",
    "from" : "van",
    "to" : "aan",
    "Subject" : "Onderwerp",
    "Sending …" : "Stuur…",
    "Message sent!" : "Boodskap gestuur!",
    "Send" : "Stuur",
    "Import into calendar" : "Voer in na kalender",
    "Download attachment" : "Laai aanhangsel af",
    "New message" : "Nuwe boodskap",
    "Settings" : "Instellings",
    "Connect your mail account" : "Koppel u posrekening",
    "{from}\n{subject}" : "{from}\n{subject}",
    "All inboxes" : "Alle inkassies",
    "Forwarding to %s" : "Stuur aan na %s",
    "Click here if you are not automatically redirected within the next few seconds." : "Klik hier indien u nie binne die volgende paar sekondes outomaties herverwys word nie.",
    "Redirect" : "Herverwys",
    "The link leads to %s" : "Die skakel lei na %s",
    "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "Indien u nie daardie blad wil besoek nie, kan u na <a href=\"%s\">Pos</a> terugkeer."
},
"nplurals=2; plural=(n != 1);");