develop
Last change
on this file since ff5b46e was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
674 bytes
|
Rev | Line | |
---|
[2fc88ec] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | return [
|
---|
| 4 |
|
---|
| 5 | /*
|
---|
| 6 | |--------------------------------------------------------------------------
|
---|
| 7 | | Authentication Language Lines
|
---|
| 8 | |--------------------------------------------------------------------------
|
---|
| 9 | |
|
---|
| 10 | | The following language lines are used during authentication for various
|
---|
| 11 | | messages that we need to display to the user. You are free to modify
|
---|
| 12 | | these language lines according to your application's requirements.
|
---|
| 13 | |
|
---|
| 14 | */
|
---|
| 15 |
|
---|
| 16 | 'failed' => 'These credentials do not match our records.',
|
---|
| 17 | 'password' => 'The provided password is incorrect.',
|
---|
| 18 | 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
---|
| 19 |
|
---|
| 20 | ];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.