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
+86 -86
View File
@@ -1,111 +1,111 @@
<?php
//application details
$apps[$x]['name'] = 'Call Block';
$apps[$x]['uuid'] = '9ed63276-e085-4897-839c-4f2e36d92d6c';
$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'] = 'A tool to block incoming numbers.';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['name'] = "Call Block";
$apps[$x]['uuid'] = "9ed63276-e085-4897-839c-4f2e36d92d6c";
$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'] = "A tool to block incoming numbers.";
$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'] = "Outil pour bloquer les numéro d'appelant";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = '';
$apps[$x]['description']['pt-br'] = '';
$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 Block';
$apps[$x]['menu'][0]['title']['es-mx'] = '';
$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'] = "Call Block";
$apps[$x]['menu'][0]['title']['es-mx'] = "";
$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'] = "Blocage d'appel";
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$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'] = '29295c90-b1b9-440b-9c7E-c8363c6e8975';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/call_block/call_block.php';
$apps[$x]['menu'][0]['groups'][] = 'user';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$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'] = "";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'call_block_view';
$apps[$x]['permissions'][$y]['menu']['uuid'] = '29295c90-b1b9-440b-9c7E-c8363c6e8975';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "call_block_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_block_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "call_block_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_block_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "call_block_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'call_block_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'user';
$apps[$x]['permissions'][$y]['name'] = "call_block_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_call_block';
$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_block";
$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']['text'] = 'call_block_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'blocked_caller_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']['text'] = "call_block_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_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']['text'] = 'call_block_name';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'blocked_caller_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']['text'] = "call_block_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_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']['text'] = 'call_block_number';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'blocked_caller_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the full phone number.';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_number";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the full phone number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_block_count';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'blocked_call_count';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Number of calls.';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_count";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_count";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Number of calls.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_block_action';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'blocked_call_action';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Action for call.';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_action";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_action";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Action for call.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'date_added';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Date/Time number was added.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "date_added";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Date/Time number was added.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_block_enabled';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'block_call_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enable/disable blocking the call.';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "block_call_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enable/disable blocking the call.";
$z++;
?>
+66 -66
View File
@@ -1,137 +1,137 @@
<?php
// call_block.php
$text['title-call-block']['en-us'] = 'Call Block';
$text['title-call-block']['pt-pt'] = '';
$text['title-call-block']['en-us'] = "Call Block";
$text['title-call-block']['pt-pt'] = "";
$text['title-call-block']['fr-fr'] = "Bloquage d'appel";
$text['description-call-block']['en-us'] = 'A list of numbers from which to block calls.';
$text['description-call-block']['pt-pt'] = '';
$text['description-call-block']['en-us'] = "A list of numbers from which to block calls.";
$text['description-call-block']['pt-pt'] = "";
$text['description-call-block']['fr-fr'] = "Une liste de numéro dont on veut bloquer les appels";
$text['label-number']['en-us'] = 'Number';
$text['label-number']['pt-pt'] = '';
$text['label-number']['en-us'] = "Number";
$text['label-number']['pt-pt'] = "";
$text['label-number']['fr-fr'] = "Numéro";
$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['label-Count']['en-us'] = 'Count';
$text['label-Count']['pt-pt'] = '';
$text['label-Count']['en-us'] = "Count";
$text['label-Count']['pt-pt'] = "";
$text['label-Count']['fr-fr'] = "Décompte";
$text['label-date-added']['en-us'] = 'Date Added';
$text['label-date-added']['pt-pt'] = '';
$text['label-date-added']['en-us'] = "Date Added";
$text['label-date-added']['pt-pt'] = "";
$text['label-date-added']['fr-fr'] = "Date Ajoutée";
$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-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['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['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['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-vous vraiment supprimer cela?";
// call_block_cdr_add.php
$text['label-add-complete']['en-us'] = 'Add Complete';
$text['label-add-complete']['pt-pt'] = '';
$text['label-add-complete']['en-us'] = "Add Complete";
$text['label-add-complete']['pt-pt'] = "";
$text['label-add-complete']['fr-fr'] = "Ajouté";
// call_block_delete.php
$text['label-message']['en-us'] = 'Message';
$text['label-message']['pt-pt'] = '';
$text['label-message']['en-us'] = "Message";
$text['label-message']['pt-pt'] = "";
$text['label-message']['fr-fr'] = "Message";
$text['label-delete-complete']['en-us'] = 'Delete Complete';
$text['label-delete-complete']['pt-pt'] = '';
$text['label-delete-complete']['en-us'] = "Delete Complete";
$text['label-delete-complete']['pt-pt'] = "";
$text['label-delete-complete']['fr-fr'] = "Supprimé";
// call_block_edit.php
$text['label-provide-name']['en-us'] = 'Please provide: Name';
$text['label-provide-name']['pt-pt'] = '';
$text['label-provide-name']['en-us'] = "Please provide: Name";
$text['label-provide-name']['pt-pt'] = "";
$text['label-provide-name']['fr-fr'] = "Merci d'indiquer: Nom";
$text['label-provide-number']['en-us'] = 'Please provide: Number';
$text['label-provide-number']['pt-pt'] = '';
$text['label-provide-number']['en-us'] = "Please provide: Number";
$text['label-provide-number']['pt-pt'] = "";
$text['label-provide-number']['fr-fr'] = "Merci d'indiquer: Numéro";
$text['label-provide-enabled']['en-us'] = 'Please provide: Enabled';
$text['label-provide-enabled']['pt-pt'] = '';
$text['label-provide-enabled']['en-us'] = "Please provide: Enabled";
$text['label-provide-enabled']['pt-pt'] = "";
$text['label-provide-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
$text['label-update-complete']['en-us'] = 'Update Complete';
$text['label-update-complete']['pt-pt'] = '';
$text['label-update-complete']['en-us'] = "Update Complete";
$text['label-update-complete']['pt-pt'] = "";
$text['label-update-complete']['fr-fr'] = "Mis à jour";
$text['label-called-on']['en-us'] = 'Called on';
$text['label-called-on']['pt-pt'] = '';
$text['label-called-on']['en-us'] = "Called on";
$text['label-called-on']['pt-pt'] = "";
$text['label-called-on']['fr-fr'] = "Appelé sur";
$text['label-edit-add']['en-us'] = 'Call Block Add';
$text['label-edit-add']['pt-pt'] = '';
$text['label-edit-add']['en-us'] = "Call Block Add";
$text['label-edit-add']['pt-pt'] = "";
$text['label-edit-add']['fr-fr'] = "Ajouter bloquage d'appel";
$text['label-edit-edit']['en-us'] = 'Call Block Edit';
$text['label-edit-edit']['pt-pt'] = '';
$text['label-edit-edit']['en-us'] = "Call Block Edit";
$text['label-edit-edit']['pt-pt'] = "";
$text['label-edit-edit']['fr-fr'] = "Editer le bloquage d'appel";
$text['label-add-note']['en-us'] = 'Block calls from a number. Either select a number from the list above or enter the number, name and enable below.';
$text['label-add-note']['pt-pt'] = '';
$text['label-add-note']['en-us'] = "Block calls from a number. Either select a number from the list above or enter the number, name and enable below.";
$text['label-add-note']['pt-pt'] = "";
$text['label-add-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Choisissez un numéro dans liste ou entrez un numéro, nom et activer le.";
$text['label-edit-note']['en-us'] = 'Block calls from a number. Edit the name and enable/disable below.';
$text['label-edit-note']['pt-pt'] = '';
$text['label-edit-note']['en-us'] = "Block calls from a number. Edit the name and enable/disable below.";
$text['label-edit-note']['pt-pt'] = "";
$text['label-edit-note']['fr-fr'] = "Bloquer les appels à partir d'un numéro. Editer le nom et activer/désactiver ci-dessous.";
$text['label-exact-number']['en-us'] = 'Enter the exact number.';
$text['label-exact-number']['pt-pt'] = '';
$text['label-exact-number']['en-us'] = "Enter the exact number.";
$text['label-exact-number']['pt-pt'] = "";
$text['label-exact-number']['fr-fr'] = "Entrer le numéro exact.";
$text['label-reject']['en-us'] = 'Reject';
$text['label-reject']['pt-pt'] = '';
$text['label-reject']['en-us'] = "Reject";
$text['label-reject']['pt-pt'] = "";
$text['label-reject']['fr-fr'] = "Rejeter.";
$text['label-busy']['en-us'] = 'Busy';
$text['label-busy']['pt-pt'] = '';
$text['label-busy']['en-us'] = "Busy";
$text['label-busy']['pt-pt'] = "";
$text['label-busy']['fr-fr'] = "Occupé";
$text['label-action-message']['en-us'] = 'Set an action for calls from this number.';
$text['label-action-message']['pt-pt'] = '';
$text['label-action-message']['en-us'] = "Set an action for calls from this number.";
$text['label-action-message']['pt-pt'] = "";
$text['label-action-message']['fr-fr'] = "Choisir une action pour les appels venant de ce numéro.";
$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-enable-message']['en-us'] = 'Set to true to enable call blocking for this number.';
$text['label-enable-message']['pt-pt'] = '';
$text['label-enable-message']['en-us'] = "Set to true to enable call blocking for this number.";
$text['label-enable-message']['pt-pt'] = "";
$text['label-enable-message']['fr-fr'] = "Choisir Oui pour activer le bloquage d'appel. ";
$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'] = "Sauvegarder";
$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";
?>