1087
1087
'support.msg6 ' => 'Thank you for your support and for being a part of the LinkStack community! ' ,
1088
1088
1089
1089
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
+
1090
1126
];
0 commit comments