20 lines
596 B
PHP
Executable File
20 lines
596 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => 'Registrare Licenza Sede',
|
|
'checkout_history' => 'Storico Estrazioni',
|
|
'checkout' => 'Estrazione Licenza Sede',
|
|
'edit' => 'Modifica Licenza',
|
|
'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',
|
|
);
|