first commit
This commit is contained in:
8
web/lang/be/user.password.php
Normal file
8
web/lang/be/user.password.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$txt_str['user.password'] = [
|
||||
'title' => 'Wachtwoord wijzigen',
|
||||
'passwordChanged' => 'Het wachtwoord is gewijzigd.',
|
||||
'passwordChangeErrorWeak' => 'Het nieuwe wachtwoord is te zwak.',
|
||||
'passwordChangeErrorNoMatch' => 'Het oorspronkelijke wachtwoord dat u hebt ingevoerd, is ongeldig.',
|
||||
];
|
||||
Reference in New Issue
Block a user