Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl'. This completes the menu Spanish translation.

This commit is contained in:
Mark Crane 2014-02-13 20:15:59 +00:00
parent d36773251e
commit 9b60110cf7
49 changed files with 141 additions and 34 deletions

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0"; $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]['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Adminer"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "A tool to block incoming numbers."; $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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Block"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -1,42 +1,52 @@
<?php <?php
// call_block.php // call_block.php
$text['title-call-block']['en-us'] = "Call Block"; $text['title-call-block']['en-us'] = "Call Block";
$text['title-call-block']['es-cl'] = "Bloqueo de llamadas";
$text['title-call-block']['pt-pt'] = "Bloqueio de Chamadas"; $text['title-call-block']['pt-pt'] = "Bloqueio de Chamadas";
$text['title-call-block']['fr-fr'] = "Bloquage d'appel"; $text['title-call-block']['fr-fr'] = "Bloquage d'appel";
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls."; $text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
$text['description-call-block']['es-cl'] = "Un listado de n&uacute;meros desde los cuales se bloquean las llamadas";
$text['description-call-block']['pt-pt'] = "Uma lista de números que deseje bloquear as chamadas"; $text['description-call-block']['pt-pt'] = "Uma lista de números que deseje bloquear as chamadas";
$text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels"; $text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels";
$text['label-number']['en-us'] = "Number"; $text['label-number']['en-us'] = "Number";
$text['label-number']['es-cl'] = "N&uacute;mero";
$text['label-number']['pt-pt'] = "Número"; $text['label-number']['pt-pt'] = "Número";
$text['label-number']['fr-fr'] = "Numéro"; $text['label-number']['fr-fr'] = "Numéro";
$text['label-name']['en-us'] = "Name"; $text['label-name']['en-us'] = "Name";
$text['label-name']['es-cl'] = "Nombre";
$text['label-name']['pt-pt'] = "Nome"; $text['label-name']['pt-pt'] = "Nome";
$text['label-name']['fr-fr'] = "Nom"; $text['label-name']['fr-fr'] = "Nom";
$text['label-count']['en-us'] = "Count"; $text['label-count']['en-us'] = "Count";
$text['label-count']['es-cl'] = "Conteo";
$text['label-count']['pt-pt'] = "Contagem"; $text['label-count']['pt-pt'] = "Contagem";
$text['label-count']['fr-fr'] = "Décompte"; $text['label-count']['fr-fr'] = "Décompte";
$text['label-date-added']['en-us'] = "Date Added"; $text['label-date-added']['en-us'] = "Date Added";
$text['label-date-added']['es-cl'] = "Fecha de ingreso";
$text['label-date-added']['pt-pt'] = "Data adicionada"; $text['label-date-added']['pt-pt'] = "Data adicionada";
$text['label-date-added']['fr-fr'] = "Date Ajoutée"; $text['label-date-added']['fr-fr'] = "Date Ajoutée";
$text['label-action']['en-us'] = "Action"; $text['label-action']['en-us'] = "Action";
$text['label-action']['es-cl'] = "Acci&oacute;n";
$text['label-action']['pt-pt'] = "Acção"; $text['label-action']['pt-pt'] = "Acção";
$text['label-action']['fr-fr'] = "Action"; $text['label-action']['fr-fr'] = "Action";
$text['label-enabled']['en-us'] = "Enabled"; $text['label-enabled']['en-us'] = "Enabled";
$text['label-enabled']['es-cl'] = "Activo";
$text['label-enabled']['pt-pt'] = "Activado"; $text['label-enabled']['pt-pt'] = "Activado";
$text['label-enabled']['fr-fr'] = "Actif"; $text['label-enabled']['fr-fr'] = "Actif";
$text['button-edit']['en-us'] = "Edit"; $text['button-edit']['en-us'] = "Edit";
$text['button-edit']['es-cl'] = "Editar";
$text['button-edit']['pt-pt'] = "Editar"; $text['button-edit']['pt-pt'] = "Editar";
$text['button-edit']['fr-fr'] = "Editer"; $text['button-edit']['fr-fr'] = "Editer";
$text['button-delete']['en-us'] = "Delete"; $text['button-delete']['en-us'] = "Delete";
$text['button-delete']['es-cl'] = "Eliminar";
$text['button-delete']['pt-pt'] = "Remover"; $text['button-delete']['pt-pt'] = "Remover";
$text['button-delete']['fr-fr'] = "Supprimer"; $text['button-delete']['fr-fr'] = "Supprimer";
@ -45,93 +55,115 @@
$text['button-add']['fr-fr'] = "Ajouter"; $text['button-add']['fr-fr'] = "Ajouter";
$text['confirm-delete']['en-us'] = "Do you really want to delete this?"; $text['confirm-delete']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete']['es-cl'] = "&iquest;Realmente desea eliminar el n&oacute;mero?";
$text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?"; $text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?";
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?"; $text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
// call_block_cdr_add.php // call_block_cdr_add.php
$text['label-add-complete']['en-us'] = "Add Complete"; $text['label-add-complete']['en-us'] = "Add Complete";
$text['label-add-complete']['es-cl'] = "Agregar Completo";
$text['label-add-complete']['pt-pt'] = "Adição Efectuada"; $text['label-add-complete']['pt-pt'] = "Adição Efectuada";
$text['label-add-complete']['fr-fr'] = "Ajouté"; $text['label-add-complete']['fr-fr'] = "Ajouté";
// call_block_delete.php // call_block_delete.php
$text['label-message']['en-us'] = "Message"; $text['label-message']['en-us'] = "Message";
$text['label-message']['es-cl'] = "Mensaje";
$text['label-message']['pt-pt'] = "Mensagem"; $text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['fr-fr'] = "Message"; $text['label-message']['fr-fr'] = "Message";
$text['label-delete-complete']['en-us'] = "Delete Complete"; $text['label-delete-complete']['en-us'] = "Delete Complete";
$text['label-delete-complete']['es-cl'] = "Eliminar Completo";
$text['label-delete-complete']['pt-pt'] = "Remoção Efectuada"; $text['label-delete-complete']['pt-pt'] = "Remoção Efectuada";
$text['label-delete-complete']['fr-fr'] = "Supprimé"; $text['label-delete-complete']['fr-fr'] = "Supprimé";
// call_block_edit.php // call_block_edit.php
$text['label-provide-name']['en-us'] = "Please provide: Name"; $text['label-provide-name']['en-us'] = "Please provide: Name";
$text['label-provide-name']['es-cl'] = "Por favor agregue: Nombre";
$text['label-provide-name']['pt-pt'] = "Por favor indique: Nome"; $text['label-provide-name']['pt-pt'] = "Por favor indique: Nome";
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom"; $text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['label-provide-number']['en-us'] = "Please provide: Number"; $text['label-provide-number']['en-us'] = "Please provide: Number";
$text['label-provide-number']['es-cl'] = "Por favor agregue: N&uacute;mero";
$text['label-provide-number']['pt-pt'] = "Por favor indique: Número"; $text['label-provide-number']['pt-pt'] = "Por favor indique: Número";
$text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro"; $text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro";
$text['label-provide-enabled']['en-us'] = "Please provide: Enabled"; $text['label-provide-enabled']['en-us'] = "Please provide: Enabled";
$text['label-provide-enabled']['es-cl'] = "Por favor agregue: Activo";
$text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado"; $text['label-provide-enabled']['pt-pt'] = "Por favor indique: Activado";
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif"; $text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
$text['label-update-complete']['en-us'] = "Update Complete"; $text['label-update-complete']['en-us'] = "Update Complete";
$text['label-update-complete']['es-cl'] = "Actualizaci&oacute;n Completa";
$text['label-update-complete']['pt-pt'] = "Actualização Efectuada"; $text['label-update-complete']['pt-pt'] = "Actualização Efectuada";
$text['label-update-complete']['fr-fr'] = "Mis à jour"; $text['label-update-complete']['fr-fr'] = "Mis à jour";
$text['label-called-on']['en-us'] = "Called on"; $text['label-called-on']['en-us'] = "Called on";
$text['label-called-on']['es-cl'] = "Llam&oacute; en";
$text['label-called-on']['pt-pt'] = "Chamado em"; $text['label-called-on']['pt-pt'] = "Chamado em";
$text['label-called-on']['fr-fr'] = "Appelé sur"; $text['label-called-on']['fr-fr'] = "Appelé sur";
$text['label-edit-add']['en-us'] = "Call Block Add"; $text['label-edit-add']['en-us'] = "Call Block Add";
$text['label-edit-add']['es-cl'] = "Agregar bloqueo de llamada";
$text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas"; $text['label-edit-add']['pt-pt'] = "Adicionar Bloqueio de Chamadas";
$text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel"; $text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel";
$text['label-edit-edit']['en-us'] = "Call Block Edit"; $text['label-edit-edit']['en-us'] = "Call Block Edit";
$text['label-edit-edit']['es-cl'] = "Editar bloqueo de llamada";
$text['label-edit-edit']['pt-pt'] = "Editar Bloqueio de Chamadas"; $text['label-edit-edit']['pt-pt'] = "Editar Bloqueio de Chamadas";
$text['label-edit-edit']['fr-fr'] = "Editer le bloquage d'appel"; $text['label-edit-edit']['fr-fr'] = "Editer le bloquage d'appel";
$text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below."; $text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below.";
$text['label-add-note']['es-cl'] = "Bloquea llamadas desde un n&uacute;mero. Puede elegir un n&uacute;mero de la lista de arriba o ingresar el n&uacute, nombre y activarlo abajo.";
$text['label-add-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Seleccione um número a partir da lista indicada ou introduza um número, nome e active."; $text['label-add-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Seleccione um número a partir da lista indicada ou introduza um número, nome e active.";
$text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le."; $text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le.";
$text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below."; $text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below.";
$text['label-edit-note']['es-cl'] = "Bloquea llamadas desde un n&uacute;mero. Edite el nombre y active/desactive abajo.";
$text['label-edit-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive."; $text['label-edit-note']['pt-pt'] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive.";
$text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous."; $text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous.";
$text['label-exact-number']['en-us'] = "Enter the exact number."; $text['label-exact-number']['en-us'] = "Enter the exact number.";
$text['label-exact-number']['es-cl'] = "Ingrese el n&uacute; exacto.";
$text['label-exact-number']['pt-pt'] = "Introduza o número exacto."; $text['label-exact-number']['pt-pt'] = "Introduza o número exacto.";
$text['label-exact-number']['fr-fr'] = "Entrer le numéro exact."; $text['label-exact-number']['fr-fr'] = "Entrer le numéro exact.";
$text['label-reject']['en-us'] = "Reject"; $text['label-reject']['en-us'] = "Reject";
$text['label-reject']['es-cl'] = "Rechazar";
$text['label-reject']['pt-pt'] = "Rejeitar"; $text['label-reject']['pt-pt'] = "Rejeitar";
$text['label-reject']['fr-fr'] = "Rejeter."; $text['label-reject']['fr-fr'] = "Rejeter.";
$text['label-busy']['en-us'] = "Busy"; $text['label-busy']['en-us'] = "Busy";
$text['label-busy']['es-cl'] = "Ocupado";
$text['label-busy']['pt-pt'] = "Ocupado"; $text['label-busy']['pt-pt'] = "Ocupado";
$text['label-busy']['fr-fr'] = "Occupé"; $text['label-busy']['fr-fr'] = "Occupé";
$text['label-action-message']['en-us'] = "Set an action for calls from this number."; $text['label-action-message']['en-us'] = "Set an action for calls from this number.";
$text['label-action-message']['es-cl'] = "Configurar una acci&oacute;n para llamadas desde este n&uacute;mero.";
$text['label-action-message']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número."; $text['label-action-message']['pt-pt'] = "Escolha uma acção para chamadas com origem neste número.";
$text['label-action-message']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro."; $text['label-action-message']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
$text['label-true']['en-us'] = "true"; $text['label-true']['en-us'] = "true";
$text['label-true']['es-cl'] = "verdadero";
$text['label-true']['pt-pt'] = "sim"; $text['label-true']['pt-pt'] = "sim";
$text['label-true']['fr-fr'] = "Oui"; $text['label-true']['fr-fr'] = "Oui";
$text['label-false']['en-us'] = "false"; $text['label-false']['en-us'] = "false";
$text['label-false']['es-cl'] = "falso";
$text['label-false']['pt-pt'] = "não"; $text['label-false']['pt-pt'] = "não";
$text['label-false']['fr-fr'] = "Non"; $text['label-false']['fr-fr'] = "Non";
$text['label-enable-message']['en-us'] = "Set to true to enable call blocking for this number."; $text['label-enable-message']['en-us'] = "Set to true to enable call blocking for this number.";
$text['label-enable-message']['es-cl'] = "Seleccione verdadero para activar el bloqueo de llamadas desde este n&uacute;mero.";
$text['label-enable-message']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número."; $text['label-enable-message']['pt-pt'] = "Escolha 'sim' para activar o bloqueio de chamadas para este número.";
$text['label-enable-message']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel. "; $text['label-enable-message']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel. ";
$text['button-save']['en-us'] = "Save"; $text['button-save']['en-us'] = "Save";
$text['button-save']['es-cl'] = "Guardar";
$text['button-save']['pt-pt'] = "Guardar"; $text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['fr-fr'] = "Sauvegarder"; $text['button-save']['fr-fr'] = "Sauvegarder";
$text['button-back']['en-us'] = "Back"; $text['button-back']['en-us'] = "Back";
$text['button-back']['es-cl'] = "Volver";
$text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['fr-fr'] = "Retour"; $text['button-back']['fr-fr'] = "Retour";
?> ?>

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Center"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";
@ -38,7 +38,7 @@
$apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Agent Status"; $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-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = "";
$apps[$x]['menu'][1]['title']['de-at'] = ""; $apps[$x]['menu'][1]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Active Call Center"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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'] = "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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
//$apps[$x]['menu'][0]['title']['en-us'] = "Calls"; //$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-de'] = "";
//$apps[$x]['menu'][0]['title']['de-ch'] = ""; //$apps[$x]['menu'][0]['title']['de-ch'] = "";
//$apps[$x]['menu'][0]['title']['de-at'] = ""; //$apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Active channels on the system."; $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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Active Calls"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";
@ -36,7 +36,7 @@
$apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Active Extensions"; $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-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = "";
$apps[$x]['menu'][1]['title']['de-at'] = ""; $apps[$x]['menu'][1]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Originate calls with a URL."; $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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Click to Call"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -21,7 +21,7 @@
//menu details //menu details
$y = 0; $y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Center"; $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-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Conferences"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Active Conferences"; $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-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = ""; $apps[$x]['menu'][0]['title']['de-at'] = "";

View File

@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['contact_url'] = "http://www.fusionpbx.com"; $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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $apps[$x]['description']['de-at'] = "";
@ -20,7 +20,7 @@
//menu details //menu details
$apps[$x]['menu'][$y]['title']['en-us'] = "Contacts"; $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-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = ""; $apps[$x]['menu'][$y]['title']['de-at'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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-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']['es-mx'] = "Administra el Contenido de cualquier pagina en la interfaz.";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Content Manager"; $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']['es-mx'] = "Administrador de Contenido";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Used to define external destination numbers."; $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']['es-mx'] = "Utilizado para definir numeros destinos externos.";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Destinations"; $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']['es-mx'] = "Destinos";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Devices for provisioning."; $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']['es-mx'] = "Provicionamiento de dispositivos.";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Devices"; $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']['es-mx'] = "Dispositivos";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Dialplan"; $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']['es-mx'] = "Plan de Marcado";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
@ -38,6 +40,7 @@
$apps[$x]['menu'][0]['groups'][] = "superadmin"; $apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][1]['title']['en-us'] = "Dialplan Manager"; $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']['es-mx'] = "Administrador de Planes de Marcado";
$apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Inbound Routes"; $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']['es-mx'] = "Rutas de entrada";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,11 +8,12 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = ""; $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-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']['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-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 //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Outbound Routes"; $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']['es-mx'] = "Rutas de salida";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -21,6 +22,7 @@
//menu details //menu details
$y = 0; $y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor"; $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']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
@ -37,6 +39,7 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor"; $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']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
@ -53,6 +56,7 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor"; $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']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
@ -69,6 +73,7 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor"; $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']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";
@ -85,6 +90,7 @@
$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor"; $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']['es-mx'] = "Editor Gramático";
$apps[$x]['menu'][$y]['title']['de-de'] = ""; $apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = ""; $apps[$x]['menu'][$y]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "Provee un modo conveniente de ejecutar comandos de sistema, PHP o del switch.";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Command"; $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']['es-mx'] = "Comando";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Used Configure SIP extensions."; $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']['es-mx'] = "Utilizado para configurar Extensiones SIP.";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Extensions"; $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']['es-mx'] = "Extensiones";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Fax Server"; $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']['es-mx'] = "Servidor de Fax";
$apps[$x]['menu'][0]['title']['de-de'] = "Faxserver"; $apps[$x]['menu'][0]['title']['de-de'] = "Faxserver";
$apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver"; $apps[$x]['menu'][0]['title']['de-ch'] = "Faxserver";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Queues"; $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']['es-mx'] = "Colas";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Active Queues"; $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']['es-mx'] = "Colas activas";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Gateways"; $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']['es-mx'] = "Pasarelas";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['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-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Hot Desking"; $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']['es-mx'] = "Escritorio remoto";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "IVR Menu"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Display the switch logs."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Log Viewer"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
@ -39,10 +41,10 @@
$apps[$x]['permissions'][0]['name'] = "log_view"; $apps[$x]['permissions'][0]['name'] = "log_view";
$apps[$x]['permissions'][0]['menu']['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e"; $apps[$x]['permissions'][0]['menu']['uuid'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
$apps[$x]['permissions'][0]['groups'][] = "superadmin"; $apps[$x]['permissions'][0]['groups'][] = "superadmin";
$apps[$x]['permissions'][1]['name'] = "log_download"; $apps[$x]['permissions'][1]['name'] = "log_download";
$apps[$x]['permissions'][1]['groups'][] = "superadmin"; $apps[$x]['permissions'][1]['groups'][] = "superadmin";
$apps[$x]['permissions'][2]['name'] = "log_path_view"; $apps[$x]['permissions'][2]['name'] = "log_path_view";
$apps[$x]['permissions'][2]['groups'][] = "superadmin"; $apps[$x]['permissions'][2]['groups'][] = "superadmin";
?> ?>

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Used to login to a user account"; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Login"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";
@ -37,6 +39,7 @@
$apps[$x]['menu'][0]['order'] = "99"; $apps[$x]['menu'][0]['order'] = "99";
$apps[$x]['menu'][1]['title']['en-us'] = "Logout"; $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']['es-mx'] = "";
$apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Modules"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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-cl'] = "Agregar, Eliminar o Reproducir archivos de música en espera";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Music on Hold"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Manager recordings primarily used with an IVR."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Recordings"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Displays registrations from endpoints."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Registrations"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "A tool to call multiple extensions."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Ring Groups"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Schemas"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Monitor System Services."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Services"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "PBX Settings."; $apps[$x]['description']['en-us'] = "PBX Settings.";
$apps[$x]['description']['es-cl'] = "Configuraciones del PBX";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Settings"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Profiles"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Status"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Run Structur Query Language commands."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "SQL Query"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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-cl'] = "Muestra información del sistema como RAM, CPU y Disco Duro";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "System Status"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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-cl'] = "Direcciona llamadas basada en hora del día";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Time Conditions"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Uses SVG to show the network traffic."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Traffic Graph"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $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']['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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Variables"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Manager voicemail greetings for extensions."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";

