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