changed single quote to double quotes everywhere
This commit is contained in:
+112
-112
@@ -1,148 +1,148 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = "Settings";
|
||||
$apps[$x]['uuid'] = 'b6b1b2e5-4ba5-044c-8a5c-18709a15eb60';
|
||||
$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'] = 'PBX Settings.';
|
||||
$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'] = 'Confs PBX';
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Definições do PBX.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['uuid'] = "b6b1b2e5-4ba5-044c-8a5c-18709a15eb60";
|
||||
$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'] = "PBX Settings.";
|
||||
$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'] = "Confs PBX";
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Definições do PBX.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Settings';
|
||||
$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'] = 'Configuration';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Definições';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = '148ea42a-3711-3d64-181b-07a6a3c3ed60';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/settings/setting_edit.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Settings";
|
||||
$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'] = "Configuration";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Definições";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'setting_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "setting_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'setting_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "setting_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
//$y++;
|
||||
//$apps[$x]['permissions'][$y]['name'] = 'setting_add';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['permissions'][$y]['name'] = "setting_add";
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
//$y++;
|
||||
//$apps[$x]['permissions'][$y]['name'] = 'setting_delete';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['permissions'][$y]['name'] = "setting_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_settings';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'setting_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_settings";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "setting_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'] = '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'] = 'numbering_plan';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "numbering_plan";
|
||||
$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'] = 'event_socket_ip_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'] = "event_socket_ip_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'] = 'event_socket_port';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "event_socket_port";
|
||||
$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'] = 'event_socket_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'] = "event_socket_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'] = 'xml_rpc_http_port';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "xml_rpc_http_port";
|
||||
$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'] = 'xml_rpc_auth_realm';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "xml_rpc_auth_realm";
|
||||
$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'] = 'xml_rpc_auth_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "xml_rpc_auth_user";
|
||||
$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'] = 'xml_rpc_auth_pass';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "xml_rpc_auth_pass";
|
||||
$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'] = 'admin_pin';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "admin_pin";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'smtp_host';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtphost';
|
||||
$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'] = "smtp_host";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtphost";
|
||||
$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'] = 'smtp_secure';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpsecure';
|
||||
$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'] = "smtp_secure";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpsecure";
|
||||
$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'] = 'smtp_auth';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpauth';
|
||||
$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'] = "smtp_auth";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpauth";
|
||||
$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'] = 'smtp_username';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpusername';
|
||||
$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'] = "smtp_username";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpusername";
|
||||
$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'] = 'smtp_password';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtppassword';
|
||||
$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'] = "smtp_password";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtppassword";
|
||||
$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'] = 'smtp_from';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpfrom';
|
||||
$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'] = "smtp_from";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpfrom";
|
||||
$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'] = 'smtp_from_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'smtpfromname';
|
||||
$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'] = "smtp_from_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "smtpfromname";
|
||||
$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'] = 'mod_shout_decoder';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mod_shout_decoder";
|
||||
$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'] = 'mod_shout_volume';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mod_shout_volume";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
|
||||
@@ -25,48 +25,48 @@
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['title-settings']['en-us'] = 'Setting Update';
|
||||
$text['title-settings']['fr-fr'] = 'Mise à jour de la configuration';
|
||||
$text['title-settings']['en-us'] = "Setting Update";
|
||||
$text['title-settings']['fr-fr'] = "Mise à jour de la configuration";
|
||||
|
||||
$text['label-event-socket-ip']['en-us'] = 'Event Socket IP Address:';
|
||||
$text['label-event-socket-ip']['fr-fr'] = 'Adresse IP pour Event Socket:';
|
||||
$text['description-event-socket-ip']['en-us'] = 'Enter the event socket IP address. default: 127.0.0.1';
|
||||
$text['label-event-socket-ip']['en-us'] = "Event Socket IP Address:";
|
||||
$text['label-event-socket-ip']['fr-fr'] = "Adresse IP pour Event Socket:";
|
||||
$text['description-event-socket-ip']['en-us'] = "Enter the event socket IP address. default: 127.0.0.1";
|
||||
$text['description-event-socket-ip']['fr-fr'] = "Adresse IP pour le module Event Socket. défaut: 127.0.0.1";
|
||||
|
||||
$text['label-event-socket-port']['en-us'] = 'Event Socket Port:';
|
||||
$text['label-event-socket-port']['fr-fr'] = 'Event Socket Port:';
|
||||
$text['description-event-socket-port']['en-us'] = 'Enter the event socket port. default: 8021';
|
||||
$text['label-event-socket-port']['en-us'] = "Event Socket Port:";
|
||||
$text['label-event-socket-port']['fr-fr'] = "Event Socket Port:";
|
||||
$text['description-event-socket-port']['en-us'] = "Enter the event socket port. default: 8021";
|
||||
$text['description-event-socket-port']['fr-fr'] = "Port du module Event Socket. défaut: 8021";
|
||||
|
||||
$text['label-event-socket-pw']['en-us'] = 'Event Socket Password:';
|
||||
$text['label-event-socket-pw']['fr-fr'] = 'Mot de Passe Event Socket:';
|
||||
$text['description-event-socket-pw']['en-us'] = 'Enter the event socket password.';
|
||||
$text['description-event-socket-pw']['fr-fr'] = 'Mot de passe pour se connecter au module Event Socket.';
|
||||
$text['label-event-socket-pw']['en-us'] = "Event Socket Password:";
|
||||
$text['label-event-socket-pw']['fr-fr'] = "Mot de Passe Event Socket:";
|
||||
$text['description-event-socket-pw']['en-us'] = "Enter the event socket password.";
|
||||
$text['description-event-socket-pw']['fr-fr'] = "Mot de passe pour se connecter au module Event Socket.";
|
||||
|
||||
$text['label-xml-rpc-port']['en-us'] = 'XML RPC HTTP Port:';
|
||||
$text['label-xml-rpc-port']['fr-fr'] = 'XML RPC HTTP Port:';
|
||||
$text['description-xml-rpc-port']['en-us'] = 'Enter the XML RPC HTTP Port. default: 8787';
|
||||
$text['description-xml-rpc-port']['fr-fr'] = 'Port pour joindre le service XML RPC HTTP. défaut: 8787';
|
||||
$text['label-xml-rpc-realm']['en-us'] = 'XML RPC Auth Realm:';
|
||||
$text['label-xml-rpc-realm']['fr-fr'] = 'XML RPC Auth Realm:';
|
||||
$text['description-xml-rpc-realm']['en-us'] = 'Enter the XML RPC Auth Realm. default: freeswitch';
|
||||
$text['label-xml-rpc-port']['en-us'] = "XML RPC HTTP Port:";
|
||||
$text['label-xml-rpc-port']['fr-fr'] = "XML RPC HTTP Port:";
|
||||
$text['description-xml-rpc-port']['en-us'] = "Enter the XML RPC HTTP Port. default: 8787";
|
||||
$text['description-xml-rpc-port']['fr-fr'] = "Port pour joindre le service XML RPC HTTP. défaut: 8787";
|
||||
$text['label-xml-rpc-realm']['en-us'] = "XML RPC Auth Realm:";
|
||||
$text['label-xml-rpc-realm']['fr-fr'] = "XML RPC Auth Realm:";
|
||||
$text['description-xml-rpc-realm']['en-us'] = "Enter the XML RPC Auth Realm. default: freeswitch";
|
||||
$text['description-xml-rpc-realm']['fr-fr'] = "Royaume d'authentification XML RPC. défaut: freeswitch";
|
||||
$text['label-xml-rpc-user']['en-us'] = 'XML RPC Auth User:';
|
||||
$text['label-xml-rpc-user']['fr-fr'] = 'Auth usager XML RPC:';
|
||||
$text['description-xml-rpc-user']['en-us'] = 'Enter the XML RPC Auth User. default: xmlrpc';
|
||||
$text['description-xml-rpc-user']['fr-fr'] = 'Usager XML RPC. défaut: xmlrpc';
|
||||
$text['label-xml-rpc-pw']['en-us'] = 'XML RPC Auth Password:';
|
||||
$text['label-xml-rpc-pw']['fr-fr'] = 'Mot de passe XML RPC:';
|
||||
$text['description-xml-rpc-pw']['en-us'] = 'Enter the XML RPC Auth Password.';
|
||||
$text['description-xml-rpc-pw']['fr-fr'] = 'Mot de passe pour XML RPC.';
|
||||
$text['label-xml-rpc-user']['en-us'] = "XML RPC Auth User:";
|
||||
$text['label-xml-rpc-user']['fr-fr'] = "Auth usager XML RPC:";
|
||||
$text['description-xml-rpc-user']['en-us'] = "Enter the XML RPC Auth User. default: xmlrpc";
|
||||
$text['description-xml-rpc-user']['fr-fr'] = "Usager XML RPC. défaut: xmlrpc";
|
||||
$text['label-xml-rpc-pw']['en-us'] = "XML RPC Auth Password:";
|
||||
$text['label-xml-rpc-pw']['fr-fr'] = "Mot de passe XML RPC:";
|
||||
$text['description-xml-rpc-pw']['en-us'] = "Enter the XML RPC Auth Password.";
|
||||
$text['description-xml-rpc-pw']['fr-fr'] = "Mot de passe pour XML RPC.";
|
||||
|
||||
$text['label-shout-decoder']['en-us'] = 'Mod Shout Decoder:';
|
||||
$text['label-shout-decoder']['fr-fr'] = 'Décodeur Mod Shout (MP3):';
|
||||
$text['description-shout-decoder']['en-us'] = 'Ender the Decoder. default: i386';
|
||||
$text['description-shout-decoder']['fr-fr'] = 'Type de Décodeur. défaut: i386';
|
||||
$text['label-shout-volume']['en-us'] = 'Mod Shout Volume:';
|
||||
$text['label-shout-volume']['fr-fr'] = 'Mod Shout Volume:';
|
||||
$text['description-shout-volume']['en-us'] = 'Enter Mod Shout Volume.';
|
||||
$text['label-shout-decoder']['en-us'] = "Mod Shout Decoder:";
|
||||
$text['label-shout-decoder']['fr-fr'] = "Décodeur Mod Shout (MP3):";
|
||||
$text['description-shout-decoder']['en-us'] = "Ender the Decoder. default: i386";
|
||||
$text['description-shout-decoder']['fr-fr'] = "Type de Décodeur. défaut: i386";
|
||||
$text['label-shout-volume']['en-us'] = "Mod Shout Volume:";
|
||||
$text['label-shout-volume']['fr-fr'] = "Mod Shout Volume:";
|
||||
$text['description-shout-volume']['en-us'] = "Enter Mod Shout Volume.";
|
||||
$text['description-shout-volume']['fr-fr'] = "Choisir l'amplification du volume pour Mod Shout.";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user