View File

@ -8,6 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "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-cl'] = "Registro de detalle de llamados con toda la información de la llamada";
$apps[$x]['description']['es-mx'] = ""; $apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -20,6 +21,7 @@
//menu details //menu details
$apps[$x]['menu'][1]['title']['en-us'] = "Call Detail Records"; $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']['es-mx'] = "";
$apps[$x]['menu'][1]['title']['de-de'] = ""; $apps[$x]['menu'][1]['title']['de-de'] = "";
$apps[$x]['menu'][1]['title']['de-ch'] = ""; $apps[$x]['menu'][1]['title']['de-ch'] = "";
@ -48,13 +50,13 @@
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_domain"; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_domain";
$apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_add"; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_edit"; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++; $y++;
$apps[$x]['permissions'][$y]['name'] = "xml_cdr_delete"; $apps[$x]['permissions'][$y]['name'] = "xml_cdr_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//$y++; //$y++;

View File

@ -9,6 +9,7 @@
$apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = ""; $apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['en-us'] = "Allow User to Open a Flash Phone for his Extension."; $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']['es-mx'] = "";
$apps[$x]['description']['de-de'] = ""; $apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = ""; $apps[$x]['description']['de-ch'] = "";
@ -21,6 +22,7 @@
//menu details //menu details
$apps[$x]['menu'][0]['title']['en-us'] = "XMPP Manager"; $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']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['de-de'] = ""; $apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = ""; $apps[$x]['menu'][0]['title']['de-ch'] = "";