diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index 316440f3fa..30cda9fa3f 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = '3.2.2'; $apps[$x]['license'] = 'http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0'; $apps[$x]['url'] = 'http://www.adminer.org/'; - $apps[$x]['description']['en'] = 'Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.'; - + $apps[$x]['description']['en-us'] = 'Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Adminer (anteriormente phpMinAdmin) é uma completa ferramenta de gestão de banco de dados escrito em PHP. Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.'; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Adminer'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Adminer'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Administrador'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '1f59d07b-b4f7-4f9e-bde9-312cf491d66e'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index 7b7f3094e9..0cc4fb91bf 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Schedule to immediately make multiple calls to the extension an IVR Menu, Conference Room, or any other number.'; + $apps[$x]['description']['en-us'] = 'Schedule to immediately make multiple calls to the extension an IVR Menu, Conference Room, or any other number.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Programação para imediatamente fazer várias chamadas para a extensão de um menu de URA, Sala de Conferência, ou qualquer outro número.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Call Broadcast'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Call Broadcast'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Chamada de Broadcast'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '50153bbf-78c5-b49e-7bd9-4b3e4b1134e6'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -48,7 +66,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_broadcast_uuid'; @@ -58,7 +76,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -67,55 +85,55 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'broadcast_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'broadcast_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_timeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_concurrent_limit'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'recording_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'recordingid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_caller_id_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_destination_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_phone_numbers'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_destination_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 7d84b72b40..1aa2394a46 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Queues for managing inbound calls and routing those calls to available agents.'; + $apps[$x]['description']['en-us'] = 'Queues for managing inbound calls and routing those calls to available agents.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes disponíveis.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Call Center'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Call Center'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Centro de Chamadas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '6c072b29-5b6c-49fc-008e-95e24c77de99'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -19,7 +37,16 @@ $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - $apps[$x]['menu'][1]['title']['en'] = 'Agent Status'; + $apps[$x]['menu'][1]['title']['en-us'] = 'Agent Status'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Estado do Agente'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '597c483a-51a9-f95a-8d54-ea7d87ada2b8'; $apps[$x]['menu'][1]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][1]['category'] = 'internal'; @@ -89,7 +116,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_center_agent_uuid'; @@ -97,7 +124,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -106,56 +133,56 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_call_timeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_contact'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_status'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_logout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_max_no_answer'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_wrap_up_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_reject_delay_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_busy_delay_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_no_answer_delay_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -165,7 +192,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_uuid'; @@ -173,7 +200,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -182,120 +209,120 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_queue'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_action'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_count'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_system'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_status'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_state'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_selection'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_cause'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_wait_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_talk_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_total_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_epoch'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_date'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_session_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_cid_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_cid_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_called_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_answered_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_joined_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_leaving_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_bridge_terminated_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_hangup_cause'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -305,7 +332,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_center_queue_uuid'; @@ -313,7 +340,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -322,7 +349,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -331,80 +358,80 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_strategy'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_moh_sound'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_record_template'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_time_base_score'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_max_wait_time'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_max_wait_time_with_no_agent'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_tier_rules_apply'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_tier_rule_wait_second'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_tier_rule_no_agent_no_wait'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_timeout_action'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_discard_abandoned_after'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_abandoned_resume_allowed'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_tier_rule_wait_multiply_level'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_cid_prefix'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 3; //table array index $z = 0; //field array index @@ -414,7 +441,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_center_tier_uuid'; @@ -422,7 +449,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -431,27 +458,27 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'agent_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'queue_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'tier_level'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'tier_position'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index 6689d095c2..b917c81a3e 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Shows active calls, and agents in the call center queue.'; + $apps[$x]['description']['en-us'] = 'Shows active calls, and agents in the call center queue.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Mostra as chamadas ativas e agentes na fila do centro de chamadas.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Active Call Center'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Active Call Center'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Centro de Chamadas Activo'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '7fb0dd87-e984-9980-c512-2c76b887aeb2'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/calls/app_config.php b/app/calls/app_config.php index 734b4451d0..3089b97f75 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Call Forward, Follow Me and Do Not Disturb.'; + $apps[$x]['description']['en-us'] = 'Call Forward, Follow Me and Do Not Disturb.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Desvio de Chamadas, Seguir-me e Não Perturbar.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Calls'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Calls'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Chamadas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = ''; $apps[$x]['menu'][0]['parent_uuid'] = ''; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index 03a9e63696..0ea096d53a 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -7,17 +7,44 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Active channels on the system.'; + $apps[$x]['description']['en-us'] = 'Active channels on the system.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Canais ativos no sistema.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Active Calls'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Active Calls'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Chamadas Activas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'eba3d07f-dd5c-6b7b-6880-493b44113ade'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; $apps[$x]['menu'][0]['path'] = '/app/calls_active/v_calls_active.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - $apps[$x]['menu'][1]['title']['en'] = 'Active Extensions'; + $apps[$x]['menu'][1]['title']['en-us'] = 'Active Extensions'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Extensões Activas'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '6dd85c19-cb6b-5cca-bf32-499bbe936f79'; $apps[$x]['menu'][1]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][1]['category'] = 'internal'; diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index f32f1427dc..ccb901903f 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -7,15 +7,33 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Originate calls with a URL.'; + $apps[$x]['description']['en-us'] = 'Originate calls with a URL.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Originar chamadas com uma URL.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - //$apps[$x]['menu'][0]['title']['en'] = 'Click to Call'; - //$apps[$x]['menu'][0]['uuid'] = 'f862556f-9ddd-2697-fdf4-bed08ec63aa5'; - //$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; - //$apps[$x]['menu'][0]['category'] = 'internal'; - //$apps[$x]['menu'][0]['path'] = '/app/click_to_call/click_to_call.php'; - //$apps[$x]['menu'][0]['groups'][] = 'superadmin'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Click to Call'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Clicar para Chamadas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; + $apps[$x]['menu'][0]['uuid'] = 'f862556f-9ddd-2697-fdf4-bed08ec63aa5'; + $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; + $apps[$x]['menu'][0]['category'] = 'internal'; + $apps[$x]['menu'][0]['path'] = '/app/click_to_call/click_to_call.php'; + $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details $apps[$x]['permissions'][0]['name'] = 'click_to_call_view'; diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index 3c022ea6c1..8b9cfe559b 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -7,11 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.'; + $apps[$x]['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Conferences'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Conferences'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Conferencias'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '9f2a8c08-3e65-c41c-a716-3b53d42bc4d4'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -63,42 +80,42 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the conference name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the conference name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the conference extension number.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the conference extension number.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_pin_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Optional pin number to secure access to the conference.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Optional pin number to secure access to the conference.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_profile'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Conference Profile is a collection of settings for the conference.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Conference Profile is a collection of settings for the conference.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_flags'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Optional conference flags. examples: mute|deaf|waste|moderator'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Optional conference flags. examples: mute|deaf|waste|moderator'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the order number.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the order number.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enable or disable the conference.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select whether to enable or disable the conference.'; $y = 1; //table array index $z = 0; //field array index @@ -108,7 +125,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -117,7 +134,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -126,7 +143,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_conferences'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'conference_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -135,6 +152,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_users'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index d9c0b9192e..8222504433 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'AJAX tool to view and manage all active callers in a conference room.'; + $apps[$x]['description']['en-us'] = 'AJAX tool to view and manage all active callers in a conference room.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Active Conferences'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Active Conferences'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Conferencias Activas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '2d857bbb-43b9-b8f7-a138-642868e0453a'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 6fd3bd0a44..5addcb8c09 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['contact_url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Provides a place to store contact information for individuals and organizations.'; + $apps[$x]['description']['en-us'] = 'Provides a place to store contact information for individuals and organizations.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Fornece um local para armazenar informações de contato para indivíduos e organizações.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][$y]['title']['en'] = 'Contacts'; + $apps[$x]['menu'][$y]['title']['en-us'] = 'Contacts'; + $apps[$x]['menu'][$y]['title']['es-mx'] = ''; + $apps[$x]['menu'][$y]['title']['de'] = ''; + $apps[$x]['menu'][$y]['title']['de-ch'] = ''; + $apps[$x]['menu'][$y]['title']['de-at'] = ''; + $apps[$x]['menu'][$y]['title']['fr'] = ''; + $apps[$x]['menu'][$y]['title']['fr-ca'] = ''; + $apps[$x]['menu'][$y]['title']['fr-ch'] = ''; + $apps[$x]['menu'][$y]['title']['pt-pt'] = 'Contactos'; + $apps[$x]['menu'][$y]['title']['pt-br'] = ''; $apps[$x]['menu'][$y]['uuid'] = 'f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6'; $apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][$y]['category'] = 'internal'; @@ -54,7 +72,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -63,56 +81,56 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_organization'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the organization.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the organization.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_name_given'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the given name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the given name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_name_family'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the family name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the family name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_nickname'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the nickname.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the nickname.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_title'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the title.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the title.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_role'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the role.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the role.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_email'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the email address.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the email address.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_url'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the website address.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the website address.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_time_zone'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the time zone.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the time zone.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_note'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the notes.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the notes.'; $z++; $y = 1; //table array index @@ -122,7 +140,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -131,7 +149,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -140,43 +158,43 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the address type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the address type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_street'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the street address.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the street address.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_extended'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter teh extended address.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter teh extended address.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_locality'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the city.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the city.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_region'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the state or province.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the state or province.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_postal_code'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the postal code.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the postal code.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_country'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the country.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the country.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_latitude'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the latitude'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the latitude'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'address_longitude'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the longitude'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the longitude'; $z++; $y = 2; //table array index @@ -186,7 +204,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -195,7 +213,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -204,15 +222,15 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the telephone type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the telephone type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the telephone number.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the telephone number.'; $z++; $y = 3; //table array index @@ -229,7 +247,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -238,16 +256,16 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Contact ID'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Contact ID'; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid'; @@ -257,19 +275,19 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'contact_note'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'notes'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_mod_date'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_mod_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; ?> \ No newline at end of file diff --git a/app/content/app_config.php b/app/content/app_config.php index 3cbe6cfd13..9b18a1d656 100644 --- a/app/content/app_config.php +++ b/app/content/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Manage Content for any page in the interface.'; + $apps[$x]['description']['en-us'] = 'Manage Content for any page in the interface.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Gerir o conteúdo de qualquer página na interface.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Content Manager'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Content Manager'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Conteúdo'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '90397352-395c-40f6-2087-887144abc06d'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -45,7 +63,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'rss_uuid'; @@ -53,7 +71,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -62,109 +80,109 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_language'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsslanguage'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_category'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_category'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_title'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsstitle'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_link'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsslink'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdesc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_img'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssimg'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'bytea'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'blob'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'blob'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_1'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional1'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_2'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional2'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_3'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional3'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_4'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional4'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_5'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional5'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_add_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadddate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_add_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadduser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_del_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdeldate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_del_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdeluser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_order'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssorder'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_content'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscontent'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_group'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssgroup'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -175,7 +193,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'rss_sub_uuid'; @@ -183,7 +201,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -192,17 +210,17 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_id'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'rss_uuid'; @@ -212,77 +230,77 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_rss'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'rss_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_language'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssublanguage'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_title'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubtitle'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_link'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssublink'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdesc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_optional_1'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional1'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_optional_2'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional2'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_optional_3'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional3'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_optional_4'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional4'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_optional_5'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional5'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_add_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubadddate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_add_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubadduser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_del_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdeluser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_del_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdeldate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_parent_id'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubparentid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $y = 2; //table array index @@ -294,7 +312,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'rss_sub_category_uuid'; @@ -302,7 +320,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -311,41 +329,41 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_category_language'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategorylanguage'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_category'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_category'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_category_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategorydesc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_add_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadduser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_add_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadddate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 7b7a3992ac..ce5f051d5b 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Used to define external destination numbers.'; + $apps[$x]['description']['en-us'] = 'Used to define external destination numbers.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Utilizado para definir os números de destino externos.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Destinations'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Destinations'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Destinos'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'fd2a708a-ff03-c707-c19d-5a4194375eba'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -54,22 +72,22 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the context.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the context.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the extension.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; ?> \ No newline at end of file diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index 85b7ead19b..2efae03f00 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.'; - + $apps[$x]['description']['en-us'] = 'The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'O dialplan é usado para configurar destinos de chamada com base nas condições e contexto. Você pode usar o dialplan para enviar chamadas para gateways, atendedores automáticos, números externos, para scripts, ou qualquer destino.'; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Dialplan'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Dialplan'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Dialplan'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; $apps[$x]['menu'][0]['parent_uuid'] = ''; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -19,7 +37,16 @@ $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - $apps[$x]['menu'][1]['title']['en'] = 'Dialplan Manager'; + $apps[$x]['menu'][1]['title']['en-us'] = 'Dialplan Manager'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Gestor de Dialplan'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '52929fee-81d3-4d94-50b7-64842d9393c2'; $apps[$x]['menu'][1]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; $apps[$x]['menu'][1]['category'] = 'internal'; @@ -58,48 +85,48 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'app_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_continue'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -111,7 +138,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -120,41 +147,41 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_tag'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_break'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_inline'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_group'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_detail_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/dialplan_features/app_config.php b/app/dialplan_features/app_config.php index cefbf3b6b4..b53535b286 100644 --- a/app/dialplan_features/app_config.php +++ b/app/dialplan_features/app_config.php @@ -7,6 +7,15 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Provides dialplan context features including in call transfer and attended transfer and more.'; + $apps[$x]['description']['en-us'] = 'Provides dialplan context features including in call transfer and attended transfer and more.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Fornece recursos contexto dialplan inclusive em transferência de chamadas e transferência atendidos e mais.'; + $apps[$x]['description']['pt-br'] = ''; ?> \ No newline at end of file diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index 157a5f72cc..097ec2973f 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.'; + $apps[$x]['description']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Inbound Routes'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Inbound Routes'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Rotas de Entrada'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'b64b2bbf-f99b-b568-13dc-32170515a687'; $apps[$x]['menu'][0]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index ca4d7b669c..8765dc5eae 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.'; - + $apps[$x]['description']['en-us'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Dialplans de saída tem uma ou mais condições que são compatíveis com os atributos de uma chamada. Quando uma chamada coincide com as condições da chamada é então encaminhado para o gateway.'; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Outbound Routes'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Outbound Routes'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Rotas de Saida'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '17e14094-1d57-1106-db2a-a787d34015e9'; $apps[$x]['menu'][0]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/exec/app_config.php b/app/exec/app_config.php index 3a0e8c97e9..4d6da6192b 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Provides a conventient way to execute system, PHP, and switch commands.'; + $apps[$x]['description']['en-us'] = 'Provides a conventient way to execute system, PHP, and switch commands.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Fornece uma maneira conveniente para executar o sistema, PHP e comandos do switch.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Command'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Command'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Comando'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '06493580-9131-ce57-23cd-d42d69dd8526'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index c5a844cee5..d8d284827a 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Used Configure SIP extensions. '; + $apps[$x]['description']['en-us'] = 'Used Configure SIP extensions.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Usado para configurar extensões SIP.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Extensions'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Extensions'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Extensões'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'd3036a99-9a9f-2ad6-a82a-1fe7bebbe2d3'; $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -47,7 +65,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_uuid'; @@ -55,7 +73,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -64,163 +82,163 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension'; $apps[$x]['db'][$y]['fields'][$z]['uuid'] = '15607400-7d58-475d-8f4e-7ffb858aa3e7'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_alias'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_list'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'provisioning_list'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mailbox'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'accountcode'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'effective_caller_id_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'effective_caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_caller_id_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'emergency_caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_full_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_visible'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'directory_exten_visible'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'limit_max'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'limit_destination'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_mailto'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_attach_file'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vm_keep_local_after_email'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'toll_allow'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_group'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'callgroup'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hold_music'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'auth_acl'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cidr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_force_contact'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'nibble_account'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_force_expires'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mwi_account'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_bypass_media'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'unique_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_string'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dial_domain'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'do_not_disturb'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; @@ -236,11 +254,11 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -250,7 +268,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'extension_user_uuid'; @@ -258,7 +276,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -267,7 +285,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -276,7 +294,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_extensions'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'extension_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -285,5 +303,5 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_users'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 2ea10f9510..5c61c7a11f 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -7,10 +7,19 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.'; + $apps[$x]['description']['en-us'] = 'To receive a FAX setup a fax extension and then direct the incoming FAX with a dedicated number or you can detect the FAX tone by using on the Public tab.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Para receber uma configuração de fax uma extensão de fax e, em seguida, direcionar o fax com um número dedicado ou você pode detectar o tom de fax, usando na guia Pública.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Fax Server'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Fax Server'; $apps[$x]['menu'][0]['title']['es-mx'] = 'Fax de servidor'; $apps[$x]['menu'][0]['title']['de'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['de-ch'] = 'Faxserver'; @@ -81,7 +90,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uuid'; @@ -89,7 +98,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -98,7 +107,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -107,57 +116,57 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'fax_extension'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'faxextension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'fax_destination_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'fax_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'faxname'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'fax_email'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'faxemail'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_pin_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_caller_id_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_user_list'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_forward_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'fax_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'faxdescription'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -166,7 +175,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_user_uuid'; @@ -174,7 +183,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -183,7 +192,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -192,14 +201,14 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_fax'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'fax_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -209,7 +218,7 @@ //$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; //$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; //$z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -218,80 +227,80 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_success'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_result_code'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_result_text'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_file'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_ecm_used'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_local_station_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_document_transferred_pages'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_document_total_pages'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_image_resolution'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_image_size'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_bad_rows'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_transfer_rate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_retry_attempts'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_retry_limit'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_retry_sleep'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_uri'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index 08856e556e..d8b049f104 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Queues are used to setup waiting lines for callers. Also known as FIFO Queues.'; + $apps[$x]['description']['en-us'] = 'Queues are used to setup waiting lines for callers. Also known as FIFO Queues.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'As filas são usados​para configurar as filas de espera para chamadores. Também conhecida como filas FIFO.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Queues'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Queues'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Filas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'c535ac0b-1da1-0f9c-4653-7934c6f4732c'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index 4ce044124f..ff013f5e04 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'List all the queues that are currently active with one or more callers.'; + $apps[$x]['description']['en-us'] = 'List all the queues that are currently active with one or more callers.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Liste todas as filas que estão atualmente ativas com um ou mais interlocutores.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Active Queues'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Active Queues'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Filas Activas'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '450f1225-9187-49ac-a119-87bc26025f7d'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index ed02fb416f..cf8c3953d6 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.'; + $apps[$x]['description']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Gateways fornecem acesso em redes de voz outros. Estes podem ser os provedores de voz ou outros sistemas que exigem registro SIP.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Gateways'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Gateways'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gateways'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '237a512a-f8fe-1ce4-b5d7-e71c401d7159'; $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -39,7 +57,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'gateway_uuid'; @@ -47,7 +65,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -56,111 +74,111 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'gateway'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'distinct_to'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'auth_username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'realm'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'from_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'from_domain'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'proxy'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'register_proxy'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_proxy'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'expire_seconds'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'register'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'register_transport'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'retry_seconds'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ping'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'caller_id_in_from'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'supress_cng'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_cid_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_in_contact'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/grammar_edit/app_config.php b/app/grammar_edit/app_config.php index 4649825910..c43fd49764 100644 --- a/app/grammar_edit/app_config.php +++ b/app/grammar_edit/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Grammar editor is an AJAX based tool to edit speech recognition grammar files.'; + $apps[$x]['description']['en-us'] = 'Grammar editor is an AJAX based tool to edit speech recognition grammar files.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Editor de gramática é uma ferramenta baseada em AJAX para editar arquivos de fala gramática de reconhecimento.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Grammar Editor'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Grammar Editor'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor Gramático'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; diff --git a/app/hardware_phones/app_config.php b/app/hardware_phones/app_config.php index 363fbaafe4..4e70ed4d14 100644 --- a/app/hardware_phones/app_config.php +++ b/app/hardware_phones/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Phone provisioning list.'; + $apps[$x]['description']['en-us'] = 'Phone provisioning list.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Lista de provisionamento de Telefone.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Phones'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Phones'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Telefones'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'f9dce498-b7f9-740f-e592-9e8ff3dac2a0'; $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -44,7 +62,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hardware_phone_uuid'; @@ -52,7 +70,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -61,55 +79,55 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_mac_address'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_label'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_vendor'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_model'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_firmware_version'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_provision_enable'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_template'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_time_zone'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/hot_desking/app_config.php b/app/hot_desking/app_config.php index e82c80842e..c8ea65b2ca 100644 --- a/app/hot_desking/app_config.php +++ b/app/hot_desking/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Login into hot desking with an ID and your voicemail password to direct your calls to a remote extension. Then make and receive calls as if you were at your extension.'; - + $apps[$x]['description']['en-us'] = 'Login into hot desking with an ID and your voicemail password to direct your calls to a remote extension. Then make and receive calls as if you were at your extension.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Entrar em desking quente com um ID e sua senha de correio de voz para encaminhar as chamadas para um ramal remoto. Em seguida, fazer e receber ligações como se estivesse em sua extensão.'; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Hot Desking'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Hot Desking'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Hot Desking'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'baa57691-37d4-4c7d-b227-f2929202b480'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/hunt_group/app_config.php b/app/hunt_group/app_config.php index 0ce8eec2db..7ef44daa8f 100644 --- a/app/hunt_group/app_config.php +++ b/app/hunt_group/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'A Hunt Group is a list of destinations that can be called in sequence or simultaneously.'; + $apps[$x]['description']['en-us'] = 'A Hunt Group is a list of destinations that can be called in sequence or simultaneously.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Um grupo de busca é uma lista de destinos que podem ser chamados em sequência ou simultaneamente.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Hunt Group'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Hunt Group'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Grupo de Busca'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '632f87de-7f86-b68f-c629-4c2d2b3ce545'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -46,7 +64,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -55,7 +73,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -64,79 +82,79 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_extension'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupextension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupname'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_type'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgrouptype'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_context'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupcontext'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_timeout'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgrouptimeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_timeout_destination'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgrouptimeoutdestination'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_timeout_type'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgrouptimeouttype'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_ringback'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupringback'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_cid_name_prefix'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupcidnameprefix'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_pin'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgrouppin'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_caller_announce'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroupcallerannounce'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_call_prompt'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_user_list'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'hunt_group_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'huntgroup_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -146,7 +164,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_destination_uuid'; @@ -154,7 +172,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -163,7 +181,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -172,50 +190,50 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_data'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destinationdata'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_type'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destinationtype'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_profile'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destinationprofile'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_timeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_order'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destinationorder'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destinationdescr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -224,7 +242,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_user_uuid'; @@ -232,7 +250,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -241,7 +259,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hunt_group_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -250,7 +268,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_hunt_groups'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'hunt_group_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -259,5 +277,5 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_users'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/ivr_menu/app_config.php b/app/ivr_menu/app_config.php index bf4501ec07..60dc77cc7a 100644 --- a/app/ivr_menu/app_config.php +++ b/app/ivr_menu/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more.'; - + $apps[$x]['description']['en-us'] = 'The IVR Menu plays a recording or a pre-defined phrase that presents the caller with options to choose from. Each option has a corresponding destination. The destinations can be extensions, voicemail, IVR menus, hunt groups, FAX extensions, and more.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'O menu IVR toca uma gravação ou uma frase pré-definida, que apresenta o chamador com opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, menus IVR, grupos de busca, extensões de fax, e muito mais.'; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'IVR Menu'; + $apps[$x]['menu'][0]['title']['en-us'] = 'IVR Menu'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Menu de IVR'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '72259497-a67b-e5aa-cac2-0f2dcef16308'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -44,7 +62,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_uuid'; @@ -52,7 +70,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -61,7 +79,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -70,101 +88,101 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_greet_long'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_greet_short'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_invalid_sound'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_exit_sound'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_confirm_macro'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_confirm_key'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_tts_engine'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_tts_voice'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_confirm_attempts'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_timeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_exit_app'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_exit_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_inter_digit_timeout'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_max_failures'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_max_timeouts'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_digit_len'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_direct_dial'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_ringback'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; //schema details @@ -176,7 +194,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_option_uuid'; @@ -184,7 +202,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -193,7 +211,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_ivr_menus'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'ivr_menu_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -202,42 +220,42 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ivr_menu_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_option_digits'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_options_digits'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_option_action'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_options_action'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_option_param'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_options_param'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_option_order'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_options_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ivr_menu_option_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'ivr_menu_options_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; ?> \ No newline at end of file diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index e049d7a3d6..6f083c5542 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Display the switch logs.'; + $apps[$x]['description']['en-us'] = 'Display the switch logs.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Exibir os logs de switch.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Log Viewer'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Log Viewer'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Visualizar Log'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/modules/app_config.php b/app/modules/app_config.php index e17f943224..05d580485c 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Modules extend the features of the system. Use this page to enable or disable modules.'; + $apps[$x]['description']['en-us'] = 'Modules extend the features of the system. Use this page to enable or disable modules.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Módulos estendem as funcionalidades do sistema. Utilize esta página para ativar ou desativar módulos.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Modules'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Modules'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Modulos'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '49fdb4e1-5417-0e7a-84b3-eb77f5263ea7'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -39,7 +57,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'module_uuid'; @@ -47,41 +65,41 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_label'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulelabel'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulename'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_category'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulecat'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_enabled'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduleenabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_default_enabled'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduledefaultenabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'module_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduledesc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/music_on_hold/app_config.php b/app/music_on_hold/app_config.php index 386febf7c1..2c49c7c38c 100644 --- a/app/music_on_hold/app_config.php +++ b/app/music_on_hold/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Add, Delete, or Play Music on hold files.'; + $apps[$x]['description']['en-us'] = 'Add, Delete, or Play Music on hold files.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Adicionar, excluir ou reproduzir música em arquivos de espera.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Music on Hold'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Music on Hold'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Musica em Espera'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '1cd1d6cb-912d-db32-56c3-e0d5699feb9d'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/php_edit/app_config.php b/app/php_edit/app_config.php index 9b1681973f..763d3ca5d1 100644 --- a/app/php_edit/app_config.php +++ b/app/php_edit/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'PHP Editor for files in the main website directory.'; + $apps[$x]['description']['en-us'] = 'PHP Editor for files in the main website directory.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'O editor de PHP serve para arquivos no diretório site principal.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'PHP Editor'; + $apps[$x]['menu'][0]['title']['en-us'] = 'PHP Editor'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor de PHP'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'eae1f2d6-789b-807c-cc26-44501e848693'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; @@ -33,29 +51,29 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_folder'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_text_start'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_text_end'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/provision/app_config.php b/app/provision/app_config.php index 6a2ff46ea3..282ec82de9 100644 --- a/app/provision/app_config.php +++ b/app/provision/app_config.php @@ -7,10 +7,10 @@ //$apps[$x]['version'] = ''; //$apps[$x]['license'] = 'Mozilla Public License 1.1'; //$apps[$x]['url'] = 'http://www.fusionpbx.com'; - //$apps[$x]['description']['en'] = 'Writes the provisioning files from templates.'; + //$apps[$x]['description']['en-us'] = 'Writes the provisioning files from templates.'; //menu details - //$apps[$x]['menu'][0]['title']['en'] = 'Provision'; + //$apps[$x]['menu'][0]['title']['en-us'] = 'Provision'; //$apps[$x]['menu'][0]['uuid'] = ''; //$apps[$x]['menu'][0]['parent_uuid'] = ''; //$apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/provision_editor/app_config.php b/app/provision_editor/app_config.php index 9aa7b9165a..c58703a4f0 100644 --- a/app/provision_editor/app_config.php +++ b/app/provision_editor/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Provision Editor is an easy ajax based editor.'; + $apps[$x]['description']['en-us'] = 'Provision Editor is an easy ajax based editor.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Editor de disposição é um editor simples baseado em ajax.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Provision Editor'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Provision Editor'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor de Provisionamento'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '57773542-a565-1a29-605d-6535da1a0870'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index fdd5653a2c..e10e0eb41d 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Manager recordings primarily used with an IVR.'; + $apps[$x]['description']['en-us'] = 'Manager recordings primarily used with an IVR.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Gestor de gravações utilizadas principalmente com um IVR.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Recordings'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Recordings'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gravações'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'e4290fd2-3ccc-a758-1714-660d38453104'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -58,7 +76,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'recording_uuid'; @@ -66,7 +84,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -75,26 +93,26 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'recording_filename'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'filename'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'recording_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'recordingname'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'recording_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'descr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index 22f98a308b..10c0fac0cb 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Displays registrations from endpoints.'; + $apps[$x]['description']['en-us'] = 'Displays registrations from endpoints.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Exibe registos de endpoints.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Registrations'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Registrations'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Registos'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '17dbfd56-291d-8c1c-bc43-713283a9dd5a'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 84f08f350a..4093a25266 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'A tool to call multiple extensions.'; + $apps[$x]['description']['en-us'] = 'A tool to call multiple extensions.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Uma ferramenta para chamar várias extensões.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Ring Groups'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Ring Groups'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Grupos de Trabalho'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'b30f085f-3ec6-2819-7e62-53dfba5cb8d5'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -55,50 +73,50 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the extension.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the context.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the context.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_cid_name_prefix'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the caller ID prefix.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the caller ID prefix.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_strategy'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the strategy.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the strategy.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_sec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the timeout in seconds.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the timeout in seconds.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_app'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the timeout destination.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the timeout destination.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the timeout destination.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the timeout destination.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select enable or disable the ring group.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select enable or disable the ring group.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key'] = 'foreign'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; //schema details $y = 1; //table array index @@ -126,6 +144,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the extension.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the extension.'; $z++; ?> \ No newline at end of file diff --git a/app/script_edit/app_config.php b/app/script_edit/app_config.php index 032ef17928..e73bcee345 100644 --- a/app/script_edit/app_config.php +++ b/app/script_edit/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Script Editor can be used to edit lua, javascript or other scripts.'; + $apps[$x]['description']['en-us'] = 'Script Editor can be used to edit lua, javascript or other scripts.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Editor de script pode ser usado para editar lua, javascript ou outros scripts.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Script Editor'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Script Editor'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor de Scripts'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'f1905fec-0577-daef-6045-59d09b7d3f94'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; diff --git a/app/services/app_config.php b/app/services/app_config.php index 119fe75702..86f056db8f 100644 --- a/app/services/app_config.php +++ b/app/services/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Monitor System Services.'; + $apps[$x]['description']['en-us'] = 'Monitor System Services.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Monitorizar Serviços do Sistema.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Services'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Services'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Serviços'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'c28f14e9-e5ad-e992-0931-d5f5f0db6a79'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -39,7 +57,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'service_uuid'; @@ -47,7 +65,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -56,46 +74,46 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_type'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_data'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_data'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_cmd_start'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_cmd_start'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_cmd_stop'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_cmd_stop'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_cmd_restart'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_cmd_restart'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'service_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'v_service_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/settings/app_config.php b/app/settings/app_config.php index f224a83909..c54eab52cd 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'PBX Settings.'; + $apps[$x]['description']['en-us'] = 'PBX Settings.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Definições do PBX.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Settings'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Settings'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Definições'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '148ea42a-3711-3d64-181b-07a6a3c3ed60'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -33,91 +51,91 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'numbering_plan'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'event_socket_ip_address'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'event_socket_port'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'event_socket_password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_rpc_http_port'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_rpc_auth_realm'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_rpc_auth_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_rpc_auth_pass'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'admin_pin'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_host'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtphost'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_secure'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpsecure'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_auth'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpauth'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_username'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpusername'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_password'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtppassword'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_from'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpfrom'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_from_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpfromname'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mod_shout_decoder'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mod_shout_volume'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index c5200b3774..5276804f13 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -7,10 +7,29 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = ''; + $apps[$x]['description']['en-us'] = ''; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = ''; + $apps[$x]['description']['pt-br'] = ''; + //menu details - $apps[$x]['menu'][0]['title']['en'] = 'SIP Profiles'; + $apps[$x]['menu'][0]['title']['en-us'] = 'SIP Profiles'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Perfis de SIP'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '47014b1d-13ad-921c-313d-ca42c0424b37'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -43,11 +62,11 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the SIP Profile name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the SIP Profile name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; $y = 1; //table array index @@ -67,18 +86,18 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Choose to enable or disable this.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Choose to enable or disable this.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; ?> \ No newline at end of file diff --git a/app/sip_status/app_config.php b/app/sip_status/app_config.php index 7cb6ffe0c2..ceaf2c9dde 100644 --- a/app/sip_status/app_config.php +++ b/app/sip_status/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Displays system information such as RAM, CPU and Hard Drive information.'; + $apps[$x]['description']['en-us'] = 'Displays system information such as RAM, CPU and Hard Drive information.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Exibe informações do sistema, como memória RAM, CPU e informações do disco rígido.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'SIP Status'; + $apps[$x]['menu'][0]['title']['en-us'] = 'SIP Status'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do SIP'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'b7aea9f7-d3cf-711f-828e-46e56e2e5328'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index bd9ad6aeb8..bcc15de3ee 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Run Structur Query Language commands.'; + $apps[$x]['description']['en-us'] = 'Run Structur Query Language commands.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Executar comandos Língua estruturação de consulta.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'SQL Query'; + $apps[$x]['menu'][0]['title']['en-us'] = 'SQL Query'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Consulta SQL'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'a894fed7-5a17-f695-c3de-e32ce58b3794'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/system/app_config.php b/app/system/app_config.php index 7b20bc8bf5..fb7aa26adb 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Displays information for CPU, HDD, RAM and more.'; + $apps[$x]['description']['en-us'] = 'Displays information for CPU, HDD, RAM and more.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Exibe informações do CPU, disco rígido, memória RAM e muito mais.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'System Status'; + $apps[$x]['menu'][0]['title']['en-us'] = 'System Status'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Sistema'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '5243e0d2-0e8b-277a-912e-9d8b5fcdb41d'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -41,22 +59,22 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'software_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwarename'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'software_url'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwareurl'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'software_version'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwareversion'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 27f4d15536..a913febe23 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Direct calls based on the time of day.'; + $apps[$x]['description']['en-us'] = 'Direct calls based on the time of day.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Chamada directa com base na hora do dia.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Time Conditions'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Time Conditions'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Condições de tempo'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '67aede56-8623-df2d-6338-ecfbde5825f7'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index ebab79d163..4d865d01f4 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Uses SVG to show the network traffic.'; + $apps[$x]['description']['en-us'] = 'Uses SVG to show the network traffic.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Utiliza SVG para mostrar o tráfego de rede.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Traffic Graph'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Traffic Graph'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Grafico de Trafego'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '05ac3828-dc2b-c0e2-282c-79920f5349e0'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/users/app_config.php b/app/users/app_config.php index 60ad86677e..07cbba28ce 100644 --- a/app/users/app_config.php +++ b/app/users/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'User account settings can be changed by the user.'; + $apps[$x]['description']['en-us'] = 'User account settings can be changed by the user.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Configurações de conta de utilizador pode ser alterado pelo utilizador.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Account Settings'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Account Settings'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Configurações da Conta'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/vars/app_config.php b/app/vars/app_config.php index aaa940e273..5a312157cb 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Define variables that are used by the switch, provisioning, and more.'; + $apps[$x]['description']['en-us'] = 'Define variables that are used by the switch, provisioning, and more.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Definir variáveis que são usadas pela chave, provisionamento, e muito mais.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Variables'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Variables'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Variaveis'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -37,7 +55,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_uuid'; @@ -45,7 +63,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; //$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -54,36 +72,36 @@ //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; //$z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_cat'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'var_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'var_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'var_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/virtual_tables/app_config.php b/app/virtual_tables/app_config.php index 8f2fa04c97..8a21fe3b18 100644 --- a/app/virtual_tables/app_config.php +++ b/app/virtual_tables/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.'; + $apps[$x]['description']['en-us'] = 'Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Fornece a capacidade de definir rapidamente a informação para armazenar e dinamicamente faz ferramentas disponíveis para visualizar, adicionar, editar, apagar e pesquisa.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Virtual Tables'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Virtual Tables'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Tabelas Virtuais'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '6be94b46-2126-947f-2365-0bea23651a6b'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -60,7 +78,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_data_uuid'; @@ -68,7 +86,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -77,16 +95,16 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_uuid'; @@ -96,52 +114,52 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_virtual_tables'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'virtual_table_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_data_row_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_data_row_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_field_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_add_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_add_date'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_del_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_del_date'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_parent_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_parent_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_data_parent_row_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_data_parent_row_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -150,7 +168,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_data_types_name_value_uuid'; @@ -158,7 +176,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -167,16 +185,16 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_uuid'; @@ -186,11 +204,11 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_virtual_tables'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'virtual_table_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_field_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_field_uuid'; @@ -200,15 +218,15 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_virtual_table_fields'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'virtual_table_field_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_types_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_data_types_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -217,7 +235,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_field_uuid'; @@ -225,7 +243,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -234,16 +252,16 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_uuid'; @@ -253,48 +271,48 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_virtual_tables'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'virtual_table_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_label'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_list_hidden'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_column'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_required'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_order_tab'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_field_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_field_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 3; //table array index $z = 0; //field array index @@ -303,7 +321,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_uuid'; @@ -311,7 +329,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -320,36 +338,36 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_label'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_auth'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_captcha'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_parent_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_table_parent_uuid'; @@ -359,11 +377,11 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_virtual_tables'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'virtual_table_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_table_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_table_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index 00b064f6dd..9d0e1c9c9c 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -7,10 +7,19 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Manager voicemail greetings for extensions.'; + $apps[$x]['description']['en-us'] = 'Manager voicemail greetings for extensions.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Gestor de saudações de correio de voz para extensões.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - //$apps[$x]['menu'][0]['title']['en'] = 'Voicemail Greetings'; + //$apps[$x]['menu'][0]['title']['en-us'] = 'Voicemail Greetings'; //$apps[$x]['menu'][0]['uuid'] = '71197938-224b-3a90-c076-3979cabb3ee9'; //$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; //$apps[$x]['menu'][0]['category'] = 'internal'; @@ -63,7 +72,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'voicemail_greeting_uuid'; @@ -72,7 +81,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -81,23 +90,23 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'greeting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'greeting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/app/voicemail_msgs/app_config.php b/app/voicemail_msgs/app_config.php index 9ffdc27090..93cb4287b8 100644 --- a/app/voicemail_msgs/app_config.php +++ b/app/voicemail_msgs/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Voicemails can be listed, played, downloaded and deleted. '; + $apps[$x]['description']['en-us'] = 'Voicemails can be listed, played, downloaded and deleted.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Mensagens de voz podem ser listadas, jogado, baixado e excluído.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Voicemail'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Voicemail'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Correio de Voz'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'e10d5672-0f82-6e5d-5022-a02ac8545198'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/voicemail_status/app_config.php b/app/voicemail_status/app_config.php index 2eed674a7d..7381b83484 100644 --- a/app/voicemail_status/app_config.php +++ b/app/voicemail_status/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Shows which extensions have voicemails and how many.'; + $apps[$x]['description']['en-us'] = 'Shows which extensions have voicemails and how many.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Mostra quais extensões têm mensagens de voz e quantas.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Voicemail Status'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Voicemail Status'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Correio de Voz'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'ff4ccd3d-e295-7875-04b4-54eb0c74adc5'; $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 27607155da..f23158c201 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Call Detail Records with all information about the call.'; + $apps[$x]['description']['en-us'] = 'Call Detail Records with all information about the call.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Detalhes das Gravações de Voz com todas as informações sobre a chamada.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Apps'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Apps'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Aplicações'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['parent_uuid'] = ''; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -20,7 +38,16 @@ $apps[$x]['menu'][0]['groups'][] = 'admin'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - $apps[$x]['menu'][1]['title']['en'] = 'Call Detail Records'; + $apps[$x]['menu'][1]['title']['en-us'] = 'Call Detail Records'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Detalhes das Gravações de Voz'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '8f80e71a-31a5-6432-47a0-7f5a7b271f05'; $apps[$x]['menu'][1]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][1]['category'] = 'internal'; @@ -44,7 +71,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'uuid'; @@ -52,7 +79,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -61,215 +88,215 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'accountcode'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'direction'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_language'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xml_cdr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'caller_id_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'caller_id_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_number'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'start_epoch'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'start_stamp'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'answer_stamp'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamp'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'timestamp'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'answer_epoch'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'end_epoch'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'bigint'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'end_stamp'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'duration'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'mduration'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'billsec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'billmsec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'bridge_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'read_codec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'read_rate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'write_codec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'write_rate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'remote_media_ip'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'network_addr'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'recording_file'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Indicates if a recording was made. If a recording exists set this value to true.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Indicates if a recording was made. If a recording exists set this value to true.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'leg'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'char(1)'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(1)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'The leg of the call a or b.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'The leg of the call a or b.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'pdd_ms'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'numeric'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'smallint'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Post Dial Delay (PDD) in miliseconds. Divide by 1000 for seconds.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Post Dial Delay (PDD) in miliseconds. Divide by 1000 for seconds.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_app'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Save the last application in the leg.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save the last application in the leg.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_arg'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Save the last application data.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save the last application data.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_side'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Queue side is either member or agent'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Queue side is either member or agent'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Unique member identifier'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Unique member identifier'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_queue_joined_epoch'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Epoch when caller joined the queue'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Epoch when caller joined the queue'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_queue'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Queue'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Queue'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_member_session_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Unique session identifier'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Unique session identifier'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'agent name'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'agent name'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cc_agent_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'agent type'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'agent type'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'waitsec'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'wait seconds'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'wait seconds'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'conference name'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference name'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'conference unique identifier'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference unique identifier'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'conference_member_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'conference member id'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'conference member id'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'digits_dialed'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'digits dialed'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'digits dialed'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hangup_cause'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'hangup_cause_q850'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_hangup_disposition'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Save who hung up or cancelled the leg.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Save who hung up or cancelled the leg.'; ?> \ No newline at end of file diff --git a/app/xml_edit/app_config.php b/app/xml_edit/app_config.php index a0c0eee327..6b080202f5 100644 --- a/app/xml_edit/app_config.php +++ b/app/xml_edit/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'XML Editor is an easy ajax based xml editor.'; + $apps[$x]['description']['en-us'] = 'XML Editor is an easy ajax based xml editor.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Editor de XML é um fácil editor de ajax baseado em XML.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'XML Editor'; + $apps[$x]['menu'][0]['title']['en-us'] = 'XML Editor'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Editor XML'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '16013877-606a-2a05-7d6a-c1b215839131'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'external'; diff --git a/app/xmpp/app_config.php b/app/xmpp/app_config.php index f87d8c434a..99f9281ae4 100644 --- a/app/xmpp/app_config.php +++ b/app/xmpp/app_config.php @@ -7,10 +7,29 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Allow User to Open a Flash Phone for his Extension.'; + $apps[$x]['description']['en-us'] = ''; + $apps[$x]['description']['en-us'] = 'Allow User to Open a Flash Phone for his Extension.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Permitir que o utilizador abra um Telefone Flash para a sua extensão.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'XMPP Manager'; + $apps[$x]['menu'][0]['title']['en-us'] = 'XMPP Manager'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de XMPP'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '1808365b-0f7c-7555-89d0-31b3d9a75abb'; $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -39,7 +58,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xmpp_profile_uuid'; @@ -47,7 +66,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -56,87 +75,87 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'profile_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'context'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'rtp_ip'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'ext_rtp_ip'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'auto_login'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sasl_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'xmpp_server'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'tls_enable'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'usr_rtp_timer'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_exten'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'vad'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'in/out/both'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'in/out/both'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'avatar'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'example: /path/to/tiny.jpg'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'example: /path/to/tiny.jpg'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'candidate_acl'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'local_network_acl'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 6a0c15ce04..b8743cf806 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = ''; + $apps[$x]['description']['en-us'] = ''; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = ''; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'App Manager'; + $apps[$x]['menu'][0]['title']['en-us'] = 'App Manager'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Aplicações'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'ef00f229-7890-00c2-bf23-fed5b8fa9fe7'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/core/databases/app_config.php b/core/databases/app_config.php index d8e418f60c..ca2465194f 100644 --- a/core/databases/app_config.php +++ b/core/databases/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Storeds database connection information.'; + $apps[$x]['description']['en-us'] = 'Storeds database connection information.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Armazena informações de conexão com a base de dados.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Databases'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Databases'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Base de Dados'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -47,56 +65,56 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_driver'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the database driver.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the database driver.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_type'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the database type.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the database type.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_host'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_host'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the host name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the host name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_port'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_port'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the port number.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the port number.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the database name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the database name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_username'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the database username.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the database username.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_password'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the database password.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the database password.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_path'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_path'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the database file path.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the database file path.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'database_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'db_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; ?> \ No newline at end of file diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 23b0e8967d..b24a486caa 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Default settings that apply to all domains.'; + $apps[$x]['description']['en-us'] = 'Default settings that apply to all domains.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Configurações padrão que se aplicam a todos os domínios.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Default Settings'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Default Settings'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Predefinições'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '834b2739-9e99-4345-9b0b-7ec3ca332b67'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -44,25 +62,25 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the category.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_subcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the subcategory.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the subcategory.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'default_setting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/core/domains/app_config.php b/core/domains/app_config.php index 096ba95ec0..0fe2eb1167 100644 --- a/core/domains/app_config.php +++ b/core/domains/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Manage a single domain or multiple domains for multi-tenant.'; + $apps[$x]['description']['en-us'] = 'Manage a single domain or multiple domains for multi-tenant.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Gerir um único domínio ou vários domínios para multi-tenant.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Domains'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Domains'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Dominios'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '4fa7e90b-6d6c-12d4-712f-62857402b801'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -66,11 +84,11 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the domain name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the domain name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $y = 1; //table array index $z = 0; //field array index @@ -95,25 +113,25 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the category.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_subcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the subcategory.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the subcategory.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_setting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/core/menu/app_config.php b/core/menu/app_config.php index e56d01953f..804a9b36c0 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'The menu can be customized using this tool.'; + $apps[$x]['description']['en-us'] = 'The menu can be customized using this tool.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'O menu pode ser personalizado usando esta ferramenta.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Menu Manager'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Menu Manager'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Menus'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -19,7 +37,16 @@ $apps[$x]['menu'][0]['groups'][] = 'superadmin'; - $apps[$x]['menu'][1]['title']['en'] = 'System'; + $apps[$x]['menu'][1]['title']['en-us'] = 'System'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Sistema'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][1]['parent_uuid'] = ''; $apps[$x]['menu'][1]['category'] = 'internal'; @@ -29,7 +56,16 @@ $apps[$x]['menu'][1]['groups'][] = 'admin'; $apps[$x]['menu'][1]['groups'][] = 'superadmin'; - $apps[$x]['menu'][2]['title']['en'] = 'Accounts'; + $apps[$x]['menu'][2]['title']['en-us'] = 'Accounts'; + $apps[$x]['menu'][2]['title']['es-mx'] = ''; + $apps[$x]['menu'][2]['title']['de'] = ''; + $apps[$x]['menu'][2]['title']['de-ch'] = ''; + $apps[$x]['menu'][2]['title']['de-at'] = ''; + $apps[$x]['menu'][2]['title']['fr'] = ''; + $apps[$x]['menu'][2]['title']['fr-ca'] = ''; + $apps[$x]['menu'][2]['title']['fr-ch'] = ''; + $apps[$x]['menu'][2]['title']['pt-pt'] = 'Contas'; + $apps[$x]['menu'][2]['title']['pt-br'] = ''; $apps[$x]['menu'][2]['uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][2]['parent_uuid'] = ''; $apps[$x]['menu'][2]['category'] = 'internal'; @@ -38,7 +74,7 @@ $apps[$x]['menu'][2]['groups'][] = 'admin'; $apps[$x]['menu'][2]['groups'][] = 'superadmin'; - $apps[$x]['menu'][3]['title']['en'] = 'Dialplan2'; + $apps[$x]['menu'][3]['title']['en-us'] = 'Dialplan2'; $apps[$x]['menu'][3]['uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a'; $apps[$x]['menu'][3]['parent_uuid'] = ''; $apps[$x]['menu'][3]['category'] = 'internal'; @@ -47,7 +83,16 @@ $apps[$x]['menu'][3]['groups'][] = 'admin'; $apps[$x]['menu'][3]['groups'][] = 'superadmin'; - $apps[$x]['menu'][4]['title']['en'] = 'Status'; + $apps[$x]['menu'][4]['title']['en-us'] = 'Status'; + $apps[$x]['menu'][4]['title']['es-mx'] = ''; + $apps[$x]['menu'][4]['title']['de'] = ''; + $apps[$x]['menu'][4]['title']['de-ch'] = ''; + $apps[$x]['menu'][4]['title']['de-at'] = ''; + $apps[$x]['menu'][4]['title']['fr'] = ''; + $apps[$x]['menu'][4]['title']['fr-ca'] = ''; + $apps[$x]['menu'][4]['title']['fr-ch'] = ''; + $apps[$x]['menu'][4]['title']['pt-pt'] = 'Estado'; + $apps[$x]['menu'][4]['title']['pt-br'] = ''; $apps[$x]['menu'][4]['uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1'; $apps[$x]['menu'][4]['parent_uuid'] = ''; $apps[$x]['menu'][4]['category'] = 'internal'; @@ -57,7 +102,16 @@ $apps[$x]['menu'][4]['groups'][] = 'admin'; $apps[$x]['menu'][4]['groups'][] = 'superadmin'; - $apps[$x]['menu'][5]['title']['en'] = 'Advanced'; + $apps[$x]['menu'][5]['title']['en-us'] = 'Advanced'; + $apps[$x]['menu'][5]['title']['es-mx'] = ''; + $apps[$x]['menu'][5]['title']['de'] = ''; + $apps[$x]['menu'][5]['title']['de-ch'] = ''; + $apps[$x]['menu'][5]['title']['de-at'] = ''; + $apps[$x]['menu'][5]['title']['fr'] = ''; + $apps[$x]['menu'][5]['title']['fr-ca'] = ''; + $apps[$x]['menu'][5]['title']['fr-ch'] = ''; + $apps[$x]['menu'][5]['title']['pt-pt'] = 'Avançado'; + $apps[$x]['menu'][5]['title']['pt-br'] = ''; $apps[$x]['menu'][5]['uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][5]['parent_uuid'] = ''; $apps[$x]['menu'][5]['category'] = 'internal'; @@ -98,20 +152,20 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name of the menu.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name of the menu.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_language'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the language.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the language.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; $y = 1; //table array index @@ -122,7 +176,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_item_uuid'; @@ -131,7 +185,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_guid'; @@ -141,57 +195,57 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_menus'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'menu_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_item_parent_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_item_parent_guid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_title'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_item_link'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_item_str'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_protected'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_order'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_item_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_item_desc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_add_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_add_date'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_mod_user'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'menu_item_mod_date'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -202,7 +256,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_uuid'; @@ -213,7 +267,7 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_menus'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'menu_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'menu_item_uuid'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'menu_item_guid'; @@ -223,10 +277,10 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_menu_items'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'menu_item_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file diff --git a/core/servers/app_config.php b/core/servers/app_config.php index 769adfeec2..bf7a2bd6cb 100644 --- a/core/servers/app_config.php +++ b/core/servers/app_config.php @@ -8,10 +8,10 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = ''; + $apps[$x]['description']['en-us'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Servers'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Servers'; $apps[$x]['menu'][0]['uuid'] = 'f35ee905-1f30-7529-7420-35fc77e47882'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -56,11 +56,11 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.'; $z++; $y = 1; //table array index @@ -73,26 +73,26 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_setting_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the category.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_setting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_setting_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_setting_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_setting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; */ ?> \ No newline at end of file diff --git a/core/upgrade/app_config.php b/core/upgrade/app_config.php index 0e83ad3d90..ffeb436f88 100644 --- a/core/upgrade/app_config.php +++ b/core/upgrade/app_config.php @@ -6,10 +6,28 @@ $apps[$x]['subcategory'] = ''; $apps[$x]['version'] = ''; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Upgrade the database schema.'; + $apps[$x]['description']['en-us'] = 'Upgrade the database schema.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Atualizar o esquema de base de dados.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Upgrade Schema'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Upgrade Schema'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Actualizar BD'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '8c826e92-be3c-0944-669a-24e5b915d562'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -32,7 +50,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'src_uuid'; @@ -40,7 +58,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -49,23 +67,23 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'type'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'last_mod'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'path'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; */ ?> \ No newline at end of file diff --git a/core/users/app_config.php b/core/users/app_config.php index 7939b4abad..6d59daf031 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -7,10 +7,28 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en'] = 'Add, edit, delete, and search for users.'; + $apps[$x]['description']['en-us'] = 'Add, edit, delete, and search for users.'; + $apps[$x]['description']['es-mx'] = ''; + $apps[$x]['description']['de'] = ''; + $apps[$x]['description']['de-ch'] = ''; + $apps[$x]['description']['de-at'] = ''; + $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr-ch'] = ''; + $apps[$x]['description']['pt-pt'] = 'Adicionar, editar, apagar e pesquisa pelos utilizadores.'; + $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en'] = 'Login'; + $apps[$x]['menu'][0]['title']['en-us'] = 'Login'; + $apps[$x]['menu'][0]['title']['es-mx'] = ''; + $apps[$x]['menu'][0]['title']['de'] = ''; + $apps[$x]['menu'][0]['title']['de-ch'] = ''; + $apps[$x]['menu'][0]['title']['de-at'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ch'] = ''; + $apps[$x]['menu'][0]['title']['pt-pt'] = 'Conectar'; + $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'c85bf816-b88d-40fa-8634-11b456928afa'; $apps[$x]['menu'][0]['parent_uuid'] = ''; $apps[$x]['menu'][0]['category'] = 'internal'; @@ -18,7 +36,16 @@ $apps[$x]['menu'][0]['groups'][] = 'public'; $apps[$x]['menu'][0]['order'] = '99'; - $apps[$x]['menu'][1]['title']['en'] = 'Logout'; + $apps[$x]['menu'][1]['title']['en-us'] = 'Logout'; + $apps[$x]['menu'][1]['title']['es-mx'] = ''; + $apps[$x]['menu'][1]['title']['de'] = ''; + $apps[$x]['menu'][1]['title']['de-ch'] = ''; + $apps[$x]['menu'][1]['title']['de-at'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr-ch'] = ''; + $apps[$x]['menu'][1]['title']['pt-pt'] = 'Desconectar'; + $apps[$x]['menu'][1]['title']['pt-br'] = ''; $apps[$x]['menu'][1]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4'; $apps[$x]['menu'][1]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; $apps[$x]['menu'][1]['category'] = 'internal'; @@ -27,7 +54,16 @@ $apps[$x]['menu'][1]['groups'][] = 'admin'; $apps[$x]['menu'][1]['groups'][] = 'superadmin'; - $apps[$x]['menu'][2]['title']['en'] = 'User Manager'; + $apps[$x]['menu'][2]['title']['en-us'] = 'User Manager'; + $apps[$x]['menu'][2]['title']['es-mx'] = ''; + $apps[$x]['menu'][2]['title']['de'] = ''; + $apps[$x]['menu'][2]['title']['de-ch'] = ''; + $apps[$x]['menu'][2]['title']['de-at'] = ''; + $apps[$x]['menu'][2]['title']['fr'] = ''; + $apps[$x]['menu'][2]['title']['fr-ca'] = ''; + $apps[$x]['menu'][2]['title']['fr-ch'] = ''; + $apps[$x]['menu'][2]['title']['pt-pt'] = 'Gestor de Utilizadores'; + $apps[$x]['menu'][2]['title']['pt-br'] = ''; $apps[$x]['menu'][2]['uuid'] = '0d57cc1e-1874-47b9-7ddd-fe1f57cec99b'; $apps[$x]['menu'][2]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; $apps[$x]['menu'][2]['category'] = 'internal'; @@ -35,7 +71,16 @@ $apps[$x]['menu'][2]['groups'][] = 'admin'; $apps[$x]['menu'][2]['groups'][] = 'superadmin'; - $apps[$x]['menu'][3]['title']['en'] = 'Group Manager'; + $apps[$x]['menu'][3]['title']['en-us'] = 'Group Manager'; + $apps[$x]['menu'][3]['title']['es-mx'] = ''; + $apps[$x]['menu'][3]['title']['de'] = ''; + $apps[$x]['menu'][3]['title']['de-ch'] = ''; + $apps[$x]['menu'][3]['title']['de-at'] = ''; + $apps[$x]['menu'][3]['title']['fr'] = ''; + $apps[$x]['menu'][3]['title']['fr-ca'] = ''; + $apps[$x]['menu'][3]['title']['fr-ch'] = ''; + $apps[$x]['menu'][3]['title']['pt-pt'] = 'Gestor de Grupos'; + $apps[$x]['menu'][3]['title']['pt-br'] = ''; $apps[$x]['menu'][3]['uuid'] = '3b4acc6d-827b-f537-bf21-0093d94ffec7'; $apps[$x]['menu'][3]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][3]['category'] = 'internal'; @@ -99,13 +144,13 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'id'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; @@ -115,24 +160,24 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'password'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'salt'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -141,40 +186,40 @@ //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts'; //$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_email'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'useremail'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_status'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'userstatus'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'user_time_zone'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'usertimezone'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'add_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'user_add_user'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'useradduser'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'add_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'user_add_date'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'useradddate'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 1; //table array index $z = 0; //field array index @@ -184,13 +229,13 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'id'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; @@ -200,22 +245,22 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'group_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'groupid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'group_description'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'groupdesc'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 2; //table array index $z = 0; //field array index @@ -224,7 +269,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_user_uuid'; @@ -232,7 +277,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; @@ -241,28 +286,28 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'group_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'groupid'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; //$z++; //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_uuid'; //$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; //$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; //$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'username'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_uuid'; @@ -270,7 +315,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 3; //table array index $z = 0; //field array index @@ -280,14 +325,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'group_permission_name'; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial'; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid'; @@ -297,28 +342,28 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains'; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'permission_name'; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'permission_id'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; //$apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_uuid'; //$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid'; //$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; //$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; //$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary'; - //$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + //$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $y = 4; //table array index $z = 0; //field array index @@ -334,29 +379,29 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_category'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the category.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the category.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_subcategory'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the subcategory.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the subcategory.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_name'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_value'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the value.'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_setting_description'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; ?> \ No newline at end of file