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-23 23:02:54 +01:00
|
|
|
'update' => 'Update',
|
2020-01-22 12:30:18 +01:00
|
|
|
'copy_to_clipboard' => 'Copy to clipboard',
|
2020-01-23 23:02:54 +01:00
|
|
|
'profile' => 'Profile',
|
2020-02-02 22:57:43 +01:00
|
|
|
'edit' => 'Edit',
|
|
|
|
'delete' => 'Delete',
|
2020-02-27 17:05:36 +01:00
|
|
|
'save' => 'Save',
|
|
|
|
'close' => 'Close'
|
2020-01-12 19:55:17 +01:00
|
|
|
];
|