110 lines
6.3 KiB
PHP
110 lines
6.3 KiB
PHP
<?php
|
|
|
|
//Dialplan
|
|
|
|
$text['title-dialplan_manager']['en-us'] = 'Dialplan Manager';
|
|
$text['title-inbound_routes']['en-us'] = 'Inbound Routes';
|
|
$text['title-outbound_routes']['en-us'] = 'Outbound Routes';
|
|
$text['title-time_conditions']['en-us'] = 'Time Conditions';
|
|
$text['title-dialplan_add']['en-us'] = 'Dialplan Add';
|
|
$text['title-dialplan_edit']['en-us'] = 'Dialplan Edit';
|
|
$text['title-dialplan_detail']['en-us'] = 'Dialplan Detail';
|
|
$text['title-default_dialplan']['en-us'] = 'Default Dialplan';
|
|
|
|
$text['header-dialplan_manager']['en-us'] = 'Dialplan Manager';
|
|
$text['header-inbound_routes']['en-us'] = 'Inbound Routes';
|
|
$text['header-outbound_routes']['en-us'] = 'Outbound Routes';
|
|
$text['header-time_conditions']['en-us'] = 'Time Conditions';
|
|
$text['header-dialplan-add']['en-us'] = 'Dialplan Add';
|
|
$text['header-dialplan-edit']['en-us'] = 'Dialplan Edit';
|
|
$text['header-conditions_and_actions']['en-us'] = 'Conditions and Actions';
|
|
$text['header-dialplan_detail']['en-us'] = 'Dialplan Detail';
|
|
$text['header-default_dialplan']['en-us'] = 'Default Dialplan';
|
|
|
|
$text['description-dialplan_manager']['en-us'] = 'The dialplan provides a view of some of the feature codes, as well as the IVR Menu, Conferences, Queues and other destinations.';
|
|
$text['description-dialplan_manager-superadmin']['en-us'] = 'The dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.';
|
|
$text['description-inbound_routes']['en-us'] = 'Route incoming calls to destinations based on one or more conditions. It can send incoming calls to an IVR Menu, Call Group, Extension, External Number, Script. Order is important when an anti-action is used or when there are multiple conditions that match.';
|
|
$text['description-outbound_routes']['en-us'] = 'Route outbound calls to gateways, tdm, enum and more. When a call matches the conditions the call to outbound routes.';
|
|
$text['description-time_conditions']['en-us'] = 'Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.';
|
|
$text['description-dialplan-edit']['en-us'] = 'Dialplan include general settings.';
|
|
$text['description-conditions_and_actions']['en-us'] = 'The following conditions, actions and anti-actions are used in the dialplan to direct call flow. Each is processed in order that it is given. Use as many conditions, actions or anti-actions as needed.';
|
|
$text['description-default_dialplan']['en-us'] = 'The default dialplan is used to setup call destinations based on conditions and context. You can use the dialplan to send calls to gateways, auto attendants, external numbers, to scripts, or any destination.';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-condition_1']['en-us'] = 'Condition 1';
|
|
$text['label-condition_2']['en-us'] = 'Condition 2';
|
|
$text['label-field']['en-us'] = 'Field';
|
|
$text['label-expression']['en-us'] = 'Expression';
|
|
$text['label-action_1']['en-us'] = 'Action 1';
|
|
$text['label-action_2']['en-us'] = 'Action 2';
|
|
$text['label-number']['en-us'] = 'Number';
|
|
$text['label-context']['en-us'] = 'Context';
|
|
$text['label-continue']['en-us'] = 'Continue';
|
|
$text['label-order']['en-us'] = 'Order';
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-tag']['en-us'] = 'Tag';
|
|
$text['label-type']['en-us'] = 'Type';
|
|
$text['label-data']['en-us'] = 'Data';
|
|
$text['label-group']['en-us'] = 'Group';
|
|
$text['label-break']['en-us'] = 'Break';
|
|
$text['label-inline']['en-us'] = 'Inline';
|
|
$text['label-application']['en-us'] = 'Application';
|
|
$text['label-value']['en-us'] = 'Value';
|
|
|
|
$text['optgroup-conditions_or_regular_expressions']['en-us'] = 'Conditions or Regular Expressions';
|
|
$text['optgroup-applications']['en-us'] = 'Applications';
|
|
$text['option-context']['en-us'] = 'Context';
|
|
$text['option-username']['en-us'] = 'Username';
|
|
$text['option-rdnis']['en-us'] = 'RDNIS';
|
|
$text['option-destination_number']['en-us'] = 'Destination Number';
|
|
$text['option-dialplan']['en-us'] = 'Dialplan';
|
|
$text['option-public']['en-us'] = 'Public';
|
|
$text['option-caller_id_name']['en-us'] = 'Caller ID Name';
|
|
$text['option-caller_id_number']['en-us'] = 'Caller ID Number';
|
|
$text['option-ani']['en-us'] = 'ANI';
|
|
$text['option-ani2']['en-us'] = 'ANI2';
|
|
$text['option-uuid']['en-us'] = 'UUID';
|
|
$text['option-source']['en-us'] = 'Source';
|
|
$text['option-chan_name']['en-us'] = 'Channel Name';
|
|
$text['option-network_addr']['en-us'] = 'Network Address';
|
|
$text['option-hour']['en-us'] = 'Hour';
|
|
$text['option-minute']['en-us'] = 'Minute';
|
|
$text['option-minute_of_day']['en-us'] = 'Minute of Day';
|
|
$text['option-day_of_month']['en-us'] = 'Day of Month';
|
|
$text['option-week_of_month']['en-us'] = 'Week of Month';
|
|
$text['option-month']['en-us'] = 'Month';
|
|
$text['option-day_of_year']['en-us'] = 'Day of Year';
|
|
$text['option-year']['en-us'] = 'Year';
|
|
$text['option-day_of_week']['en-us'] = 'Day of Week';
|
|
$text['option-week']['en-us'] = 'Week';
|
|
$text['option-true']['en-us'] = 'True';
|
|
$text['option-false']['en-us'] = 'False';
|
|
$text['option-condition']['en-us'] = 'Condition';
|
|
$text['option-action']['en-us'] = 'Action';
|
|
$text['option-anti-action']['en-us'] = 'Anti-Action';
|
|
$text['option-regex']['en-us'] = 'Regular Expression';
|
|
$text['option-on_true']['en-us'] = 'On True';
|
|
$text['option-on_false']['en-us'] = 'On False';
|
|
$text['option-always']['en-us'] = 'Always';
|
|
$text['option-never']['en-us'] = 'Never';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-advanced']['en-us'] = 'Advanced';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-copy']['en-us'] = 'Copy';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-restore']['en-us'] = 'Restore Default';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-copy']['en-us'] = 'Do you really want to copy this?';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-copy']['en-us'] = 'Copy Completed';
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
|
|
?>
|