fusionpbx/app/call_broadcast/app_languages.php

100 lines
4.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
//v_call_broadcast
$text['title']['en-us'] = 'Call Broadcasts';
$text['title']['pt-pt'] = 'Chamadas Broadcasts';
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = 'Nome';
$text['label-concurrent-limit']['en-us'] = 'Concurrent Limit';
$text['label-concurrent-limit']['pt-pt'] = 'Limite de concorrencia';
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['confirm-delete-info']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete-info']['pt-pt'] = 'Deseja realmente eliminar isto?';
//v_call_broadcast_delete
$text['confirm-delete']['en-us'] = 'Delete Complete';
$text['confirm-delete']['pt-pt'] = 'Eliminação Completa';
//v_call_broadcast_edit
$text['confirm-name']['en-us'] = 'Please provide: Name';
$text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
$text['confirm-add']['en-us'] = 'Add Complete';
$text['confirm-add']['pt-pt'] = 'Adição Completa';
$text['confirm-update']['en-us'] = 'Update Complete';
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
$text['label-call-broadcasts']['en-us'] = 'Call Broadcasts';
$text['label-call-broadcasts']['pt-pt'] = 'Chamada Broadcasts';
$text['label-call-broadcast']['en-us'] = 'Call Broadcast';
$text['label-call-broadcast']['pt-pt'] = 'Chamada Broadcast';
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = 'Voltar';
$text['description-name']['en-us'] = 'Enter the name here.';
$text['description-name']['pt-pt'] = 'Insira aqui o nome.';
$text['label-timeout']['en-us'] = 'Timeout';
$text['label-timeout']['pt-pt'] = 'Tempo Limite';
$text['description-timeout']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.';
$text['description-timeout']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.';
$text['description-concurrent-limit']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.';
$text['description-concurrent-limit']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.';
$text['label-caller-id-name']['en-us'] = 'Caller ID Name';
$text['label-caller-id-name']['pt-pt'] = 'Nome de Origem';
$text['label-callerid-number']['en-us'] = 'Caller ID Number';
$text['label-callerid-number']['pt-pt'] = 'Numero de Origem';
$text['description-caller-id-name']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous';
$text['description-caller-id-name']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous';
$text['description-caller-id-number']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000';
$text['description-caller-id-number']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem eninationviadas as chamadas. padrão: 0000000000';
$text['label-destination']['en-us'] = 'Destination Number';
$text['label-destination']['pt-pt'] = 'Numero de Destino';
$text['description-destination']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.';
$text['description-destination']['pt-pt'] = 'Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.';
$text['label-phone']['en-us'] = 'Phone Number List';
$text['label-phone']['pt-pt'] = 'Lista de Números de Telefone';
$text['description-phone']['en-us'] = 'Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name';
$text['description-phone']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato:  123-123-1234 | Sobrenome, Nome';
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['description-info']['en-us'] = 'Enter the description here.';
$text['description-info']['pt-pt'] = 'Insira aqui a descrição';
$text['button-send']['en-us'] = 'Send Broadcast';
$text['button-send']['pt-pt'] = 'Enviar Broadcast';
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = 'Guardar';
//v_call_broadcast_send
$text['label-view-calls']['en-us'] = 'View Calls';
$text['label-view-calls']['pt-pt'] = 'Ver Chamadas';
$text['label-message']['en-us'] = 'Message';
$text['label-message']['pt-pt'] = 'Mensagem';
$text['label-has-been']['en-us'] = 'has been started';
$text['label-has-been']['pt-pt'] = 'foi iniciada';
?>