changed single quote to double quotes everywhere

This commit is contained in:
Nuno Miguel Reis
2013-10-01 11:35:07 +00:00
parent efb7a01783
commit 184ec05020
100 changed files with 10551 additions and 10551 deletions

View File

@@ -1,138 +1,138 @@
<?php
//application details
$apps[$x]['name'] = 'Call Flows';
$apps[$x]['uuid'] = 'b1b70f85-6b42-429b-8c5a-60c8b02b7d14';
$apps[$x]['category'] = '';
$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'] = '';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = '';
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = '';
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['name'] = "Call Flows";
$apps[$x]['uuid'] = "b1b70f85-6b42-429b-8c5a-60c8b02b7d14";
$apps[$x]['category'] = "";
$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'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Call Flows";
$apps[$x]['menu'][0]['title']['es-mx'] = "Flujo de Llamada";
$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'] = "cinématiques d'Appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Circulation d'Appel";
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = '';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = 'b0939384-7055-44e8-8b4c-9f72293e1878';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/call_flows/call_flows.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'call_flow_view';
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'b0939384-7055-44e8-8b4c-9f72293e1878';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "call_flow_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_flow_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "call_flow_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_flow_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "call_flow_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_flow_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "call_flow_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_call_flows';
$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]['table'] = "v_call_flows";
$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";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_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]['name'] = "call_flow_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";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_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]['description']['en'] = '';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_dialplans';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'dialplan_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_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]['description']['en'] = "";
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_dialplans";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "dialplan_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the name.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_extension';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the extension number.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_extension";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the extension number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_feature_code';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the feature code.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_feature_code";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the feature code.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_context';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the context.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_context";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the context.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_status';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Select the status.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_status";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the status.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_pin_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the PIN number.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_pin_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the PIN number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_label';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the label.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the label.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_app';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the application.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the application data.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_label';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alternate label.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_anti_label";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate label.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_app';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alternate application.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_anti_app";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate application.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_anti_data';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the alernate application data.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_anti_data";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alernate application data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_flow_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the description.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description.";
$z++;
?>

View File

