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

26 lines
1.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(
'does_not_exist' => 'Η ετικέτα κατάστασης δεν υπάρχει.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
'error' => 'Status Label was not created, please try again.',
'success' => 'Η ετικέτα κατάστασης δημιουργήθηκε με επιτυχία.'
),
'update' => array(
'error' => 'Η Ετικέτα κατάστασης δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά',
'success' => 'Η ετικέτα κατάστασης ενημερώθηκε με επιτυχία.'
),
'delete' => array(
'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την ετικέτα κατάστασης;',
'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας την ετικέτα κατάστασης. Παρακαλώ δοκιμάστε ξανά.',
'success' => 'The Status Label was deleted successfully.'
)
);