snipe-it/resources/lang/el/auth/message.php
2017-04-06 21:36:33 -07:00

38 lines
2 KiB
PHP
Raw 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 array(
'account_already_exists' => 'Υπάρχει ήδη λογαριασμός με το ίδιο email.',
'account_not_found' => 'Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι εσφαλμένα.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'Αυτός ο λογαριασμός χρήστη έχει ανασταλεί.',
'account_banned' => 'This user account is banned.',
'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).',
'signin' => array(
'error' => 'Υπήρχε ένα πρόβλημα ενώ προσπαθείτε να συνδεθείτε, παρακαλώ προσπαθήστε ξανά.',
'success' => 'Έχετε συνδεθεί επιτυχώς.',
),
'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.',
'success' => 'Ο λογαριασμός δημιουργήθηκε επιτυχώς.',
),
'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.',
'success' => 'Το email ανάκτησης κωδικού πρόσβασης αποστάλθηκε με επιτυχία.',
),
'forgot-password-confirm' => array(
'error' => 'Υπήρχε ένα πρόβλημα ενώ προσπαθούσατε να επαναγέρετε τον κωδικό σας, παρακαλώ προσπαθήστε ξανά.',
'success' => 'Έχει γίνει επαναφορά του κωδικού πρόσβασής σας με επιτυχία.',
),
'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.',
'success' => 'Ο λογαριασμός έχει με επιτυχία ενεργοποιηθεί.',
),
);