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

28 lines
1.7 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_users' => 'Αυτή η θέση είναι επί του παρόντος σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'create' => array(
'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά.',
'success' => 'Η τοποθεσία δημιουργήθηκε με επιτυχία.'
),
'update' => array(
'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά',
'success' => 'Η τοποθεσία αναβαθμίστηκε επιτυχώς.'
),
'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την τοποθεσία;',
'error' => 'There was an issue deleting the location. Please try again.',
'success' => 'Η τοποθεσία διαγράφηκε με επιτυχία.'
)
);