From bc4c165d6e9810cf79907c8d080d5d43221f353c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 25 Dec 2014 02:03:21 +0000 Subject: [PATCH] Add no answer, aloc, and busy to extension summary app_languages. --- app/xml_cdr/app_languages.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index 01601ea4f8..643c2c3fb7 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -140,6 +140,21 @@ $text['label-missed']['pt-pt'] = "Perdidas"; $text['label-missed']['fr-fr'] = "Perdus"; + $text['label-no_answer']['en-us'] = "No Answer"; + $text['label-no_answer']['es-cl'] = "Sin Respuesta"; + $text['label-no_answer']['pt-pt'] = "Sem Resposta"; + $text['label-no_answer']['fr-fr'] = "Pas de Réponse"; + + $text['label-aloc']['en-us'] = "ALOC"; + $text['label-aloc']['es-cl'] = "ALOC"; + $text['label-aloc']['pt-pt'] = "ALOC"; + $text['label-aloc']['fr-fr'] = "ALOC"; + + $text['label-busy']['en-us'] = "Busy"; + $text['label-busy']['es-cl'] = "Ocupado"; + $text['label-busy']['pt-pt'] = "Ocupado"; + $text['label-busy']['fr-fr'] = "Occupé"; + $text['label-failed']['en-us'] = "Failed"; $text['label-failed']['es-cl'] = "Fracasado"; $text['label-failed']['pt-pt'] = "Fracassado";