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
+36 -36
View File
@@ -1,47 +1,47 @@
<?php
//application details
$apps[$x]['name'] = "Registrations";
$apps[$x]['uuid'] = '5d9e7cd7-629e-3553-4cf5-f26e39fefa39';
$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'] = 'Displays registrations from endpoints.';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['uuid'] = "5d9e7cd7-629e-3553-4cf5-f26e39fefa39";
$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'] = "Displays registrations from endpoints.";
$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'] = "Afficher les enregistrements des équipements";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Exibe registos de endpoints.';
$apps[$x]['description']['pt-br'] = '';
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-ch'] = "";
$apps[$x]['description']['pt-pt'] = "Exibe registos de endpoints.";
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Registrations';
$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'] = 'Connexions';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Registos';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = '17dbfd56-291d-8c1c-bc43-713283a9dd5a';
$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
$apps[$x]['menu'][0]['category'] = 'internal';
$apps[$x]['menu'][0]['path'] = '/app/registrations/status_registrations.php?show_reg=1&profile=internal';
$apps[$x]['menu'][0]['groups'][] = 'admin';
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
$apps[$x]['menu'][0]['title']['en-us'] = "Registrations";
$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'] = "Connexions";
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
$apps[$x]['menu'][0]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][0]['title']['pt-br'] = "";
$apps[$x]['menu'][0]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/registrations/status_registrations.php?show_reg=1&profile=internal";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
$apps[$x]['permissions'][0]['name'] = 'registration_domain';
$apps[$x]['permissions'][0]['groups'][] = 'admin';
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
$apps[$x]['permissions'][0]['name'] = "registration_domain";
$apps[$x]['permissions'][0]['groups'][] = "admin";
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
$apps[$x]['permissions'][1]['name'] = 'registration_all';
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
$apps[$x]['permissions'][1]['name'] = "registration_all";
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
?>
+19 -19
View File
@@ -25,25 +25,25 @@
James Rose <james.o.rose@gmail.com>
Philippe Rioual <bhouba@gmail.com>
*/
$text['error-event-socket']['en-us'] = 'Connection to Event Socket failed.';
$text['error-event-socket']['en-us'] = "Connection to Event Socket failed.";
$text['error-event-socket']['fr-fr'] = "Connexion a l'Event Socket en echec.";
$text['label-message']['en-us'] = 'Message';
$text['label-message']['fr-fr'] = 'Message';
$text['label-message']['en-us'] = 'Invalid Profile!';
$text['label-message']['fr-fr'] = 'Profile Invalide!';
$text['button-back']['en-us'] = 'back';
$text['button-back']['fr-fr'] = 'Retour';
$text['label-domain']['en-us'] = 'Domain';
$text['label-domain']['fr-fr'] = 'Domaine';
$text['label-user']['en-us'] = 'User';
$text['label-user']['fr-fr'] = 'Usager';
$text['label-agent']['en-us'] = 'Agent';
$text['label-agent']['fr-fr'] = 'Agent';
$text['label-ip']['en-us'] = 'IP';
$text['label-ip']['fr-fr'] = 'IP';
$text['label-port']['en-us'] = 'Port';
$text['label-port']['fr-fr'] = 'Port';
$text['label-status']['en-us'] = 'Status';
$text['label-status']['fr-fr'] = 'Statut';
$text['label-message']['en-us'] = "Message";
$text['label-message']['fr-fr'] = "Message";
$text['label-message']['en-us'] = "Invalid Profile!";
$text['label-message']['fr-fr'] = "Profile Invalide!";
$text['button-back']['en-us'] = "back";
$text['button-back']['fr-fr'] = "Retour";
$text['label-domain']['en-us'] = "Domain";
$text['label-domain']['fr-fr'] = "Domaine";
$text['label-user']['en-us'] = "User";
$text['label-user']['fr-fr'] = "Usager";
$text['label-agent']['en-us'] = "Agent";
$text['label-agent']['fr-fr'] = "Agent";
$text['label-ip']['en-us'] = "IP";
$text['label-ip']['fr-fr'] = "IP";
$text['label-port']['en-us'] = "Port";
$text['label-port']['fr-fr'] = "Port";
$text['label-status']['en-us'] = "Status";
$text['label-status']['fr-fr'] = "Statut";
?>