Add user_record to the extensions table and make it save the value.

This commit is contained in:
Mark Crane
2014-04-03 17:32:38 +00:00
parent 0712d91564
commit 7cf7ca98dc
3 changed files with 53 additions and 33 deletions

View File

@@ -312,30 +312,35 @@
$text['description-call_group']['pt-pt'] = "Introduza o grupo a associar ao utilizador aqui. Grupos disponíveis por omissão: vendas, suporte, facturação.";
$text['description-call_group']['fr-fr'] = "Insérer le groupe d'appel de l'utilisateur. Les groupes disponibles par défaut sont: sales, support, billing.";
$text['label-record']['en-us'] = "Record";
$text['label-record']['es-cl'] = "Registro";
$text['label-record']['pt-pt'] = "Registro";
$text['label-record']['fr-fr'] = "Record";
$text['label-user_record']['en-us'] = "Record";
$text['label-user_record']['es-cl'] = "Registro";
$text['label-user_record']['pt-pt'] = "Registro";
$text['label-user_record']['fr-fr'] = "Record";
$text['description-record']['en-us'] = "Select inbound, outbound or all to record calls.";
$text['description-record']['es-cl'] = "Seleccione entrantes, salientes o para grabar todas las llamadas.";
$text['description-record']['pt-pt'] = "Selecione inbound, outbound ou para gravar todas as chamadas.";
$text['description-record']['fr-fr'] = "Sélectionnez entrants, sortants ou à enregistrer tous les appels.";
$text['description-user_record']['en-us'] = "Choose whether to record local, inbound, outbound, or all.";
$text['description-user_record']['es-cl'] = "Seleccione entrantes, salientes o para grabar todas las llamadas.";
$text['description-user_record']['pt-pt'] = "Selecione inbound, outbound ou para gravar todas as chamadas.";
$text['description-user_record']['fr-fr'] = "Sélectionnez entrants, sortants ou à enregistrer tous les appels.";
$text['label-record_all']['en-us'] = "All";
$text['label-record_all']['es-cl'] = "Todo";
$text['label-record_all']['pt-pt'] = "Tudo";
$text['label-record_all']['fr-fr'] = "Tout";
$text['label-user_record_all']['en-us'] = "All";
$text['label-user_record_all']['es-cl'] = "Todo";
$text['label-user_record_all']['pt-pt'] = "Tudo";
$text['label-user_record_all']['fr-fr'] = "Tout";
$text['label-record_inbound']['en-us'] = "Inbound";
$text['label-record_inbound']['es-cl'] = "Entrante";
$text['label-record_inbound']['pt-pt'] = "Entrada";
$text['label-record_inbound']['fr-fr'] = "Entrante";
$text['label-user_record_local']['en-us'] = "Local";
$text['label-user_record_local']['es-cl'] = "Local";
$text['label-user_record_local']['pt-pt'] = "Local";
$text['label-user_record_local']['fr-fr'] = "Local";
$text['label-record_outbound']['en-us'] = "Outbound";
$text['label-record_outbound']['es-cl'] = "Salida";
$text['label-record_outbound']['pt-pt'] = "Saída";
$text['label-record_outbound']['fr-fr'] = "Sortant";
$text['label-user_record_inbound']['en-us'] = "Inbound";
$text['label-user_record_inbound']['es-cl'] = "Entrante";
$text['label-user_record_inbound']['pt-pt'] = "Entrada";
$text['label-user_record_inbound']['fr-fr'] = "Entrante";
$text['label-user_record_outbound']['en-us'] = "Outbound";
$text['label-user_record_outbound']['es-cl'] = "Salida";
$text['label-user_record_outbound']['pt-pt'] = "Saída";
$text['label-user_record_outbound']['fr-fr'] = "Sortant";
$text['label-hold_music']['en-us'] = "Hold Music";
$text['label-hold_music']['es-cl'] = "Música en Espera";