116 lines
4.2 KiB
PHP
116 lines
4.2 KiB
PHP
<?php
|
|
|
|
//Destinations
|
|
|
|
$text['title-destinations']['en-us'] = 'Destinations';
|
|
$text['title-destinations']['pt-pt'] = '';
|
|
|
|
$text['title-destination-edit']['en-us'] = 'Destination Edit';
|
|
$text['title-destination-edit']['pt-pt'] = '';
|
|
|
|
$text['title-destination-add']['en-us'] = 'Destination Add';
|
|
$text['title-destination-add']['pt-pt'] = '';
|
|
|
|
$text['header-destinations']['en-us'] = 'Destinations';
|
|
$text['header-destinations']['pt-pt'] = '';
|
|
|
|
$text['description-destinations']['en-us'] = 'Inbound destinations are the DID/DDI, DNIS or Alias for inbound calls.';
|
|
$text['description-destinations']['pt-pt'] = '';
|
|
|
|
$text['header-destination-edit']['en-us'] = 'Destination Edit';
|
|
$text['header-destination-edit']['pt-pt'] = '';
|
|
|
|
$text['header-destination-add']['en-us'] = 'Destination Add';
|
|
$text['header-destination-add']['pt-pt'] = '';
|
|
|
|
$text['label-destination_type']['en-us'] = 'Type';
|
|
$text['label-destination_type']['pt-pt'] = '';
|
|
|
|
$text['description-destination_type']['en-us'] = 'Select the type.';
|
|
$text['description-destination_type']['pt-pt'] = '';
|
|
|
|
$text['option-type_inbound']['en-us'] = 'Inbound';
|
|
$text['option-type_inbound']['pt-pt'] = '';
|
|
|
|
$text['option-type_outbound']['en-us'] = 'Outbound';
|
|
$text['option-type_outbound']['pt-pt'] = '';
|
|
|
|
$text['label-destination_number']['en-us'] = 'Destination';
|
|
$text['label-destination_number']['pt-pt'] = '';
|
|
|
|
$text['description-destination_number']['en-us'] = 'Enter the destination.';
|
|
$text['description-destination_number']['pt-pt'] = '';
|
|
|
|
$text['label-destination_caller_id_name']['en-us'] = 'Caller ID Name';
|
|
$text['label-destination_caller_id_name']['pt-pt'] = '';
|
|
|
|
$text['description-destination_caller_id_name']['en-us'] = 'Enter the caller ID name.';
|
|
$text['description-destination_caller_id_name']['pt-pt'] = '';
|
|
|
|
$text['label-destination_caller_id_number']['en-us'] = 'Caller ID Number';
|
|
$text['label-destination_caller_id_number']['pt-pt'] = '';
|
|
|
|
$text['description-destination_caller_id_number']['en-us'] = 'Enter the caller ID number.';
|
|
$text['description-destination_caller_id_number']['pt-pt'] = '';
|
|
|
|
$text['label-destination_context']['en-us'] = 'Context';
|
|
$text['label-destination_context']['pt-pt'] = '';
|
|
|
|
$text['description-destination_context']['en-us'] = 'Enter the context.';
|
|
$text['description-destination_context']['pt-pt'] = '';
|
|
|
|
$text['label-fax_uuid']['en-us'] = 'Fax Destination';
|
|
$text['label-fax_uuid']['pt-pt'] = '';
|
|
|
|
$text['description-fax_uuid']['en-us'] = 'Select the fax destination to enable fax detection. ';
|
|
$text['description-fax_uuid']['pt-pt'] = '';
|
|
|
|
$text['label-destination_enabled']['en-us'] = 'Enabled';
|
|
$text['label-destination_enabled']['pt-pt'] = '';
|
|
|
|
$text['description-destination_enabled']['en-us'] = 'Set the current status of this destination.';
|
|
$text['description-destination_enabled']['pt-pt'] = '';
|
|
|
|
$text['label-destination_description']['en-us'] = 'Description';
|
|
$text['label-destination_description']['pt-pt'] = '';
|
|
|
|
$text['description-destination_description']['en-us'] = 'Enter a description for this destination (optional).';
|
|
$text['description-destination_description']['pt-pt'] = '';
|
|
|
|
$text['label-true']['en-us'] = 'True';
|
|
$text['label-true']['pt-pt'] = '';
|
|
|
|
$text['label-false']['en-us'] = 'False';
|
|
$text['label-false']['pt-pt'] = 'falso';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-edit']['pt-pt'] = '';
|
|
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-delete']['pt-pt'] = '';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-add']['pt-pt'] = '';
|
|
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-update']['pt-pt'] = '';
|
|
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-delete']['pt-pt'] = '';
|
|
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
$text['message-required']['pt-pt'] = '';
|
|
|
|
?>
|