Skip to content

Commit a7f598f

Browse files
committed
Merged translation files
1 parent 96235c0 commit a7f598f

File tree

5 files changed

+36
-213
lines changed

5 files changed

+36
-213
lines changed

resources/lang/en/auth.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

resources/lang/en/messages.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,4 +1087,40 @@
10871087
'support.msg6' => 'Thank you for your support and for being a part of the LinkStack community!',
10881088

10891089

1090+
#=============================================================================#
1091+
# Laravel internal translations #
1092+
#=============================================================================#
1093+
1094+
1095+
/*
1096+
|--------------------------------------------------------------------------
1097+
| Authentication Language Lines
1098+
|--------------------------------------------------------------------------
1099+
|
1100+
| The following language lines are used during authentication for various
1101+
| messages that we need to display to the user. You are free to modify
1102+
| these language lines according to your application's requirements.
1103+
|
1104+
*/
1105+
1106+
'failed' => 'These credentials do not match our records.',
1107+
'password' => 'The provided password is incorrect.',
1108+
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
1109+
1110+
1111+
/*
1112+
|--------------------------------------------------------------------------
1113+
| Pagination Language Lines
1114+
|--------------------------------------------------------------------------
1115+
|
1116+
| The following language lines are used by the paginator library to build
1117+
| the simple pagination links. You are free to change them to anything
1118+
| you want to customize your views to better match your application.
1119+
|
1120+
*/
1121+
1122+
'previous' => '« Previous',
1123+
'next' => 'Next »',
1124+
1125+
10901126
];

resources/lang/en/pagination.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

resources/lang/en/passwords.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

resources/lang/en/validation.php

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)