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-09-25 23:39:31 +02:00
|
|
|
'copied_to_clipboard' => 'Copied 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',
|
2020-03-18 15:04:34 +01:00
|
|
|
'close' => 'Close',
|
|
|
|
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
|
2020-09-28 00:04:17 +02:00
|
|
|
'selected' => 'selected',
|
2020-01-12 19:55:17 +01:00
|
|
|
];
|