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

58 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(
'field' => array(
'invalid' => 'Αυτό το πεδίο δεν υπάρχει.',
'already_added' => 'Το πεδίο έχει ήδη προσθέσει',
'create' => array(
'error' => 'Το πεδία δεν δημιουργήθηκαν, παρακαλώ προσπαθήστε ξανά.',
'success' => 'Το πεδίο δημιουργήθηκε με επιτυχία.',
'assoc_success' => 'Field successfully added to fieldset.'
),
'update' => array(
'error' => 'Field was not updated, please try again',
'success' => 'Το πεδίο ενημερώθηκε επιτυχώς.'
),
'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το πεδίο;',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Το πεδίο παραμένει σε χρήση.',
)
),
'fieldset' => array(
'create' => array(
'error' => 'Fieldset was not created, please try again.',
'success' => 'Το σύνολο των πεδίων δημιουργήθηκε με επιτυχία.'
),
'update' => array(
'error' => 'Fieldset was not updated, please try again',
'success' => 'Το σύνολο των πεδίων ενημερώθηκε με επιτυχία.'
),
'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το σύνολο πεδίων;',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Το σύνολο των πεδίων παραμένουν σε χρήση.',
)
),
);