Guest User

Untitled

a guest
Jan 16th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  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' => 'Dieses Konto existiert nicht oder die Daten wurden falsch eingegeben.',
  17. 'throttle' => 'Zu viele Login-Versuche. Bitte probiere es in :seconds Sekunden noch einmal.',
  18. ];
Add Comment
Please, Sign In to add comment