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

nl.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c47c76a066b39a460197527c40e6528401cbbd2 (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
<?php
$TRANSLATIONS = array(
"Mail" => "E-mail",
"Error while loading the selected account." => "Fout tijdens het laden van het gekozen account.",
"Error" => "Fout",
"Error while deleting mail." => "Fout bij verwijderen e-mail",
"Message could not be favorited. Please try again." => "Bericht kon niet als favoriet gemarkeerd worden. Probeer het opnieuw.",
"Choose a folder to store the attachment in" => "Kies een map op de bijlage in op te slaan",
"Saving to Files …" => "Opslaan in Bestanden ...",
"Attachments saved to Files." => "Bjilagen opgeslagen in Bestanden.",
"Attachment saved to Files." => "Bjilage opgeslagen in Bestanden.",
"Error while saving attachments to Files." => "Fout bij opslaan bijlagen in Bestanden.",
"Error while saving attachment to Files." => "Fout bij opslaan bijlage in Bestanden.",
"Save to Files" => "Opslaan in Bestanden",
"Error while loading mail message." => "Fout bij laden e-mailbericht.",
"Connecting …" => "Verbinden...",
"Unknown error" => "Onbekende fout",
"Server Error" => "Server foutmelding",
"Connect" => "Verbinden",
"Sending …" => "Versturen ...",
"Choose a file to add as attachment" => "Kies een bestand om als bijlage toe te voegen",
"Loading …" => "Laden...",
"Load more …" => "Laad meer ...",
"Send" => "Versturen",
"Creating account failed: " => "Aanmaken account mislukt:",
"Auto detect failed. Please use manual mode." => "Automatisch vaststellen mislukt. Gebruik handmatige modus.",
"All accounts" => "Alle accounts",
"+ Add account" => "+ Toevoegen account",
"Download attachment" => "Download bijlage",
"Save all to Files" => "Alles opslaan in Bestanden",
"+ cc" => "+ cc",
"Recipient" => "Ontvanger",
"cc" => "cc",
"bcc" => "bcc",
"Reply …" => "Antwoord …",
"Reply" => "Antwoord",
"Forward" => "Doorsturen",
"New Message" => "Nieuw bericht",
"+ cc/bcc" => "+ cc/bcc",
"Subject" => "Onderwerp",
"Message …" => "Bericht ...",
"Add attachment from Files" => "Voeg een bijlage toe uit Bestanden",
"Connect your mail account" => "Verbind uw e-mailaccount",
"Name" => "Naam",
"Mail Address" => "E-mailadres",
"IMAP Password" => "IMAP wachtwoord",
"Forwarding you to %s" => "U wordt doorgeleid naar %s",
"Redirect Warning" => "Omleidingswaarschuwing",
"The previous page is sending you to %s." => "De vorige pagina stuurt u naar %s",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "Als u die pagina niet wilt bezoeken, kunt u teruggaan naar <a href=\"%s\">de e-mail app</a>.",
"Click here to visit the website." => "Klik hier om de website te bezoeken."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";