mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
<?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',
|
|
'update' => 'Update',
|
|
'copy_to_clipboard' => 'Copy to clipboard',
|
|
'copied_to_clipboard' => 'Copied to clipboard',
|
|
'profile' => 'Profile',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'create' => 'Create',
|
|
'save' => 'Save',
|
|
'close' => 'Close',
|
|
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
|
|
'selected' => 'selected',
|
|
'name' => 'Name',
|
|
'manage' => 'Manage',
|
|
'done' => 'Done',
|
|
'new' => 'New',
|
|
'back' => 'Back',
|
|
'move' => 'Move',
|
|
'all' => 'All',
|
|
'rename' => 'Rename',
|
|
'options' => 'Options',
|
|
'reload' => 'Reload',
|
|
'some_data_have_changed' => 'Some data have changed. You should'
|
|
]; |