mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
mistyped words
This commit is contained in:
@@ -16,23 +16,23 @@
|
||||
$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['tabel-name']['en-us'] = 'Name';
|
||||
$content_conferences['tabel-name']['pt-pt'] = 'Nome';
|
||||
$content_conferences['table-name']['en-us'] = 'Name';
|
||||
$content_conferences['table-name']['pt-pt'] = 'Nome';
|
||||
|
||||
$content_conferences['tabel-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['tabel-extension']['pt-pt'] = 'Extensão';
|
||||
$content_conferences['table-extension']['en-us'] = 'Extension';
|
||||
$content_conferences['table-extension']['pt-pt'] = 'Extensão';
|
||||
|
||||
$content_conferences['tabel-profile']['en-us'] = 'Profile';
|
||||
$content_conferences['tabel-profile']['pt-pt'] = 'Perfil';
|
||||
$content_conferences['table-profile']['en-us'] = 'Profile';
|
||||
$content_conferences['table-profile']['pt-pt'] = 'Perfil';
|
||||
|
||||
$content_conferences['tabel-order']['en-us'] = 'Order';
|
||||
$content_conferences['tabel-order']['pt-pt'] = 'Ordem';
|
||||
$content_conferences['table-order']['en-us'] = 'Order';
|
||||
$content_conferences['table-order']['pt-pt'] = 'Ordem';
|
||||
|
||||
$content_conferences['tabel-enabled']['en-us'] = 'Enabled';
|
||||
$content_conferences['tabel-enabled']['pt-pt'] = 'Activo';
|
||||
$content_conferences['table-enabled']['en-us'] = 'Enabled';
|
||||
$content_conferences['table-enabled']['pt-pt'] = 'Activo';
|
||||
|
||||
$content_conferences['tabel-description']['en-us'] = 'Description';
|
||||
$content_conferences['tabel-description']['pt-pt'] = 'Descrição';
|
||||
$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';
|
||||
|
||||
@@ -443,7 +443,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$content_conferences['tabel-profile'].":\n";
|
||||
echo " ".$content_conferences['table-profile'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='conference_profile'>\n";
|
||||
@@ -494,7 +494,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$content_conferences['tabel-enabled'].":\n";
|
||||
echo " ".$content_conferences['table-enabled'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <select class='formfld' name='conference_enabled'>\n";
|
||||
|
||||
@@ -130,13 +130,13 @@ require_once "includes/paging.php";
|
||||
echo "<div align='center'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo th_order_by('conference_name', $content_conferences['tabel-name'], $order_by, $order);
|
||||
echo th_order_by('conference_extension', $content_conferences['tabel-extension'], $order_by, $order);
|
||||
echo th_order_by('conference_profile', $content_conferences['tabel-profile'], $order_by, $order);
|
||||
echo th_order_by('conference_name', $content_conferences['table-name'], $order_by, $order);
|
||||
echo th_order_by('conference_extension', $content_conferences['table-extension'], $order_by, $order);
|
||||
echo th_order_by('conference_profile', $content_conferences['table-profile'], $order_by, $order);
|
||||
//echo th_order_by('conference_flags', 'Flags', $order_by, $order);
|
||||
echo th_order_by('conference_order', $content_conferences['tabel-order'], $order_by, $order);
|
||||
echo th_order_by('conference_enabled', $content_conferences['tabel-enabled'], $order_by, $order);
|
||||
echo th_order_by('conference_description', $content_conferences['tabel-description'], $order_by, $order);
|
||||
echo th_order_by('conference_order', $content_conferences['table-order'], $order_by, $order);
|
||||
echo th_order_by('conference_enabled', $content_conferences['table-enabled'], $order_by, $order);
|
||||
echo th_order_by('conference_description', $content_conferences['table-description'], $order_by, $order);
|
||||
echo "<td align='right' width='42'>\n";
|
||||
if (permission_exists('conference_add')) {
|
||||
echo " <a href='conference_edit.php' alt='add'>$v_link_label_add</a>\n";
|
||||
|
||||
@@ -141,16 +141,16 @@
|
||||
$content_fax['label-location']['en-us'] = 'location';
|
||||
$content_fax['label-location']['pt-pt'] = 'localização';
|
||||
|
||||
$content_fax['tabel-file']['en-us'] = 'File Name (download)';
|
||||
$content_fax['tabel-file']['pt-pt'] = 'Nome do Ficheiro (descarregado)';
|
||||
$content_fax['table-file']['en-us'] = 'File Name (download)';
|
||||
$content_fax['table-file']['pt-pt'] = 'Nome do Ficheiro (descarregado)';
|
||||
|
||||
$content_fax['tabel-view']['en-us'] = 'View';
|
||||
$content_fax['tabel-view']['pt-pt'] = 'Visualizar';
|
||||
$content_fax['table-view']['en-us'] = 'View';
|
||||
$content_fax['table-view']['pt-pt'] = 'Visualizar';
|
||||
|
||||
$content_fax['tabel-modified']['en-us'] = 'Last Modified';
|
||||
$content_fax['tabel-modified']['pt-pt'] = 'Última alteração';
|
||||
$content_fax['table-modified']['en-us'] = 'Last Modified';
|
||||
$content_fax['table-modified']['pt-pt'] = 'Última alteração';
|
||||
|
||||
$content_fax['tabel-size']['en-us'] = 'Size';
|
||||
$content_fax['tabel-size']['pt-pt'] = 'Tamanho';
|
||||
$content_fax['table-size']['en-us'] = 'Size';
|
||||
$content_fax['table-size']['pt-pt'] = 'Tamanho';
|
||||
|
||||
?>
|
||||
@@ -420,10 +420,10 @@ else {
|
||||
echo " <div id=\"\">\n";
|
||||
echo " <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
|
||||
echo " <tr>\n";
|
||||
echo " <th width=\"60%\" class=\"listhdrr\">".$content_fax['tabel-file']."</td>\n";
|
||||
echo " <th width=\"10%\" class=\"listhdrr\">".$content_fax['tabel-view']."</td>\n";
|
||||
echo " <th width=\"20%\" class=\"listhdr\">".$content_fax['tabel-modified']."</td>\n";
|
||||
echo " <th width=\"10%\" class=\"listhdr\" nowrap>Size".$content_fax['tabel-size']."</td>\n";
|
||||
echo " <th width=\"60%\" class=\"listhdrr\">".$content_fax['table-file']."</td>\n";
|
||||
echo " <th width=\"10%\" class=\"listhdrr\">".$content_fax['table-view']."</td>\n";
|
||||
echo " <th width=\"20%\" class=\"listhdr\">".$content_fax['table-modified']."</td>\n";
|
||||
echo " <th width=\"10%\" class=\"listhdr\" nowrap>Size".$content_fax['table-size']."</td>\n";
|
||||
echo " </tr>";
|
||||
|
||||
|
||||
@@ -557,10 +557,10 @@ else {
|
||||
echo "\n";
|
||||
echo " <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n";
|
||||
echo " <tr>\n";
|
||||
echo " <th width=\"60%\">".$content_fax['tabel-file']."</td>\n";
|
||||
echo " <th width=\"10%\">".$content_fax['tabel-view']."</td>\n";
|
||||
echo " <th width=\"20%\">".$content_fax['tabel-modified']."</td>\n";
|
||||
echo " <th width=\"10%\" nowrap>".$content_fax['tabel-size']."</td>\n";
|
||||
echo " <th width=\"60%\">".$content_fax['table-file']."</td>\n";
|
||||
echo " <th width=\"10%\">".$content_fax['table-view']."</td>\n";
|
||||
echo " <th width=\"20%\">".$content_fax['table-modified']."</td>\n";
|
||||
echo " <th width=\"10%\" nowrap>".$content_fax['table-size']."</td>\n";
|
||||
echo " </tr>";
|
||||
|
||||
if ($handle = opendir($dir_fax_sent)) {
|
||||
|
||||
@@ -1,65 +1,66 @@
|
||||
<?php
|
||||
|
||||
$contentusers['title']['en-us'] = 'Account Settings';
|
||||
$contentusers['title']['pt-pt'] = 'Configurações de Conta';
|
||||
$contentusers['title']['en-us'] = 'Account Settings';
|
||||
$contentusers['title']['pt-pt'] = 'Configurações de Conta';
|
||||
|
||||
$contentusers['description']['en-us'] = 'Edit account information.';
|
||||
$contentusers['description']['pt-pt'] = 'Editar informações de conta.';
|
||||
|
||||
$contentusers['button-back']['en-us'] = 'Back';
|
||||
$contentusers['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$contentusers['button-save']['en-us'] = 'Save';
|
||||
$contentusers['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
$contentusers['table-title']['en-us'] = 'User Info';
|
||||
$contentusers['table-title']['pt-pt'] = 'Informações de Utilizador';
|
||||
|
||||
$contentusers['label-username']['en-us'] = 'Username';
|
||||
$contentusers['label-username']['pt-pt'] = 'Nome de Utilizador';
|
||||
|
||||
$contentusers['label-password']['en-us'] = 'Password';
|
||||
$contentusers['label-password']['pt-pt'] = 'Palavra passe';
|
||||
|
||||
$contentusers['label-confirmpassword']['en-us'] = 'Confirm Password';
|
||||
$contentusers['label-confirmpassword']['pt-pt'] = 'Confirme Palavra Chave';
|
||||
$contentusers['description']['en-us'] = 'Edit account information.';
|
||||
$contentusers['description']['pt-pt'] = 'Editar informações de conta.';
|
||||
|
||||
$contentusers['label-extension']['en-us'] = 'Extension';
|
||||
$contentusers['label-extension']['pt-pt'] = 'Extensão';
|
||||
$contentusers['button-back']['en-us'] = 'Back';
|
||||
$contentusers['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$contentusers['table2-title']['en-us'] = 'Additional Info';
|
||||
$contentusers['table2-title']['pt-pt'] = 'Informações Adicionais';
|
||||
|
||||
$contentusers['label-status']['en-us'] = 'Status';
|
||||
$contentusers['label-status']['pt-pt'] = 'Estado';
|
||||
|
||||
$contentusers['label-infostatus']['en-us'] = 'Select a the user status.';
|
||||
$contentusers['label-infostatus']['pt-pt'] = 'Selecione um estado para o utilizador.';
|
||||
|
||||
$contentusers['check-availablestatus']['en-us'] = 'Available';
|
||||
$contentusers['check-availablestatus']['pt-pt'] = 'Disponível';
|
||||
|
||||
$contentusers['check-availableondemandstatus']['en-us'] = 'Available (On Demand)';
|
||||
$contentusers['check-availableondemandstatus']['pt-pt'] = 'Disponível (A pedido)';
|
||||
|
||||
$contentusers['check-logedoutstatus']['en-us'] = 'Logged Out';
|
||||
$contentusers['check-logedoutstatus']['pt-pt'] = 'Desligado';
|
||||
|
||||
$contentusers['check-onbreakstatus']['en-us'] = 'On Break';
|
||||
$contentusers['check-onbreakstatus']['pt-pt'] = 'Em Pausa';
|
||||
|
||||
$contentusers['check-donotdisturbstatus']['en-us'] = 'Do Not Disturb';
|
||||
$contentusers['check-donotdisturbstatus']['pt-pt'] = 'Não Perturbar';
|
||||
|
||||
$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['confirm-password']['en-us'] = 'Passwords did not match.';
|
||||
$contentusers['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.';
|
||||
|
||||
$contentusers['confirm-update']['en-us'] = 'Update Complete';
|
||||
$contentusers['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
?>
|
||||
$contentusers['button-save']['en-us'] = 'Save';
|
||||
$contentusers['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
$contentusers['table-title']['en-us'] = 'User Info';
|
||||
$contentusers['table-title']['pt-pt'] = 'Informações de Utilizador';
|
||||
|
||||
$contentusers['label-username']['en-us'] = 'Username';
|
||||
$contentusers['label-username']['pt-pt'] = 'Nome de Utilizador';
|
||||
|
||||
$contentusers['label-password']['en-us'] = 'Password';
|
||||
$contentusers['label-password']['pt-pt'] = 'Palavra passe';
|
||||
|
||||
$contentusers['label-confirmpassword']['en-us'] = 'Confirm Password';
|
||||
$contentusers['label-confirmpassword']['pt-pt'] = 'Confirme Palavra Chave';
|
||||
|
||||
$contentusers['label-extension']['en-us'] = 'Extension';
|
||||
$contentusers['label-extension']['pt-pt'] = 'Extensão';
|
||||
|
||||
$contentusers['table2-title']['en-us'] = 'Additional Info';
|
||||
$contentusers['table2-title']['pt-pt'] = 'Informações Adicionais';
|
||||
|
||||
$contentusers['label-status']['en-us'] = 'Status';
|
||||
$contentusers['label-status']['pt-pt'] = 'Estado';
|
||||
|
||||
$contentusers['label-infostatus']['en-us'] = 'Select a the user status.';
|
||||
$contentusers['label-infostatus']['pt-pt'] = 'Selecione um estado para o utilizador.';
|
||||
|
||||
$contentusers['check-availablestatus']['en-us'] = 'Available';
|
||||
$contentusers['check-availablestatus']['pt-pt'] = 'Disponível';
|
||||
|
||||
$contentusers['check-availableondemandstatus']['en-us'] = 'Available (On Demand)';
|
||||
$contentusers['check-availableondemandstatus']['pt-pt'] = 'Disponível (A pedido)';
|
||||
|
||||
$contentusers['check-logedoutstatus']['en-us'] = 'Logged Out';
|
||||
$contentusers['check-logedoutstatus']['pt-pt'] = 'Desligado';
|
||||
|
||||
$contentusers['check-onbreakstatus']['en-us'] = 'On Break';
|
||||
$contentusers['check-onbreakstatus']['pt-pt'] = 'Em Pausa';
|
||||
|
||||
$contentusers['check-donotdisturbstatus']['en-us'] = 'Do Not Disturb';
|
||||
$contentusers['check-donotdisturbstatus']['pt-pt'] = 'Não Perturbar';
|
||||
|
||||
$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['confirm-password']['en-us'] = 'Passwords did not match.';
|
||||
$contentusers['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.';
|
||||
|
||||
$contentusers['confirm-update']['en-us'] = 'Update Complete';
|
||||
$contentusers['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
?>
|
||||
@@ -74,17 +74,17 @@
|
||||
$content_cdr['label-summary']['en-us'] = 'Summary';
|
||||
$content_cdr['label-summary']['pt-pt'] = 'Sumario';
|
||||
|
||||
$content_cdr['tabel-direction']['en-us'] = 'Direction';
|
||||
$content_cdr['tabel-direction']['pt-pt'] = 'Direcção';
|
||||
$content_cdr['table-direction']['en-us'] = 'Direction';
|
||||
$content_cdr['table-direction']['pt-pt'] = 'Direcção';
|
||||
|
||||
$content_cdr['tabel-name']['en-us'] = 'Name (play)';
|
||||
$content_cdr['tabel-name']['pt-pt'] = 'None (executar)';
|
||||
$content_cdr['table-name']['en-us'] = 'Name (play)';
|
||||
$content_cdr['table-name']['pt-pt'] = 'None (executar)';
|
||||
|
||||
$content_cdr['tabel-download']['en-us'] = 'Number (download)';
|
||||
$content_cdr['tabel-download']['pt-pt'] = 'Numero (descarregar)';
|
||||
$content_cdr['table-download']['en-us'] = 'Number (download)';
|
||||
$content_cdr['table-download']['pt-pt'] = 'Numero (descarregar)';
|
||||
|
||||
$content_cdr['tabel-end']['en-us'] = 'End';
|
||||
$content_cdr['tabel-end']['pt-pt'] = 'Final';
|
||||
$content_cdr['table-end']['en-us'] = 'End';
|
||||
$content_cdr['table-end']['pt-pt'] = 'Final';
|
||||
|
||||
$content_cdr['label-channel']['en-us'] = 'Channel Data';
|
||||
$content_cdr['label-channel']['pt-pt'] = 'Dados de Canal';
|
||||
@@ -120,25 +120,25 @@
|
||||
$content_cdr['label-callstatisticsdescription']['en-us'] = 'Call Detail Records Statics summarize the call information.';
|
||||
$content_cdr['label-callstatisticsdescription']['pt-pt'] = 'As Estatisticas dos Detalhes da Gravação de Chamadas resumem as informações da chamada.';
|
||||
|
||||
$content_cdr['tabel-hours']['en-us'] = 'Hours';
|
||||
$content_cdr['tabel-hours']['pt-pt'] = 'Horas';
|
||||
$content_cdr['table-hours']['en-us'] = 'Hours';
|
||||
$content_cdr['table-hours']['pt-pt'] = 'Horas';
|
||||
|
||||
$content_cdr['tabel-date']['en-us'] = 'Date';
|
||||
$content_cdr['tabel-date']['pt-pt'] = 'Data';
|
||||
$content_cdr['table-date']['en-us'] = 'Date';
|
||||
$content_cdr['table-date']['pt-pt'] = 'Data';
|
||||
|
||||
$content_cdr['tabel-time']['en-us'] = 'Time';
|
||||
$content_cdr['tabel-time']['pt-pt'] = 'Tempo';
|
||||
$content_cdr['table-time']['en-us'] = 'Time';
|
||||
$content_cdr['table-time']['pt-pt'] = 'Tempo';
|
||||
|
||||
$content_cdr['tabel-minutes']['en-us'] = 'Minutes';
|
||||
$content_cdr['tabel-minutes']['pt-pt'] = 'Minutos';
|
||||
$content_cdr['table-minutes']['en-us'] = 'Minutes';
|
||||
$content_cdr['table-minutes']['pt-pt'] = 'Minutos';
|
||||
|
||||
$content_cdr['tabel-callsminutes']['en-us'] = 'Calls Per Min';
|
||||
$content_cdr['tabel-callsminutes']['pt-pt'] = 'Chamadas por minuto';
|
||||
$content_cdr['table-callsminutes']['en-us'] = 'Calls Per Min';
|
||||
$content_cdr['table-callsminutes']['pt-pt'] = 'Chamadas por minuto';
|
||||
|
||||
$content_cdr['tabel-missed']['en-us'] = 'Missed';
|
||||
$content_cdr['tabel-missed']['pt-pt'] = 'Perdidas';
|
||||
$content_cdr['table-missed']['en-us'] = 'Missed';
|
||||
$content_cdr['table-missed']['pt-pt'] = 'Perdidas';
|
||||
|
||||
$content_cdr['tabel-days']['en-us'] = 'Days';
|
||||
$content_cdr['tabel-days']['pt-pt'] = 'Dias';
|
||||
$content_cdr['table-days']['en-us'] = 'Days';
|
||||
$content_cdr['table-days']['pt-pt'] = 'Dias';
|
||||
|
||||
?>
|
||||
|
||||
@@ -152,14 +152,14 @@ else {
|
||||
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<th>".$content_cdr['tabel-direction']."</th>\n";
|
||||
echo "<th>".$content_cdr['table-direction']."</th>\n";
|
||||
//echo "<th>Language</th>\n";
|
||||
//echo "<th>Context</th>\n";
|
||||
echo "<th>".$content_cdr['tabel-name']."</th>\n";
|
||||
echo "<th>".$content_cdr['tabel-download']."</th>\n";
|
||||
echo "<th>".$content_cdr['table-name']."</th>\n";
|
||||
echo "<th>".$content_cdr['table-download']."</th>\n";
|
||||
echo "<th>".$content_cdr['label-destination']."</th>\n";
|
||||
echo "<th>".$content_cdr['label-start']."</th>\n";
|
||||
echo "<th>".$content_cdr['tabel-end']."</th>\n";
|
||||
echo "<th>".$content_cdr['table-end']."</th>\n";
|
||||
echo "<th>".$content_cdr['label-length']."</th>\n";
|
||||
echo "<th>".$content_cdr['label-status']."</th>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -154,13 +154,13 @@ else {
|
||||
//show the results
|
||||
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo " <th>".$content_cdr['tabel-hours']."</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-date']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['tabel-time']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-hours']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-date']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['table-time']."</th>\n";
|
||||
echo " <th>Volume</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-minutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-callsminutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-missed']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-minutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-callsminutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-missed']."</th>\n";
|
||||
echo " <th>ASR</th>\n";
|
||||
echo " <th>ALOC</th>\n";
|
||||
echo "</tr>\n";
|
||||
@@ -180,13 +180,13 @@ else {
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "<tr>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['tabel-days']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['tabel-date']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['tabel-time']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['table-days']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['table-date']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['table-time']."</th>\n";
|
||||
echo " <th>Volume</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-minutes']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['tabel-callsminutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['tabel-missed']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-minutes']."</th>\n";
|
||||
echo " <th nowrap='nowrap'>".$content_cdr['table-callsminutes']."</th>\n";
|
||||
echo " <th>".$content_cdr['table-missed']."</th>\n";
|
||||
echo " <th>ASR</th>\n";
|
||||
echo " <th>ALOC</th>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user