From 9b60110cf791372caf13a1e03967a276e9fdc271 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 13 Feb 2014 20:15:59 +0000 Subject: [PATCH] =?UTF-8?q?Add=20a=20new=20Spanish=20translation=20donated?= =?UTF-8?q?=20by=20Jos=C3=A9=20Manuel=20Calquin=20Heinsohn.=20'es-cl'.=20T?= =?UTF-8?q?his=20completes=20the=20menu=20Spanish=20translation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/adminer/app_config.php | 4 ++-- app/call_block/app_config.php | 4 ++-- app/call_block/app_languages.php | 32 ++++++++++++++++++++++++++ app/call_broadcast/app_config.php | 4 ++-- app/call_center/app_config.php | 6 ++--- app/call_center_active/app_config.php | 4 ++-- app/call_flows/app_config.php | 4 ++-- app/calls/app_config.php | 4 ++-- app/calls_active/app_config.php | 6 ++--- app/click_to_call/app_config.php | 4 ++-- app/conference_centers/app_config.php | 4 ++-- app/conferences/app_config.php | 4 ++-- app/conferences_active/app_config.php | 4 ++-- app/contacts/app_config.php | 4 ++-- app/content/app_config.php | 2 ++ app/destinations/app_config.php | 2 ++ app/devices/app_config.php | 2 ++ app/dialplan/app_config.php | 3 +++ app/dialplan_inbound/app_config.php | 2 ++ app/dialplan_outbound/app_config.php | 4 +++- app/edit/app_config.php | 6 +++++ app/exec/app_config.php | 2 ++ app/extensions/app_config.php | 2 ++ app/fax/app_config.php | 2 ++ app/fifo/app_config.php | 2 ++ app/fifo_list/app_config.php | 2 ++ app/gateways/app_config.php | 2 ++ app/hot_desking/app_config.php | 2 ++ app/ivr_menu/app_config.php | 2 ++ app/log_viewer/app_config.php | 6 +++-- app/login/app_config.php | 3 +++ app/modules/app_config.php | 2 ++ app/music_on_hold/app_config.php | 2 ++ app/recordings/app_config.php | 2 ++ app/registrations/app_config.php | 2 ++ app/ring_groups/app_config.php | 2 ++ app/schemas/app_config.php | 2 ++ app/services/app_config.php | 2 ++ app/settings/app_config.php | 2 ++ app/sip_profiles/app_config.php | 2 ++ app/sip_status/app_config.php | 2 ++ app/sql_query/app_config.php | 2 ++ app/system/app_config.php | 2 ++ app/time_conditions/app_config.php | 2 ++ app/traffic_graph/app_config.php | 2 ++ app/vars/app_config.php | 2 ++ app/voicemail_greetings/app_config.php | 1 + app/xml_cdr/app_config.php | 8 ++++--- app/xmpp/app_config.php | 2 ++ 49 files changed, 141 insertions(+), 34 deletions(-) diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index 17157f5ad0..422516fb91 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -8,7 +8,7 @@ $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-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']['es-cl'] = "Adminer (anteriormente phpMinAdmin) es una herramienta completa para la gestión de bases de datos escrita en PHP. Adminer está disponible para MySQL, PostgreSQL, SQLite, MS SQL y Oracle)"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Adminer"; - $apps[$x]['menu'][0]['title']['es-mx'] = ""; + $apps[$x]['menu'][0]['title']['es-cl'] = "Administrador"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 29f0198c4f..d0bac91818 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "A tool to block incoming numbers."; - $apps[$x]['description']['es-mx'] = ""; + $apps[$x]['description']['es-cl'] = "Una herramineta para bloquear números entrantes"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Call Block"; - $apps[$x]['menu'][0]['title']['es-mx'] = ""; + $apps[$x]['menu'][0]['title']['es-cl'] = "Bloqueo de llamadas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index 0b88854e15..bbfa0c7f5f 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -1,42 +1,52 @@ diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index 5220d9b17c..3e6a11fd1e 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número"; + $apps[$x]['description']['es-cl'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Llamada Masiva (Broadcast)"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Llamada Broadcast"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 304df3b492..09246b3597 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Queues for managing inbound calls and routing those calls to available agents."; - $apps[$x]['description']['es-mx'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; + $apps[$x]['description']['es-cl'] = "Colas pra administar las llamadas entrantes y enviarlas a los agentes disponibles"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Call Center"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Centro de Llamadas"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamadas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; @@ -38,7 +38,7 @@ $apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][1]['title']['en-us'] = "Agent Status"; - $apps[$x]['menu'][1]['title']['es-mx'] = "Estado de Agente"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Estado de Agente"; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-at'] = ""; diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index c46b7a35ed..70ec7d46c3 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Shows active calls, and agents in the call center queue."; - $apps[$x]['description']['es-mx'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas."; + $apps[$x]['description']['es-cl'] = "Muestra las llamadas activas y los agentes en la cola del centro de llamadas."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Active Call Center"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Centro de Llamada Activo"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Centro de Llamada Activo"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index bdd0fc261d..b0f949b230 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = ""; - $apps[$x]['description']['es-mx'] = ""; + $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Call Flows"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Flujo de Llamada"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Flujo de Llamada"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/calls/app_config.php b/app/calls/app_config.php index fbfad4b3b4..3bdf9e2205 100644 --- a/app/calls/app_config.php +++ b/app/calls/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Call Forward, Follow Me and Do Not Disturb."; - $apps[$x]['description']['es-mx'] = "Reenvio de llamada, Sígueme y No Molestar."; + $apps[$x]['description']['es-cl'] = "Reenvio de llamada, Sígueme y No Molestar."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details //$apps[$x]['menu'][0]['title']['en-us'] = "Calls"; - //$apps[$x]['menu'][0]['title']['es-mx'] = "Llamadas"; + //$apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas"; //$apps[$x]['menu'][0]['title']['de-de'] = ""; //$apps[$x]['menu'][0]['title']['de-ch'] = ""; //$apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/calls_active/app_config.php b/app/calls_active/app_config.php index f650ed6df5..9b62c9211c 100644 --- a/app/calls_active/app_config.php +++ b/app/calls_active/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Active channels on the system."; - $apps[$x]['description']['es-mx'] = "Canales activos en el sistema."; + $apps[$x]['description']['es-cl'] = "Canales activos en el sistema."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Active Calls"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Llamadas Activas"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Llamadas Activas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; @@ -36,7 +36,7 @@ $apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][1]['title']['en-us'] = "Active Extensions"; - $apps[$x]['menu'][1]['title']['es-mx'] = "Extensiones activas"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Extensiones activas"; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-at'] = ""; diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 9eda793de8..040cfd4f0e 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Originate calls with a URL."; - $apps[$x]['description']['es-mx'] = "Genera llamadas con un URL."; + $apps[$x]['description']['es-cl'] = "Genera llamadas con un URL."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Click to Call"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Pulse para Llamar"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Pulse para Llamar"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 25eb4aae17..5df174833d 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Conferences Centers allows one or more audio and video conference rooms."; - $apps[$x]['description']['es-mx'] = "El Centro de Conferencia permite una o más recámaras de conferencia para audio y video."; + $apps[$x]['description']['es-cl'] = "El Centro de Conferencia permite una o más salas de conferencia para audio y video."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -21,7 +21,7 @@ //menu details $y = 0; $apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center"; - $apps[$x]['menu'][$y]['title']['es-mx'] = "Centro de Conferencias"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Cent. de Conferencias"; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = ""; diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index 13d2f29943..61c1fa05bb 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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'] = "Las conferencias son usadas para configurar cuartos con un nombre, descripción y un número de acceso (opcional)"; + $apps[$x]['description']['es-cl'] = "Las conferencias son usadas para configurar salas con un nombre, descripción y un número de acceso (opcional)"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Conferences"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Conferencias"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index 2bd6988a3e..e9aba4c41d 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "AJAX tool to view and manage all active callers in a conference room."; - $apps[$x]['description']['es-mx'] = "Herramient en AJAX para ver y administrar todas las llamadas activas en un cuarto de conferencia."; + $apps[$x]['description']['es-cl'] = "Herramienta AJAX para ver y administrar todas las llamadas activas en una sala de conferencia."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Active Conferences"; - $apps[$x]['menu'][0]['title']['es-mx'] = "Conferencias Activas"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Conferencias Activas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = ""; diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 38d3245cc2..77a88b7b0e 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -8,7 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['contact_url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Provides a place to store contact information for individuals and organizations."; - $apps[$x]['description']['es-mx'] = "Provee un lugar para almacenar informacion de los contactos, para individuos u organizaciones"; + $apps[$x]['description']['es-cl'] = "Provee un lugar para almacenar información de los contactos, para individuos u organizaciones"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; @@ -20,7 +20,7 @@ //menu details $apps[$x]['menu'][$y]['title']['en-us'] = "Contacts"; - $apps[$x]['menu'][$y]['title']['es-mx'] = "Contactos"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos"; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = ""; diff --git a/app/content/app_config.php b/app/content/app_config.php index 8081413d9e..e4ca01bafd 100644 --- a/app/content/app_config.php +++ b/app/content/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manage Content for any page in the interface."; + $apps[$x]['description']['es-cl'] = "Administra el Contenido de cualquier pagina en la interfaz."; $apps[$x]['description']['es-mx'] = "Administra el Contenido de cualquier pagina en la interfaz."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Content Manager"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Gestor de Contenido"; $apps[$x]['menu'][0]['title']['es-mx'] = "Administrador de Contenido"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index ded4d77d52..52a2b8d1ef 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Used to define external destination numbers."; + $apps[$x]['description']['es-cl'] = "Utilizado para definir números de destino externos."; $apps[$x]['description']['es-mx'] = "Utilizado para definir numeros destinos externos."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Destinations"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Destinos"; $apps[$x]['menu'][0]['title']['es-mx'] = "Destinos"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 258b44efd1..a47eb28a9e 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Devices for provisioning."; + $apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos."; $apps[$x]['description']['es-mx'] = "Provicionamiento de dispositivos."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Devices"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Dispositivos"; $apps[$x]['menu'][0]['title']['es-mx'] = "Dispositivos"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index 19fc26f305..1e6635d7b3 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; $apps[$x]['description']['es-mx'] = "El plan de marcado es usado para configurar los destinos de llamadas basados en condiciones y contexto. Usted puede usar los planes de marcado para enviar hacia pasarelas, IVR, números externos, scripts o cualquier otro destino."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Dialplan"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Plan de Marcado"; $apps[$x]['menu'][0]['title']['es-mx'] = "Plan de Marcado"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; @@ -38,6 +40,7 @@ $apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Gest. de Plan de Marcado"; $apps[$x]['menu'][1]['title']['es-mx'] = "Administrador de Planes de Marcado"; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index 816cc896f4..b1026817e4 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto."; $apps[$x]['description']['es-mx'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Inbound Routes"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de entrada"; $apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de entrada"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 0d44c87808..6c49e474d1 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -8,11 +8,12 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada."; $apps[$x]['description']['es-mx'] = "Los planes de marcado de salida tienen una o más condiciones que deben cumplirse. Cuando las condiciones se cumplen, las llamada es dirigida con la pasarela seleccionada."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-at'] = ""; - $apps[$x]['description']['fr-fr'] = "Les routes sortantes attribuent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passerelle séléctionée."; + $apps[$x]['description']['fr-fr'] = "Les routes sortants attribuent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passarelle séléctionée."; $apps[$x]['description']['fr-ca'] = "Les routes sortantes ont une ou plus conditions qui devent répondre. Quand les conditions son tout répondres, l'appel est dirigers vers la passarelle séléctioné."; $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."; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Outbound Routes"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Rutas de salida"; $apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de salida"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/edit/app_config.php b/app/edit/app_config.php index 068b5b77a4..4e5826223d 100644 --- a/app/edit/app_config.php +++ b/app/edit/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Script Editor can be used to edit lua, javascript or other scripts."; + $apps[$x]['description']['es-cl'] = "Editor de scripts. Puede ser utilizado para editar archivos lua, javascript, etc."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -21,6 +22,7 @@ //menu details $y = 0; $apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; @@ -37,6 +39,7 @@ $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; @@ -53,6 +56,7 @@ $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; @@ -69,6 +73,7 @@ $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP"; $apps[$x]['menu'][$y]['title']['es-mx'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; @@ -85,6 +90,7 @@ $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor"; + $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático"; $apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = ""; diff --git a/app/exec/app_config.php b/app/exec/app_config.php index 6189c4412e..452526cf19 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Provides a conventient way to execute system, PHP, and switch commands."; + $apps[$x]['description']['es-cl'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch."; $apps[$x]['description']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Command"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Comando"; $apps[$x]['menu'][0]['title']['es-mx'] = "Comando"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index fcb7caaccf..deb115ac10 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Used Configure SIP extensions."; + $apps[$x]['description']['es-cl'] = "Utilizado para configurar Extensiones SIP."; $apps[$x]['description']['es-mx'] = "Utilizado para configurar Extensiones SIP."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Extensions"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Extensiones"; $apps[$x]['menu'][0]['title']['es-mx'] = "Extensiones"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/fax/app_config.php b/app/fax/app_config.php index c1d0b59265..a860432775 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta o puede detectar el tono de FAX utilizando la pestaña Público."; $apps[$x]['description']['es-mx'] = "Para recibir un FAX, configure una extensión y después asigne un número a esta."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Fax Server"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Servidor de Fax"; $apps[$x]['menu'][0]['title']['es-mx'] = "Servidor de Fax"; $apps[$x]['menu'][0]['title']['de-de'] = "Faxserver"; $apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver"; diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index 70c8dac9d5..409f6c4de0 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Queues are used to setup waiting lines for callers. Also known as FIFO Queues."; + $apps[$x]['description']['es-cl'] = "Las colas son usadas para configurar líneas de espera. Son conocidas como colas FIFO."; $apps[$x]['description']['es-mx'] = "Las cosas son usadas para configurar líneas de espera. Son conocidas como colas FIFO."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Queues"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Colas"; $apps[$x]['menu'][0]['title']['es-mx'] = "Colas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index b0c31ebb8f..472411ae3e 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "List all the queues that are currently active with one or more callers."; + $apps[$x]['description']['es-cl'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera."; $apps[$x]['description']['es-mx'] = "Lista todas las colas que estan siendo actualmente usadas con una o más personas en espera."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Active Queues"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Colas activas"; $apps[$x]['menu'][0]['title']['es-mx'] = "Colas activas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index f2209e3684..3b01b3099e 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP."; $apps[$x]['description']['es-mx'] = "Las pasarelas proveen acceso a otras redes de voz. Pueden ser provedores u otro sistema que requiera registo SIP."; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Gateways"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Pasarelas"; $apps[$x]['menu'][0]['title']['es-mx'] = "Pasarelas"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/hot_desking/app_config.php b/app/hot_desking/app_config.php index 9c6df204b8..38aa1f96eb 100644 --- a/app/hot_desking/app_config.php +++ b/app/hot_desking/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "Ingrese en un escritorio con un ID y la contaseña para direccionar las llamadas a una extensión remota. Hace y recibe llamadas"; $apps[$x]['description']['es-mx'] = "Firmarse en un escritorio con un ID y la contaseña para direccionar las llamadas a una extensión remota. Hace y recibe llamadas"; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Hot Desking"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Escritorio remoto"; $apps[$x]['menu'][0]['title']['es-mx'] = "Escritorio remoto"; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/ivr_menu/app_config.php b/app/ivr_menu/app_config.php index 698c01667f..6380fe14fc 100644 --- a/app/ivr_menu/app_config.php +++ b/app/ivr_menu/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "El menú IVR reproduce una grabación o una frase predefinida que presenta opciones para elegir. Cada opción corresponde a un destino. Los destinos pueden ser extensiones, correo de voz, IVR, grupos, fax entre otros."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "IVR Menu"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Menú IVR"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index 8c19fd4db9..4ee4ce2d21 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Display the switch logs."; + $apps[$x]['description']['es-cl'] = "Muestra los registros del switch"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Log Viewer"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Visor de eventos"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; @@ -39,10 +41,10 @@ $apps[$x]['permissions'][0]['name'] = "log_view"; $apps[$x]['permissions'][0]['menu']['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e"; $apps[$x]['permissions'][0]['groups'][] = "superadmin"; - + $apps[$x]['permissions'][1]['name'] = "log_download"; $apps[$x]['permissions'][1]['groups'][] = "superadmin"; - + $apps[$x]['permissions'][2]['name'] = "log_path_view"; $apps[$x]['permissions'][2]['groups'][] = "superadmin"; ?> \ No newline at end of file diff --git a/app/login/app_config.php b/app/login/app_config.php index 9603b87ce8..b04b9f8e0f 100644 --- a/app/login/app_config.php +++ b/app/login/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Used to login to a user account"; + $apps[$x]['description']['es-cl'] = "Utilizado para iniciar sesión"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Login"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Ingresar"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; @@ -37,6 +39,7 @@ $apps[$x]['menu'][0]['order'] = "99"; $apps[$x]['menu'][1]['title']['en-us'] = "Logout"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Salir"; $apps[$x]['menu'][1]['title']['es-mx'] = ""; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; diff --git a/app/modules/app_config.php b/app/modules/app_config.php index 061259507d..0e8556423f 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Modules extend the features of the system. Use this page to enable or disable modules."; + $apps[$x]['description']['es-cl'] = "Los módulos extienden las funcionalidades del sistema. Utilice esta página para activar o desactivar los diferentes módulos."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Modules"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Módulos"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/music_on_hold/app_config.php b/app/music_on_hold/app_config.php index 52d6a27fee..395d56c1ea 100644 --- a/app/music_on_hold/app_config.php +++ b/app/music_on_hold/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Add, Delete, or Play Music on hold files."; + $apps[$x]['description']['es-cl'] = "Agregar, Eliminar o Reproducir archivos de música en espera"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Music on Hold"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Música en espera"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index 4183c033c4..c821bcb3b2 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manager recordings primarily used with an IVR."; + $apps[$x]['description']['es-cl'] = "Administrador de grabaciones, utilizadas primordialmente con un IVR"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Recordings"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Grabaciones"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index 03a8e4a568..5db3b23d8c 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Displays registrations from endpoints."; + $apps[$x]['description']['es-cl'] = "Muestra los registros desde los extremos"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Registrations"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Registros"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index 93a70aa613..87d0101a77 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "A tool to call multiple extensions."; + $apps[$x]['description']['es-cl'] = "Una herramienta para llamar a múltiples extensiones"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Ring Groups"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Grupo de llamados"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/schemas/app_config.php b/app/schemas/app_config.php index 98138aaf24..0d11a1ae49 100644 --- a/app/schemas/app_config.php +++ b/app/schemas/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $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-cl'] = "Provee la habilidad de rápidamente definir información a almacenar y dinámicamente crea herramientas para ver, agregar, editar, eliminar y buscar."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Schemas"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Esquemas"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/services/app_config.php b/app/services/app_config.php index c49c297873..70c7e1a56f 100644 --- a/app/services/app_config.php +++ b/app/services/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Monitor System Services."; + $apps[$x]['description']['es-cl'] = "Monitor de Servicios de Sistema"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Services"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Servicios"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/settings/app_config.php b/app/settings/app_config.php index 16bed90aaa..a07ed094b6 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "PBX Settings."; + $apps[$x]['description']['es-cl'] = "Configuraciones del PBX"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Settings"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Configuraciones"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index e5e54615ca..f4ccd404fd 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = ""; + $apps[$x]['description']['es-cl'] = ""; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "SIP Profiles"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Perfiles SIP"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/sip_status/app_config.php b/app/sip_status/app_config.php index c84fcfdeba..3535cdc4bd 100644 --- a/app/sip_status/app_config.php +++ b/app/sip_status/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Displays system information such as RAM, CPU and Hard Drive information."; + $apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "SIP Status"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Estado de SIP"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index d7cc22c779..6c7a6126b0 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Run Structur Query Language commands."; + $apps[$x]['description']['es-cl'] = "Ejecuta comandos SQL"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "SQL Query"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Coinsulta SQL"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/system/app_config.php b/app/system/app_config.php index f5f15f89b4..f4839e5ee9 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Displays information for CPU, HDD, RAM and more."; + $apps[$x]['description']['es-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "System Status"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Estado de Sistema"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index a9df04b99b..5a32d3596f 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Direct calls based on the time of day."; + $apps[$x]['description']['es-cl'] = "Direcciona llamadas basada en hora del día"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Time Conditions"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Condic. de Tiempo"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index 84cc1e5b7d..38987522f9 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Uses SVG to show the network traffic."; + $apps[$x]['description']['es-cl'] = "Utiliza SVG para mostrar el tráfico de red"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Traffic Graph"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Gráfico de Tráfico"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/vars/app_config.php b/app/vars/app_config.php index b0e1ec7f64..e728ed83a3 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Define variables that are used by the switch, provisioning, and more."; + $apps[$x]['description']['es-cl'] = "Define variables usadas por el switch, provisionamiento y más"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "Variables"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Variables"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = ""; diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index 292a341b00..218597e478 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manager voicemail greetings for extensions."; + $apps[$x]['description']['es-cl'] = "Administrador de mensajes de bienvenida de correo de voz para extensiones."; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index e5b01be5be..a65e0f5272 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -8,6 +8,7 @@ $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Call Detail Records with all information about the call."; + $apps[$x]['description']['es-cl'] = "Registro de detalle de llamados con toda la información de la llamada"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -20,6 +21,7 @@ //menu details $apps[$x]['menu'][1]['title']['en-us'] = "Call Detail Records"; + $apps[$x]['menu'][1]['title']['es-cl'] = "Registro de detalle de llamada"; $apps[$x]['menu'][1]['title']['es-mx'] = ""; $apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = ""; @@ -48,13 +50,13 @@ $apps[$x]['permissions'][$y]['name'] = "xml_cdr_domain"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; + $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_add"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; + $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_edit"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $y++; + $y++; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //$y++; diff --git a/app/xmpp/app_config.php b/app/xmpp/app_config.php index ea7b5244ee..8bdf392599 100644 --- a/app/xmpp/app_config.php +++ b/app/xmpp/app_config.php @@ -9,6 +9,7 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['en-us'] = "Allow User to Open a Flash Phone for his Extension."; + $apps[$x]['description']['es-cl'] = "Permite a los usuarios iniciar un teléfono flash para su extensión"; $apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-ch'] = ""; @@ -21,6 +22,7 @@ //menu details $apps[$x]['menu'][0]['title']['en-us'] = "XMPP Manager"; + $apps[$x]['menu'][0]['title']['es-cl'] = "Gestor XMPP"; $apps[$x]['menu'][0]['title']['es-mx'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";