mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
15 lines
1 KiB
PHP
15 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'Invia il link per reimpostare la password',
|
|
'email_reset_password' => 'Reimposta email password',
|
|
'reset_password' => 'Reimposta Password',
|
|
'saml_login' => 'Accedi tramite SAML',
|
|
'login' => 'Accedi',
|
|
'login_prompt' => 'Per favore accedi',
|
|
'forgot_password' => 'Password dimenticata',
|
|
'remember_me' => 'Ricordami',
|
|
'username_help_top' => 'Inserisci il tuo <strong>nome utente</strong> per ricevere via email il link per reimpostare la password.',
|
|
'username_help_bottom' => 'Il tuo nome utente e indirizzo email <em>possono</em> essere gli stessi, ma potrebbe non essere così a seconda della tua configurazione. Se non riesci a ricordare il tuo nome utente, contatta l\'amministratore. <br><br><strong>I nomi utente senza un indirizzo email associato non potranno ricevere via email il link di reimpostazione della password.</strong> ',
|
|
];
|