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

37 lines
1.4 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(
'does_not_exist' => 'Το στοιχείο δεν υπάρχει.',
'create' => array(
'error' => 'Component was not created, please try again.',
'success' => 'Το στοιχείο ενημερώθηκε με επιτυχία.'
),
'update' => array(
'error' => 'Το στοιχείο δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά',
'success' => 'Το στοιχείο ενημερώθηκε με επιτυχία.'
),
'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το εξάρτημα;',
'error' => 'There was an issue deleting the component. Please try again.',
'success' => 'Το εξάρτημα έχει διαγραφεί με επιτυχία.'
),
'checkout' => array(
'error' => 'Component was not checked out, please try again',
'success' => 'Component checked out successfully.',
'user_does_not_exist' => 'Αυτός ο χρήστης δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά.'
),
'checkin' => array(
'error' => 'Component was not checked in, please try again',
'success' => 'Component checked in successfully.',
'user_does_not_exist' => 'That user is invalid. Please try again.'
)
);