1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00
Files
php-monstra/plugins/box/users/languages/nl.lang.php
2014-01-09 07:33:27 +06:00

70 lines
3.6 KiB
PHP

<?php
return array(
'users' => array(
'Users' => 'Gebruikers',
'Login' => 'Login',
'Username' => 'Gebruikersnaam',
'Password' => 'Wachtwoord',
'Registered' => 'Geregistreerd',
'Email' => 'Email',
'Role' => 'Type',
'Roles' => 'Types',
'Edit' => 'Bewerken',
'Actions' => 'Acties',
'Delete' => 'Verwijderen',
'Log In' => 'Log in',
'Log Out' => 'Uitloggen',
'Register New User' => 'Nieuwe gebruiker',
'New User Registration' => 'Registratie nieuwe gebruiker',
'Delete user: :user' => 'Verwijder gebruiker: :user',
'User <i>:user</i> have been deleted.' => 'Gebruiker <i>:user</i> is verwijderd.',
'This field should not be empty' => 'Dit veld mag niet leeg zijn',
'This user alredy exist' => 'Deze gebruiker bestaat al',
'Changes saved' => 'Wijzigingen opgeslagen',
'Wrong old password' => 'Foutief oud wachtwoord',
'Admin' => 'Admin',
'User' => 'Gebruiker',
'Editor' => 'Redacteur',
'Register' => 'Registreer',
'Edit profile' => 'Profiel bewerken',
'Save' => 'Opslaan',
'Firstname' => 'Voornaam',
'Lastname' => 'Achternaam',
'Old password' => 'Oude wachtwoord',
'New password' => 'Nieuw wachtwoord',
'Welcome' => 'Welkom',
'Wrong <b>username</b> or <b>password</b>' => 'Foutieve <b>gebruikersnaam</b> of <b>wachtwoord</b>',
'Your changes have been saved.' => 'De wijzigingen zijn opgeslagen.',
'New user have been registered.' => 'Nieuwe gebruiker is geregistreerd.',
'Captcha' => 'Captcha',
'Registration' => 'Registratie',
'Username' => 'Gebruikersnaam',
'User email is invalid' => 'Gebruikers email is ongeldig',
'Reset Password' => 'Wachtwoord Opnieuw Instellen',
'Send New Password' => 'Verzend nieuw wachtwoord',
'This user doesnt alredy exist' => 'Deze gebruiker bestaat nog niet',
'Users - Profile' => 'Gebruikers - Profiel',
'Users - Edit Profile' => 'Gebruikers - Bewerk profiel',
'Users - Log In' => 'Gebruikers - Log In',
'Users - Registration' => 'Gebruikers - Registratie',
'Users - Password Recover' => 'Gebruikers - Wachtwoord opnieuw instellen',
'New Password' => 'Nieuw wachtwoord',
'Forgot your password?' => 'Wachtwoord vergeten?',
'New password has been sent' => 'Nieuw wachtwoord is verzonden',
'Monstra says: This is not your profile...' => 'Monstra zegt: dit is niet uw profiel...',
'User registration is closed.' => 'Gebruikersregistratie is gesloten.',
'Allow user registration' => 'Sta gebruikersregistratie toe',
'Required field' => 'Vereist veld',
'This user doesnt exist' => 'Deze gebruiker bestaat niet',
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
'Your login details for :site_name has been sent' => 'Uw login details voor :site_name worden verzonden',
'Your new password for :site_name' => 'Uw nieuwe wachtwoord voor :site_name',
'Your login details for :site_name' => 'Uw login details voor :site_name',
'About Me' => 'Over mij',
'Profile' => 'Profiel',
'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
'Cancel' => 'Cancel',
)
);