2013-09-21 08:40:50 +00:00
<? php
2013-08-23 08:14:51 +00:00
// call_block.php
2013-10-01 11:35:07 +00:00
$text [ 'title-call-block' ][ 'en-us' ] = "Call Block" ;
2014-02-13 20:15:59 +00:00
$text [ 'title-call-block' ][ 'es-cl' ] = "Bloqueo de llamadas" ;
2013-10-17 22:06:01 +00:00
$text [ 'title-call-block' ][ 'pt-pt' ] = "Bloqueio de Chamadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'title-call-block' ][ 'fr-fr' ] = "Bloquage d'appel" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'description-call-block' ][ 'en-us' ] = "A list of numbers from which to block calls." ;
2014-02-25 03:28:28 +00:00
$text [ 'description-call-block' ][ 'es-cl' ] = "Un listado de números desde los cuales se bloquean las llamadas" ;
2013-10-17 22:06:01 +00:00
$text [ 'description-call-block' ][ 'pt-pt' ] = "Uma lista de números que deseje bloquear as chamadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'description-call-block' ][ 'fr-fr' ] = "Une liste de numéro dont on veut bloquer les appels" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-number' ][ 'en-us' ] = "Number" ;
2014-02-25 03:28:28 +00:00
$text [ 'label-number' ][ 'es-cl' ] = "Número" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-number' ][ 'pt-pt' ] = "Número" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-number' ][ 'fr-fr' ] = "Numéro" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-name' ][ 'en-us' ] = "Name" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-name' ][ 'es-cl' ] = "Nombre" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-name' ][ 'pt-pt' ] = "Nome" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-name' ][ 'fr-fr' ] = "Nom" ;
2013-09-30 16:16:32 +00:00
2014-01-21 05:40:01 +00:00
$text [ 'label-count' ][ 'en-us' ] = "Count" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-count' ][ 'es-cl' ] = "Conteo" ;
2014-01-21 05:40:01 +00:00
$text [ 'label-count' ][ 'pt-pt' ] = "Contagem" ;
$text [ 'label-count' ][ 'fr-fr' ] = "Décompte" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-date-added' ][ 'en-us' ] = "Date Added" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-date-added' ][ 'es-cl' ] = "Fecha de ingreso" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-date-added' ][ 'pt-pt' ] = "Data adicionada" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-date-added' ][ 'fr-fr' ] = "Date Ajoutée" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-action' ][ 'en-us' ] = "Action" ;
2014-02-25 03:28:28 +00:00
$text [ 'label-action' ][ 'es-cl' ] = "Acción" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-action' ][ 'pt-pt' ] = "Acção" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-action' ][ 'fr-fr' ] = "Action" ;
2013-08-23 08:14:51 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-enabled' ][ 'en-us' ] = "Enabled" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-enabled' ][ 'es-cl' ] = "Activo" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-enabled' ][ 'pt-pt' ] = "Activado" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-enabled' ][ 'fr-fr' ] = "Actif" ;
2014-07-12 07:47:46 +00:00
$text [ 'label-inbound' ][ 'en-us' ] = "Inbound" ;
$text [ 'label-inbound' ][ 'es-cl' ] = "Entrada" ;
$text [ 'label-inbound' ][ 'pt-pt' ] = "Entrada" ;
$text [ 'label-inbound' ][ 'fr-fr' ] = "Entrant" ;
$text [ 'label-local' ][ 'en-us' ] = "Local" ;
$text [ 'label-local' ][ 'es-cl' ] = "Local" ;
$text [ 'label-local' ][ 'pt-pt' ] = "Local" ;
$text [ 'label-local' ][ 'fr-fr' ] = "Local" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
2014-02-13 20:15:59 +00:00
$text [ 'button-edit' ][ 'es-cl' ] = "Editar" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-edit' ][ 'pt-pt' ] = "Editar" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-edit' ][ 'fr-fr' ] = "Editer" ;
2013-08-23 08:14:51 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-delete' ][ 'en-us' ] = "Delete" ;
2014-02-13 20:15:59 +00:00
$text [ 'button-delete' ][ 'es-cl' ] = "Eliminar" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-delete' ][ 'pt-pt' ] = "Remover" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-add' ][ 'en-us' ] = "Add" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-add' ][ 'pt-pt' ] = "Adicionar" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
2013-09-30 16:16:32 +00:00
2014-07-12 07:47:46 +00:00
$text [ 'button-view' ][ 'en-us' ] = "View" ;
$text [ 'button-view' ][ 'es-cl' ] = "Ver" ;
$text [ 'button-view' ][ 'pt-pt' ] = "Vista" ;
$text [ 'button-view' ][ 'fr-fr' ] = "Voir" ;
2013-10-01 11:35:07 +00:00
$text [ 'confirm-delete' ][ 'en-us' ] = "Do you really want to delete this?" ;
2014-02-25 03:28:28 +00:00
$text [ 'confirm-delete' ][ 'es-cl' ] = "¿Realmente desea eliminar el número?" ;
2013-10-17 22:06:01 +00:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = "Deseja realmente remover isto?" ;
2013-09-30 13:19:40 +00:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer cela?" ;
2013-09-30 16:16:32 +00:00
2013-08-23 08:14:51 +00:00
// call_block_cdr_add.php
2013-10-01 11:35:07 +00:00
$text [ 'label-add-complete' ][ 'en-us' ] = "Add Complete" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-add-complete' ][ 'es-cl' ] = "Agregar Completo" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-add-complete' ][ 'pt-pt' ] = "Adição Efectuada" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-add-complete' ][ 'fr-fr' ] = "Ajouté" ;
2013-09-30 16:16:32 +00:00
2013-08-23 08:14:51 +00:00
// call_block_delete.php
2013-10-01 11:35:07 +00:00
$text [ 'label-message' ][ 'en-us' ] = "Message" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-message' ][ 'es-cl' ] = "Mensaje" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-message' ][ 'pt-pt' ] = "Mensagem" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-message' ][ 'fr-fr' ] = "Message" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-delete-complete' ][ 'en-us' ] = "Delete Complete" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-delete-complete' ][ 'es-cl' ] = "Eliminar Completo" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-delete-complete' ][ 'pt-pt' ] = "Remoção Efectuada" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-delete-complete' ][ 'fr-fr' ] = "Supprimé" ;
2013-09-30 16:16:32 +00:00
2013-08-23 08:14:51 +00:00
// call_block_edit.php
2013-10-01 11:35:07 +00:00
$text [ 'label-provide-name' ][ 'en-us' ] = "Please provide: Name" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-provide-name' ][ 'es-cl' ] = "Por favor agregue: Nombre" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-provide-name' ][ 'pt-pt' ] = "Por favor indique: Nome" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-provide-name' ][ 'fr-fr' ] = "Merci d'indiquer: Nom" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-provide-number' ][ 'en-us' ] = "Please provide: Number" ;
2014-02-25 03:28:28 +00:00
$text [ 'label-provide-number' ][ 'es-cl' ] = "Por favor agregue: Número" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-provide-number' ][ 'pt-pt' ] = "Por favor indique: Número" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-provide-number' ][ 'fr-fr' ] = "Merci d'indiquer: Numéro" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-provide-enabled' ][ 'en-us' ] = "Please provide: Enabled" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-provide-enabled' ][ 'es-cl' ] = "Por favor agregue: Activo" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-provide-enabled' ][ 'pt-pt' ] = "Por favor indique: Activado" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-provide-enabled' ][ 'fr-fr' ] = "Merci d'indiquer: Actif" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-update-complete' ][ 'en-us' ] = "Update Complete" ;
2014-02-25 03:28:28 +00:00
$text [ 'label-update-complete' ][ 'es-cl' ] = "Actualización Completa" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-update-complete' ][ 'pt-pt' ] = "Actualização Efectuada" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-update-complete' ][ 'fr-fr' ] = "Mis à jour" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-called-on' ][ 'en-us' ] = "Called on" ;
2014-02-25 03:28:28 +00:00
$text [ 'label-called-on' ][ 'es-cl' ] = "Llamó en" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-called-on' ][ 'pt-pt' ] = "Chamado em" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-called-on' ][ 'fr-fr' ] = "Appelé sur" ;
2013-09-30 16:16:32 +00:00
2014-07-12 07:47:46 +00:00
$text [ 'label-duration' ][ 'en-us' ] = "Duration" ;
$text [ 'label-duration' ][ 'es-cl' ] = "Duración" ;
$text [ 'label-duration' ][ 'pt-pt' ] = "Duração" ;
$text [ 'label-duration' ][ 'fr-fr' ] = "Durée" ;
2014-06-22 08:12:07 +00:00
$text [ 'label-edit-add' ][ 'en-us' ] = "Call Block" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-edit-add' ][ 'es-cl' ] = "Agregar bloqueo de llamada" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-edit-add' ][ 'pt-pt' ] = "Adicionar Bloqueio de Chamadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-edit-add' ][ 'fr-fr' ] = "Ajouter bloquage d'appel" ;
2013-09-30 16:16:32 +00:00
2014-02-21 02:03:22 +00:00
$text [ 'label-edit-add-recent' ][ 'en-us' ] = "Recent Calls" ;
$text [ 'label-edit-add-recent' ][ 'es-cl' ] = "Llamadas Recientes" ;
$text [ 'label-edit-add-recent' ][ 'pt-pt' ] = "Chamadas Recentes" ;
$text [ 'label-edit-add-recent' ][ 'fr-fr' ] = "Appels Récents" ;
2014-06-22 08:12:07 +00:00
$text [ 'label-edit-edit' ][ 'en-us' ] = "Call Block" ;
$text [ 'label-edit-edit' ][ 'es-cl' ] = "Bloqueo de llamada" ;
$text [ 'label-edit-edit' ][ 'pt-pt' ] = "Bloqueio de Chamadas" ;
$text [ 'label-edit-edit' ][ 'fr-fr' ] = "Bloquage d'appel" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$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." ;
2014-02-25 03:28:28 +00:00
$text [ 'label-add-note' ][ 'es-cl' ] = "Bloquea llamadas desde un número. Puede elegir un número de la lista de arriba o ingresar el nú, nombre y activarlo abajo." ;
2013-10-17 22:06:01 +00:00
$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." ;
2013-09-30 13:19:40 +00:00
$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." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-edit-note' ][ 'en-us' ] = "Block calls from a number. Edit the name and enable/disable below." ;
2014-02-25 03:28:28 +00:00
$text [ 'label-edit-note' ][ 'es-cl' ] = "Bloquea llamadas desde un número. Edite el nombre y active/desactive abajo." ;
2013-10-17 22:06:01 +00:00
$text [ 'label-edit-note' ][ 'pt-pt' ] = "Bloquear chamadas a partir de um número. Edite o nome e active/desactive." ;
2013-09-30 13:19:40 +00:00
$text [ 'label-edit-note' ][ 'fr-fr' ] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous." ;
2013-09-30 16:16:32 +00:00
2014-06-21 00:58:16 +00:00
$text [ 'description-number' ][ 'en-us' ] = "Enter the exact number." ;
$text [ 'description-number' ][ 'es-cl' ] = "Ingrese el nú exacto." ;
$text [ 'description-number' ][ 'pt-pt' ] = "Introduza o número exacto." ;
$text [ 'description-number' ][ 'fr-fr' ] = "Entrer le numéro exact." ;
$text [ 'description-name' ][ 'en-us' ] = "Enter the name." ;
$text [ 'description-name' ][ 'es-cl' ] = "Introduzca el nombre." ;
$text [ 'description-name' ][ 'pt-pt' ] = "Digite o nome." ;
$text [ 'description-name' ][ 'fr-fr' ] = "Entrez le nom." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-reject' ][ 'en-us' ] = "Reject" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-reject' ][ 'es-cl' ] = "Rechazar" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-reject' ][ 'pt-pt' ] = "Rejeitar" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-reject' ][ 'fr-fr' ] = "Rejeter." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-busy' ][ 'en-us' ] = "Busy" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-busy' ][ 'es-cl' ] = "Ocupado" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-busy' ][ 'pt-pt' ] = "Ocupado" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-busy' ][ 'fr-fr' ] = "Occupé" ;
2013-09-30 16:16:32 +00:00
2014-06-21 00:58:16 +00:00
$text [ 'description-action' ][ 'en-us' ] = "Set an action for calls from this number." ;
$text [ 'description-action' ][ 'es-cl' ] = "Configurar una acción para llamadas desde este número." ;
$text [ 'description-action' ][ 'pt-pt' ] = "Escolha uma acção para chamadas com origem neste número." ;
$text [ 'description-action' ][ 'fr-fr' ] = "Choisir une action pour les appels venant de ce numéro." ;
2013-09-30 16:16:32 +00:00
2014-04-27 09:56:46 +00:00
$text [ 'label-true' ][ 'en-us' ] = "True" ;
$text [ 'label-true' ][ 'es-cl' ] = "Verdadero" ;
$text [ 'label-true' ][ 'pt-pt' ] = "Sim" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-true' ][ 'fr-fr' ] = "Oui" ;
2013-08-23 08:14:51 +00:00
2014-04-27 09:56:46 +00:00
$text [ 'label-false' ][ 'en-us' ] = "False" ;
2014-02-13 20:15:59 +00:00
$text [ 'label-false' ][ 'es-cl' ] = "falso" ;
2014-04-27 09:56:46 +00:00
$text [ 'label-false' ][ 'pt-pt' ] = "Não" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-false' ][ 'fr-fr' ] = "Non" ;
2013-09-30 16:16:32 +00:00
2014-06-21 00:58:16 +00:00
$text [ 'description-enable' ][ 'en-us' ] = "Set to true to enable call blocking for this number." ;
$text [ 'description-enable' ][ 'es-cl' ] = "Seleccione verdadero para activar el bloqueo de llamadas desde este número." ;
$text [ 'description-enable' ][ 'pt-pt' ] = "Escolha 'sim' para activar o bloqueio de chamadas para este número." ;
2014-10-29 08:51:56 +00:00
$text [ 'description-enable' ][ 'fr-fr' ] = "Choisir Oui pour activer le bloquage d'appel." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-save' ][ 'en-us' ] = "Save" ;
2014-02-13 20:15:59 +00:00
$text [ 'button-save' ][ 'es-cl' ] = "Guardar" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-save' ][ 'pt-pt' ] = "Guardar" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'button-back' ][ 'en-us' ] = "Back" ;
2014-02-13 20:15:59 +00:00
$text [ 'button-back' ][ 'es-cl' ] = "Volver" ;
2013-10-17 22:06:01 +00:00
$text [ 'button-back' ][ 'pt-pt' ] = "Voltar" ;
2013-09-30 13:19:40 +00:00
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2014-07-12 07:02:38 +00:00
$text [ 'prompt-block_recent_name' ][ 'en-us' ] = "Block Recent Call \\ n \\ nEdit the Name, if desired..." ;
$text [ 'prompt-block_recent_name' ][ 'es-cl' ] = "Bloqueo de llamadas recientes \\ n \\ nEdite el nombre, si lo desea..." ;
$text [ 'prompt-block_recent_name' ][ 'pt-pt' ] = "Bloquear Chamadas Recentes \\ n \\ nEdite o nome, se desejar..." ;
$text [ 'prompt-block_recent_name' ][ 'fr-fr' ] = "Bloquer appels récents \\ n \\ nModifiez le nom, si vous le souhaitez..." ;
2013-09-30 13:19:40 +00:00
?>