mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
21 lines
711 B
PHP
Executable file
21 lines
711 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'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',
|
|
);
|