fusionpbx/app/call_flows/app_languages.php

133 lines
4.5 KiB
PHP
Raw Normal View History

2013-05-14 17:09:15 +02:00
//Call Flows
$text['title-call_flows']['en-us'] = 'Call Flows';
$text['title-call_flows']['pt-pt'] = '';
$text['header-call_flows']['en-us'] = 'Call Flows';
$text['header-call_flows']['pt-pt'] = '';
$text['description-call_flows']['en-us'] = 'Direct calls between two destinations by calling a feature code.';
$text['description-call_flows']['pt-pt'] = '';
$text['title-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['title-call_flow-edit']['pt-pt'] = '';
$text['header-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['header-call_flow-edit']['pt-pt'] = '';
$text['title-call_flow-add']['en-us'] = 'Call Flow Add';
$text['title-call_flow-add']['pt-pt'] = '';
$text['header-call_flow-add']['en-us'] = 'Call Flow Add';
$text['header-call_flow-add']['pt-pt'] = '';
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = '';
$text['description-name']['en-us'] = 'Enter the name.';
$text['description-name']['pt-pt'] = '';
$text['label-extension']['en-us'] = 'Extension';
$text['label-extension']['pt-pt'] = '';
$text['description-extension']['en-us'] = 'Enter the extension number.';
$text['description-extension']['pt-pt'] = '';
$text['label-feature_code']['en-us'] = 'Feature Code';
$text['label-feature_code']['pt-pt'] = '';
$text['description-feature_code']['en-us'] = 'Enter the feature code.';
$text['description-feature_code']['pt-pt'] = '';
$text['label-context']['en-us'] = 'Context';
$text['label-context']['pt-pt'] = '';
$text['description-context']['en-us'] = 'Enter the context.';
$text['description-context']['pt-pt'] = '';
$text['label-status']['en-us'] = 'Status';
$text['label-status']['pt-pt'] = '';
$text['description-status']['en-us'] = 'Select the status.';
$text['description-status']['pt-pt'] = '';
$text['label-pin_number']['en-us'] = 'PIN Number';
$text['label-pin_number']['pt-pt'] = '';
$text['description-pin_number']['en-us'] = 'Enter the pin number.';
$text['description-pin_number']['pt-pt'] = '';
$text['label-destination_label']['en-us'] = 'Destination Label';
$text['label-destination_label']['pt-pt'] = '';
$text['description-destination_label']['en-us'] = 'Enter the destination label.';
$text['description-destination_label']['pt-pt'] = '';
$text['label-destination']['en-us'] = 'Destination';
$text['label-destination']['pt-pt'] = '';
$text['description-destination']['en-us'] = 'Select the destination.';
$text['description-destination']['pt-pt'] = '';
$text['label-alternate_label']['en-us'] = 'Alternate Label';
$text['label-alternate_label']['pt-pt'] = '';
$text['description-alternate_label']['en-us'] = 'Enter the alternate destination label.';
$text['description-alternate_label']['pt-pt'] = '';
$text['label-alternate_destination']['en-us'] = 'Alternate Destination';
$text['label-alternate_destination']['pt-pt'] = '';
$text['description-alternate_destination']['en-us'] = 'Select the alternate destination.';
$text['description-alternate_destination']['pt-pt'] = '';
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = '';
$text['description-description']['en-us'] = 'Enter a description, if desired.';
$text['description-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['label-none']['en-us'] = 'None';
$text['label-none']['pt-pt'] = '';
$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['confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['confirm-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['message-message']['en-us'] = 'Message';
$text['message-message']['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'] = '';
?>