snipe-it/resources/lang/el/admin/licenses/form.php

23 lines
1.1 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
'asset' => 'Πάγιο',
'checkin' => 'Μεταβίβαση ελέγχου',
'create' => 'Ενημέρωση άδειας',
'expiration' => 'Ημερομηνία Λήξης',
'license_key' => 'Κλειδί προϊόντος',
'maintained' => 'Συντηρείται',
'name' => 'Όνομα προγράμματος',
2016-03-25 01:18:05 -07:00
'no_depreciation' => 'Do Not Depreciate',
'purchase_order' => 'Purchase Order Number',
'reassignable' => 'Reassignable',
'remaining_seats' => 'Remaining Seats',
'seats' => 'Seats',
2017-04-06 21:36:33 -07:00
'termination_date' => 'Ημερομηνία λήξης',
2016-03-25 01:18:05 -07:00
'to_email' => 'Licensed to Email',
'to_name' => 'Licensed to Name',
2017-04-06 21:36:33 -07:00
'update' => 'Ενημέρωση άδειας',
2016-03-25 01:18:05 -07:00
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
);