akaunting/resources/lang/el-GR/passwords.php

23 lines
1.0 KiB
PHP
Raw Normal View History

2018-04-23 10:06:55 +03:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'reset' => 'Έχει γίνει επαναφορά του συνθηματικού!',
2018-05-03 12:16:18 +03:00
'sent' => 'Η υπενθύμιση του συνθηματικού εστάλη στην ηλεκτρονική σας διεύθυνση!',
2021-07-16 00:17:27 +00:00
'throttled' => 'Παρακαλούμε περιμένετε πριν προσπαθήσετε ξανά.',
2018-05-03 12:16:18 +03:00
'token' => 'Το κλειδί επαναφοράς του συνθηματικού σας δεν είναι έγκυρο.',
'user' => "Δεν βρέθηκε χρήστης με τη συγκεκριμένη ηλεκτρονική διεύθυνση.",
2018-04-23 10:06:55 +03:00
];