snipe-it/resources/lang/el/admin/locations/message.php

28 lines
1.7 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-04-06 21:36:33 -07:00
'does_not_exist' => 'Η τοποθεσία δεν υπάρχει.',
'assoc_users' => 'Αυτή η θέση είναι επί του παρόντος σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ',
2016-03-25 01:18:05 -07:00
'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(
2017-04-06 21:36:33 -07:00
'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά.',
'success' => 'Η τοποθεσία δημιουργήθηκε με επιτυχία.'
2016-03-25 01:18:05 -07:00
),
'update' => array(
2017-04-06 21:36:33 -07:00
'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά',
'success' => 'Η τοποθεσία αναβαθμίστηκε επιτυχώς.'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
2017-04-06 21:36:33 -07:00
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την τοποθεσία;',
2016-03-25 01:18:05 -07:00
'error' => 'There was an issue deleting the location. Please try again.',
2017-04-06 21:36:33 -07:00
'success' => 'Η τοποθεσία διαγράφηκε με επιτυχία.'
2016-03-25 01:18:05 -07:00
)
);