90 lines
4.5 KiB
PHP
90 lines
4.5 KiB
PHP
<?php
|
|
/*
|
|
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>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
James Rose <james.o.rose@gmail.com>
|
|
*/
|
|
$text['message-provide']['en-us'] = 'Please Provide';
|
|
$text['label-gateway-name']['en-us'] = 'Gateway Name';
|
|
$text['label-dialplan-expression']['en-us'] = 'Dialplan Expression';
|
|
$text['label-2d']['en-us'] = '2 digits';
|
|
$text['label-3d']['en-us'] = '3 digits';
|
|
$text['label-4d']['en-us'] = '4 digits';
|
|
$text['label-5d']['en-us'] = '5 digits';
|
|
$text['label-6d']['en-us'] = '6 digits';
|
|
$text['label-7d']['en-us'] = '7 digits local';
|
|
$text['label-8d']['en-us'] = '8 digits';
|
|
$text['label-9d']['en-us'] = '9 digits';
|
|
$text['label-10d']['en-us'] = '10 digits long distance';
|
|
$text['label-11d']['en-us'] = '11 digits long distance';
|
|
$text['label-12d']['en-us'] = '12 digits';
|
|
$text['label-13d']['en-us'] = '13 digits';
|
|
$text['label-14d']['en-us'] = '14 digits';
|
|
$text['label-int']['en-us'] = '15 digits International';
|
|
$text['label-311']['en-us'] = '311 information';
|
|
$text['label-411']['en-us'] = '411 information';
|
|
$text['label-911']['en-us'] = '911 emergency';
|
|
$text['label-9d2']['en-us'] = 'dial 9, then 2 digits';
|
|
$text['label-9d3']['en-us'] = 'dial 9, then 3 digits';
|
|
$text['label-9d4']['en-us'] = 'dial 9, then 4 digits';
|
|
$text['label-9d5']['en-us'] = 'dial 9, then 5 digits';
|
|
$text['label-9d6']['en-us'] = 'dial 9, then 6 digits';
|
|
$text['label-9d7']['en-us'] = 'dial 9, then 7 digits';
|
|
$text['label-9d8']['en-us'] = 'dial 9, then 8 digits';
|
|
$text['label-9d9']['en-us'] = 'dial 9, then 9 digits';
|
|
$text['label-9d10']['en-us'] = 'dial 9, then 10 digits';
|
|
$text['label-9d11']['en-us'] = 'dial 9, then 11 digits';
|
|
$text['label-9d12']['en-us'] = 'dial 9, then 12 digits';
|
|
$text['label-9d13']['en-us'] = 'dial 9, then 13 digits';
|
|
$text['label-9d14']['en-us'] = 'dial 9, then 14 digits';
|
|
$text['label-9d15']['en-us'] = 'dial 9, then International';
|
|
$text['label-800']['en-us'] = 'toll free';
|
|
$text['message-update']['en-us'] = 'Update Complete';
|
|
$text['label-outbound-routes']['en-us'] = 'Outbound Routes';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$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.';
|
|
$text['label-gateway']['en-us'] = 'Gateway';
|
|
$text['label-sip-gateway']['en-us'] = 'SIP Gateways';
|
|
$text['label-add-options']['en-us'] = 'Additional Options';
|
|
$text['message-add-options']['en-us'] = 'Select the gateway to use with this outbound route.';
|
|
$text['label-alt1']['en-us'] = 'Alternate 1';
|
|
$text['message-add-options1']['en-us'] = 'Select another gateway as an alternative to use if the first one fails.';
|
|
$text['label-alt2']['en-us'] = 'Alternate 2';
|
|
$text['message-add-options2']['en-us'] = 'Select another gateway as an alternative to use if the second one fails.';
|
|
$text['description-shortcut']['en-us'] = 'Shortcut to create the outbound dialplan entries for this Gateway.';
|
|
$text['label-prefix']['en-us'] = 'Prefix';
|
|
$text['description-enter-prefix']['en-us'] = 'Enter a prefix number to add to the beginning of the destination number.';
|
|
$text['label-limit']['en-us'] = 'Limit';
|
|
$text['description-limit']['en-us'] = 'Enter limit to restrict the number of outbound calls.';
|
|
$text['label-order']['en-us'] = 'Order';
|
|
$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.';
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-true']['en-us'] = 'true';
|
|
$text['label-false']['en-us'] = 'false';
|
|
$text['description-enabled']['en-us'] = 'Choose to enable or disable the outbound route.';
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['description-description']['en-us'] = 'Enter a description for the outbound route.';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
|
|
?>
|