2FAuth/resources/lang/en/commons.php

26 lines
837 B
PHP
Raw Normal View History

<?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',
'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',
'save' => 'Save',
'close' => 'Close',
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
];