2020-01-12 19:55:17 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Authentication Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
|
|
| messages that we need to display to the user. You are free to modify
|
|
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'cancel' => 'Cancel',
|
2020-01-22 12:30:18 +01:00
|
|
|
'copy_to_clipboard' => 'Copy to clipboard',
|
2020-01-12 19:55:17 +01:00
|
|
|
|
|
|
|
];
|