40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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',
 | |
|     
 | |
|     'password' => [
 | |
|         'current'           => 'Wachtwoord',
 | |
|         'current_confirm'   => 'Wachtwoordbevestiging',
 | |
|         'new'               => 'Nieuw Wachtwoord',
 | |
|         'new_confirm'       => 'Wachtwoordbevestiging',
 | |
|     ],
 | |
|     
 | |
|     'error' => [
 | |
|         'self_delete'       => 'Fout: Kan niet zelf verwijderen!',
 | |
|         'no_company'        => 'Error: No company assigned to your account. Please, contact the system administrator.',
 | |
|     ],
 | |
| 
 | |
|     'failed'                => 'Deze referenties komen niet overeen met onze administratie.',
 | |
|     'disabled'              => 'Deze account is uitgeschakeld. Alstublieft, neem dan contact op met de systeembeheerder.',
 | |
|     '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',
 | |
|     ],
 | |
| 
 | |
| ];
 |