first commit
This commit is contained in:
8
web/lang/de/user.password.php
Normal file
8
web/lang/de/user.password.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$txt_str['user.password'] = [
|
||||
'title' => 'Passwortänderung',
|
||||
'passwordChanged' => 'Ihr Passwort wurde erfolgreich geändert.',
|
||||
'passwordChangeErrorWeak' => 'Ihr neues Passwort ist zu schwach.',
|
||||
'passwordChangeErrorNoMatch' => 'Das von Ihnen eingegebene Passwort ist ungültig.',
|
||||
];
|
||||
Reference in New Issue
Block a user