2013-05-29 06:34:28 +02:00
< ? php
2012-11-24 22:25:22 +01:00
/*
FusionPBX
Version : MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 ( the " License " ); you may not use this file except in compliance with
the License . You may obtain a copy of the License at
http :// www . mozilla . org / MPL /
Software distributed under the License is distributed on an " AS IS " basis ,
WITHOUT WARRANTY OF ANY KIND , either express or implied . See the License
for the specific language governing rights and limitations under the
License .
The Original Code is FusionPBX
The Initial Developer of the Original Code is
Mark J Crane < markjcrane @ fusionpbx . com >
2013-09-11 05:49:58 +02:00
Portions created by the Initial Developer are Copyright ( C ) 2008 - 2013
2012-11-24 22:25:22 +01:00
the Initial Developer . All Rights Reserved .
Contributor ( s ) :
Mark J Crane < markjcrane @ fusionpbx . com >
James Rose < james . o . rose @ gmail . com >
2013-09-13 23:04:53 +02:00
Philippe Rioual < bhouba @ gmail . com >
2012-11-24 22:25:22 +01:00
*/
2013-05-29 06:34:28 +02:00
$text [ 'title-dialplan-outbound-add' ][ 'en-us' ] = 'Outbound Call Routing' ;
2013-09-30 15:19:40 +02:00
$text [ 'title-dialplan-outbound-add' ][ 'fr-fr' ] = " Routage d'appel sortant " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'message-provide' ][ 'en-us' ] = 'Please Provide' ;
2013-09-30 15:19:40 +02:00
$text [ 'message-provide' ][ 'fr-fr' ] = " Merci d'indiquer " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-gateway-name' ][ 'en-us' ] = 'Gateway Name' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-gateway-name' ][ 'fr-fr' ] = " Nom de la passerelle " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-dialplan-expression' ][ 'en-us' ] = 'Dialplan Expression' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-dialplan-expression' ][ 'fr-fr' ] = " Expression du Plan de numérotation " ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-2d' ][ 'en-us' ] = '2 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-2d' ][ 'fr-fr' ] = '2 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-3d' ][ 'en-us' ] = '3 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-3d' ][ 'fr-fr' ] = '3 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-4d' ][ 'en-us' ] = '4 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-4d' ][ 'fr-fr' ] = '4 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-5d' ][ 'en-us' ] = '5 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-5d' ][ 'fr-fr' ] = '5 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-6d' ][ 'en-us' ] = '6 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-6d' ][ 'fr-fr' ] = '6 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-7d' ][ 'en-us' ] = '7 Digits Local' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-7d' ][ 'fr-fr' ] = '7 Digits Local' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-8d' ][ 'en-us' ] = '8 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-8d' ][ 'fr-fr' ] = '8 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d' ][ 'en-us' ] = '9 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d' ][ 'fr-fr' ] = '9 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-10d' ][ 'en-us' ] = '10 Digits Long Distance' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-10d' ][ 'fr-fr' ] = '10 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-11d' ][ 'en-us' ] = '11 Digits Long Distance' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-11d' ][ 'fr-fr' ] = '11 Digits' ;
2013-09-11 05:49:58 +02:00
2013-09-30 18:21:08 +02:00
$text [ 'label-north-america' ][ 'en-us' ] = 'North America' ;
$text [ 'label-north-america' ][ 'fr-fr' ] = 'Amérique du Nord' ;
2013-09-11 05:49:58 +02:00
2013-09-30 18:21:08 +02:00
$text [ 'label-north-america-intl' ][ 'en-us' ] = 'North America International' ;
$text [ 'label-north-america-intl' ][ 'fr-fr' ] = 'Amérique du Nord International' ;
2013-09-30 15:19:40 +02:00
2013-09-30 18:21:08 +02:00
$text [ 'label-intl' ][ 'en-us' ] = 'International' ;
$text [ 'label-intl' ][ 'fr-fr' ] = 'International' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-311' ][ 'en-us' ] = '311 Information' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-311' ][ 'fr-fr' ] = '311 Information' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-411' ][ 'en-us' ] = '411 Information' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-411' ][ 'fr-fr' ] = '411 Information' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-911' ][ 'en-us' ] = '911 Emergency' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-911' ][ 'fr-fr' ] = '911 Emergency' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d2' ][ 'en-us' ] = 'Dial 9, then 2 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d2' ][ 'fr-fr' ] = 'Compose 9, puis 2 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d3' ][ 'en-us' ] = 'Dial 9, then 3 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d3' ][ 'fr-fr' ] = 'Compose 9, puis 3 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d4' ][ 'en-us' ] = 'Dial 9, then 4 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d4' ][ 'fr-fr' ] = 'Compose 9, puis 4 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d5' ][ 'en-us' ] = 'Dial 9, then 5 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d5' ][ 'fr-fr' ] = 'Compose 9, puis 5 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d6' ][ 'en-us' ] = 'Dial 9, then 6 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d6' ][ 'fr-fr' ] = 'Compose 9, puis 6 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d7' ][ 'en-us' ] = 'Dial 9, then 7 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d7' ][ 'fr-fr' ] = 'Compose 9, puis 7 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d8' ][ 'en-us' ] = 'Dial 9, then 8 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d8' ][ 'fr-fr' ] = 'Compose 9, puis 8 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d9' ][ 'en-us' ] = 'Dial 9, then 9 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d9' ][ 'fr-fr' ] = 'Compose 9, puis 9 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d10' ][ 'en-us' ] = 'Dial 9, then 10 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d10' ][ 'fr-fr' ] = 'Compose 9, puis 10 Digits' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-9d11' ][ 'en-us' ] = 'Dial 9, then 11 Digits' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-9d11' ][ 'fr-fr' ] = 'Compose 9, puis 11 Digits' ;
2013-09-30 17:22:35 +02:00
$text [ 'label-9d.12-20' ][ 'en-us' ] = 'Dial 9, then International' ;
$text [ 'label-9d.12-20' ][ 'fr-fr' ] = 'Compose 9, puis International' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-800' ][ 'en-us' ] = 'Toll-Free' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-800' ][ 'fr-fr' ] = 'Sans Charge' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'message-update' ][ 'en-us' ] = 'Update Complete' ;
2013-09-30 15:19:40 +02:00
$text [ 'message-update' ][ 'fr-fr' ] = " Mis à jour " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-outbound-routes' ][ 'en-us' ] = 'Outbound Routes' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-outbound-routes' ][ 'fr-fr' ] = 'Routes Sortantes' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
2013-09-30 15:19:40 +02:00
$text [ 'button-back' ][ 'fr-fr' ] = 'Retour' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-outbound-routes' ][ '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.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-outbound-routes' ][ 'fr-fr' ] = " les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-gateway' ][ 'en-us' ] = 'Gateway' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-gateway' ][ 'fr-fr' ] = 'Passerelle' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-sip-gateway' ][ 'en-us' ] = 'SIP Gateways' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-sip-gateway' ][ 'fr-fr' ] = 'Passerelle SIP' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-add-options' ][ 'en-us' ] = 'Additional Options' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-add-options' ][ 'fr-fr' ] = 'Autres Options' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'message-add-options' ][ 'en-us' ] = 'Select the gateway to use with this outbound route.' ;
2013-09-30 15:19:40 +02:00
$text [ 'message-add-options' ][ 'fr-fr' ] = " Choisir la passerelle utilisée par cette route sortante. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-alt1' ][ 'en-us' ] = 'Alternate 1' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-alt1' ][ 'fr-fr' ] = 'Alternative 1' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'message-add-options1' ][ 'en-us' ] = 'Select another gateway as an alternative to use if the first one fails.' ;
2013-09-30 15:19:40 +02:00
$text [ 'message-add-options1' ][ 'fr-fr' ] = " Choisir une autre passerelle comme alternative si la première échoue. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-alt2' ][ 'en-us' ] = 'Alternate 2' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-alt2' ][ 'fr-fr' ] = 'Alternative 2' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'message-add-options2' ][ 'en-us' ] = 'Select another gateway as an alternative to use if the second one fails.' ;
2013-09-30 15:19:40 +02:00
$text [ 'message-add-options2' ][ 'fr-fr' ] = " Choisir une autre passerelle comme alternative si la seconde échoue. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-shortcut' ][ 'en-us' ] = 'Shortcut to create the outbound dialplan entries for this Gateway.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-shortcut' ][ 'fr-fr' ] = " Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-prefix' ][ 'en-us' ] = 'Prefix' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-prefix' ][ 'fr-fr' ] = 'Préfixe' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-enter-prefix' ][ 'en-us' ] = 'Enter a prefix number to add to the beginning of the destination number.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-enter-prefix' ][ 'fr-fr' ] = " Choisir un préfixe à ajouter en début de numérotation pour joindre la destination. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-limit' ][ 'en-us' ] = 'Limit' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-limit' ][ 'fr-fr' ] = 'Limite' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-limit' ][ 'en-us' ] = 'Enter limit to restrict the number of outbound calls.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-limit' ][ 'fr-fr' ] = " Choisir une limite afin de limiter le noombre d'appel sortants. " ;
2013-09-11 05:49:58 +02:00
$text [ 'label-accountcode' ][ 'en-us' ] = 'Account Code' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-accountcode' ][ 'fr-fr' ] = 'Centre de Frais' ;
2013-09-11 05:49:58 +02:00
$text [ 'description-accountcode' ][ 'en-us' ] = 'Enter the accountcode.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-accountcode' ][ 'fr-fr' ] = '' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-order' ][ 'en-us' ] = 'Order' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-order' ][ 'fr-fr' ] = 'Ordre' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-order' ][ 'en-us' ] = 'Select the order number. The order number determines the order of the outbound routes when there is more than one.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-order' ][ 'fr-fr' ] = " Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent. " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-enabled' ][ 'en-us' ] = 'Enabled' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-enabled' ][ 'fr-fr' ] = 'Actif' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-true' ][ 'en-us' ] = 'True' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = 'Oui' ;
2013-09-11 05:49:58 +02:00
2013-05-29 06:34:28 +02:00
$text [ 'label-false' ][ 'en-us' ] = 'False' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = 'Non' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-enabled' ][ 'en-us' ] = 'Choose to enable or disable the outbound route.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-enabled' ][ 'fr-fr' ] = " " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
2013-09-30 15:19:40 +02:00
$text [ 'label-description' ][ 'fr-fr' ] = 'Description' ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'description-description' ][ 'en-us' ] = 'Enter a description for the outbound route.' ;
2013-09-30 15:19:40 +02:00
$text [ 'description-description' ][ 'fr-fr' ] = " " ;
2013-09-11 05:49:58 +02:00
2012-11-24 22:25:22 +01:00
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
2013-09-30 15:19:40 +02:00
$text [ 'button-save' ][ 'fr-fr' ] = 'Sauvegarder' ;
2012-11-24 22:25:22 +01:00
2013-09-30 15:19:40 +02:00
?>