snipe-it/resources/lang/it/admin/licenses/general.php

22 lines
928 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_licenses_title' => 'About Licenses',
'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' => 'Registrare Licenza Sede',
'checkout_history' => 'Storico Estrazioni',
'checkout' => 'Estrazione Licenza Sede',
'edit' => 'Modifica Licenza',
'filetype_info' => 'I formati di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.',
'clone' => 'Clona Licenza',
'history_for' => 'Storico per ',
'in_out' => 'Dentro/Fuori',
'info' => 'Informazioni Licenza',
'license_seats' => 'Licenza Sede',
'seat' => 'Sede',
'seats' => 'Sedi',
'software_licenses' => 'Licenze Software',
'user' => 'Utente',
'view' => 'Mostra Licenza',
);