mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
cleanup and some refactoring
This commit is contained in:
@@ -1,100 +1,100 @@
|
||||
<?php
|
||||
|
||||
//v_call_broadcast
|
||||
$content_broadcast['title']['en-us'] = 'Call Broadcast List';
|
||||
$content_broadcast['title']['pt-pt'] = 'Lista de Chamadas Broadcast';
|
||||
|
||||
$content_broadcast['label-name']['en-us'] = 'Name';
|
||||
$content_broadcast['label-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_broadcast['label-concurrentlimit']['en-us'] = 'Concurrent Limit';
|
||||
$content_broadcast['label-concurrentlimit']['pt-pt'] = 'Limite de concorrencia';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['confirm-deleteinfo']['en-us'] = 'Do you really want to delete this?';
|
||||
$content_broadcast['confirm-deleteinfo']['pt-pt'] = 'Deseja realmente eliminar isto?';
|
||||
|
||||
//v_call_broadcast_delete
|
||||
$content_broadcast['confirm-delete']['en-us'] = 'Delete Complete';
|
||||
$content_broadcast['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
||||
|
||||
//v_call_broadcast_edit
|
||||
$content_broadcast['confirm-name']['en-us'] = 'Please provide: Name';
|
||||
$content_broadcast['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
||||
|
||||
$content_broadcast['confirm-add']['en-us'] = 'Add Complete';
|
||||
$content_broadcast['confirm-add']['pt-pt'] = 'Adição Completa';
|
||||
|
||||
$content_broadcast['confirm-update']['en-us'] = 'Update Complete';
|
||||
$content_broadcast['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
$content_broadcast['label-callbroadcast']['en-us'] = 'Call Broadcast';
|
||||
$content_broadcast['label-callbroadcast']['pt-pt'] = 'Chamada Broadcast';
|
||||
|
||||
$content_broadcast['label-callbroadcastedit']['en-us'] = 'Call Broadcast Edit';
|
||||
$content_broadcast['label-callbroadcastedit']['pt-pt'] = 'Editar Chamada Broadcast';
|
||||
|
||||
$content_broadcast['button-back']['en-us'] = 'Back';
|
||||
$content_broadcast['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$content_broadcast['label-nameinfo']['en-us'] = 'Enter the name here.';
|
||||
$content_broadcast['label-nameinfo']['pt-pt'] = 'Insira aqui o nome.';
|
||||
|
||||
$content_broadcast['label-timeout']['en-us'] = 'Timeout';
|
||||
$content_broadcast['label-timeout']['pt-pt'] = 'Tempo Limite';
|
||||
|
||||
$content_broadcast['label-timeoutinfo']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.';
|
||||
$content_broadcast['label-timeoutinfo']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['label-concurrentlimitinfo']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.';
|
||||
$content_broadcast['label-concurrentlimitinfo']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['label-calleridname']['en-us'] = 'Caller ID Name';
|
||||
$content_broadcast['label-calleridname']['pt-pt'] = 'Nome de Origem';
|
||||
|
||||
$content_broadcast['label-calleridnumber']['en-us'] = 'Caller ID Number';
|
||||
$content_broadcast['label-calleridnumber']['pt-pt'] = 'Numero de Origem';
|
||||
|
||||
$content_broadcast['label-calleridnameinfo']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous';
|
||||
$content_broadcast['label-calleridnameinfo']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous';
|
||||
|
||||
$content_broadcast['label-calleridnumberinfo']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000';
|
||||
$content_broadcast['label-calleridnumberinfo']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem enviadas as chamadas. padrão: 0000000000';
|
||||
|
||||
$content_broadcast['label-destination']['en-us'] = 'Destination Number';
|
||||
$content_broadcast['label-destination']['pt-pt'] = 'Numero de Destino';
|
||||
|
||||
$content_broadcast['label-destinationinfo']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.';
|
||||
$content_broadcast['label-destinationinfo']['pt-pt'] = 'Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.';
|
||||
|
||||
$content_broadcast['label-phone']['en-us'] = 'Phone Number List';
|
||||
$content_broadcast['label-phone']['pt-pt'] = 'Lista de Números de Telefone';
|
||||
|
||||
$content_broadcast['label-phoneinfo']['en-us'] = 'Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name';
|
||||
$content_broadcast['label-phoneinfo']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato: 123-123-1234 | Sobrenome, Nome';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['label-descriptioninfo']['en-us'] = 'Enter the description here.';
|
||||
$content_broadcast['label-descriptioninfo']['pt-pt'] = 'Insira aqui a descrição';
|
||||
|
||||
$content_broadcast['button-send']['en-us'] = 'Send Broadcast';
|
||||
$content_broadcast['button-send']['pt-pt'] = 'Enviar Broadcast';
|
||||
|
||||
$content_broadcast['button-save']['en-us'] = 'Save';
|
||||
$content_broadcast['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
//v_call_broadcast_send
|
||||
$content_broadcast['label-viewcalls']['en-us'] = 'View Calls';
|
||||
$content_broadcast['label-viewcalls']['pt-pt'] = 'Ver Chamadas';
|
||||
|
||||
$content_broadcast['label-message']['en-us'] = 'Message';
|
||||
$content_broadcast['label-message']['pt-pt'] = 'Mensagem';
|
||||
|
||||
$content_broadcast['label-hasbeen']['en-us'] = 'has been started';
|
||||
$content_broadcast['label-hasbeen']['pt-pt'] = 'foi iniciada';
|
||||
//v_call_broadcast
|
||||
$content_broadcast['title']['en-us'] = 'Call Broadcast List';
|
||||
$content_broadcast['title']['pt-pt'] = 'Lista de Chamadas Broadcast';
|
||||
|
||||
?>
|
||||
$content_broadcast['label-name']['en-us'] = 'Name';
|
||||
$content_broadcast['label-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_broadcast['label-concurrentlimit']['en-us'] = 'Concurrent Limit';
|
||||
$content_broadcast['label-concurrentlimit']['pt-pt'] = 'Limite de concorrencia';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['confirm-deleteinfo']['en-us'] = 'Do you really want to delete this?';
|
||||
$content_broadcast['confirm-deleteinfo']['pt-pt'] = 'Deseja realmente eliminar isto?';
|
||||
|
||||
//v_call_broadcast_delete
|
||||
$content_broadcast['confirm-delete']['en-us'] = 'Delete Complete';
|
||||
$content_broadcast['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
||||
|
||||
//v_call_broadcast_edit
|
||||
$content_broadcast['confirm-name']['en-us'] = 'Please provide: Name';
|
||||
$content_broadcast['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
||||
|
||||
$content_broadcast['confirm-add']['en-us'] = 'Add Complete';
|
||||
$content_broadcast['confirm-add']['pt-pt'] = 'Adição Completa';
|
||||
|
||||
$content_broadcast['confirm-update']['en-us'] = 'Update Complete';
|
||||
$content_broadcast['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
$content_broadcast['label-callbroadcast']['en-us'] = 'Call Broadcast';
|
||||
$content_broadcast['label-callbroadcast']['pt-pt'] = 'Chamada Broadcast';
|
||||
|
||||
$content_broadcast['label-callbroadcastedit']['en-us'] = 'Call Broadcast Edit';
|
||||
$content_broadcast['label-callbroadcastedit']['pt-pt'] = 'Editar Chamada Broadcast';
|
||||
|
||||
$content_broadcast['button-back']['en-us'] = 'Back';
|
||||
$content_broadcast['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$content_broadcast['description-name']['en-us'] = 'Enter the name here.';
|
||||
$content_broadcast['description-name']['pt-pt'] = 'Insira aqui o nome.';
|
||||
|
||||
$content_broadcast['label-timeout']['en-us'] = 'Timeout';
|
||||
$content_broadcast['label-timeout']['pt-pt'] = 'Tempo Limite';
|
||||
|
||||
$content_broadcast['description-timeout']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.';
|
||||
$content_broadcast['description-timeout']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['description-concurrentlimit']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.';
|
||||
$content_broadcast['description-concurrentlimit']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.';
|
||||
|
||||
$content_broadcast['label-calleridname']['en-us'] = 'Caller ID Name';
|
||||
$content_broadcast['label-calleridname']['pt-pt'] = 'Nome de Origem';
|
||||
|
||||
$content_broadcast['label-calleridnumber']['en-us'] = 'Caller ID Number';
|
||||
$content_broadcast['label-calleridnumber']['pt-pt'] = 'Numero de Origem';
|
||||
|
||||
$content_broadcast['description-calleridname']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous';
|
||||
$content_broadcast['description-calleridname']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous';
|
||||
|
||||
$content_broadcast['description-calleridnumber']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000';
|
||||
$content_broadcast['description-calleridnumber']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem enviadas as chamadas. padrão: 0000000000';
|
||||
|
||||
$content_broadcast['label-destination']['en-us'] = 'Destination Number';
|
||||
$content_broadcast['label-destination']['pt-pt'] = 'Numero de Destino';
|
||||
|
||||
$content_broadcast['description-destination']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.';
|
||||
$content_broadcast['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.';
|
||||
|
||||
$content_broadcast['label-phone']['en-us'] = 'Phone Number List';
|
||||
$content_broadcast['label-phone']['pt-pt'] = 'Lista de Números de Telefone';
|
||||
|
||||
$content_broadcast['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';
|
||||
$content_broadcast['description-phone']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato: 123-123-1234 | Sobrenome, Nome';
|
||||
|
||||
$content_broadcast['label-description']['en-us'] = 'Description';
|
||||
$content_broadcast['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_broadcast['description-info']['en-us'] = 'Enter the description here.';
|
||||
$content_broadcast['description-info']['pt-pt'] = 'Insira aqui a descrição';
|
||||
|
||||
$content_broadcast['button-send']['en-us'] = 'Send Broadcast';
|
||||
$content_broadcast['button-send']['pt-pt'] = 'Enviar Broadcast';
|
||||
|
||||
$content_broadcast['button-save']['en-us'] = 'Save';
|
||||
$content_broadcast['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
//v_call_broadcast_send
|
||||
$content_broadcast['label-viewcalls']['en-us'] = 'View Calls';
|
||||
$content_broadcast['label-viewcalls']['pt-pt'] = 'Ver Chamadas';
|
||||
|
||||
$content_broadcast['label-message']['en-us'] = 'Message';
|
||||
$content_broadcast['label-message']['pt-pt'] = 'Mensagem';
|
||||
|
||||
$content_broadcast['label-hasbeen']['en-us'] = 'has been started';
|
||||
$content_broadcast['label-hasbeen']['pt-pt'] = 'foi iniciada';
|
||||
|
||||
?>
|
||||
@@ -247,7 +247,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_name' maxlength='255' value=\"$broadcast_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-nameinfo']."\n";
|
||||
echo "".$content_broadcast['description-name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -258,7 +258,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_timeout' maxlength='255' value=\"$broadcast_timeout\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-timeoutinfo']."\n";
|
||||
echo "".$content_broadcast['description-timeout']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -269,7 +269,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_concurrent_limit' maxlength='255' value=\"$broadcast_concurrent_limit\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-concurrentlimitinfo']."\n";
|
||||
echo "".$content_broadcast['description-concurrentlimit']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -310,7 +310,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_caller_id_name' maxlength='255' value=\"$broadcast_caller_id_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-calleridnameinfo']."\n";
|
||||
echo "".$content_broadcast['description-calleridname']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -321,7 +321,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_caller_id_number' maxlength='255' value=\"$broadcast_caller_id_number\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-calleridnumberinfo']."\n";
|
||||
echo "".$content_broadcast['description-calleridnumber']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
/*
|
||||
@@ -359,7 +359,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_destination_data' maxlength='255' value=\"$broadcast_destination_data\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-destinationinfo']." <br /><br />\n";
|
||||
echo "".$content_broadcast['description-destination']." <br /><br />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -370,7 +370,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <textarea class='formfld' type='text' name='broadcast_phone_numbers' rows='10'>$broadcast_phone_numbers</textarea>\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-phoneinfo']." <br /><br />\n";
|
||||
echo "".$content_broadcast['description-phone']." <br /><br />\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -381,7 +381,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='broadcast_description' maxlength='255' value=\"$broadcast_description\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_broadcast['label-descriptioninfo']."\n";
|
||||
echo "".$content_broadcast['description-info']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
@@ -1,123 +1,123 @@
|
||||
<?php
|
||||
|
||||
//conferences
|
||||
$content_conferences['title']['en-us'] = 'Conferences';
|
||||
$content_conferences['title']['pt-pt'] = 'Conferencias';
|
||||
//conferences
|
||||
$content_conferences['title']['en-us'] = 'Conferences';
|
||||
$content_conferences['title']['pt-pt'] = 'Conferências';
|
||||
|
||||
$content_conferences['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.';
|
||||
$content_conferences['description']['pt-pt'] = 'As conferências são utilizadas para configurar salas de conferências com um nome, descrição e número pin opcional.';
|
||||
|
||||
$content_conferences['title2']['en-us'] = 'Active Conferences';
|
||||
$content_conferences['title2']['pt-pt'] = 'Conferencias Activas';
|
||||
|
||||
$content_conferences['title3']['en-us'] = 'Active Conference';
|
||||
$content_conferences['title3']['pt-pt'] = 'Conferencia Activa';
|
||||
|
||||
$content_conferences['description2']['en-us'] = 'and then select a conference to monitor and interact with it.';
|
||||
$content_conferences['description2']['pt-pt'] = 'e selecione uma conferência para monitorizar e interagir com ele.';
|
||||
|
||||
$content_conferences['table-name']['en-us'] = 'Name';
|
||||
$content_conferences['table-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_conferences['table-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['table-extension']['pt-pt'] = 'Extensão';
|
||||
|
||||
$content_conferences['table-profile']['en-us'] = 'Profile';
|
||||
$content_conferences['table-profile']['pt-pt'] = 'Perfil';
|
||||
|
||||
$content_conferences['table-order']['en-us'] = 'Order';
|
||||
$content_conferences['table-order']['pt-pt'] = 'Ordem';
|
||||
|
||||
$content_conferences['table-enabled']['en-us'] = 'Enabled';
|
||||
$content_conferences['table-enabled']['pt-pt'] = 'Activo';
|
||||
|
||||
$content_conferences['table-description']['en-us'] = 'Description';
|
||||
$content_conferences['table-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
//conferences_delete
|
||||
$content_conferences['confirm-delete']['en-us'] = 'Delete Complete';
|
||||
$content_conferences['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
||||
|
||||
//conferences_add
|
||||
$content_conferences['confirm-add']['en-us'] = 'Add Complete';
|
||||
$content_conferences['confirm-add']['pt-pt'] = 'Adição Completa';
|
||||
|
||||
$content_conferences['confirm-update']['en-us'] = 'Update Complete';
|
||||
$content_conferences['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
$content_conferences['confirm-name']['en-us'] = 'Please provide: Name';
|
||||
$content_conferences['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
||||
|
||||
$content_conferences['confirm-extension']['en-us'] = 'Please provide: Extension';
|
||||
$content_conferences['confirm-extension']['pt-pt'] = 'Por favor, forneça: Extensão';
|
||||
|
||||
$content_conferences['confirm-profile']['en-us'] = 'Please provide: Profile';
|
||||
$content_conferences['confirm-profile']['pt-pt'] = 'Por favor, forneça: Perfil';
|
||||
|
||||
$content_conferences['confirm-enabled']['en-us'] = 'Please provide: Enabled';
|
||||
$content_conferences['confirm-enabled']['pt-pt'] = 'Por favor, forneça: Ativado';
|
||||
|
||||
$content_conferences['label-confadd']['en-us'] = 'Conferences Add';
|
||||
$content_conferences['label-confadd']['pt-pt'] = 'Adição de Conferencias';
|
||||
|
||||
$content_conferences['label-confedit']['en-us'] = 'Conferences Edit';
|
||||
$content_conferences['label-confedit']['pt-pt'] = 'Edição de Conferencias';
|
||||
|
||||
$content_conferences['button-back']['en-us'] = 'Back';
|
||||
$content_conferences['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$content_conferences['label-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['label-extension']['pt-pt'] = 'Extensão';
|
||||
$content_conferences['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.';
|
||||
$content_conferences['description']['pt-pt'] = 'As conferências são utilizadas para configurar salas de conferências com um nome, descrição e número pin opcional.';
|
||||
|
||||
$content_conferences['label-name']['en-us'] = 'Name';
|
||||
$content_conferences['label-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_conferences['label-nameinfo']['en-us'] = 'Enter the conference name.';
|
||||
$content_conferences['label-nameinfo']['pt-pt'] = 'Insira o nome da conferencia.';
|
||||
|
||||
$content_conferences['label-extensioninfo']['en-us'] = 'Enter the conference extension number.';
|
||||
$content_conferences['label-extensioninfo']['pt-pt'] = 'Insira a extensão da conferencia';
|
||||
|
||||
$content_conferences['description3']['en-us'] = 'to monitor and interact with the conference room.';
|
||||
$content_conferences['description3']['pt-pt'] = 'para monitorizar e interagir com a sala de conferências.';
|
||||
|
||||
$content_conferences['label-pin']['en-us'] = 'Pin Number';
|
||||
$content_conferences['label-pin']['pt-pt'] = 'Numero Pin';
|
||||
|
||||
$content_conferences['label-pininfo']['en-us'] = 'Optional pin number to secure access to the conference.';
|
||||
$content_conferences['label-pininfo']['pt-pt'] = 'Número de pin opcional para garantir o acesso à conferência.';
|
||||
|
||||
$content_conferences['confirm-delete2']['en-us'] = 'Do you really want to delete this?';
|
||||
$content_conferences['confirm-delete2']['pt-pt'] = 'Deseja realmente apagar isto?';
|
||||
|
||||
$content_conferences['button-add']['en-us'] = 'Add';
|
||||
$content_conferences['button-add']['pt-pt'] = 'Adicionar';
|
||||
|
||||
$content_conferences['button-save']['en-us'] = 'Save';
|
||||
$content_conferences['button-save']['pt-pt'] = 'Gravar';
|
||||
|
||||
$content_conferences['label-description']['en-us'] = 'Description';
|
||||
$content_conferences['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_conferences['label-descriptioninfo']['en-us'] = 'Enter the description.';
|
||||
$content_conferences['label-descriptioninfo']['pt-pt'] = 'Insira a descrição.';
|
||||
|
||||
$content_conferences['label-enabledinfo']['en-us'] = 'Select whether to enable or disable the conference.';
|
||||
$content_conferences['label-enabledinfo']['pt-pt'] = 'Selecione se deseja ativar ou desativar a conferência.';
|
||||
|
||||
$content_conferences['label-orderinfo']['en-us'] = 'Enter the order number.';
|
||||
$content_conferences['label-orderinfo']['pt-pt'] = 'Digite o número do pedido.';
|
||||
|
||||
$content_conferences['label-order']['en-us'] = 'Order';
|
||||
$content_conferences['label-order']['pt-pt'] = 'Pedido';
|
||||
|
||||
$content_conferences['label-addinfo']['en-us'] = 'Assign the users that are can manage this conference extension.';
|
||||
$content_conferences['label-addinfo']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de conferência.';
|
||||
|
||||
$content_conferences['label-profileinfo']['en-us'] = 'Conference Profile is a collection of settings for the conference.';
|
||||
$content_conferences['label-profileinfo']['pt-pt'] = 'Perfil de conferência é um conjunto de definições para a conferência.';
|
||||
|
||||
$content_conferences['label-flagsinfo']['en-us'] = 'Optional conference flags. examples: mute|deaf|waste|moderator';
|
||||
$content_conferences['label-flagsinfo']['pt-pt'] = 'Flags opcionais de conferências. exemplos: mute|deaf|waste|moderator';
|
||||
|
||||
?>
|
||||
$content_conferences['title2']['en-us'] = 'Active Conferences';
|
||||
$content_conferences['title2']['pt-pt'] = 'Conferências Activas';
|
||||
|
||||
$content_conferences['title3']['en-us'] = 'Active Conference';
|
||||
$content_conferences['title3']['pt-pt'] = 'Conferência Activa';
|
||||
|
||||
$content_conferences['description2']['en-us'] = 'and then select a conference to monitor and interact with it.';
|
||||
$content_conferences['description2']['pt-pt'] = 'e selecione uma conferência para monitorizar e interagir com ele.';
|
||||
|
||||
$content_conferences['table-name']['en-us'] = 'Name';
|
||||
$content_conferences['table-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_conferences['table-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['table-extension']['pt-pt'] = 'Extensão';
|
||||
|
||||
$content_conferences['table-profile']['en-us'] = 'Profile';
|
||||
$content_conferences['table-profile']['pt-pt'] = 'Perfil';
|
||||
|
||||
$content_conferences['table-order']['en-us'] = 'Order';
|
||||
$content_conferences['table-order']['pt-pt'] = 'Ordem';
|
||||
|
||||
$content_conferences['table-enabled']['en-us'] = 'Enabled';
|
||||
$content_conferences['table-enabled']['pt-pt'] = 'Activo';
|
||||
|
||||
$content_conferences['table-description']['en-us'] = 'Description';
|
||||
$content_conferences['table-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
//conferences_delete
|
||||
$content_conferences['confirm-delete']['en-us'] = 'Delete Complete';
|
||||
$content_conferences['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
||||
|
||||
//conferences_add
|
||||
$content_conferences['confirm-add']['en-us'] = 'Add Complete';
|
||||
$content_conferences['confirm-add']['pt-pt'] = 'Adição Completa';
|
||||
|
||||
$content_conferences['confirm-update']['en-us'] = 'Update Complete';
|
||||
$content_conferences['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
$content_conferences['confirm-name']['en-us'] = 'Please provide: Name';
|
||||
$content_conferences['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
||||
|
||||
$content_conferences['confirm-extension']['en-us'] = 'Please provide: Extension';
|
||||
$content_conferences['confirm-extension']['pt-pt'] = 'Por favor, forneça: Extensão';
|
||||
|
||||
$content_conferences['confirm-profile']['en-us'] = 'Please provide: Profile';
|
||||
$content_conferences['confirm-profile']['pt-pt'] = 'Por favor, forneça: Perfil';
|
||||
|
||||
$content_conferences['confirm-enabled']['en-us'] = 'Please provide: Enabled';
|
||||
$content_conferences['confirm-enabled']['pt-pt'] = 'Por favor, forneça: Ativado';
|
||||
|
||||
$content_conferences['label-confadd']['en-us'] = 'Conferences Add';
|
||||
$content_conferences['label-confadd']['pt-pt'] = 'Adição de Conferências';
|
||||
|
||||
$content_conferences['label-confedit']['en-us'] = 'Conferences Edit';
|
||||
$content_conferences['label-confedit']['pt-pt'] = 'Edição de Conferências';
|
||||
|
||||
$content_conferences['button-back']['en-us'] = 'Back';
|
||||
$content_conferences['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$content_conferences['label-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['label-extension']['pt-pt'] = 'Extensão';
|
||||
|
||||
$content_conferences['label-name']['en-us'] = 'Name';
|
||||
$content_conferences['label-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_conferences['description-name']['en-us'] = 'Enter the conference name.';
|
||||
$content_conferences['description-name']['pt-pt'] = 'Insira o nome da conferência.';
|
||||
|
||||
$content_conferences['description-extension']['en-us'] = 'Enter the conference extension number.';
|
||||
$content_conferences['description-extension']['pt-pt'] = 'Insira a extensão da conferência';
|
||||
|
||||
$content_conferences['description3']['en-us'] = 'to monitor and interact with the conference room.';
|
||||
$content_conferences['description3']['pt-pt'] = 'para monitorizar e interagir com a sala de conferências.';
|
||||
|
||||
$content_conferences['label-pin']['en-us'] = 'Pin Number';
|
||||
$content_conferences['label-pin']['pt-pt'] = 'Numero Pin';
|
||||
|
||||
$content_conferences['description-pin']['en-us'] = 'Optional pin number to secure access to the conference.';
|
||||
$content_conferences['description-pin']['pt-pt'] = 'Número de pin opcional para garantir o acesso à conferência.';
|
||||
|
||||
$content_conferences['confirm-delete2']['en-us'] = 'Do you really want to delete this?';
|
||||
$content_conferences['confirm-delete2']['pt-pt'] = 'Deseja realmente apagar isto?';
|
||||
|
||||
$content_conferences['button-add']['en-us'] = 'Add';
|
||||
$content_conferences['button-add']['pt-pt'] = 'Adicionar';
|
||||
|
||||
$content_conferences['button-save']['en-us'] = 'Save';
|
||||
$content_conferences['button-save']['pt-pt'] = 'Gravar';
|
||||
|
||||
$content_conferences['label-description']['en-us'] = 'Description';
|
||||
$content_conferences['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$content_conferences['description-info']['en-us'] = 'Enter the description.';
|
||||
$content_conferences['description-info']['pt-pt'] = 'Insira a descrição.';
|
||||
|
||||
$content_conferences['description-confenable']['en-us'] = 'Select whether to enable or disable the conference.';
|
||||
$content_conferences['description-confenable']['pt-pt'] = 'Selecione se deseja ativar ou desativar a conferência.';
|
||||
|
||||
$content_conferences['description-order']['en-us'] = 'Enter the order number.';
|
||||
$content_conferences['description-order']['pt-pt'] = 'Digite o número do pedido.';
|
||||
|
||||
$content_conferences['label-order']['en-us'] = 'Order';
|
||||
$content_conferences['label-order']['pt-pt'] = 'Pedido';
|
||||
|
||||
$content_conferences['description-useradd']['en-us'] = 'Assign the users that are can manage this conference extension.';
|
||||
$content_conferences['description-useradd']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de conferência.';
|
||||
|
||||
$content_conferences['description-profile']['en-us'] = 'Conference Profile is a collection of settings for the conference.';
|
||||
$content_conferences['description-profile']['pt-pt'] = 'Perfil de conferência é um conjunto de definições para a conferência.';
|
||||
|
||||
$content_conferences['description-flags']['en-us'] = 'Optional conference flags. examples: mute|deaf|waste|moderator';
|
||||
$content_conferences['description-flags']['pt-pt'] = 'Flags opcionais de conferências. exemplos: mute|deaf|waste|moderator';
|
||||
|
||||
?>
|
||||
@@ -366,7 +366,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='conference_name' maxlength='255' value=\"$conference_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-nameinfo']."\n";
|
||||
echo "".$content_conferences['description-name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -377,7 +377,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='conference_extension' maxlength='255' value=\"$conference_extension\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-extensioninfo']."\n";
|
||||
echo "".$content_conferences['description-extension']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -388,7 +388,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='conference_pin_number' maxlength='255' value=\"$conference_pin_number\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-pininfo']."\n";
|
||||
echo "".$content_conferences['description-pin']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -434,7 +434,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " <input type=\"submit\" class='btn' value=\"".$content_conferences['button-add']."\">\n";
|
||||
unset($sql, $result);
|
||||
echo " <br>\n";
|
||||
echo " ".$content_conferences['label-addinfo']."\n";
|
||||
echo " ".$content_conferences['description-useradd']."\n";
|
||||
echo " <br />\n";
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
@@ -455,7 +455,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if ($conference_profile == "cdquality") { echo "<option value='cdquality' selected='selected'>cdquality</option>\n"; } else { echo "<option value='cdquality'>cdquality</option>\n"; }
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-profileinfo']."\n";
|
||||
echo "".$content_conferences['description-profile']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -466,7 +466,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='conference_flags' maxlength='255' value=\"$conference_flags\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-flagsinfo']."\n";
|
||||
echo "".$content_conferences['description-flags']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -488,7 +488,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-orderinfo']."\n";
|
||||
echo "".$content_conferences['description-order']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -513,7 +513,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-enabledinfo']."\n";
|
||||
echo "".$content_conferences['description-confenable']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -524,7 +524,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='conference_description' maxlength='255' value=\"$conference_description\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_conferences['label-descriptioninfo']."\n";
|
||||
echo "".$content_conferences['description-info']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
@@ -75,26 +75,26 @@
|
||||
$content_fax['confirm-copyinfo']['en-us'] = 'Do you really want to copy this?';
|
||||
$content_fax['confirm-copyinfo']['pt-pt'] = 'Deseja realmente copiar isto?';
|
||||
|
||||
$content_fax['label-nameinfo']['en-us'] = 'Enter the name here.';
|
||||
$content_fax['label-nameinfo']['pt-pt'] = 'Insira aqui o nome.';
|
||||
$content_fax['description-name']['en-us'] = 'Enter the name here.';
|
||||
$content_fax['description-name']['pt-pt'] = 'Insira aqui o nome.';
|
||||
|
||||
$content_fax['label-extensioninfo']['en-us'] = 'Enter the fax extension here.';
|
||||
$content_fax['label-extensioninfo']['pt-pt'] = 'Insira aqui a extensão do fax';
|
||||
$content_fax['description-extension']['en-us'] = 'Enter the fax extension here.';
|
||||
$content_fax['description-extension']['pt-pt'] = 'Insira aqui a extensão do fax';
|
||||
|
||||
$content_fax['description-destination-number']['en-us'] = 'Destination Number';
|
||||
$content_fax['description-destination-number']['pt-pt'] = '';
|
||||
|
||||
$content_fax['label-emailinfo']['en-us'] = 'Enter the email address to send the FAX to.';
|
||||
$content_fax['label-emailinfo']['pt-pt'] = 'Insira o endereço de e-mail para enviar o fax.';
|
||||
$content_fax['description-email']['en-us'] = 'Enter the email address to send the FAX to.';
|
||||
$content_fax['description-email']['pt-pt'] = 'Insira o endereço de e-mail para enviar o fax.';
|
||||
|
||||
$content_fax['label-descriptioninfo']['en-us'] = 'Enter the description here.';
|
||||
$content_fax['label-descriptioninfo']['pt-pt'] = 'Insira aqui a descrição';
|
||||
$content_fax['description-info']['en-us'] = 'Enter the description here.';
|
||||
$content_fax['description-info']['pt-pt'] = 'Insira aqui a descrição';
|
||||
|
||||
$content_fax['label-pin']['en-us'] = 'PIN Number';
|
||||
$content_fax['label-pin']['pt-pt'] = 'Numero PIN';
|
||||
|
||||
$content_fax['label-pininfo']['en-us'] = 'Enter the PIN number here.';
|
||||
$content_fax['label-pininfo']['pt-pt'] = 'Insira aqui o número do PIN.';
|
||||
$content_fax['description-pin']['en-us'] = 'Enter the PIN number here.';
|
||||
$content_fax['description-pin']['pt-pt'] = 'Insira aqui o número do PIN.';
|
||||
|
||||
$content_fax['label-calleridname']['en-us'] = 'Caller ID Name';
|
||||
$content_fax['label-calleridname']['pt-pt'] = 'Nome de Origem';
|
||||
@@ -102,17 +102,17 @@
|
||||
$content_fax['label-calleridnumber']['en-us'] = 'Caller ID Number';
|
||||
$content_fax['label-calleridnumber']['pt-pt'] = 'Número de Origem';
|
||||
|
||||
$content_fax['label-calleridnameinfo']['en-us'] = 'Enter the Caller ID name here.';
|
||||
$content_fax['label-calleridnameinfo']['pt-pt'] = 'Insira aqui o nome de origem.';
|
||||
$content_fax['description-calleridname']['en-us'] = 'Enter the Caller ID name here.';
|
||||
$content_fax['description-calleridname']['pt-pt'] = 'Insira aqui o nome de origem.';
|
||||
|
||||
$content_fax['label-calleridnumberinfo']['en-us'] = 'Enter the Caller ID number here.';
|
||||
$content_fax['label-calleridnumberinfo']['pt-pt'] = 'Insira aqui o número de origem.';
|
||||
$content_fax['description-calleridnumber']['en-us'] = 'Enter the Caller ID number here.';
|
||||
$content_fax['description-calleridnumber']['pt-pt'] = 'Insira aqui o número de origem.';
|
||||
|
||||
$content_fax['label-forward']['en-us'] = 'Forward Number';
|
||||
$content_fax['label-forward']['pt-pt'] = 'Número de Encaminhamento';
|
||||
|
||||
$content_fax['label-forwardinfo']['en-us'] = 'Enter the forward number here. Used to forward the fax to a registered extension or external number.';
|
||||
$content_fax['label-forwardinfo']['pt-pt'] = 'Insira aqui o número de encaminhamento. Utilizado para encaminhar o fax para uma extensão registada ou número externo.';
|
||||
$content_fax['description-forwardnumber']['en-us'] = 'Enter the forward number here. Used to forward the fax to a registered extension or external number.';
|
||||
$content_fax['description-forwardnumber']['pt-pt'] = 'Insira aqui o número de encaminhamento. Utilizado para encaminhar o fax para uma extensão registada ou número externo.';
|
||||
|
||||
$content_fax['label-userlist']['en-us'] = 'User List';
|
||||
$content_fax['label-userlist']['pt-pt'] = 'Lista de utilizadores';
|
||||
@@ -120,8 +120,8 @@
|
||||
$content_fax['button-add']['en-us'] = 'Add';
|
||||
$content_fax['button-add']['pt-pt'] = 'Adicionar';
|
||||
|
||||
$content_fax['label-addinfo']['en-us'] = 'Assign the users that are can manage this fax extension.';
|
||||
$content_fax['label-addinfo']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de fax.';
|
||||
$content_fax['description-useradd']['en-us'] = 'Assign the users that can manage this fax extension.';
|
||||
$content_fax['description-useradd']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de fax.';
|
||||
|
||||
$content_fax['label-file']['en-us'] = 'File not found.';
|
||||
$content_fax['label-file']['pt-pt'] = 'Ficheiro não encontrado.';
|
||||
@@ -135,8 +135,8 @@
|
||||
$content_fax['label-faxnumber']['en-us'] = 'Fax Number';
|
||||
$content_fax['label-faxnumber']['pt-pt'] = 'Número de Fax';
|
||||
|
||||
$content_fax['label-faxnumberinfo']['en-us'] = 'Enter the number here.';
|
||||
$content_fax['label-faxnumberinfo']['pt-pt'] = 'Insira aqui o numero.';
|
||||
$content_fax['description-faxnumber']['en-us'] = 'Enter the number here.';
|
||||
$content_fax['description-faxnumber']['pt-pt'] = 'Insira aqui o numero.';
|
||||
|
||||
$content_fax['label-location']['en-us'] = 'location';
|
||||
$content_fax['label-location']['pt-pt'] = 'localização';
|
||||
|
||||
@@ -526,7 +526,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_name' maxlength='255' value=\"$fax_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-nameinfo']."\n";
|
||||
echo "".$content_fax['description-name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -537,7 +537,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_extension' maxlength='255' value=\"$fax_extension\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-extensioninfo']."\n";
|
||||
echo "".$content_fax['description-extension']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -560,7 +560,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_email' maxlength='255' value=\"$fax_email\">\n";
|
||||
echo "<br />\n";
|
||||
echo " ".$content_fax['label-emailinfo']."\n";
|
||||
echo " ".$content_fax['description-email']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -571,7 +571,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_pin_number' maxlength='255' value=\"$fax_pin_number\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-pininfo']."\n";
|
||||
echo "".$content_fax['description-pin']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -582,7 +582,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_caller_id_name' maxlength='255' value=\"$fax_caller_id_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-calleridnameinfo']."\n";
|
||||
echo "".$content_fax['description-calleridname']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -593,7 +593,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_caller_id_number' maxlength='255' value=\"$fax_caller_id_number\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-calleridnumberinfo']."\n";
|
||||
echo "".$content_fax['description-calleridnumber']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -604,7 +604,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_forward_number' maxlength='255' value=\"".format_phone($fax_forward_number)."\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-forwardinfo']."\n";
|
||||
echo "".$content_fax['description-forwardnumber']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -648,7 +648,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " <input type=\"submit\" class='btn' value=\"".$content_fax['button-add']."\">\n";
|
||||
unset($sql, $result);
|
||||
echo " <br>\n";
|
||||
echo " ".$content_fax['label-addinfo']."\n";
|
||||
echo " ".$content_fax['description-useradd']."\n";
|
||||
echo " <br />\n";
|
||||
echo " </td>";
|
||||
echo " </tr>";
|
||||
@@ -662,7 +662,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='fax_description' maxlength='255' value=\"$fax_description\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-descriptioninfo']."\n";
|
||||
echo "".$content_fax['description-info']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo " <tr>\n";
|
||||
|
||||
@@ -362,7 +362,7 @@ else {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input type=\"text\" name=\"fax_number\" class='formfld' style='' value=\"\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$content_fax['label-faxnumberinfo']."\n";
|
||||
echo "".$content_fax['description-faxnumber']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
$contentusers['label-time']['en-us'] = 'Time Zone';
|
||||
$contentusers['label-time']['pt-pt'] = 'Fuso Horário';
|
||||
|
||||
$contentusers['label-infotime']['en-us'] = 'Select the default time zone.';
|
||||
$contentusers['label-infotime']['pt-pt'] = 'Selecione o fuso horário padrão.';
|
||||
$contentusers['description-timezone']['en-us'] = 'Select the default time zone.';
|
||||
$contentusers['description-timezone']['pt-pt'] = 'Selecione o fuso horário padrão.';
|
||||
|
||||
$contentusers['confirm-password']['en-us'] = 'Passwords did not match.';
|
||||
$contentusers['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.';
|
||||
|
||||
@@ -391,7 +391,7 @@ else {
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo " <br />\n";
|
||||
echo " ".$contentusers['label-infotime']."<br />\n";
|
||||
echo " ".$contentusers['description-timezone']."<br />\n";
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " </table>";
|
||||
@@ -415,4 +415,4 @@ else {
|
||||
//include the footer
|
||||
require_once "includes/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -56,14 +56,14 @@
|
||||
$contentvoicemail_greetings['label-name']['en-us'] = 'Greeting Name';
|
||||
$contentvoicemail_greetings['label-name']['pt-pt'] = 'Nome da Saudação';
|
||||
|
||||
$contentvoicemail_greetings['label-nameinfo']['en-us'] = 'Greeting Name. example: greeting_x';
|
||||
$contentvoicemail_greetings['label-nameinfo']['pt-pt'] = 'Nome da Saudação. exemplo: saudação_x';
|
||||
$contentvoicemail_greetings['description-name']['en-us'] = 'Greeting Name. example: greeting_x';
|
||||
$contentvoicemail_greetings['description-name']['pt-pt'] = 'Nome da Saudação. exemplo: saudação_x';
|
||||
|
||||
$contentvoicemail_greetings['label-description']['en-us'] = 'Description';
|
||||
$contentvoicemail_greetings['label-description']['pt-pt'] = 'Descrição';
|
||||
|
||||
$contentvoicemail_greetings['label-descriptioninfo']['en-us'] = 'You may enter a description here for your reference (not parsed).';
|
||||
$contentvoicemail_greetings['label-descriptioninfo']['pt-pt'] = 'Pode inserir aqui uma descrição para referência.';
|
||||
$contentvoicemail_greetings['description-info']['en-us'] = 'You may enter a description here for your reference (not parsed).';
|
||||
$contentvoicemail_greetings['description-info']['pt-pt'] = 'Pode inserir aqui uma descrição para referência.';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -206,7 +206,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='greeting_name' maxlength='255' value=\"$greeting_name\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$contentvoicemail_greetings['label-nameinfo']."\n";
|
||||
echo "".$contentvoicemail_greetings['description-name']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -217,7 +217,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='greeting_description' maxlength='255' value=\"$greeting_description\">\n";
|
||||
echo "<br />\n";
|
||||
echo "".$contentvoicemail_greetings['label-descriptioninfo']."\n";
|
||||
echo "".$contentvoicemail_greetings['description-info']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo " <tr>\n";
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
$contentvoicemail_msgs['label-enabled']['en-us'] = 'Voicemail Enabled';
|
||||
$contentvoicemail_msgs['label-enabled']['pt-pt'] = 'Correio de Voz Ativado';
|
||||
|
||||
$contentvoicemail_msgs['label-enabledinfo']['en-us'] = 'Enable/disable voicemail for this extension.';
|
||||
$contentvoicemail_msgs['label-enabledinfo']['pt-pt'] = 'Ativar/desativar o correio de voz para esta extensão.';
|
||||
$contentvoicemail_msgs['description-confenable']['en-us'] = 'Enable/disable voicemail for this extension.';
|
||||
$contentvoicemail_msgs['description-confenable']['pt-pt'] = 'Ativar/desativar o correio de voz para esta extensão.';
|
||||
|
||||
$contentvoicemail_msgs['check-true']['en-us'] = 'true';
|
||||
$contentvoicemail_msgs['ckeck-true']['pt-pt'] = 'verdade';
|
||||
|
||||
@@ -329,7 +329,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo " ".$contentvoicemail_msgs['label-enabledinfo']."\n";
|
||||
echo " ".$contentvoicemail_msgs['description-confenable']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user