changed single quote to double quotes everywhere

This commit is contained in:
Nuno Miguel Reis
2013-10-01 11:35:07 +00:00
parent 22be7bd745
commit c0bae01b3a
100 changed files with 10551 additions and 10551 deletions
+104 -104
View File
@@ -1,143 +1,143 @@
<?php
//application details
$apps[$x]['name'] = "Call Broadcast";
$apps[$x]['uuid'] = 'efc11f6b-ed73-9955-4d4d-3a1bed75a056';
$apps[$x]['category'] = 'Switch';;
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['uuid'] = "efc11f6b-ed73-9955-4d4d-3a1bed75a056";
$apps[$x]['category'] = "Switch";;
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Schedule to immediately make multiple calls to the extension, an IVR Menu, Conference Room, or any other number.";
$apps[$x]['description']['es-mx'] = "Realiza llamadas inmediatamente a extensiones, IVR, conferencias o cualquier otro número";
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "Programme des appels multiples vers des extensions, IVR, salles de conferences ou autre.";
$apps[$x]['description']['fr-ca'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom.";
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Programação para imediatamente fazer várias chamadas para a extensão de um menu de URA, Sala de Conferência, ou qualquer outro número.";
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Broadcast";
$apps[$x]['menu'][0]['title']['es-mx'] = "Llamada Masiva (Broadcast)";
$apps[$x]['menu'][0]['title']['de-de'] = '';
$apps[$x]['menu'][0]['title']['de-ch'] = '';
$apps[$x]['menu'][0]['title']['de-at'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Appels de masse";
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Chamada de Broadcast";
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = '50153bbf-78c5-b49e-7bd9-4b3e4b1134e6';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['path'] = '/app/call_broadcast/call_broadcast.php';
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['path'] = "/app/call_broadcast/call_broadcast.php";
//permission details
$apps[$x]['permissions'][0]['name'] = 'call_broadcast_view';
$apps[$x]['permissions'][0]['menu']['uuid'] = '50153bbf-78c5-b49e-7bd9-4b3e4b1134e6';
$apps[$x]['permissions'][0]['groups'][] = 'admin';
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
$apps[$x]['permissions'][0]['name'] = "call_broadcast_view";
$apps[$x]['permissions'][0]['menu']['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['permissions'][0]['groups'][] = "admin";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
$apps[$x]['permissions'][1]['name'] = 'call_broadcast_add';
$apps[$x]['permissions'][1]['groups'][] = 'admin';
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
$apps[$x]['permissions'][1]['name'] = "call_broadcast_add";
$apps[$x]['permissions'][1]['groups'][] = "admin";
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
$apps[$x]['permissions'][2]['name'] = 'call_broadcast_edit';
$apps[$x]['permissions'][2]['groups'][] = 'admin';
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
$apps[$x]['permissions'][2]['name'] = "call_broadcast_edit";
$apps[$x]['permissions'][2]['groups'][] = "admin";
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
$apps[$x]['permissions'][3]['name'] = 'call_broadcast_delete';
$apps[$x]['permissions'][3]['groups'][] = 'admin';
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
$apps[$x]['permissions'][3]['name'] = "call_broadcast_delete";
$apps[$x]['permissions'][3]['groups'][] = "admin";
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
$apps[$x]['permissions'][4]['name'] = 'call_broadcast_send';
$apps[$x]['permissions'][4]['groups'][] = 'admin';
$apps[$x]['permissions'][4]['groups'][] = 'superadmin';
$apps[$x]['permissions'][4]['name'] = "call_broadcast_send";
$apps[$x]['permissions'][4]['groups'][] = "admin";
$apps[$x]['permissions'][4]['groups'][] = "superadmin";
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_call_broadcasts';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'call_broadcast_id';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'serial';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'integer';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'INT NOT NULL AUTO_INCREMENT';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
$apps[$x]['db'][$y]['table'] = "v_call_broadcasts";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_broadcast_id";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "integer";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "INT NOT NULL AUTO_INCREMENT";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_broadcast_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'call_call_broadcast_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'broadcast_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "call_call_broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "broadcast_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_domains";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'v_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "v_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_name";
$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']['text'] = 'broadcast_description';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'broadcast_desc';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "broadcast_description";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "broadcast_desc";
$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'] = 'broadcast_timeout';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_timeout";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_concurrent_limit';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_concurrent_limit";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'recording_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'recordingid';
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_recordings';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'recording_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "recording_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recordingid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_recordings";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "recording_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'broadcast_caller_id_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_caller_id_name";
$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'] = 'broadcast_caller_id_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_caller_id_number";
$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'] = 'broadcast_destination_type';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_destination_type";
$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'] = 'broadcast_phone_numbers';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_phone_numbers";
$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'] = 'broadcast_destination_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_destination_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
+74 -74
View File
@@ -1,131 +1,131 @@
<?php
//v_call_broadcast
$text['title']['en-us'] = 'Call Broadcasts';
$text['title']['pt-pt'] = 'Chamadas Broadcasts';
$text['title']['fr-fr'] = 'Appels de Masse';
$text['title']['en-us'] = "Call Broadcasts";
$text['title']['pt-pt'] = "Chamadas Broadcasts";
$text['title']['fr-fr'] = "Appels de Masse";
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = 'Nome';
$text['label-name']['fr-fr'] = 'Nom';
$text['label-name']['en-us'] = "Name";
$text['label-name']['pt-pt'] = "Nome";
$text['label-name']['fr-fr'] = "Nom";
$text['label-concurrent-limit']['en-us'] = 'Concurrent Limit';
$text['label-concurrent-limit']['pt-pt'] = 'Limite de concorrencia';
$text['label-concurrent-limit']['fr-fr'] = 'Limite concurrents';
$text['label-concurrent-limit']['en-us'] = "Concurrent Limit";
$text['label-concurrent-limit']['pt-pt'] = "Limite de concorrencia";
$text['label-concurrent-limit']['fr-fr'] = "Limite concurrents";
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['label-description']['fr-fr'] = 'Description';
$text['label-description']['en-us'] = "Description";
$text['label-description']['pt-pt'] = "Descrição";
$text['label-description']['fr-fr'] = "Description";
$text['confirm-delete-info']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete-info']['pt-pt'] = 'Deseja realmente eliminar isto?';
$text['confirm-delete-info']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete-info']['pt-pt'] = "Deseja realmente eliminar isto?";
$text['confirm-delete-info']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
//v_call_broadcast_delete
$text['confirm-delete']['en-us'] = 'Delete Complete';
$text['confirm-delete']['pt-pt'] = 'Eliminação Completa';
$text['confirm-delete']['fr-fr'] = 'Supprimé';
$text['confirm-delete']['en-us'] = "Delete Complete";
$text['confirm-delete']['pt-pt'] = "Eliminação Completa";
$text['confirm-delete']['fr-fr'] = "Supprimé";
//v_call_broadcast_edit
$text['confirm-name']['en-us'] = 'Please provide: Name';
$text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
$text['confirm-name']['en-us'] = "Please provide: Name";
$text['confirm-name']['pt-pt'] = "Por favor, forneça: Nome";
$text['confirm-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['confirm-add']['en-us'] = 'Add Complete';
$text['confirm-add']['pt-pt'] = 'Adição Completa';
$text['confirm-add']['en-us'] = "Add Complete";
$text['confirm-add']['pt-pt'] = "Adição Completa";
$text['confirm-add']['fr-fr'] = "Ajouté";
$text['confirm-update']['en-us'] = 'Update Complete';
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
$text['confirm-update']['en-us'] = "Update Complete";
$text['confirm-update']['pt-pt'] = "Actualização Completa";
$text['confirm-update']['fr-fr'] = "Mis à jour";
$text['label-call-broadcasts']['en-us'] = 'Call Broadcasts';
$text['label-call-broadcasts']['pt-pt'] = 'Chamada Broadcasts';
$text['label-call-broadcasts']['en-us'] = "Call Broadcasts";
$text['label-call-broadcasts']['pt-pt'] = "Chamada Broadcasts";
$text['label-call-broadcasts']['fr-fr'] = "Diffusions d'appels";
$text['label-call-broadcast']['en-us'] = 'Call Broadcast';
$text['label-call-broadcast']['pt-pt'] = 'Chamada Broadcast';
$text['label-call-broadcast']['en-us'] = "Call Broadcast";
$text['label-call-broadcast']['pt-pt'] = "Chamada Broadcast";
$text['label-call-broadcast']['fr-fr'] = "Diffusion d'appels";
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = 'Voltar';
$text['button-back']['fr-fr'] = 'Retour';
$text['button-back']['en-us'] = "Back";
$text['button-back']['pt-pt'] = "Voltar";
$text['button-back']['fr-fr'] = "Retour";
$text['description-name']['en-us'] = 'Enter the name here.';
$text['description-name']['pt-pt'] = 'Insira aqui o nome.';
$text['description-name']['en-us'] = "Enter the name here.";
$text['description-name']['pt-pt'] = "Insira aqui o nome.";
$text['description-name']['fr-fr'] = "Insérer le Nom.";
$text['label-timeout']['en-us'] = 'Timeout';
$text['label-timeout']['pt-pt'] = 'Tempo Limite';
$text['label-timeout']['fr-fr'] = 'Timeout';
$text['label-timeout']['en-us'] = "Timeout";
$text['label-timeout']['pt-pt'] = "Tempo Limite";
$text['label-timeout']['fr-fr'] = "Timeout";
$text['description-timeout']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.';
$text['description-timeout']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.';
$text['description-timeout']['en-us'] = "Limit the length of the call. Leave this empty for no limit.";
$text['description-timeout']['pt-pt'] = "Limitar a duração da chamada. Deixe 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-concurrent-limit']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.';
$text['description-concurrent-limit']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.';
$text['description-concurrent-limit']['en-us'] = "Limit the approximate number of concurrent calls. Leave this empty for no limit.";
$text['description-concurrent-limit']['pt-pt'] = "Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.";
$text['description-concurrent-limit']['fr-fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité.";
$text['label-caller-id-name']['en-us'] = 'Caller ID Name';
$text['label-caller-id-name']['pt-pt'] = 'Nome de Origem';
$text['label-caller-id-name']['en-us'] = "Caller ID Name";
$text['label-caller-id-name']['pt-pt'] = "Nome de Origem";
$text['label-caller-id-name']['fr-fr'] = "Nom d'appelant";
$text['label-callerid-number']['en-us'] = 'Caller ID Number';
$text['label-callerid-number']['pt-pt'] = 'Numero de Origem';
$text['label-callerid-number']['en-us'] = "Caller ID Number";
$text['label-callerid-number']['pt-pt'] = "Numero de Origem";
$text['label-callerid-number']['fr-fr'] = "Numéro d'appelant";
$text['description-caller-id-name']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous';
$text['description-caller-id-name']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous';
$text['description-caller-id-name']['en-us'] = "Applicable if the provider allow the Caller ID Name to be set. default: anonymous";
$text['description-caller-id-name']['pt-pt'] = "Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous";
$text['description-caller-id-name']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous";
$text['description-caller-id-number']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000';
$text['description-caller-id-number']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem eninationviadas as chamadas. padrão: 0000000000';
$text['description-caller-id-number']['en-us'] = "Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000";
$text['description-caller-id-number']['pt-pt'] = "Aplicável se o provedor permitir o numero de origem para serem eninationviadas as chamadas. padrão: 0000000000";
$text['description-caller-id-number']['fr-fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000";
$text['label-destination']['en-us'] = 'Destination Number';
$text['label-destination']['pt-pt'] = 'Numero de Destino';
$text['label-destination']['fr-fr'] = 'Numéro de Destination';
$text['label-destination']['en-us'] = "Destination Number";
$text['label-destination']['pt-pt'] = "Numero de Destino";
$text['label-destination']['fr-fr'] = "Numéro de Destination";
$text['description-destination']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.';
$text['description-destination']['pt-pt'] = 'Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.';
$text['description-destination']['en-us'] = "Send the call to the extension an IVR Menu, Conference Room, or any other number.";
$text['description-destination']['pt-pt'] = "Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.";
$text['description-destination']['fr-fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro.";
$text['label-phone']['en-us'] = 'Phone Number List';
$text['label-phone']['pt-pt'] = 'Lista de Números de Telefone';
$text['label-phone']['en-us'] = "Phone Number List";
$text['label-phone']['pt-pt'] = "Lista de Números de Telefone";
$text['label-phone']['fr-fr'] = "Liste de Numéros de téléphone.";
$text['description-phone']['en-us'] = 'Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name';
$text['description-phone']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato:  123-123-1234 | Sobrenome, Nome';
$text['description-phone']['en-us'] = "Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name";
$text['description-phone']['pt-pt'] = "Opcional, definir uma lista de números de telefone, um por linha no seguinte formato:  123-123-1234 | Sobrenome, Nome";
$text['description-phone']['fr-fr'] = "Optionnel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom";
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['label-description']['fr-fr'] = 'Description';
$text['label-description']['en-us'] = "Description";
$text['label-description']['pt-pt'] = "Descrição";
$text['label-description']['fr-fr'] = "Description";
$text['description-info']['en-us'] = 'Enter the description here.';
$text['description-info']['pt-pt'] = 'Insira aqui a descrição';
$text['description-info']['en-us'] = "Enter the description here.";
$text['description-info']['pt-pt'] = "Insira aqui a descrição";
$text['description-info']['fr-fr'] = "";
$text['button-send']['en-us'] = 'Send Broadcast';
$text['button-send']['pt-pt'] = 'Enviar Broadcast';
$text['button-send']['en-us'] = "Send Broadcast";
$text['button-send']['pt-pt'] = "Enviar Broadcast";
$text['button-send']['fr-fr'] = "Lancer les appels";
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = 'Guardar';
$text['button-save']['fr-fr'] = 'Sauvegarder';
$text['button-save']['en-us'] = "Save";
$text['button-save']['pt-pt'] = "Guardar";
$text['button-save']['fr-fr'] = "Sauvegarder";
//v_call_broadcast_send
$text['label-view-calls']['en-us'] = 'View Calls';
$text['label-view-calls']['pt-pt'] = 'Ver Chamadas';
$text['label-view-calls']['en-us'] = "View Calls";
$text['label-view-calls']['pt-pt'] = "Ver Chamadas";
$text['label-view-calls']['fr-fr'] = "Voir les appels";
$text['label-message']['en-us'] = 'Message';
$text['label-message']['pt-pt'] = 'Mensagem';
$text['label-message']['fr-fr'] = 'Message';
$text['label-message']['en-us'] = "Message";
$text['label-message']['pt-pt'] = "Mensagem";
$text['label-message']['fr-fr'] = "Message";
$text['label-has-been']['en-us'] = 'has been started';
$text['label-has-been']['pt-pt'] = 'foi iniciada';
$text['label-has-been']['fr-fr'] = 'a commencé';
$text['label-has-been']['en-us'] = "has been started";
$text['label-has-been']['pt-pt'] = "foi iniciada";
$text['label-has-been']['fr-fr'] = "a commencé";
?>