fusionpbx/app/hunt_groups/app_languages.php

97 lines
5.7 KiB
PHP

<?php
//Hunt Groups
$text['title-hunt_groups']['en-us'] = 'Hunt Groups';
$text['title-hunt_group']['en-us'] = 'Hunt Group';
$text['title-hunt_group_destination_add']['en-us'] = 'Destination Add';
$text['title-hunt_group_destination_edit']['en-us'] = 'Destination Edit';
$text['title-hunt-group_call_forward']['en-us'] = 'Hunt Group Call Forward';
$text['header-hunt_groups']['en-us'] = 'Hunt Groups';
$text['header-hunt_group']['en-us'] = 'Hunt Group';
$text['header-hunt_group_destinations']['en-us'] = 'Destinations';
$text['header-hunt_group_destination_add']['en-us'] = 'Destination Add';
$text['header-hunt_group_destination_edit']['en-us'] = 'Destination Edit';
$text['header-hunt-group_call_forward']['en-us'] = 'Hunt Group Call Forward';
$text['description-hunt_groups']['en-us'] = 'A Hunt Group is a list of destinations that can be called in sequence or simultaneously.';
$text['description-hunt_group']['en-us'] = 'Specify the attributes of your Hunt Group below.';
$text['description-hunt_group_destinations']['en-us'] = 'The following destinations will be called.';
$text['description-hunt_group_call_forward']['en-us'] = 'Use the links to configure hunt group call forward. The following hunt groups have been assigned to this user account.';
$text['description-hunt_group_call_forward_edit']['en-us'] = 'Directs incoming calls for extension';
$text['label-name']['en-us'] = 'Name';
$text['label-extension']['en-us'] = 'Extension';
$text['label-strategy']['en-us'] = 'Strategy';
$text['label-timeout']['en-us'] = 'Timeout';
$text['label-timeout_destination']['en-us'] = 'Timeout Destination';
$text['label-timeout_type']['en-us'] = 'Timeout Type';
$text['label-ring_back']['en-us'] = 'Ring Back';
$text['label-caller_id_name_prefix']['en-us'] = 'Caller ID Name Prefix';
$text['label-pin_number']['en-us'] = 'PIN Number';
$text['label-caller_announce']['en-us'] = 'Caller Announce';
$text['label-user_list']['en-us'] = 'User List';
$text['label-enabled']['en-us'] = 'Enabled';
$text['label-description']['en-us'] = 'Description';
$text['label-destination']['en-us'] = 'Destination';
$text['label-type']['en-us'] = 'Type';
$text['label-profile']['en-us'] = 'Profile';
$text['label-order']['en-us'] = 'Order';
$text['label-tools']['en-us'] = 'Tools';
$text['label-call_forward']['en-us'] = 'Call Forward';
$text['label-call_prompt']['en-us'] = 'Call Prompt';
$text['label-number']['en-us'] = 'Number';
$text['description-name']['en-us'] = 'Enter a name for this hunt group.';
$text['description-extension']['en-us'] = 'Enter an extension for this hunt group. (eg. 7002)';
$text['description-strategy']['en-us'] = 'Select a ring strategy.';
$text['description-timeout']['en-us'] = 'The timeout sets the time in seconds to continue to call before timing out.';
$text['description-timeout_destination']['en-us'] = 'Enter the timeout destination. (eg. 1001)';
$text['description-timeout_type']['en-us'] = 'Select the timeout destination type.';
$text['description-ring_back']['en-us'] = 'Select what the caller will hear while the destination is being called.';
$text['description-caller_id_name_prefix']['en-us'] = 'Set a prefix on the caller ID name.';
$text['description-pin_number']['en-us'] = 'If this is provided then the caller will be required to enter the PIN number.';
$text['description-user_list_select']['en-us'] = 'Select users above to add to the user list below. This will assign users to this hunt group extension.';
$text['description-user_list_textarea']['en-us'] = 'Assign the users that can manage this hunt group extension.';
$text['description-enabled']['en-us'] = 'Set the status of this hunt group.';
$text['description-description']['en-us'] = 'Enter a description here, if desired (not parsed).';
$text['description-destination_timeout']['en-us'] = 'Select the destination timeout in seconds.';
$text['description-destination_order']['en-us'] = 'The processing of each destination is determined by the order specified above.';
$text['description-destination_examples']['en-us'] = 'Example Values';
$text['description-destination_example_extension']['en-us'] = 'Extension';
$text['description-destination_example_voicemail']['en-us'] = 'Voicemail';
$text['description-destination_example_sip_uri_voicemail']['en-us'] = 'SIP URI (Voicemail)';
$text['description-destination_example_sip_uri_external_number']['en-us'] = 'SIP URI (External Number)';
$text['description-destination_example_sip_uri_auto_attendant']['en-us'] = 'SIP URI (Auto Attendant)';
$text['description-destination_example_sip_uri_user']['en-us'] = 'SIP URI (User)';
$text['option-true']['en-us'] = 'True';
$text['option-false']['en-us'] = 'False';
$text['option-simultaneous']['en-us'] = 'Simultaneous';
$text['option-sequential']['en-us'] = 'Sequential';
$text['option-extension']['en-us'] = 'Extension';
$text['option-voicemail']['en-us'] = 'Voicemail';
$text['option-sip_uri']['en-us'] = 'SIP URI';
$text['option-enabled']['en-us'] = 'Enabled';
$text['option-disabled']['en-us'] = 'Disabled';
$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-copy']['en-us'] = 'Copy';
$text['button-back']['en-us'] = 'Back';
$text['button-save']['en-us'] = 'Save';
$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_extension']['en-us'] = 'Enter the new Extension to use...';
$text['message-required']['en-us'] = 'Please provide: ';
?>