Add call_screen_enabled to the database and add the lable for translations.

This commit is contained in:
Mark Crane
2015-06-23 19:58:07 +00:00
parent f9a5a1db66
commit 5823b0f8bc
2 changed files with 26 additions and 0 deletions

View File

@@ -241,6 +241,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_screen_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_record";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";

View File

@@ -781,6 +781,17 @@ $text['label-call_group']['sv-se'] = "Ring Grupp";
$text['label-call_group']['de-at'] = "Rufgruppe";
$text['label-call_group']['ro'] = "Grup apelare";
$text['label-call_screen_enabled']['en-us'] = "Call Screen";
$text['label-call_screen_enabled']['es-cl'] = "";
$text['label-call_screen_enabled']['pt-pt'] = "";
$text['label-call_screen_enabled']['fr-fr'] = "";
$text['label-call_screen_enabled']['pt-br'] = "";
$text['label-call_screen_enabled']['pl'] = "";
$text['label-call_screen_enabled']['uk'] = "";
$text['label-call_screen_enabled']['sv-se'] = "";
$text['label-call_screen_enabled']['de-at'] = "";
$text['label-call_screen_enabled']['ro'] = "";
$text['label-bypass_media_after_bridge']['en-us'] = "Bypass Media After Bridge";
$text['label-bypass_media_after_bridge']['es-cl'] = "Después de la omisión de medios puente";
$text['label-bypass_media_after_bridge']['pt-pt'] = "Depois de Ponte de mídia Bypass";
@@ -1320,6 +1331,17 @@ $text['description-call_timeout']['sv-se'] = "Ange 'call timeout'";
$text['description-call_timeout']['de-at'] = "Geben Sie die Abwurfzeit an.";
$text['description-call_timeout']['ro'] = "Introduceți timpul de expirare pentru apel.";
$text['description-call_screen_enabled']['en-us'] = "Choose whether to enable or disable call screening.";
$text['description-call_screen_enabled']['es-cl'] = "";
$text['description-call_screen_enabled']['pt-pt'] = "";
$text['description-call_screen_enabled']['fr-fr'] = "";
$text['description-call_screen_enabled']['pt-br'] = "";
$text['description-call_screen_enabled']['pl'] = "";
$text['description-call_screen_enabled']['uk'] = "";
$text['description-call_screen_enabled']['sv-se'] = "";
$text['description-call_screen_enabled']['de-at'] = "";
$text['description-call_screen_enabled']['ro'] = "";
$text['description-call_group']['en-us'] = "Enter the user call group here. Groups available by default: sales, support, billing.";
$text['description-call_group']['es-cl'] = "Ingrese el grupo a llamar aquí. Los grupos disponible de forma predeterminada son: ventas, soporte, facturación.";
$text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";