2016-03-25 01:18:05 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return array(
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'about_licenses_title' => 'Σχετικά με τις άδειες',
|
2016-12-03 17:10:05 -08:00
|
|
|
|
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'checkin' => 'Checkin License Seat',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'checkout_history' => 'Ιστορικό παραγγελίας',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'checkout' => 'Checkout License Seat',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'edit' => 'Επεξεργασία άδειας',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'clone' => 'Κλόνος άδειας',
|
|
|
|
|
'history_for' => 'Ιστορικό για ',
|
|
|
|
|
'in_out' => 'Εισερχόμενα/Εξερχόμενα',
|
|
|
|
|
'info' => 'Πληροφορίες άδειας',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
'license_seats' => 'License Seats',
|
|
|
|
|
'seat' => 'Seat',
|
|
|
|
|
'seats' => 'Seats',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
'software_licenses' => 'Άδειες λογισμικού',
|
|
|
|
|
'user' => 'Χρήστης',
|
|
|
|
|
'view' => 'Προβολή άδειας',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
);
|