[WIP] Refactor project

This commit is contained in:
Ludovic CANDELLIER
2021-05-21 00:21:05 +02:00
parent 4ce0fa942d
commit b50f50ea62
347 changed files with 14104 additions and 1608 deletions

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Nome',
'first_name' => 'Cognome',
'email' => 'E-mail',
'password' => 'Password',
'password_confirm' => 'Conferma Password',
],
'password' => [
'title' => 'Password dimenticata',
'intro' => 'Enter the following field to reset your password',
'submit' => 'Invia reset password',
'login_link' => 'Accedi con un utente registrato',
],
'password_reset' => [
'title' => 'Password reset',
'intro' => 'Enter the following fields to reset your password',
'submit' => 'Reset',
],
'register' => [
'title' => 'Registra un nuovo utente',
'intro' => 'Enter the following fields to create a new user',
'register_button' => 'Registra',
'login_link' => 'Accedi con un utente registrato',
],
'login' => [
'title' => 'Login',
'intro' => 'Effettua l\'accesso per accedere',
'rememberme' => 'Ricordami',
'signin' => 'Accedi',
'forgotpassword' => 'Password dimenticata',
'register' => 'Nuovo utente',
],
'firstlogin' => [
'title' => 'Primo login',
'intro' => 'Questo è il tuo primo login, inserisci la password per attivare l\' account',
'button' => 'Login',
],
];