mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 06:59:41 -08:00
22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'about_licenses_title' => 'Σχετικά με τις άδειες',
|
||
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
|
||
'checkin' => 'Checkin License Seat',
|
||
'checkout_history' => 'Ιστορικό παραγγελίας',
|
||
'checkout' => 'Checkout License Seat',
|
||
'edit' => 'Επεξεργασία άδειας',
|
||
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
|
||
'clone' => 'Κλόνος άδειας',
|
||
'history_for' => 'Ιστορικό για ',
|
||
'in_out' => 'Εισερχόμενα/Εξερχόμενα',
|
||
'info' => 'Πληροφορίες άδειας',
|
||
'license_seats' => 'License Seats',
|
||
'seat' => 'Seat',
|
||
'seats' => 'Seats',
|
||
'software_licenses' => 'Άδειες λογισμικού',
|
||
'user' => 'Χρήστης',
|
||
'view' => 'Προβολή άδειας',
|
||
);
|