2020-10-25 23:59:03 +01:00
< ? 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' ,
2021-10-29 17:22:53 +02:00
'create_group' => 'Create new group' ,
2022-09-21 21:38:53 +02:00
'show_group_selector' => 'Show group selector' ,
'hide_group_selector' => 'Hide group selector' ,
'select_accounts_to_show' => 'Select accounts group to show' ,
2020-10-25 23:59:03 +01:00
'manage_groups' => 'Manage groups' ,
2020-11-02 22:41:40 +01:00
'active_group' => 'Active group' ,
2020-10-28 17:51:32 +01:00
'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.' ,
2020-10-25 23:59:03 +01:00
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts' ,
2020-11-25 21:56:04 +01:00
'move_selected_to' => 'Move selected to' ,
2022-12-14 14:00:33 +01:00
'move_selected_to_group' => 'Move selected into a group' ,
2020-10-28 17:51:32 +01:00
'no_group' => 'No group' ,
2022-07-28 13:16:05 +02:00
'change_group' => 'Change group' ,
2022-09-19 12:19:34 +02:00
'group_successfully_created' => 'Group successfully created' ,
'group_name_saved' => 'Group name saved' ,
'group_successfully_deleted' => 'Group successfully deleted' ,
2020-10-25 23:59:03 +01:00
'forms' => [
'new_group' => 'New group' ,
'new_name' => 'New name' ,
'rename_group' => 'Rename group' ,
],
'confirm' => [
'delete' => 'Are you sure you want to delete this group?' ,
],
];