mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
13 lines
434 B
PHP
13 lines
434 B
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'Stuur wagwoord terugstel skakel',
|
|
'email_reset_password' => 'E-pos wagwoord herstel',
|
|
'reset_password' => 'Herstel wagwoord',
|
|
'login' => 'Teken aan',
|
|
'login_prompt' => 'Asseblief Login',
|
|
'forgot_password' => 'ek het my wagwoord vergeet',
|
|
'remember_me' => 'Onthou my',
|
|
];
|
|
|