29 lines
2.1 KiB
PHP
29 lines
2.1 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"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",
|
|
"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"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|