mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'passwords_unmatched' => "Die Passwörter stimmen nicht überein! Müssen typod sein. Versuchen Sie es erneut.",
|
||||
'password_too_short' => "Sorry, das Passwort ist zu kurz (min 6 Zeichen)",
|
||||
'password_too_long' => "Sorry, das Passwort ist zu lang (max. 40 Zeichen)",
|
||||
'password_equals_username' => "Das Passwort kann leider nicht identisch mit dem Benutzernamen sein.",
|
||||
];
|
||||
Reference in New Issue
Block a user