snipe-it/resources/lang/el/admin/hardware/general.php
2017-09-06 18:05:32 -07:00

24 lines
1.4 KiB
PHP

<?php
return array(
'about_assets_title' => 'Σχετικά με τα πάγια',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'Αρχειοθετημένα',
'asset' => 'Πάγιο',
'bulk_checkout' => 'Checkout παγίων σε χρήστη',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
'clone' => 'Κλώνος χρήστη',
'deployable' => 'Προς ανάπτυξη',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Επεξεργασία παγίων',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Requestable',
'requested' => 'Ζητήθηκαν',
'restore' => 'Επαναφορά παγίου',
'pending' => 'Εκκρεμεί',
'undeployable' => 'Undeployable',
'view' => 'Προβολή παγίου',
);