mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 08:43:19 +01:00
32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Groups 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.
|
|
|
|
|
*/
|
|
|
|
'groups' => 'Groups',
|
|
'select_accounts_to_show' => 'Select accounts to show',
|
|
'manage_groups' => 'Manage groups',
|
|
'active_group' => 'Active group',
|
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
|
'move_selected_to' => 'Move selected to',
|
|
'no_group' => 'No group',
|
|
'forms' => [
|
|
'new_group' => 'New group',
|
|
'new_name' => 'New name',
|
|
'rename_group' => 'Rename group',
|
|
],
|
|
'confirm' => [
|
|
'delete' => 'Are you sure you want to delete this group?',
|
|
],
|
|
]; |