Files
nexusphp/resources/lang/el/signup.php
2025-05-05 21:27:48 +07:00

9 lines
677 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'passwords_unmatched' => "Οι κωδικοί πρόσβασης δεν ταιριάζουν! Musthave typoed. Δοκιμάστε ξανά.",
'password_too_short' => "Λυπούμαστε, ο κωδικός πρόσβασης είναι πολύ μικρός (το ελάχιστο είναι 6 χαρακτήρες)",
'password_too_long' => "Λυπούμαστε, ο κωδικός είναι πολύ μεγάλος (μέγιστο είναι 40 χαρακτήρες)",
'password_equals_username' => "Συγγνώμη, ο κωδικός πρόσβασης δεν μπορεί να είναι ίδιος με το όνομα χρήστη.",
];