Completed
Pull Request — master (#20)
by
unknown
02:32
created
src/resources/lang/it/base.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -2,31 +2,31 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	/*
5
+    /*
6 6
 	|--------------------------------------------------------------------------
7 7
 	| Backpack\Base Language Lines
8 8
 	|--------------------------------------------------------------------------
9 9
 	*/
10 10
 
11
-	'registration_closed'  => 'Le registrazioni sono chiuse.',
12
-	'first_page_you_see'   => 'La prima pagina che vedi dopo il login',
13
-	'login_status'         => 'Stato autenticazione',
14
-	'logged_in'            => 'Sei autenticato!',
15
-	'toggle_navigation'    => 'Apri/chiudi navigazione',
16
-	'administration'       => 'AMMINISTRAZIONE',
17
-	'user'                 => 'UTENTE',
18
-	'logout'               => 'Esci',
19
-	'login'                => 'Accedi',
20
-	'register'             => 'Registrati',
21
-	'name'                 => 'Nome',
22
-	'email_address'        => 'Indirizzo E-mail',
23
-	'password'             => 'Password',
24
-	'confirm_password'     => 'Conferma Password',
25
-	'remember_me'          => 'Ricordami',
26
-	'forgot_your_password' => 'Hai dimenticato la password?',
27
-	'reset_password'       => 'Reimposta password',
28
-	'send_reset_link'      => 'Invia link di reset',
29
-	'click_here_to_reset'  => 'Clicca qui per reimpostare la tua password',
30
-	'unauthorized'         => 'Non autorizzato.',
31
-	'dashboard'            => 'Dashboard'
11
+    'registration_closed'  => 'Le registrazioni sono chiuse.',
12
+    'first_page_you_see'   => 'La prima pagina che vedi dopo il login',
13
+    'login_status'         => 'Stato autenticazione',
14
+    'logged_in'            => 'Sei autenticato!',
15
+    'toggle_navigation'    => 'Apri/chiudi navigazione',
16
+    'administration'       => 'AMMINISTRAZIONE',
17
+    'user'                 => 'UTENTE',
18
+    'logout'               => 'Esci',
19
+    'login'                => 'Accedi',
20
+    'register'             => 'Registrati',
21
+    'name'                 => 'Nome',
22
+    'email_address'        => 'Indirizzo E-mail',
23
+    'password'             => 'Password',
24
+    'confirm_password'     => 'Conferma Password',
25
+    'remember_me'          => 'Ricordami',
26
+    'forgot_your_password' => 'Hai dimenticato la password?',
27
+    'reset_password'       => 'Reimposta password',
28
+    'send_reset_link'      => 'Invia link di reset',
29
+    'click_here_to_reset'  => 'Clicca qui per reimpostare la tua password',
30
+    'unauthorized'         => 'Non autorizzato.',
31
+    'dashboard'            => 'Dashboard'
32 32
 ];
Please login to merge, or discard this patch.
src/resources/lang/en/base.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -2,31 +2,31 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	/*
5
+    /*
6 6
 	|--------------------------------------------------------------------------
7 7
 	| Backpack\Base Language Lines
8 8
 	|--------------------------------------------------------------------------
9 9
 	*/
10 10
 
11
-	'registration_closed'  => 'Registration is closed.',
12
-	'first_page_you_see'   => 'The first page you see after login',
13
-	'login_status'         => 'Login status',
14
-	'logged_in'            => 'You are logged in!',
15
-	'toggle_navigation'    => 'Toggle navigation',
16
-	'administration'       => 'ADMINISTRATION',
17
-	'user'                 => 'USER',
18
-	'logout'               => 'Logout',
19
-	'login'                => 'Login',
20
-	'register'             => 'Register',
21
-	'name'                 => 'Name',
22
-	'email_address'        => 'E-Mail Address',
23
-	'password'             => 'Password',
24
-	'confirm_password'     => 'Confirm Password',
25
-	'remember_me'          => 'Remember Me',
26
-	'forgot_your_password' => 'Forgot Your Password?',
27
-	'reset_password'       => 'Reset Password',
28
-	'send_reset_link'      => 'Send Password Reset Link',
29
-	'click_here_to_reset'  => 'Click here to reset your password',
30
-	'unauthorized'         => 'Unauthorized.',
31
-	'dashboard'            => 'Dashboard'
11
+    'registration_closed'  => 'Registration is closed.',
12
+    'first_page_you_see'   => 'The first page you see after login',
13
+    'login_status'         => 'Login status',
14
+    'logged_in'            => 'You are logged in!',
15
+    'toggle_navigation'    => 'Toggle navigation',
16
+    'administration'       => 'ADMINISTRATION',
17
+    'user'                 => 'USER',
18
+    'logout'               => 'Logout',
19
+    'login'                => 'Login',
20
+    'register'             => 'Register',
21
+    'name'                 => 'Name',
22
+    'email_address'        => 'E-Mail Address',
23
+    'password'             => 'Password',
24
+    'confirm_password'     => 'Confirm Password',
25
+    'remember_me'          => 'Remember Me',
26
+    'forgot_your_password' => 'Forgot Your Password?',
27
+    'reset_password'       => 'Reset Password',
28
+    'send_reset_link'      => 'Send Password Reset Link',
29
+    'click_here_to_reset'  => 'Click here to reset your password',
30
+    'unauthorized'         => 'Unauthorized.',
31
+    'dashboard'            => 'Dashboard'
32 32
 ];
Please login to merge, or discard this patch.