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,93 +1,93 @@
<?php
//application details
$apps[$x]['name'] = "System";
$apps[$x]['uuid'] = 'b7ef56fd-57c5-d4e8-bb4b-7887eede2e78';
$apps[$x]['category'] = 'System';
$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'] = 'Displays information for CPU, HDD, RAM and more.';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['uuid'] = "b7ef56fd-57c5-d4e8-bb4b-7887eede2e78";
$apps[$x]['category'] = "System";
$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'] = "Displays information for CPU, HDD, RAM and more.";
$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'] = "Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Exibe informações do CPU, disco rígido, memória RAM e muito mais.';
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Exibe informações do CPU, disco rígido, memória RAM e muito mais.";
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'System Status';
$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'] = 'Etat Système';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Sistema';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = '5243e0d2-0e8b-277a-912e-9d8b5fcdb41d';
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/system/system.php';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['title']['en-us'] = "System Status";
$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'] = "Etat Système";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Estado do Sistema";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "5243e0d2-0e8b-277a-912e-9d8b5fcdb41d";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/system/system.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'system_view_info';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "system_view_info";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'system_view_cpu';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "system_view_cpu";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'system_view_hdd';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "system_view_hdd";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'system_view_ram';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "system_view_ram";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'system_view_backup';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "system_view_backup";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'software_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "software_view";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'software_add';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "software_add";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'software_edit';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "software_edit";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = 'software_delete';
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['name'] = "software_delete";
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//schema details
$y = 0; //table array index
$z = 0; //field array index
$apps[$x]['db'][$y]['table'] = 'v_software';
$apps[$x]['db'][$y]['fields'][$z]['name'] = '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_software";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "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'] = 'software_name';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwarename';
$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'] = "software_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwarename";
$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'] = 'software_url';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwareurl';
$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'] = "software_url";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwareurl";
$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'] = 'software_version';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'softwareversion';
$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'] = "software_version";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "softwareversion";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>

View File

@@ -26,26 +26,26 @@
Philippe Rioual <bhouba@gmail.com>
*/
$text['title-sys-info']['en-us'] = 'System Information';
$text['title-sys-info']['fr-fr'] = 'Info Système';
$text['label-os']['en-us'] = 'Operating System:';
$text['label-os']['fr-fr'] = 'Operating System:';
$text['title-mem']['en-us'] = 'Memory Information';
$text['title-mem']['fr-fr'] = 'Information Mémoire';
$text['label-mem']['en-us'] = 'Memory Status:';
$text['label-mem']['fr-fr'] = 'Statut Mémoire:';
$text['title-cpu']['en-us'] = 'CPU Information';
$text['title-cpu']['fr-fr'] = 'Info CPU';
$text['label-cpu']['en-us'] = 'CPU Status:';
$text['label-cpu']['fr-fr'] = 'CPU Statut:';
$text['title-drive']['en-us'] = 'Drive Information';
$text['title-drive']['fr-fr'] = 'Info Disque';
$text['label-drive']['en-us'] = 'Drive Space:';
$text['label-drive']['fr-fr'] = 'Espace Disque:';
$text['label-drive-capacity']['en-us'] = 'Capacity:';
$text['label-drive-capacity']['fr-fr'] = 'Capacité:';
$text['label-drive-free']['en-us'] = 'Free Space:';
$text['label-drive-free']['fr-fr'] = 'Espace Libre:';
$text['label-drive-percent']['en-us'] = 'Percent Free:';
$text['label-drive-percent']['fr-fr'] = 'Pourcent Libre:';
$text['title-sys-info']['en-us'] = "System Information";
$text['title-sys-info']['fr-fr'] = "Info Système";
$text['label-os']['en-us'] = "Operating System:";
$text['label-os']['fr-fr'] = "Operating System:";
$text['title-mem']['en-us'] = "Memory Information";
$text['title-mem']['fr-fr'] = "Information Mémoire";
$text['label-mem']['en-us'] = "Memory Status:";
$text['label-mem']['fr-fr'] = "Statut Mémoire:";
$text['title-cpu']['en-us'] = "CPU Information";
$text['title-cpu']['fr-fr'] = "Info CPU";
$text['label-cpu']['en-us'] = "CPU Status:";
$text['label-cpu']['fr-fr'] = "CPU Statut:";
$text['title-drive']['en-us'] = "Drive Information";
$text['title-drive']['fr-fr'] = "Info Disque";
$text['label-drive']['en-us'] = "Drive Space:";
$text['label-drive']['fr-fr'] = "Espace Disque:";
$text['label-drive-capacity']['en-us'] = "Capacity:";
$text['label-drive-capacity']['fr-fr'] = "Capacité:";
$text['label-drive-free']['en-us'] = "Free Space:";
$text['label-drive-free']['fr-fr'] = "Espace Libre:";
$text['label-drive-percent']['en-us'] = "Percent Free:";
$text['label-drive-percent']['fr-fr'] = "Pourcent Libre:";
?>