Add the translation for TTA on CDR

This commit is contained in:
Mark Crane
2014-09-20 01:13:14 +00:00
parent 596814fabe
commit 1d7be1ada7
2 changed files with 6 additions and 1 deletions

View File

@@ -324,6 +324,11 @@
$text['label-start']['pt-pt'] = "Começo";
$text['label-start']['fr-fr'] = "Démarrer";
$text['label-tta']['en-us'] = "TTA";
$text['label-tta']['es-cl'] = "TTA";
$text['label-tta']['pt-pt'] = "TTA";
$text['label-tta']['fr-fr'] = "TTA";
$text['label-answer']['en-us'] = "Answer";
$text['label-answer']['es-cl'] = "Respuesta";
$text['label-answer']['pt-pt'] = "Resposta";

View File

@@ -346,7 +346,7 @@ else {
echo th_order_by('destination_number', $text['label-destination'], $order_by, $order);
echo "<th>".$text['label-tools']."</th>\n";
echo th_order_by('start_stamp', $text['label-start'], $order_by, $order, null, "style='text-align: right;'");
echo th_order_by('tta', 'TTA', $order_by, $order, null, "style='text-align: right;'");
echo th_order_by('tta', $text['label-tta'], $order_by, $order, null, "style='text-align: right;'");
echo th_order_by('duration', $text['label-duration'], $order_by, $order, null, "style='text-align: center;'");
if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.php")){
// billing collumns