billing compatibility for callbroadcast

This commit is contained in:
luis daniel lucio quiroz
2014-09-24 01:03:34 +00:00
parent c247e1c5a0
commit 1335bef8a6
4 changed files with 96 additions and 10 deletions

View File

@@ -83,11 +83,21 @@
$text['label-timeout']['pt-pt'] = "Timeout";
$text['label-timeout']['fr-fr'] = "Timeout";
$text['label-accountcode']['en-us'] = "Accountcode";
$text['label-accountcode']['es-cl'] = "Código de cuenta";
$text['label-accountcode']['pt-pt'] = "Accountcode";
$text['label-accountcode']['fr-fr'] = "Code de l'account";
$text['description-timeout']['en-us'] = "Limit the length of the call. Leave this empty for no limit.";
$text['description-timeout']['es-cl'] = "Limitar la duración de la llamada. Deje en blanco para no establecer un límite.";
$text['description-timeout']['pt-pt'] = "Limitar a duração da chamada. Deixe este campo em branco para não ter limite.";
$text['description-timeout']['fr-fr'] = "Limiter la durée de l'appel. Laisser vide pour illimité.";
$text['description-timeout']['en-us'] = "";
$text['description-timeout']['es-cl'] = "";
$text['description-timeout']['pt-pt'] = "";
$text['description-timeout']['fr-fr'] = "";
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
$text['description-concurrent-limit']['es-cl'] = "Limitar el número de llamadas simultaneas. Deje en blanco para no establecer un límite.";
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas concurrentes. Deixe este campo em branco para não ter limite.";
@@ -199,4 +209,4 @@
$text['label-has-been']['pt-pt'] = "foi inicializada";
$text['label-has-been']['fr-fr'] = "a commencé";
?>
?>