40 lines
1.6 KiB
PHP
Raw Normal View History

2017-11-30 12:27:54 +03:00
<?php
return [
'profile' => 'Profiel',
'logout' => 'Afmelden',
'login' => 'Aanmelden',
'login_to' => 'Login om uw sessie te starten',
'remember_me' => 'Onthoud mijn gegevens',
'forgot_password' => 'Ik ben mijn wachtwoord vergeten',
'reset_password' => 'Herstel wachtwoord',
'enter_email' => 'Vul uw e-mailadres in',
'current_email' => 'Huidige E-mail',
'reset' => 'Resetten',
'never' => 'nooit',
2018-06-20 18:47:39 +03:00
2017-11-30 12:27:54 +03:00
'password' => [
'current' => 'Wachtwoord',
'current_confirm' => 'Wachtwoordbevestiging',
'new' => 'Nieuw Wachtwoord',
'new_confirm' => 'Wachtwoordbevestiging',
],
2018-06-20 18:47:39 +03:00
2017-11-30 12:27:54 +03:00
'error' => [
2018-06-20 18:47:39 +03:00
'self_delete' => 'Fout: Kan niet zelf verwijderen!',
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
2017-11-30 12:27:54 +03:00
],
'failed' => 'Deze referenties komen niet overeen met onze administratie.',
'disabled' => 'Deze account is uitgeschakeld. Alstublieft, neem dan contact op met de systeembeheerder.',
2018-06-20 18:47:39 +03:00
'throttle' => 'Te veel inlogpogingen. Probeer het opnieuw :seconds seconden.',
'notification' => [
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
'message_2' => 'If you did not request a password reset, no further action is required.',
'button' => 'Reset Password',
],
2017-11-30 12:27:54 +03:00
];