changed single quote to double quotes everywhere
This commit is contained in:
+80
-80
@@ -1,105 +1,105 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = "Modules";
|
||||
$apps[$x]['uuid'] = '5eb9cba1-8cb6-5d21-e36a-775475f16b5e';
|
||||
$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'] = 'Modules extend the features of the system. Use this page to enable or disable modules.';
|
||||
$apps[$x]['description']['es-mx'] = '';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['uuid'] = "5eb9cba1-8cb6-5d21-e36a-775475f16b5e";
|
||||
$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'] = "Modules extend the features of the system. Use this page to enable or disable modules.";
|
||||
$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'] = "Les Modules augmentent les fonctionnalitées du système. Ici il est possible de les activer et de les désactiver.";
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Módulos estendem as funcionalidades do sistema. Utilize esta página para ativar ou desativar módulos.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Módulos estendem as funcionalidades do sistema. Utilize esta página para ativar ou desativar módulos.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Modules';
|
||||
$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'] = 'Modules';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Modulos';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = '49fdb4e1-5417-0e7a-84b3-eb77f5263ea7';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/modules/modules.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Modules";
|
||||
$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'] = "Modules";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Modulos";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/modules/modules.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = 'module_view';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][0]['name'] = "module_view";
|
||||
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['permissions'][1]['name'] = 'module_add';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][1]['name'] = "module_add";
|
||||
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['permissions'][2]['name'] = 'module_edit';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][2]['name'] = "module_edit";
|
||||
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['permissions'][3]['name'] = 'module_delete';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][3]['name'] = "module_delete";
|
||||
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_modules';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'module_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_modules";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "module_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'] = 'module_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'] = "module_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'] = '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']['text'] = 'module_label';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulelabel';
|
||||
$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'] = "module_label";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "modulelabel";
|
||||
$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'] = 'module_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulename';
|
||||
$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'] = "module_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "modulename";
|
||||
$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'] = 'module_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'modulecat';
|
||||
$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'] = "module_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "modulecat";
|
||||
$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'] = 'module_enabled';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduleenabled';
|
||||
$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'] = "module_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "moduleenabled";
|
||||
$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'] = 'module_default_enabled';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduledefaultenabled';
|
||||
$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'] = "module_default_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "moduledefaultenabled";
|
||||
$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'] = 'module_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'moduledesc';
|
||||
$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'] = "module_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "moduledesc";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
|
||||
@@ -2,80 +2,80 @@
|
||||
|
||||
//Modules
|
||||
|
||||
$text['title-modules']['en-us'] = 'Modules';
|
||||
$text['title-modules']['fr-fr'] = 'Modules';
|
||||
$text['title-module_add']['en-us'] = 'Module Add';
|
||||
$text['title-module_add']['fr-fr'] = 'Ajouter un Module';
|
||||
$text['title-module_edit']['en-us'] = 'Module Edit';
|
||||
$text['title-module_edit']['fr-fr'] = 'Editer le Module';
|
||||
$text['title-modules']['en-us'] = "Modules";
|
||||
$text['title-modules']['fr-fr'] = "Modules";
|
||||
$text['title-module_add']['en-us'] = "Module Add";
|
||||
$text['title-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['title-module_edit']['en-us'] = "Module Edit";
|
||||
$text['title-module_edit']['fr-fr'] = "Editer le Module";
|
||||
|
||||
$text['header-modules']['en-us'] = 'Modules';
|
||||
$text['header-modules']['fr-fr'] = 'Modules';
|
||||
$text['header-module_add']['en-us'] = 'Module Add';
|
||||
$text['header-module_add']['fr-fr'] = 'Ajouter un Module';
|
||||
$text['header-module_edit']['en-us'] = 'Module Edit';
|
||||
$text['header-module_edit']['fr-fr'] = 'Editer le Module';
|
||||
$text['header-modules']['en-us'] = "Modules";
|
||||
$text['header-modules']['fr-fr'] = "Modules";
|
||||
$text['header-module_add']['en-us'] = "Module Add";
|
||||
$text['header-module_add']['fr-fr'] = "Ajouter un Module";
|
||||
$text['header-module_edit']['en-us'] = "Module Edit";
|
||||
$text['header-module_edit']['fr-fr'] = "Editer le Module";
|
||||
|
||||
$text['description-modules']['en-us'] = 'Modules extend the features of the system. Use this page to enable or disable modules.';
|
||||
$text['description-modules']['en-us'] = "Modules extend the features of the system. Use this page to enable or disable modules.";
|
||||
$text['description-modules']['fr-fr'] = "Les modules augmentent les fonctionnalités du système. Cette page permet de les activer ou les désactiver.";
|
||||
|
||||
$text['label-label']['en-us'] = 'Label';
|
||||
$text['label-label']['fr-fr'] = 'Label';
|
||||
$text['label-module_name']['en-us'] = 'Module Name';
|
||||
$text['label-module_name']['fr-fr'] = 'Nom du Module';
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-module_category']['en-us'] = 'Module Category';
|
||||
$text['label-module_category']['fr-fr'] = 'Catégorie du Module';
|
||||
$text['label-status']['en-us'] = 'Status';
|
||||
$text['label-status']['fr-fr'] = 'Statut';
|
||||
$text['label-action']['en-us'] = 'Action';
|
||||
$text['label-action']['fr-fr'] = 'Action';
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['fr-fr'] = 'Actif';
|
||||
$text['label-default_enabled']['en-us'] = 'Default Enabled';
|
||||
$text['label-default_enabled']['fr-fr'] = 'Activé par Défaut';
|
||||
$text['label-stopped']['en-us'] = 'Stopped';
|
||||
$text['label-stopped']['fr-fr'] = 'Arrété';
|
||||
$text['label-running']['en-us'] = 'Running';
|
||||
$text['label-running']['fr-fr'] = 'Actif';
|
||||
$text['label-start']['en-us'] = 'Start';
|
||||
$text['label-start']['fr-fr'] = 'Démarrer';
|
||||
$text['label-stop']['en-us'] = 'Stop';
|
||||
$text['label-stop']['fr-fr'] = 'Stop';
|
||||
$text['label-unload_module']['en-us'] = 'Unload Module';
|
||||
$text['label-unload_module']['fr-fr'] = 'Décharger le Module';
|
||||
$text['label-load_module']['en-us'] = 'Load Module';
|
||||
$text['label-load_module']['fr-fr'] = 'charger le Module';
|
||||
$text['label-message']['en-us'] = 'Message';
|
||||
$text['label-message']['fr-fr'] = 'Message';
|
||||
$text['label-label']['en-us'] = "Label";
|
||||
$text['label-label']['fr-fr'] = "Label";
|
||||
$text['label-module_name']['en-us'] = "Module Name";
|
||||
$text['label-module_name']['fr-fr'] = "Nom du Module";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-module_category']['en-us'] = "Module Category";
|
||||
$text['label-module_category']['fr-fr'] = "Catégorie du Module";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
$text['label-default_enabled']['en-us'] = "Default Enabled";
|
||||
$text['label-default_enabled']['fr-fr'] = "Activé par Défaut";
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['fr-fr'] = "Arrété";
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['fr-fr'] = "Actif";
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['fr-fr'] = "Démarrer";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['fr-fr'] = "Stop";
|
||||
$text['label-unload_module']['en-us'] = "Unload Module";
|
||||
$text['label-unload_module']['fr-fr'] = "Décharger le Module";
|
||||
$text['label-load_module']['en-us'] = "Load Module";
|
||||
$text['label-load_module']['fr-fr'] = "charger le Module";
|
||||
$text['label-message']['en-us'] = "Message";
|
||||
$text['label-message']['fr-fr'] = "Message";
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-true']['fr-fr'] = 'Oui';
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
$text['option-false']['fr-fr'] = 'Non';
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user