mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
61 lines
2.0 KiB
PHP
61 lines
2.0 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' => 'Copy',
|
|
'copy_to_clipboard' => 'Copy to clipboard',
|
|
'copied_to_clipboard' => 'Copied to clipboard',
|
|
'profile' => 'Profile',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'disable' => 'Disable',
|
|
'enable' => 'Enable',
|
|
'create' => 'Create',
|
|
'save' => 'Save',
|
|
'close' => 'Close',
|
|
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
|
|
'testing_do_not_post_sensitive_data' => 'This is a testing app, do not post any sensitive data',
|
|
'selected' => 'selected',
|
|
'name' => 'Name',
|
|
'manage' => 'Manage',
|
|
'done' => 'Done',
|
|
'new' => 'New',
|
|
'back' => 'Back',
|
|
'move' => 'Move',
|
|
'all' => 'All',
|
|
'select_all' => 'Select all',
|
|
'clear_selection' => 'Clear selection',
|
|
'sort_descending' => 'Sort descending',
|
|
'sort_ascending' => 'Sort ascending',
|
|
'rename' => 'Rename',
|
|
'new_name' => 'New name',
|
|
'options' => 'Options',
|
|
'reload' => 'Reload',
|
|
'some_data_have_changed' => 'Some data have changed. You should',
|
|
'generate' => 'Generate',
|
|
'open_in_browser' => 'Open in browser',
|
|
'continue' => 'Continue',
|
|
'discard' => 'Discard',
|
|
'about' => 'About',
|
|
'usefull_links' => 'Usefull links',
|
|
'environment' => 'Environment',
|
|
'credits' => 'Credits',
|
|
'2fauth_teaser' => 'A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes',
|
|
'made_with' => 'Made with',
|
|
'ui_icons_by' => 'UI Icons by',
|
|
'logos_by' => 'Logos by',
|
|
'search' => 'Search',
|
|
]; |