mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add call_screen_enabled to the database and add the lable for translations.
This commit is contained in:
@@ -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'] = "";
|
||||
|
||||
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user