2013-05-29 06:34:28 +02:00
< ? php
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// main
2012-11-24 23:59:08 +01:00
$text [ 'title-dialplan-inbound-add' ][ 'en-us' ] = 'Inbound Call Routing' ;
2013-05-06 22:30:51 +02:00
$text [ 'title-dialplan-inbound-add' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'title-dialplan-inbound-add' ][ 'fr' ] = " Routage des appels entrant " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'description-dialplan-inbound-add' ][ 'en-us' ] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.' ;
2013-05-06 22:30:51 +02:00
$text [ 'description-dialplan-inbound-add' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'description-dialplan-inbound-add' ][ 'fr' ] = " Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script. " ;
2013-05-06 22:30:51 +02:00
2012-11-25 00:14:28 +01:00
$text [ 'label-access-denied' ][ 'en-us' ] = 'access denied' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-access-denied' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'label-access-denied' ][ 'fr' ] = " accès refusé " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
2013-05-06 22:30:51 +02:00
$text [ 'button-back' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-back' ][ 'fr' ] = " Retour " ;
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// basic
2012-11-24 23:59:08 +01:00
$text [ 'button-basic' ][ 'en-us' ] = 'Basic' ;
2013-05-06 22:30:51 +02:00
$text [ 'button-basic' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-basic' ][ 'fr' ] = " Basique " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-name' ][ 'en-us' ] = 'Name' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-name' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-name' ][ 'fr' ] = " Nom " ;
2013-05-06 22:30:51 +02:00
$text [ 'description-name' ][ 'en-us' ] = 'Please enter an inbound route name.' ;
$text [ 'description-name' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'description-name' ][ 'fr' ] = " Merci d'entrer le nom d'une route entrante " ;
2012-11-24 23:59:08 +01:00
$text [ 'label-destination-number' ][ 'en-us' ] = 'Destination Number' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-destination-number' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'label-destination-number' ][ 'fr' ] = " Numéro de Destination " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-select-inbound-destination-number' ][ 'en-us' ] = 'Select the inbound destination number.' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-select-inbound-destination-number' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-select-inbound-destination-number' ][ 'fr' ] = " " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'button-add' ][ 'en-us' ] = 'Add' ;
2013-05-06 22:30:51 +02:00
$text [ 'button-add' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-add' ][ 'fr' ] = " Ajouter " ;
2012-11-24 23:59:08 +01:00
$text [ 'label-action' ][ 'en-us' ] = 'Action' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-action' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-action' ][ 'fr' ] = " Action " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-limit' ][ 'en-us' ] = 'Limit' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-limit' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-limit' ][ 'fr' ] = " Limite " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-order' ][ 'en-us' ] = 'Order' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-order' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-order' ][ 'fr' ] = " Ordre " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-enabled' ][ 'en-us' ] = 'Enabled' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-enabled' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-enabled' ][ 'fr' ] = " Actif " ;
2013-05-06 22:30:51 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-true' ][ 'en-us' ] = 'True' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-true' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-true' ][ 'fr' ] = " Oui " ;
2013-05-06 22:30:51 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-false' ][ 'en-us' ] = 'False' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-false' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-false' ][ 'fr' ] = " Non " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-description' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-description' ][ 'fr' ] = " Description " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
2013-05-06 22:30:51 +02:00
// advanced
2012-11-25 00:14:28 +01:00
$text [ 'button-advanced' ][ 'en-us' ] = 'Advanced' ;
2013-05-06 22:30:51 +02:00
$text [ 'button-advanced' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'button-advanced' ][ 'fr' ] = " Avancé " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-condition_1' ][ 'en-us' ] = 'Condition 1' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-condition_1' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-condition_1' ][ 'fr' ] = " Condition 1 " ;
2012-11-24 23:59:08 +01:00
$text [ 'label-condition_2' ][ 'en-us' ] = 'Condition 2' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-condition_2' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-condition_2' ][ 'fr' ] = " Condition 2 " ;
2012-11-24 23:59:08 +01:00
$text [ 'label-action_1' ][ 'en-us' ] = 'Action 1' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-action_1' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-action_1' ][ 'fr' ] = " Action 1 " ;
2012-11-24 23:59:08 +01:00
$text [ 'label-action_2' ][ 'en-us' ] = 'Action 2' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-action_2' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-action_2' ][ 'fr' ] = " Action 2 " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-field' ][ 'en-us' ] = 'Field' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-field' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-field' ][ 'fr' ] = " Champs " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-expression' ][ 'en-us' ] = 'Expression' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-expression' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-expression' ][ 'fr' ] = " Expression " ;
2012-11-24 23:59:08 +01:00
2013-05-29 06:34:28 +02:00
$text [ 'option-context' ][ 'en-us' ] = 'Context' ;
$text [ 'option-context' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-context' ][ 'fr' ] = " Contexte " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-username' ][ 'en-us' ] = 'Username' ;
$text [ 'option-username' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-username' ][ 'fr' ] = " Utilisateur " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-rdnis' ][ 'en-us' ] = 'RDNIS' ;
$text [ 'option-rdnis' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-rdnis' ][ 'fr' ] = " RDNIS " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-destination_number' ][ 'en-us' ] = 'Destination Number' ;
$text [ 'option-destination_number' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'option-destination_number' ][ 'fr' ] = " Numéro de Destination " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-public' ][ 'en-us' ] = 'Public' ;
$text [ 'option-public' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-public' ][ 'fr' ] = " " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-caller_id_name' ][ 'en-us' ] = 'Caller ID Name' ;
$text [ 'option-caller_id_name' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-caller_id_name' ][ 'fr' ] = " Nom d'appelant " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-caller_id_number' ][ 'en-us' ] = 'Caller ID Number' ;
$text [ 'option-caller_id_number' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'option-caller_id_number' ][ 'fr' ] = " Numéro d'appelant " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-ani' ][ 'en-us' ] = 'ANI' ;
$text [ 'option-ani' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-ani' ][ 'fr' ] = " ANI " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-ani2' ][ 'en-us' ] = 'ANI2' ;
$text [ 'option-ani2' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-ani2' ][ 'fr' ] = " ANI2 " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-uuid' ][ 'en-us' ] = 'UUID' ;
$text [ 'option-uuid' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-uuid' ][ 'fr' ] = " UUID " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-source' ][ 'en-us' ] = 'Source' ;
$text [ 'option-source' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-source' ][ 'fr' ] = " Source " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-chan_name' ][ 'en-us' ] = 'Channel Name' ;
$text [ 'option-chan_name' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'option-chan_name' ][ 'fr' ] = " Nom de canal " ;
2013-05-29 06:34:28 +02:00
$text [ 'option-network_addr' ][ 'en-us' ] = 'Network Address' ;
$text [ 'option-network_addr' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'option-network_addr' ][ 'fr' ] = " Adresse Réseau " ;
2013-05-29 06:34:28 +02:00
2013-05-06 22:30:51 +02:00
// general
2012-11-24 23:59:08 +01:00
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
2013-05-06 22:30:51 +02:00
$text [ 'button-save' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'button-save' ][ 'fr' ] = " Sauvegarde " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-required-domain_uuid' ][ 'en-us' ] = 'Please provide: domain_uuid' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-required-domain_uuid' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-required-domain_uuid' ][ 'fr' ] = " Merci d'indiquer: domain_uuid " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-required-dialplan_name' ][ 'en-us' ] = 'Please provide: Extension Name' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-required-dialplan_name' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-required-dialplan_name' ][ 'fr' ] = " Merci d'indiquer: Nom d'extension " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-required-condition_field_1' ][ 'en-us' ] = 'Please provide: Condition Field' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-required-condition_field_1' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-required-condition_field_1' ][ 'fr' ] = " Merci d'indiquer: Champs Condition " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-required-condition_expression_1' ][ 'en-us' ] = 'Please provide: Condition Expression' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-required-condition_expression_1' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-required-condition_expression_1' ][ 'fr' ] = " Merci d'indiquer: Expression Condition " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'label-required-action_application_1' ][ 'en-us' ] = 'Please provide: Action Application' ;
2013-05-06 22:30:51 +02:00
$text [ 'label-required-action_application_1' ][ 'pt-pt' ] = '' ;
2013-09-13 23:04:53 +02:00
$text [ 'label-required-action_application_1' ][ 'fr' ] = " Merci d'indiquer: Application Action " ;
2013-05-06 22:30:51 +02:00
2012-11-24 23:59:08 +01:00
$text [ 'confirm-update-complete' ][ 'en-us' ] = 'Update Complete' ;
2013-05-06 22:30:51 +02:00
$text [ 'confirm-update-complete' ][ 'pt-pt' ] = '' ;
2013-09-21 10:40:50 +02:00
$text [ 'confirm-update-complete' ][ 'fr' ] = " Mis à jour " ;
2012-11-24 23:59:08 +01:00
?>