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" ;
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." ;
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" ;
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" ;
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
2013-10-01 11:35:07 +00:00
$text [ 'label-Count' ][ 'en-us' ] = "Count" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-Count' ][ 'pt-pt' ] = "Contagem" ;
2013-09-30 13:19:40 +00:00
$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" ;
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" ;
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" ;
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" ;
2013-10-01 11:35:07 +00:00
$text [ 'button-edit' ][ 'en-us' ] = "Edit" ;
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" ;
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
2013-10-01 11:35:07 +00:00
$text [ 'confirm-delete' ][ 'en-us' ] = "Do you really want to delete this?" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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" ;
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
2013-10-01 11:35:07 +00:00
$text [ 'label-edit-add' ][ 'en-us' ] = "Call Block Add" ;
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
2013-10-01 11:35:07 +00:00
$text [ 'label-edit-edit' ][ 'en-us' ] = "Call Block Edit" ;
2013-10-17 22:06:01 +00:00
$text [ 'label-edit-edit' ][ 'pt-pt' ] = "Editar Bloqueio de Chamadas" ;
2013-09-30 13:19:40 +00:00
$text [ 'label-edit-edit' ][ 'fr-fr' ] = "Editer le 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." ;
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." ;
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
2013-10-01 11:35:07 +00:00
$text [ 'label-exact-number' ][ 'en-us' ] = "Enter the exact number." ;
2013-10-17 22:06:01 +00:00
$text [ 'label-exact-number' ][ 'pt-pt' ] = "Introduza o número exacto." ;
2013-09-30 13:19:40 +00:00
$text [ 'label-exact-number' ][ 'fr-fr' ] = "Entrer le numéro exact." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-reject' ][ 'en-us' ] = "Reject" ;
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" ;
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
2013-10-01 11:35:07 +00:00
$text [ 'label-action-message' ][ 'en-us' ] = "Set an action for calls from this number." ;
2013-10-17 22:06:01 +00:00
$text [ 'label-action-message' ][ 'pt-pt' ] = "Escolha uma acção para chamadas com origem neste número." ;
2013-09-30 13:19:40 +00:00
$text [ 'label-action-message' ][ 'fr-fr' ] = "Choisir une action pour les appels venant de ce numéro." ;
2013-09-30 16:16:32 +00:00
2013-10-01 11:35:07 +00:00
$text [ 'label-true' ][ 'en-us' ] = "true" ;
2013-10-17 22:06:01 +00:00
$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
2013-10-01 11:35:07 +00:00
$text [ 'label-false' ][ 'en-us' ] = "false" ;
2013-10-17 22:06:01 +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
2013-10-01 11:35:07 +00:00
$text [ 'label-enable-message' ][ 'en-us' ] = "Set to true to enable call blocking for this number." ;
2013-10-17 22:06:01 +00:00
$text [ 'label-enable-message' ][ 'pt-pt' ] = "Escolha 'sim' para activar o bloqueio de chamadas para este número." ;
2013-09-30 13:19:40 +00:00
$text [ 'label-enable-message' ][ '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" ;
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" ;
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" ;
?>