@@ -1,178 +1,178 @@
<?php
//Call Flows
$text['title-call_flows']['en-us'] = 'Call Flows';
$text['title-call_flows']['pt-pt'] = '';
$text['title-call_flows']['en-us'] = "Call Flows";
$text['title-call_flows']['pt-pt'] = "";
$text['title-call_flows']['fr-fr'] = "Flux d'appel";
$text['header-call_flows']['en-us'] = 'Call Flows';
$text['header-call_flows']['pt-pt'] = '';
$text['header-call_flows']['en-us'] = "Call Flows";
$text['header-call_flows']['pt-pt'] = "";
$text['header-call_flows']['fr-fr'] = "Flux d'appel";
$text['description-call_flows']['en-us'] = 'Direct calls between two destinations by calling a feature code.';
$text['description-call_flows']['pt-pt'] = '';
$text['description-call_flows']['en-us'] = "Direct calls between two destinations by calling a feature code.";
$text['description-call_flows']['pt-pt'] = "";
$text['description-call_flows']['fr-fr'] = "Appels directs entre deux destionation en appelant une fonction via un code. ";
$text['title-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['title-call_flow-edit']['pt-pt'] = '';
$text['title-call_flow-edit']['en-us'] = "Call Flow Edit";
$text['title-call_flow-edit']['pt-pt'] = "";
$text['title-call_flow-edit']['fr-fr'] = "Editer le flux";
$text['header-call_flow-edit']['en-us'] = 'Call Flow Edit';
$text['header-call_flow-edit']['pt-pt'] = '';
$text['header-call_flow-edit']['en-us'] = "Call Flow Edit";
$text['header-call_flow-edit']['pt-pt'] = "";
$text['header-call_flow-edit']['fr-fr'] = "Editer le flux";
$text['title-call_flow-add']['en-us'] = 'Call Flow Add';
$text['title-call_flow-add']['pt-pt'] = '';
$text['title-call_flow-add']['en-us'] = "Call Flow Add";
$text['title-call_flow-add']['pt-pt'] = "";
$text['title-call_flow-add']['fr-fr'] = "Ajouter un flux";
$text['header-call_flow-add']['en-us'] = 'Call Flow Add';
$text['header-call_flow-add']['pt-pt'] = '';
$text['header-call_flow-add']['en-us'] = "Call Flow Add";
$text['header-call_flow-add']['pt-pt'] = "";
$text['header-call_flow-add']['fr-fr'] = "Ajouter un flux";
//------
$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'] = 'Enter the name.';
$text['description-name']['pt-pt'] = '';
$text['description-name']['en-us'] = "Enter the name.";
$text['description-name']['pt-pt'] = "";
$text['description-name']['fr-fr'] = "";
$text['label-extension']['en-us'] = 'Extension';
$text['label-extension']['pt-pt'] = '';
$text['label-extension']['en-us'] = "Extension";
$text['label-extension']['pt-pt'] = "";
$text['label-extension']['fr-fr'] = "Extension";
$text['description-extension']['en-us'] = 'Enter the extension number.';
$text['description-extension']['pt-pt'] = '';
$text['description-extension']['en-us'] = "Enter the extension number.";
$text['description-extension']['pt-pt'] = "";
$text['description-extension']['fr-fr'] = "";
$text['label-feature_code']['en-us'] = 'Feature Code';
$text['label-feature_code']['pt-pt'] = '';
$text['label-feature_code']['en-us'] = "Feature Code";
$text['label-feature_code']['pt-pt'] = "";
$text['label-feature_code']['fr-fr'] = "Code Fonction";
$text['description-feature_code']['en-us'] = 'Enter the feature code.';
$text['description-feature_code']['pt-pt'] = '';
$text['description-feature_code']['en-us'] = "Enter the feature code.";
$text['description-feature_code']['pt-pt'] = "";
$text['description-feature_code']['fr-fr'] = "";
$text['label-context']['en-us'] = 'Context';
$text['label-context']['pt-pt'] = '';
$text['label-context']['en-us'] = "Context";
$text['label-context']['pt-pt'] = "";
$text['label-context']['fr-fr'] = "Contexte";
$text['description-context']['en-us'] = 'Enter the context.';
$text['description-context']['pt-pt'] = '';
$text['description-context']['en-us'] = "Enter the context.";
$text['description-context']['pt-pt'] = "";
$text['description-context']['fr-fr'] = "";
$text['label-status']['en-us'] = 'Status';
$text['label-status']['pt-pt'] = '';
$text['label-status']['en-us'] = "Status";
$text['label-status']['pt-pt'] = "";
$text['label-status']['fr-fr'] = "Etat";
$text['description-status']['en-us'] = 'Select the status.';
$text['description-status']['pt-pt'] = '';
$text['description-status']['en-us'] = "Select the status.";
$text['description-status']['pt-pt'] = "";
$text['description-status']['fr-fr'] = "";
$text['label-pin_number']['en-us'] = 'PIN Number';
$text['label-pin_number']['pt-pt'] = '';
$text['label-pin_number']['en-us'] = "PIN Number";
$text['label-pin_number']['pt-pt'] = "";
$text['label-pin_number']['fr-fr'] = "Code PIN";
$text['description-pin_number']['en-us'] = 'Enter the pin number.';
$text['description-pin_number']['pt-pt'] = '';
$text['description-pin_number']['en-us'] = "Enter the pin number.";
$text['description-pin_number']['pt-pt'] = "";
$text['description-pin_number']['fr-fr'] = "";
$text['label-destination_label']['en-us'] = 'Destination Label';
$text['label-destination_label']['pt-pt'] = '';
$text['label-destination_label']['en-us'] = "Destination Label";
$text['label-destination_label']['pt-pt'] = "";
$text['label-destination_label']['fr-fr'] = "Label de la destination";
$text['description-destination_label']['en-us'] = 'Enter the destination label.';
$text['description-destination_label']['pt-pt'] = '';
$text['description-destination_label']['en-us'] = "Enter the destination label.";
$text['description-destination_label']['pt-pt'] = "";
$text['description-destination_label']['fr-fr'] = "";
$text['label-destination']['en-us'] = 'Destination';
$text['label-destination']['pt-pt'] = '';
$text['label-destination']['en-us'] = "Destination";
$text['label-destination']['pt-pt'] = "";
$text['label-destination']['fr-fr'] = "Destination";
$text['description-destination']['en-us'] = 'Select the destination.';
$text['description-destination']['pt-pt'] = '';
$text['description-destination']['en-us'] = "Select the destination.";
$text['description-destination']['pt-pt'] = "";
$text['description-destination']['fr-fr'] = "";
$text['label-alternate_label']['en-us'] = 'Alternate Label';
$text['label-alternate_label']['pt-pt'] = '';
$text['label-alternate_label']['en-us'] = "Alternate Label";
$text['label-alternate_label']['pt-pt'] = "";
$text['label-alternate_label']['fr-fr'] = "Label alternatif";
$text['description-alternate_label']['en-us'] = 'Enter the alternate destination label.';
$text['description-alternate_label']['pt-pt'] = '';
$text['description-alternate_label']['en-us'] = "Enter the alternate destination label.";
$text['description-alternate_label']['pt-pt'] = "";
$text['description-alternate_label']['fr-fr'] = "";
$text['label-alternate_destination']['en-us'] = 'Alternate Destination';
$text['label-alternate_destination']['pt-pt'] = '';
$text['label-alternate_destination']['en-us'] = "Alternate Destination";
$text['label-alternate_destination']['pt-pt'] = "";
$text['label-alternate_destination']['fr-fr'] = "Destination alternative";
$text['description-alternate_destination']['en-us'] = 'Select the alternate destination.';
$text['description-alternate_destination']['pt-pt'] = '';
$text['description-alternate_destination']['en-us'] = "Select the alternate destination.";
$text['description-alternate_destination']['pt-pt'] = "";
$text['description-alternate_destination']['fr-fr'] = "";
$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";
$text['description-description']['en-us'] = 'Enter a description, if desired.';
$text['description-description']['pt-pt'] = '';
$text['description-description']['en-us'] = "Enter a description, if desired.";
$text['description-description']['pt-pt'] = "";
$text['description-description']['fr-fr'] = "";
$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'] = 'falso';
$text['label-false']['fr-fr'] = 'Non';
$text['label-false']['en-us'] = "False";
$text['label-false']['pt-pt'] = "falso";
$text['label-false']['fr-fr'] = "Non";
$text['label-none']['en-us'] = 'None';
$text['label-none']['pt-pt'] = '';
$text['label-none']['en-us'] = "None";
$text['label-none']['pt-pt'] = "";
$text['label-none']['fr-fr'] = "Aucun";
$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['button-edit']['en-us'] = 'Edit';
$text['button-edit']['pt-pt'] = '';
$text['button-edit']['en-us'] = "Edit";
$text['button-edit']['pt-pt'] = "";
$text['button-edit']['fr-fr'] = "Editer";
$text['button-delete']['en-us'] = 'Delete';
$text['button-delete']['pt-pt'] = '';
$text['button-delete']['en-us'] = "Delete";
$text['button-delete']['pt-pt'] = "";
$text['button-delete']['fr-fr'] = "Supprimer";
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete']['pt-pt'] = '';
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
$text['confirm-delete']['pt-pt'] = "";
$text['confirm-delete']['fr-fr'] = "Voulez-vour vraiment supprimer cela?";
$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";
$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['message-message']['en-us'] = 'Message';
$text['message-message']['pt-pt'] = '';
$text['message-message']['en-us'] = "Message";
$text['message-message']['pt-pt'] = "";
$text['message-message']['fr-fr'] = "Message";
$text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['pt-pt'] = '';
$text['message-add']['en-us'] = "Add Completed";
$text['message-add']['pt-pt'] = "";
$text['message-add']['fr-fr'] = "Ajouté";
$text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['pt-pt'] = '';
$text['message-update']['en-us'] = "Update Completed";
$text['message-update']['pt-pt'] = "";
$text['message-update']['fr-fr'] = "Mis à jour";
$text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['pt-pt'] = '';
$text['message-delete']['en-us'] = "Delete Completed";
$text['message-delete']['pt-pt'] = "";
$text['message-delete']['fr-fr'] = "Supprimé";
$text['message-required']['en-us'] = 'Please provide: ';
$text['message-required']['pt-pt'] = '';
$text['message-required']['en-us'] = "Please provide: ";
$text['message-required']['pt-pt'] = "";
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
?>