mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
19 lines
804 B
PHP
19 lines
804 B
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Bene assegnato a :name',
|
|
'current_assets' => 'Assets currently checked out to this user',
|
|
'clone' => 'Clona Utente',
|
|
'contact_user' => 'Contatta :name',
|
|
'edit' => 'Modifica Utente',
|
|
'filetype_info' => 'I formati di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.',
|
|
'history_user' => 'Storico di :name',
|
|
'last_login' => 'Ultimo accesso',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
|
'software_user' => 'Software estratto a :name',
|
|
'view_user' => 'Visualizza Utente :name',
|
|
'usercsv' => 'CSV file',
|
|
);
|