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
+45 -45
View File
@@ -1,62 +1,62 @@
<?php
//application details
$apps[$x]['name'] = "Inbound Routes";
$apps[$x]['uuid'] = 'c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4';
$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'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.';
$apps[$x]['description']['es-mx'] = 'El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto.';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['uuid'] = "c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$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'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context.";
$apps[$x]['description']['es-mx'] = "El plan de marcado público es usado para dirigir llamadas entrantes a destinos basados en una o más condiciones y contexto.";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "Les dialplans publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieurs conditions et context.";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.';
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.";
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Inbound Routes';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Rutas de entrada';
$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']['en-us'] = "Inbound Routes";
$apps[$x]['menu'][0]['title']['es-mx'] = "Rutas de entrada";
$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'] = "Itinéraire d'entrée";
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Rotas de Entrada';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = 'b64b2bbf-f99b-b568-13dc-32170515a687';
$apps[$x]['menu'][0]['parent_uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Rotas de Entrada";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_view';
$apps[$x]['permissions'][0]['menu']['uuid'] = 'b64b2bbf-f99b-b568-13dc-32170515a687';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_view";
$apps[$x]['permissions'][0]['menu']['uuid'] = "b64b2bbf-f99b-b568-13dc-32170515a687";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_advanced';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_advanced";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'inbound_route_copy';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "inbound_route_copy";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
?>
+88 -88
View File
@@ -1,184 +1,184 @@
<?php
// main
$text['title-dialplan-inbound-add']['en-us'] = 'Inbound Call Routing';
$text['title-dialplan-inbound-add']['pt-pt'] = '';
$text['title-dialplan-inbound-add']['en-us'] = "Inbound Call Routing";
$text['title-dialplan-inbound-add']['pt-pt'] = "";
$text['title-dialplan-inbound-add']['fr-fr'] = "Routage des appels entrant";
$text['description-dialplan-inbound-add']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.';
$text['description-dialplan-inbound-add']['pt-pt'] = '';
$text['description-dialplan-inbound-add']['en-us'] = "The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.";
$text['description-dialplan-inbound-add']['pt-pt'] = "";
$text['description-dialplan-inbound-add']['fr-fr'] = "Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script.";
$text['label-access-denied']['en-us'] = 'access denied';
$text['label-access-denied']['pt-pt'] = '';
$text['label-access-denied']['en-us'] = "access denied";
$text['label-access-denied']['pt-pt'] = "";
$text['label-access-denied']['fr-fr'] = "accès refusé";
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = '';
$text['button-back']['en-us'] = "Back";
$text['button-back']['pt-pt'] = "";
$text['button-back']['fr-fr'] = "Retour";
// basic
$text['button-basic']['en-us'] = 'Basic';
$text['button-basic']['pt-pt'] = '';
$text['button-basic']['en-us'] = "Basic";
$text['button-basic']['pt-pt'] = "";
$text['button-basic']['fr-fr'] = "Basique";
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = '';
$text['label-name']['en-us'] = "Name";
$text['label-name']['pt-pt'] = "";
$text['label-name']['fr-fr'] = "Nom";
$text['description-name']['en-us'] = 'Please enter an inbound route name.';
$text['description-name']['pt-pt'] = '';
$text['description-name']['en-us'] = "Please enter an inbound route name.";
$text['description-name']['pt-pt'] = "";
$text['description-name']['fr-fr'] = "Merci d'entrer le nom d'une route entrante";
$text['label-destination-number']['en-us'] = 'Destination Number';
$text['label-destination-number']['pt-pt'] = '';
$text['label-destination-number']['en-us'] = "Destination Number";
$text['label-destination-number']['pt-pt'] = "";
$text['label-destination-number']['fr-fr'] = "Numéro de Destination";
$text['label-select-inbound-destination-number']['en-us'] = 'Select the inbound destination number.';
$text['label-select-inbound-destination-number']['pt-pt'] = '';
$text['label-select-inbound-destination-number']['en-us'] = "Select the inbound destination number.";
$text['label-select-inbound-destination-number']['pt-pt'] = "";
$text['label-select-inbound-destination-number']['fr-fr'] = "";
$text['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = '';
$text['button-add']['en-us'] = "Add";
$text['button-add']['pt-pt'] = "";
$text['button-add']['fr-fr'] = "Ajouter";
$text['label-action']['en-us'] = 'Action';
$text['label-action']['pt-pt'] = '';
$text['label-action']['en-us'] = "Action";
$text['label-action']['pt-pt'] = "";
$text['label-action']['fr-fr'] = "Action";
$text['label-limit']['en-us'] = 'Limit';
$text['label-limit']['pt-pt'] = '';
$text['label-limit']['en-us'] = "Limit";
$text['label-limit']['pt-pt'] = "";
$text['label-limit']['fr-fr'] = "Limite";
$text['label-order']['en-us'] = 'Order';
$text['label-order']['pt-pt'] = '';
$text['label-order']['en-us'] = "Order";
$text['label-order']['pt-pt'] = "";
$text['label-order']['fr-fr'] = "Ordre";
$text['label-enabled']['en-us'] = 'Enabled';
$text['label-enabled']['pt-pt'] = '';
$text['label-enabled']['en-us'] = "Enabled";
$text['label-enabled']['pt-pt'] = "";
$text['label-enabled']['fr-fr'] = "Actif";
$text['label-true']['en-us'] = 'True';
$text['label-true']['pt-pt'] = '';
$text['label-true']['en-us'] = "True";
$text['label-true']['pt-pt'] = "";
$text['label-true']['fr-fr'] = "Oui";
$text['label-false']['en-us'] = 'False';
$text['label-false']['pt-pt'] = '';
$text['label-false']['en-us'] = "False";
$text['label-false']['pt-pt'] = "";
$text['label-false']['fr-fr'] = "Non";
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = '';
$text['label-description']['en-us'] = "Description";
$text['label-description']['pt-pt'] = "";
$text['label-description']['fr-fr'] = "Description";
// advanced
$text['button-advanced']['en-us'] = 'Advanced';
$text['button-advanced']['pt-pt'] = '';
$text['button-advanced']['en-us'] = "Advanced";
$text['button-advanced']['pt-pt'] = "";
$text['button-advanced']['fr-fr'] = "Avancé";
$text['label-condition_1']['en-us'] = 'Condition 1';
$text['label-condition_1']['pt-pt'] = '';
$text['label-condition_1']['en-us'] = "Condition 1";
$text['label-condition_1']['pt-pt'] = "";
$text['label-condition_1']['fr-fr'] = "Condition 1";
$text['label-condition_2']['en-us'] = 'Condition 2';
$text['label-condition_2']['pt-pt'] = '';
$text['label-condition_2']['en-us'] = "Condition 2";
$text['label-condition_2']['pt-pt'] = "";
$text['label-condition_2']['fr-fr'] = "Condition 2";
$text['label-action_1']['en-us'] = 'Action 1';
$text['label-action_1']['pt-pt'] = '';
$text['label-action_1']['en-us'] = "Action 1";
$text['label-action_1']['pt-pt'] = "";
$text['label-action_1']['fr-fr'] = "Action 1";
$text['label-action_2']['en-us'] = 'Action 2';
$text['label-action_2']['pt-pt'] = '';
$text['label-action_2']['en-us'] = "Action 2";
$text['label-action_2']['pt-pt'] = "";
$text['label-action_2']['fr-fr'] = "Action 2";
$text['label-field']['en-us'] = 'Field';
$text['label-field']['pt-pt'] = '';
$text['label-field']['en-us'] = "Field";
$text['label-field']['pt-pt'] = "";
$text['label-field']['fr-fr'] = "Champs";
$text['label-expression']['en-us'] = 'Expression';
$text['label-expression']['pt-pt'] = '';
$text['label-expression']['en-us'] = "Expression";
$text['label-expression']['pt-pt'] = "";
$text['label-expression']['fr-fr'] = "Expression";
$text['option-context']['en-us'] = 'Context';
$text['option-context']['pt-pt'] = '';
$text['option-context']['en-us'] = "Context";
$text['option-context']['pt-pt'] = "";
$text['option-context']['fr-fr'] = "Contexte";
$text['option-username']['en-us'] = 'Username';
$text['option-username']['pt-pt'] = '';
$text['option-username']['en-us'] = "Username";
$text['option-username']['pt-pt'] = "";
$text['option-username']['fr-fr'] = "Utilisateur";
$text['option-rdnis']['en-us'] = 'RDNIS';
$text['option-rdnis']['pt-pt'] = '';
$text['option-rdnis']['en-us'] = "RDNIS";
$text['option-rdnis']['pt-pt'] = "";
$text['option-rdnis']['fr-fr'] = "RDNIS";
$text['option-destination_number']['en-us'] = 'Destination Number';
$text['option-destination_number']['pt-pt'] = '';
$text['option-destination_number']['en-us'] = "Destination Number";
$text['option-destination_number']['pt-pt'] = "";
$text['option-destination_number']['fr-fr'] = "Numéro de Destination";
$text['option-public']['en-us'] = 'Public';
$text['option-public']['pt-pt'] = '';
$text['option-public']['en-us'] = "Public";
$text['option-public']['pt-pt'] = "";
$text['option-public']['fr-fr'] = "";
$text['option-caller_id_name']['en-us'] = 'Caller ID Name';
$text['option-caller_id_name']['pt-pt'] = '';
$text['option-caller_id_name']['en-us'] = "Caller ID Name";
$text['option-caller_id_name']['pt-pt'] = "";
$text['option-caller_id_name']['fr-fr'] = "Nom d'appelant";
$text['option-caller_id_number']['en-us'] = 'Caller ID Number';
$text['option-caller_id_number']['pt-pt'] = '';
$text['option-caller_id_number']['en-us'] = "Caller ID Number";
$text['option-caller_id_number']['pt-pt'] = "";
$text['option-caller_id_number']['fr-fr'] = "Numéro d'appelant";
$text['option-ani']['en-us'] = 'ANI';
$text['option-ani']['pt-pt'] = '';
$text['option-ani']['en-us'] = "ANI";
$text['option-ani']['pt-pt'] = "";
$text['option-ani']['fr-fr'] = "ANI";
$text['option-ani2']['en-us'] = 'ANI2';
$text['option-ani2']['pt-pt'] = '';
$text['option-ani2']['en-us'] = "ANI2";
$text['option-ani2']['pt-pt'] = "";
$text['option-ani2']['fr-fr'] = "ANI2";
$text['option-uuid']['en-us'] = 'UUID';
$text['option-uuid']['pt-pt'] = '';
$text['option-uuid']['en-us'] = "UUID";
$text['option-uuid']['pt-pt'] = "";
$text['option-uuid']['fr-fr'] = "UUID";
$text['option-source']['en-us'] = 'Source';
$text['option-source']['pt-pt'] = '';
$text['option-source']['en-us'] = "Source";
$text['option-source']['pt-pt'] = "";
$text['option-source']['fr-fr'] = "Source";
$text['option-chan_name']['en-us'] = 'Channel Name';
$text['option-chan_name']['pt-pt'] = '';
$text['option-chan_name']['en-us'] = "Channel Name";
$text['option-chan_name']['pt-pt'] = "";
$text['option-chan_name']['fr-fr'] = "Nom de canal";
$text['option-network_addr']['en-us'] = 'Network Address';
$text['option-network_addr']['pt-pt'] = '';
$text['option-network_addr']['en-us'] = "Network Address";
$text['option-network_addr']['pt-pt'] = "";
$text['option-network_addr']['fr-fr'] = "Adresse Réseau";
// general
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = '';
$text['button-save']['en-us'] = "Save";
$text['button-save']['pt-pt'] = "";
$text['button-save']['fr-fr'] = "Sauvegarde";
$text['label-required-domain_uuid']['en-us'] = 'Please provide: domain_uuid';
$text['label-required-domain_uuid']['pt-pt'] = '';
$text['label-required-domain_uuid']['en-us'] = "Please provide: domain_uuid";
$text['label-required-domain_uuid']['pt-pt'] = "";
$text['label-required-domain_uuid']['fr-fr'] = "Merci d'indiquer: domain_uuid";
$text['label-required-dialplan_name']['en-us'] = 'Please provide: Extension Name';
$text['label-required-dialplan_name']['pt-pt'] = '';
$text['label-required-dialplan_name']['en-us'] = "Please provide: Extension Name";
$text['label-required-dialplan_name']['pt-pt'] = "";
$text['label-required-dialplan_name']['fr-fr'] = "Merci d'indiquer: Nom d'extension";
$text['label-required-condition_field_1']['en-us'] = 'Please provide: Condition Field';
$text['label-required-condition_field_1']['pt-pt'] = '';
$text['label-required-condition_field_1']['en-us'] = "Please provide: Condition Field";
$text['label-required-condition_field_1']['pt-pt'] = "";
$text['label-required-condition_field_1']['fr-fr'] = "Merci d'indiquer: Champs Condition";
$text['label-required-condition_expression_1']['en-us'] = 'Please provide: Condition Expression';
$text['label-required-condition_expression_1']['pt-pt'] = '';
$text['label-required-condition_expression_1']['en-us'] = "Please provide: Condition Expression";
$text['label-required-condition_expression_1']['pt-pt'] = "";
$text['label-required-condition_expression_1']['fr-fr'] = "Merci d'indiquer: Expression Condition";
$text['label-required-action_application_1']['en-us'] = 'Please provide: Action Application';
$text['label-required-action_application_1']['pt-pt'] = '';
$text['label-required-action_application_1']['en-us'] = "Please provide: Action Application";
$text['label-required-action_application_1']['pt-pt'] = "";
$text['label-required-action_application_1']['fr-fr'] = "Merci d'indiquer: Application Action";
$text['confirm-update-complete']['en-us'] = 'Update Complete';
$text['confirm-update-complete']['pt-pt'] = '';
$text['confirm-update-complete']['en-us'] = "Update Complete";
$text['confirm-update-complete']['pt-pt'] = "";
$text['confirm-update-complete']['fr-fr'] = "Mis à jour";
?>