#4 Improve it/lang.php
This commit is contained in:
@@ -487,7 +487,7 @@ return [
|
|||||||
'staffs' => 'Staffs',
|
'staffs' => 'Staffs',
|
||||||
'name' => 'Nome',
|
'name' => 'Nome',
|
||||||
'user_name' => 'Nome Utente',
|
'user_name' => 'Nome Utente',
|
||||||
'status' => 'Status',
|
'status' => 'Stato',
|
||||||
'group' => 'Gruppo',
|
'group' => 'Gruppo',
|
||||||
'department' => 'Dipartimento',
|
'department' => 'Dipartimento',
|
||||||
'created' => 'Creato',
|
'created' => 'Creato',
|
||||||
@@ -496,7 +496,7 @@ return [
|
|||||||
'delete' => 'Cancella',
|
'delete' => 'Cancella',
|
||||||
'agents' => 'Agenti',
|
'agents' => 'Agenti',
|
||||||
'create' => 'Crea',
|
'create' => 'Crea',
|
||||||
'edit' => 'modifica',
|
'edit' => 'Modifica',
|
||||||
'departments' => 'Dipartimenti',
|
'departments' => 'Dipartimenti',
|
||||||
'groups' => 'Gruppi',
|
'groups' => 'Gruppi',
|
||||||
/*
|
/*
|
||||||
@@ -509,7 +509,7 @@ return [
|
|||||||
'last_name' => 'Cognome',
|
'last_name' => 'Cognome',
|
||||||
'mobile_number' => 'Numero Mobile',
|
'mobile_number' => 'Numero Mobile',
|
||||||
'agent_signature' => 'Firma Agente',
|
'agent_signature' => 'Firma Agente',
|
||||||
'account_status_setting' => 'Status Account & Settaggi',
|
'account_status_setting' => 'Stato & Impostazioni Account',
|
||||||
'account_type' => 'Tipo Account',
|
'account_type' => 'Tipo Account',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'agent' => 'Agente',
|
'agent' => 'Agente',
|
||||||
@@ -517,12 +517,14 @@ return [
|
|||||||
'locked' => 'Bloccato',
|
'locked' => 'Bloccato',
|
||||||
'assigned_group' => 'Gruppo Assegnato',
|
'assigned_group' => 'Gruppo Assegnato',
|
||||||
'primary_department' => 'Dipartimento Principale',
|
'primary_department' => 'Dipartimento Principale',
|
||||||
'agent_time_zone' => 'Agent Time Zone',
|
'agent_time_zone' => 'Fuso orario',
|
||||||
'day_light_saving' => 'Day Light Saving',
|
'day_light_saving' => 'Day Light Saving',
|
||||||
'limit_access' => 'Limita Accesso',
|
'limit_access' => 'Limita Accesso',
|
||||||
'directory_listing' => 'Directory Listing',
|
'directory_listing' => 'Directory Listing',
|
||||||
'vocation_mode' => 'Vocation Mode',
|
'vocation_mode' => 'Vocation Mode',
|
||||||
'assigned_team' => 'Team Assegnato',
|
'assigned_team' => 'Team Assegnato',
|
||||||
|
'list_of_agents' => 'Elenco agenti',
|
||||||
|
'create_an_agent' => 'Crea un agente',
|
||||||
/*
|
/*
|
||||||
|--------------------------------------
|
|--------------------------------------
|
||||||
| Department Create Page
|
| Department Create Page
|
||||||
@@ -573,6 +575,7 @@ return [
|
|||||||
'admin_notes' => 'Note Admin',
|
'admin_notes' => 'Note Admin',
|
||||||
'group_members' => 'Componenti del Gruppo',
|
'group_members' => 'Componenti del Gruppo',
|
||||||
'group_name' => 'Nome Gruppo',
|
'group_name' => 'Nome Gruppo',
|
||||||
|
'select_a_group' => 'Seleziona un gruppo',
|
||||||
/*
|
/*
|
||||||
|--------------------------------------
|
|--------------------------------------
|
||||||
| SMTP Page
|
| SMTP Page
|
||||||
|
Reference in New Issue
Block a user