mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
41 lines
1.8 KiB
PHP
41 lines
1.8 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' => 'සමූහ',
|
|
'create_group' => 'Create new group',
|
|
'show_group_selector' => 'Show group selector',
|
|
'hide_group_selector' => 'Hide group selector',
|
|
'select_accounts_to_show' => 'Select accounts group to show',
|
|
'x_accounts' => ':count accounts',
|
|
'manage_groups' => 'Manage groups',
|
|
'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',
|
|
'move_selected_to_group' => 'Move selected into a group',
|
|
'no_group' => 'සමූහ නැත',
|
|
'change_group' => 'Change group',
|
|
'group_successfully_created' => 'Group successfully created',
|
|
'group_name_saved' => 'Group name saved',
|
|
'group_successfully_deleted' => 'Group successfully deleted',
|
|
'forms' => [
|
|
'new_group' => 'නව සමූහය',
|
|
'new_name' => 'නව නම',
|
|
'rename_group' => 'සමූහය නැවත නම් කිරීම',
|
|
],
|
|
'confirm' => [
|
|
'delete' => 'Are you sure you want to delete this group?',
|
|
],
|
|
]; |