15 lines
473 B
PHP
15 lines
473 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Access',
|
|
'subtitle' => 'Sign in to open the control plane.',
|
|
'email' => 'Email',
|
|
'password' => 'Password',
|
|
'remember' => 'Stay signed in',
|
|
'submit' => 'Sign in',
|
|
'signing_in' => 'Signing in…',
|
|
'failed' => 'These credentials do not match our records.',
|
|
'throttle' => 'Too many attempts. Please try again in :seconds seconds.',
|
|
'secured' => 'Locally secured · LAN-first',
|
|
];
|