mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
cea255995c
* refactor to clean up LDAP login, and make the login method easier to handle. * Login refactor cleanup * Google 2FA package * Adds Google Authenticator two-factor * Removed unused blade * Added optin setting in profile * Removed dumb comments * Made lock_passwords check more consistent * Additional two factor strings * Lock passwords check * Display feature disabled text if in demo mode * Two factor admin reset options * Translation strings
19 lines
844 B
PHP
19 lines
844 B
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Bene assegnato a :name',
|
|
'current_assets' => 'Asset assegnato a questo utente',
|
|
'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' => 'Le impostazioni di configurazione di LDAP possono essere trovate su Admin > Impostazioni. La posizione selezionata (facoltativa) verrà impostata per tutti gli utenti importati.',
|
|
'software_user' => 'Software estratto a :name',
|
|
'view_user' => 'Visualizza Utente :name',
|
|
'usercsv' => 'CSV file',
|
|
);
|