fusionpbx/app/dialplan_inbound/app_languages.php

140 lines
4.6 KiB
PHP
Raw Normal View History

<?php
2012-11-24 23:59:08 +01:00
// main
2012-11-24 23:59:08 +01:00
$text['title-dialplan-inbound-add']['en-us'] = 'Inbound Call Routing';
$text['title-dialplan-inbound-add']['pt-pt'] = '';
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.';
$text['description-dialplan-inbound-add']['pt-pt'] = '';
$text['label-access-denied']['en-us'] = 'access denied';
$text['label-access-denied']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
// basic
2012-11-24 23:59:08 +01:00
$text['button-basic']['en-us'] = 'Basic';
$text['button-basic']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = '';
$text['description-name']['en-us'] = 'Please enter an inbound route name.';
$text['description-name']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-destination-number']['en-us'] = 'Destination Number';
$text['label-destination-number']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-select-inbound-destination-number']['en-us'] = 'Select the inbound destination number.';
$text['label-select-inbound-destination-number']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-action']['en-us'] = 'Action';
$text['label-action']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-limit']['en-us'] = 'Limit';
$text['label-limit']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-order']['en-us'] = 'Order';
$text['label-order']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-enabled']['en-us'] = 'Enabled';
$text['label-enabled']['pt-pt'] = '';
$text['label-true']['en-us'] = 'True';
$text['label-true']['pt-pt'] = '';
$text['label-false']['en-us'] = 'False';
$text['label-false']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
// advanced
$text['button-advanced']['en-us'] = 'Advanced';
$text['button-advanced']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-condition_1']['en-us'] = 'Condition 1';
$text['label-condition_1']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-condition_2']['en-us'] = 'Condition 2';
$text['label-condition_2']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-action_1']['en-us'] = 'Action 1';
$text['label-action_1']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-action_2']['en-us'] = 'Action 2';
$text['label-action_2']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-field']['en-us'] = 'Field';
$text['label-field']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-expression']['en-us'] = 'Expression';
$text['label-expression']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['option-context']['en-us'] = 'Context';
$text['option-context']['pt-pt'] = '';
$text['option-username']['en-us'] = 'Username';
$text['option-username']['pt-pt'] = '';
$text['option-rdnis']['en-us'] = 'RDNIS';
$text['option-rdnis']['pt-pt'] = '';
$text['option-destination_number']['en-us'] = 'Destination Number';
$text['option-destination_number']['pt-pt'] = '';
$text['option-public']['en-us'] = 'Public';
$text['option-public']['pt-pt'] = '';
$text['option-caller_id_name']['en-us'] = 'Caller ID Name';
$text['option-caller_id_name']['pt-pt'] = '';
$text['option-caller_id_number']['en-us'] = 'Caller ID Number';
$text['option-caller_id_number']['pt-pt'] = '';
$text['option-ani']['en-us'] = 'ANI';
$text['option-ani']['pt-pt'] = '';
$text['option-ani2']['en-us'] = 'ANI2';
$text['option-ani2']['pt-pt'] = '';
$text['option-uuid']['en-us'] = 'UUID';
$text['option-uuid']['pt-pt'] = '';
$text['option-source']['en-us'] = 'Source';
$text['option-source']['pt-pt'] = '';
$text['option-chan_name']['en-us'] = 'Channel Name';
$text['option-chan_name']['pt-pt'] = '';
$text['option-network_addr']['en-us'] = 'Network Address';
$text['option-network_addr']['pt-pt'] = '';
// general
2012-11-24 23:59:08 +01:00
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-required-domain_uuid']['en-us'] = 'Please provide: domain_uuid';
$text['label-required-domain_uuid']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-required-dialplan_name']['en-us'] = 'Please provide: Extension Name';
$text['label-required-dialplan_name']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-required-condition_field_1']['en-us'] = 'Please provide: Condition Field';
$text['label-required-condition_field_1']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-required-condition_expression_1']['en-us'] = 'Please provide: Condition Expression';
$text['label-required-condition_expression_1']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['label-required-action_application_1']['en-us'] = 'Please provide: Action Application';
$text['label-required-action_application_1']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
$text['confirm-update-complete']['en-us'] = 'Update Complete';
$text['confirm-update-complete']['pt-pt'] = '';
2012-11-24 23:59:08 +01:00
?>