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

nl.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0a7966ed84b655be81ec31748a5a58ba2544f8a (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
OC.L10N.register(
    "registration",
    {
    "Register" : "Registreren",
    "Email address you entered is not valid" : "Het e-mailadres dat u heeft ingevuld is niet geldig",
    "There is already a pending registration with this email" : "Er is al een registratie met dit e-mailadres in behandeling",
    "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres",
    "Verify your ownCloud registration request" : "Controleer uw ownCloud registratie verzoek",
    "Verification email successfully sent." : "Verificatie e-mailbericht succesvol verstuurd.",
    "Invalid verification URL. No registration request with this verification URL is found." : "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.",
    "Unable to create user, there are problems with user backend." : "Kan gebruikersaccount niet creëren, er zijn problemen met gebruiker's backend.",
    "Failed to delete pending registration request" : "Verwijderen van de lopende registratieaanvraag is niet gelukt ",
    "Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Er is met succes een account voor u gemaakt, u kunt <a href=\"{link}\">nu inloggen</a>.",
    "Your settings have been updated." : "Uw instellingen zijn bijgewerkt",
    "No such group" : "Niet zo'n groep",
    "Registration" : "Registratie",
    "Default group that all registered users belong" : "Standaardgroep voor alle geregistreerde gebruikers",
    "None" : "Geen",
    "To create a new account on ownCloud, just click the following link:\n{link}" : "Klik op de volgende link om een nieuw ownCloud-account te maken:\n{link}",
    "Welcome, you can create your account below." : "Welkom, u kunt hieronder uw account aanmaken.",
    "Username" : "Gebruikersnaam",
    "Password" : "Wachtwoord",
    "Create account" : "Maak account aan",
    "Thank you for registering, you should receive verification link in a few minutes." : "Dank voor uw registratie. U zou binnen een paar minuten een verificatie-link moeten ontvangen.",
    "Email" : "E-mailadres",
    "Request verification link" : "Vraag een verificatie-link aan",
    "Please re-enter a valid email address" : "Vul opnieuw een geldig e-mailadres in",
    "You will receive an email with verification link" : "U ontvangt een e-mail met een verificatie-link"
},
"nplurals=2; plural=(n != 1);");