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
+215 -215
View File
@@ -1,273 +1,273 @@
<?php
//application details
$apps[$x]['name'] = "Devices";
$apps[$x]['uuid'] = '4efa1a1a-32e7-bf83-534b-6c8299958a8e';
$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'] = 'Devices for provisioning.';
$apps[$x]['description']['es-mx'] = 'Provicionamiento de dispositivos.';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = 'Equipements pour provisioning.';
$apps[$x]['description']['fr-ca'] = 'Dispositifs pour provisionnement.';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Lista de provisionamento de Telefone.';
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['uuid'] = "4efa1a1a-32e7-bf83-534b-6c8299958a8e";
$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'] = "Devices for provisioning.";
$apps[$x]['description']['es-mx'] = "Provicionamiento de dispositivos.";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['fr-fr'] = "Equipements pour provisioning.";
$apps[$x]['description']['fr-ca'] = "Dispositifs pour provisionnement.";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Lista de provisionamento de Telefone.";
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Devices';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Dispositivos';
$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'] = 'Equipements';
$apps[$x]['menu'][0]['title']['fr-ca'] = 'Dispositifs';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Telefones';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = 'f9dce498-b7f9-740f-e592-9e8ff3dac2a0';
$apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/devices/devices.php';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['title']['en-us'] = "Devices";
$apps[$x]['menu'][0]['title']['es-mx'] = "Dispositivos";
$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'] = "Equipements";
$apps[$x]['menu'][0]['title']['fr-ca'] = "Dispositifs";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Telefones";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][0]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'device_view';
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'f9dce498-b7f9-740f-e592-9e8ff3dac2a0';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_add';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_add";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_edit";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "device_delete";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_extension_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_extension_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_extension_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_extension_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_extension_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_extension_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_extension_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_extension_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_add';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_add";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_edit';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_edit";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'device_line_delete';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$apps[$x]['permissions'][$y]['name'] = "device_line_delete";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_devices';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'hardware_device_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_devices";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "hardware_device_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'] = 'device_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'hardware_device_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'] = "device_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "hardware_device_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']['text'] = 'device_mac_address';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_mac_address';
$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'] = "device_mac_address";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_mac_address";
$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'] = 'device_label';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_label';
$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'] = "device_label";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_label";
$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'] = 'device_vendor';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_vendor';
$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'] = "device_vendor";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_vendor";
$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'] = 'device_model';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_model';
$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'] = "device_model";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_model";
$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'] = 'device_firmware_version';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_firmware_version';
$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'] = "device_firmware_version";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_firmware_version";
$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'] = 'device_provision_enable';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_provision_enable';
$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'] = "device_provision_enable";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_provision_enable";
$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'] = 'device_template';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_template';
$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'] = "device_template";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_template";
$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'] = 'device_username';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_username';
$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'] = "device_username";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_username";
$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'] = 'device_password';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_password';
$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'] = "device_password";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_password";
$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'] = 'device_time_zone';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_time_zone';
$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'] = "device_time_zone";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_time_zone";
$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'] = 'device_description';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'phone_description';
$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'] = "device_description";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$y = 1; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_device_extensions';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_extension_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]['table'] = "v_device_extensions";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_extension_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'] = 'device_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_devices';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_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_devices";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'extension_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_extensions';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'extension_uuid';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "extension_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_extensions";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "extension_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'device_line';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_line";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$y = 2; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_device_lines';
$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_device_lines";
$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'] = 'device_line_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'] = "device_line_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'] = 'device_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_devices';
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'device_uuid';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_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_devices";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "device_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'line_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the line number.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "line_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the line number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'server_address';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the sip server address.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "server_address";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the sip server address.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'outbound_proxy';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the outbound proxy.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "outbound_proxy";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the outbound proxy.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'display_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the display name.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "display_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the display name.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the user id.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the user id.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'auth_id';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the auth ID.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "auth_id";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the auth ID.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'password';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the password.';
$apps[$x]['db'][$y]['fields'][$z]['name'] = "password";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the password.";
$z++;
?>
+171 -171
View File
@@ -1,240 +1,240 @@
<?php
//Devices
$text['title-devices']['en-us'] = 'Devices';
$text['title-devices']['pt-pt'] = '';
$text['title-devices']['fr-fr'] = 'Equipements';
$text['title-devices']['en-us'] = "Devices";
$text['title-devices']['pt-pt'] = "";
$text['title-devices']['fr-fr'] = "Equipements";
$text['header-devices']['en-us'] = 'Devices';
$text['header-devices']['pt-pt'] = '';
$text['header-devices']['fr-fr'] = 'Equipements';
$text['header-devices']['en-us'] = "Devices";
$text['header-devices']['pt-pt'] = "";
$text['header-devices']['fr-fr'] = "Equipements";
$text['description-devices']['en-us'] = 'Devices are endpoints that register to one or more extensions. They are added to the list manually or automatically when the device requests the provisioning information over HTTP/HTTPS.';
$text['description-devices']['pt-pt'] = '';
$text['description-devices']['en-us'] = "Devices are endpoints that register to one or more extensions. They are added to the list manually or automatically when the device requests the provisioning information over HTTP/HTTPS.";
$text['description-devices']['pt-pt'] = "";
$text['description-devices']['fr-fr'] = "Ce sont les équipements qui enregistrent une ou plusieures extensions. Elles sont ajoutées manuellement ou automatiquement à la liste quand l'équipement fait une demande de provisioning par HTTP/HTTPS";
$text['header-device']['en-us'] = 'Device';
$text['header-device']['pt-pt'] = '';
$text['header-device']['fr-fr'] = 'Equipement';
$text['header-device']['en-us'] = "Device";
$text['header-device']['pt-pt'] = "";
$text['header-device']['fr-fr'] = "Equipement";
$text['description-device']['en-us'] = 'The following information is used to provision endpoints.';
$text['description-device']['pt-pt'] = '';
$text['description-device']['fr-fr'] = 'Les informations suivantes servent à enregistrer les Equipements.';
$text['description-device']['en-us'] = "The following information is used to provision endpoints.";
$text['description-device']['pt-pt'] = "";
$text['description-device']['fr-fr'] = "Les informations suivantes servent à enregistrer les Equipements.";
$text['label-device_mac_address']['en-us'] = 'MAC Address';
$text['label-device_mac_address']['pt-pt'] = '';
$text['label-device_mac_address']['fr-fr'] = 'Adresse MAC';
$text['label-device_mac_address']['en-us'] = "MAC Address";
$text['label-device_mac_address']['pt-pt'] = "";
$text['label-device_mac_address']['fr-fr'] = "Adresse MAC";
$text['description-device_mac_address']['en-us'] = 'Enter the MAC address.';
$text['description-device_mac_address']['pt-pt'] = '';
$text['description-device_mac_address']['fr-fr'] = '';
$text['description-device_mac_address']['en-us'] = "Enter the MAC address.";
$text['description-device_mac_address']['pt-pt'] = "";
$text['description-device_mac_address']['fr-fr'] = "";
$text['label-extension']['en-us'] = 'Extensions';
$text['label-extension']['pt-pt'] = '';
$text['label-extension']['fr-fr'] = 'Extensions';
$text['label-extension']['en-us'] = "Extensions";
$text['label-extension']['pt-pt'] = "";
$text['label-extension']['fr-fr'] = "Extensions";
$text['description-extension']['en-us'] = 'Assign the extension and line numbers to the device.';
$text['description-extension']['pt-pt'] = '';
$text['description-extension']['en-us'] = "Assign the extension and line numbers to the device.";
$text['description-extension']['pt-pt'] = "";
$text['description-extension']['fr-fr'] = "Assigner l'extension et le nombre de lignes à l'équipement.";
$text['label-device_label']['en-us'] = 'Label';
$text['label-device_label']['pt-pt'] = '';
$text['label-device_label']['fr-fr'] = 'Label';
$text['label-device_label']['en-us'] = "Label";
$text['label-device_label']['pt-pt'] = "";
$text['label-device_label']['fr-fr'] = "Label";
$text['description-device_label']['en-us'] = 'Enter the device label.';
$text['description-device_label']['pt-pt'] = '';
$text['description-device_label']['en-us'] = "Enter the device label.";
$text['description-device_label']['pt-pt'] = "";
$text['description-device_label']['fr-fr'] = "";
$text['label-device_vendor']['en-us'] = 'Vendor';
$text['label-device_vendor']['pt-pt'] = '';
$text['label-device_vendor']['fr-fr'] = 'Fabriquant';
$text['label-device_vendor']['en-us'] = "Vendor";
$text['label-device_vendor']['pt-pt'] = "";
$text['label-device_vendor']['fr-fr'] = "Fabriquant";
$text['description-device_vendor']['en-us'] = 'Enter the venodr name.';
$text['description-device_vendor']['pt-pt'] = '';
$text['description-device_vendor']['en-us'] = "Enter the venodr name.";
$text['description-device_vendor']['pt-pt'] = "";
$text['description-device_vendor']['fr-fr'] = "Entrer le nom du Fabriquant";
$text['label-device_model']['en-us'] = 'Model';
$text['label-device_model']['pt-pt'] = '';
$text['label-device_model']['fr-fr'] = 'Modèle';
$text['label-device_model']['en-us'] = "Model";
$text['label-device_model']['pt-pt'] = "";
$text['label-device_model']['fr-fr'] = "Modèle";
$text['description-device_model']['en-us'] = 'Enter the model name or number.';
$text['description-device_model']['pt-pt'] = '';
$text['description-device_model']['fr-fr'] = 'Entrer le nom ou le numéro du modèle';
$text['description-device_model']['en-us'] = "Enter the model name or number.";
$text['description-device_model']['pt-pt'] = "";
$text['description-device_model']['fr-fr'] = "Entrer le nom ou le numéro du modèle";
$text['label-device_firmware_version']['en-us'] = 'Firmware Version';
$text['label-device_firmware_version']['pt-pt'] = '';
$text['label-device_firmware_version']['fr-fr'] = 'Version Firmware';
$text['label-device_firmware_version']['en-us'] = "Firmware Version";
$text['label-device_firmware_version']['pt-pt'] = "";
$text['label-device_firmware_version']['fr-fr'] = "Version Firmware";
$text['description-device_firmware_version']['en-us'] = 'Enter the firmware version.';
$text['description-device_firmware_version']['pt-pt'] = '';
$text['description-device_firmware_version']['fr-fr'] = 'Entrer la version du firmware.';
$text['description-device_firmware_version']['en-us'] = "Enter the firmware version.";
$text['description-device_firmware_version']['pt-pt'] = "";
$text['description-device_firmware_version']['fr-fr'] = "Entrer la version du firmware.";
$text['label-device_provision_enable']['en-us'] = 'Enabled';
$text['label-device_provision_enable']['pt-pt'] = '';
$text['label-device_provision_enable']['fr-fr'] = 'Actif';
$text['label-device_provision_enable']['en-us'] = "Enabled";
$text['label-device_provision_enable']['pt-pt'] = "";
$text['label-device_provision_enable']['fr-fr'] = "Actif";
$text['description-device_provision_enable']['en-us'] = 'Enable or disable provisioning for this device.';
$text['description-device_provision_enable']['pt-pt'] = '';
$text['description-device_provision_enable']['fr-fr'] = '';
$text['description-device_provision_enable']['en-us'] = "Enable or disable provisioning for this device.";
$text['description-device_provision_enable']['pt-pt'] = "";
$text['description-device_provision_enable']['fr-fr'] = "";
$text['label-device_template']['en-us'] = 'Template';
$text['label-device_template']['pt-pt'] = '';
$text['label-device_template']['fr-fr'] = 'Template';
$text['label-device_template']['en-us'] = "Template";
$text['label-device_template']['pt-pt'] = "";
$text['label-device_template']['fr-fr'] = "Template";
$text['description-device_template']['en-us'] = 'Select a template.';
$text['description-device_template']['pt-pt'] = '';
$text['description-device_template']['fr-fr'] = '';
$text['description-device_template']['en-us'] = "Select a template.";
$text['description-device_template']['pt-pt'] = "";
$text['description-device_template']['fr-fr'] = "";
$text['label-lines']['en-us'] = 'Lines';
$text['label-lines']['pt-pt'] = '';
$text['label-lines']['fr-fr'] = 'Lignes';
$text['label-lines']['en-us'] = "Lines";
$text['label-lines']['pt-pt'] = "";
$text['label-lines']['fr-fr'] = "Lignes";
$text['label-line']['en-us'] = 'Line';
$text['label-line']['pt-pt'] = '';
$text['label-line']['fr-fr'] = 'Ligne';
$text['label-line']['en-us'] = "Line";
$text['label-line']['pt-pt'] = "";
$text['label-line']['fr-fr'] = "Ligne";
$text['label-line_number']['en-us'] = 'Line Number';
$text['label-line_number']['pt-pt'] = '';
$text['label-line_number']['fr-fr'] = 'Nombre de Lignes';
$text['label-line_number']['en-us'] = "Line Number";
$text['label-line_number']['pt-pt'] = "";
$text['label-line_number']['fr-fr'] = "Nombre de Lignes";
$text['description-line_number']['en-us'] = 'Select a line number.';
$text['description-line_number']['pt-pt'] = '';
$text['description-line_number']['en-us'] = "Select a line number.";
$text['description-line_number']['pt-pt'] = "";
$text['description-line_number']['fr-fr'] = "Choisir un numéro de ligne.";
$text['label-server_address']['en-us'] = 'Server Address';
$text['label-server_address']['pt-pt'] = '';
$text['label-server_address']['fr-fr'] = 'Adresse du Serveur';
$text['label-server_address']['en-us'] = "Server Address";
$text['label-server_address']['pt-pt'] = "";
$text['label-server_address']['fr-fr'] = "Adresse du Serveur";
$text['description-server_address']['en-us'] = 'Select a server address.';
$text['description-server_address']['pt-pt'] = '';
$text['description-server_address']['fr-fr'] = '';
$text['description-server_address']['en-us'] = "Select a server address.";
$text['description-server_address']['pt-pt'] = "";
$text['description-server_address']['fr-fr'] = "";
$text['description-server_address']['en-us'] = 'Select a server address.';
$text['description-server_address']['pt-pt'] = '';
$text['description-server_address']['fr-fr'] = '';
$text['description-server_address']['en-us'] = "Select a server address.";
$text['description-server_address']['pt-pt'] = "";
$text['description-server_address']['fr-fr'] = "";
$text['label-outbound_proxy']['en-us'] = 'Outbound Proxy';
$text['label-outbound_proxy']['pt-pt'] = '';
$text['label-outbound_proxy']['fr-fr'] = 'Proxy Sortant';
$text['label-outbound_proxy']['en-us'] = "Outbound Proxy";
$text['label-outbound_proxy']['pt-pt'] = "";
$text['label-outbound_proxy']['fr-fr'] = "Proxy Sortant";
$text['description-outbound_proxy']['en-us'] = 'Enter the outbound proxy.';
$text['description-outbound_proxy']['pt-pt'] = '';
$text['description-outbound_proxy']['fr-fr'] = '';
$text['description-outbound_proxy']['en-us'] = "Enter the outbound proxy.";
$text['description-outbound_proxy']['pt-pt'] = "";
$text['description-outbound_proxy']['fr-fr'] = "";
$text['label-display_name']['en-us'] = 'Display Name';
$text['label-display_name']['pt-pt'] = '';
$text['label-display_name']['fr-fr'] = 'Nom affiché';
$text['label-display_name']['en-us'] = "Display Name";
$text['label-display_name']['pt-pt'] = "";
$text['label-display_name']['fr-fr'] = "Nom affiché";
$text['description-display_name']['en-us'] = 'Enter the display name.';
$text['description-display_name']['pt-pt'] = '';
$text['description-display_name']['fr-fr'] = '';
$text['description-display_name']['en-us'] = "Enter the display name.";
$text['description-display_name']['pt-pt'] = "";
$text['description-display_name']['fr-fr'] = "";
$text['label-user_id']['en-us'] = 'User ID';
$text['label-user_id']['pt-pt'] = '';
$text['label-user_id']['fr-fr'] = 'Usager ID';
$text['label-user_id']['en-us'] = "User ID";
$text['label-user_id']['pt-pt'] = "";
$text['label-user_id']['fr-fr'] = "Usager ID";
$text['description-user_id']['en-us'] = 'Enter the user ID.';
$text['description-user_id']['pt-pt'] = '';
$text['description-user_id']['fr-fr'] = '';
$text['description-user_id']['en-us'] = "Enter the user ID.";
$text['description-user_id']['pt-pt'] = "";
$text['description-user_id']['fr-fr'] = "";
$text['label-auth_id']['en-us'] = 'Auth ID';
$text['label-auth_id']['pt-pt'] = '';
$text['label-auth_id']['fr-fr'] = 'Auth ID';
$text['label-auth_id']['en-us'] = "Auth ID";
$text['label-auth_id']['pt-pt'] = "";
$text['label-auth_id']['fr-fr'] = "Auth ID";
$text['description-auth_id']['en-us'] = 'Enter the auth ID.';
$text['description-auth_id']['pt-pt'] = '';
$text['description-auth_id']['fr-fr'] = '';
$text['description-auth_id']['en-us'] = "Enter the auth ID.";
$text['description-auth_id']['pt-pt'] = "";
$text['description-auth_id']['fr-fr'] = "";
$text['label-password']['en-us'] = 'Password';
$text['label-password']['pt-pt'] = '';
$text['label-password']['fr-fr'] = 'Mot de Passe';
$text['label-password']['en-us'] = "Password";
$text['label-password']['pt-pt'] = "";
$text['label-password']['fr-fr'] = "Mot de Passe";
$text['description-password']['en-us'] = 'Enter the password.';
$text['description-password']['pt-pt'] = '';
$text['description-password']['fr-fr'] = '';
$text['description-password']['en-us'] = "Enter the password.";
$text['description-password']['pt-pt'] = "";
$text['description-password']['fr-fr'] = "";
//$text['label-device_username']['en-us'] = 'Username';
//$text['label-device_username']['pt-pt'] = '';
//$text['label-device_username']['fr-fr'] = '';
//$text['label-device_username']['en-us'] = "Username";
//$text['label-device_username']['pt-pt'] = "";
//$text['label-device_username']['fr-fr'] = "";
//$text['description-device_username']['en-us'] = 'Username';
//$text['description-device_username']['pt-pt'] = '';
//$text['description-device_username']['fr-fr'] = '';
//$text['description-device_username']['en-us'] = "Username";
//$text['description-device_username']['pt-pt'] = "";
//$text['description-device_username']['fr-fr'] = "";
//$text['label-device_password']['en-us'] = 'Password';
//$text['label-device_password']['pt-pt'] = '';
//$text['label-device_password']['fr-fr'] = '';
//$text['label-device_password']['en-us'] = "Password";
//$text['label-device_password']['pt-pt'] = "";
//$text['label-device_password']['fr-fr'] = "";
//$text['description-device_password']['en-us'] = 'Password';
//$text['description-device_password']['pt-pt'] = '';
//$text['description-device_password']['fr-fr'] = '';
//$text['description-device_password']['en-us'] = "Password";
//$text['description-device_password']['pt-pt'] = "";
//$text['description-device_password']['fr-fr'] = "";
$text['label-device_time_zone']['en-us'] = 'Time Zone';
$text['label-device_time_zone']['pt-pt'] = '';
$text['label-device_time_zone']['fr-fr'] = 'Fuseau Horaire';
$text['label-device_time_zone']['en-us'] = "Time Zone";
$text['label-device_time_zone']['pt-pt'] = "";
$text['label-device_time_zone']['fr-fr'] = "Fuseau Horaire";
$text['description-device_time_zone']['en-us'] = 'Enter the time zone.';
$text['description-device_time_zone']['pt-pt'] = '';
$text['description-device_time_zone']['fr-fr'] = '';
$text['description-device_time_zone']['en-us'] = "Enter the time zone.";
$text['description-device_time_zone']['pt-pt'] = "";
$text['description-device_time_zone']['fr-fr'] = "";
$text['label-device_description']['en-us'] = 'Description';
$text['label-device_description']['pt-pt'] = '';
$text['label-device_description']['fr-fr'] = 'Description';
$text['label-device_description']['en-us'] = "Description";
$text['label-device_description']['pt-pt'] = "";
$text['label-device_description']['fr-fr'] = "Description";
$text['description-device_description']['en-us'] = 'Enter the description.';
$text['description-device_description']['pt-pt'] = '';
$text['description-device_description']['fr-fr'] = '';
$text['description-device_description']['en-us'] = "Enter the description.";
$text['description-device_description']['pt-pt'] = "";
$text['description-device_description']['fr-fr'] = "";
$text['label-true']['en-us'] = 'true';
$text['label-true']['pt-pt'] = '';
$text['label-true']['fr-fr'] = 'Oui';
$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['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = '';
$text['button-add']['fr-fr'] = 'Ajouter';
$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']['fr-fr'] = 'Editer';
$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']['fr-fr'] = 'Supprimer';
$text['button-delete']['en-us'] = "Delete";
$text['button-delete']['pt-pt'] = "";
$text['button-delete']['fr-fr'] = "Supprimer";
$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-view']['en-us'] = 'View';
$text['button-view']['pt-pt'] = '';
$text['button-view']['fr-fr'] = 'Voir';
$text['button-view']['en-us'] = "View";
$text['button-view']['pt-pt'] = "";
$text['button-view']['fr-fr'] = "Voir";
$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['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?';
$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?";
$text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['pt-pt'] = '';
$text['message-add']['fr-fr'] = 'Ajout Complet';
$text['message-add']['en-us'] = "Add Completed";
$text['message-add']['pt-pt'] = "";
$text['message-add']['fr-fr'] = "Ajout Complet";
$text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['pt-pt'] = '';
$text['message-update']['fr-fr'] = 'Mise à Jour Complète';
$text['message-update']['en-us'] = "Update Completed";
$text['message-update']['pt-pt'] = "";
$text['message-update']['fr-fr'] = "Mise à Jour Complète";
$text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr-fr'] = 'Suppression Complète';
$text['message-delete']['en-us'] = "Delete Completed";
$text['message-delete']['pt-pt'] = "";
$text['message-delete']['fr-fr'] = "Suppression Complète";
$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: ";
?>