language update

This commit is contained in:
Manish Verma
2016-10-24 16:09:24 +05:30
parent ee0dbbed30
commit f5a8430906

View File

@@ -1507,27 +1507,27 @@ return [
* User Module * User Module
* -------------------------------------------------------------------------------------------- * --------------------------------------------------------------------------------------------
*/ */
'agent_report' => 'Agent Report', 'agent_report' => 'Agent Report',
'assign_tickets' => 'Assign Tickets', 'assign_tickets' => 'Assign Tickets',
'delete_agent' => 'Delete Agent', 'delete_agent' => 'Delete Agent',
'delete_user' => 'Delete User', 'delete_user' => 'Delete User',
'confirm_deletion' => 'Confirm Deletion', 'confirm_deletion' => 'Confirm Deletion',
'delete_all_content' => ' Delete all content', 'delete_all_content' => ' Delete all content',
'agent_profile' => 'Agent Profile', 'agent_profile' => 'Agent Profile',
'change_role_to_admin' => 'Change Role To Admin', 'change_role_to_admin' => 'Change role to Admin',
'change_role_to_user' => 'Change Role To User', 'change_role_to_user' => 'Change role to User',
'change_role_to_agent' => 'Change Role To Agent', 'change_role_to_agent' => 'Change role to Agent',
'change_password' => 'Change Password', 'change_password' => 'Change Password',
'role_change' => 'Role Change', 'role_change' => 'Role Change',
'password_generator' => 'Password Generator', 'password_generator' => 'Password Generator',
'depertment' => 'Depertment', 'depertment' => 'Depertment',
'duetoday' => 'Due Today', 'duetoday' => 'Due Today',
'today-due_tickets' => 'Today\'s due ticekts', 'today-due_tickets' => 'Today\'s due ticekts',
'password_change_successfully' => 'Password Change Successfully', 'password_change_successfully' => 'Password changed successfully',
'role_change_successfully' => 'Role Change Successfully', 'role_change_successfully' => 'Role changed successfully',
'user_delete_successfully' => 'User Delete Successfully', 'user_delete_successfully' => 'User deleted successfully',
'agent_delete_successfully' => 'Agent Delete Successfully', 'agent_delete_successfully' => 'Agent deleted successfully',
'select_another_agent' => 'Select Another Agent', 'select_another_agent' => 'Select another agent',
'agent_delete_successfully_and_ticket_assign_to_another_agent' => 'Agent Delete Successfully And Ticket Assign TO Another Agent', 'agent_delete_successfully_and_ticket_assign_to_another_agent' => 'Agent delete successfully and ticket assign to another agent',
]; ];