changed single quote to double quotes everywhere
This commit is contained in:
+189
-189
@@ -1,250 +1,250 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = 'Ring Groups';
|
||||
$apps[$x]['uuid'] = '1d61fb65-1eec-bc73-a6ee-a6203b4fe6f2';
|
||||
$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'] = 'A tool to call multiple extensions.';
|
||||
$apps[$x]['description']['es-mx'] = '';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['name'] = "Ring Groups";
|
||||
$apps[$x]['uuid'] = "1d61fb65-1eec-bc73-a6ee-a6203b4fe6f2";
|
||||
$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'] = "A tool to call multiple extensions.";
|
||||
$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'] = "Outil pour appeler plusieurs extensions";
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Uma ferramenta para chamar várias extensões.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Uma ferramenta para chamar várias extensões.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Ring Groups';
|
||||
$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']['en-us'] = "Ring Groups";
|
||||
$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'] = "Groupes de sonnerie";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Grupos de Trabalho";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = 'b30f085f-3ec6-2819-7e62-53dfba5cb8d5';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/ring_groups/ring_groups.php';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'user';
|
||||
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "b30f085f-3ec6-2819-7e62-53dfba5cb8d5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/ring_groups/ring_groups.php";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
//$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_forward';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_forward";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_prompt';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_prompt";
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_destination_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_destination_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_destination_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_destination_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_destination_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_user_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_user_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_user_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_user_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_user_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_user_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'ring_group_user_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "ring_group_user_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_ring_groups';
|
||||
$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]['table'] = "v_ring_groups";
|
||||
$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";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_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'] = "ring_group_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'] = 'ring_group_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_extension';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_extension";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_context';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the context.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_context";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_forward_destination';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the call forward destination.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_destination";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the call forward destination.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_forward_enabled';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select enable or disable the ring group call forward.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_forward_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select enable or disable the ring group call forward.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_cid_name_prefix';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the caller ID prefix.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_cid_name_prefix";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller ID prefix.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_strategy';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the strategy.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_strategy";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the strategy.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_sec';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the timeout in seconds.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_sec";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the timeout in seconds.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_app';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the timeout destination.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_app";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the timeout destination.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_timeout_data';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the timeout destination.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_timeout_data";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the timeout destination.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_ringback';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the ringback.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_ringback";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the ringback.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_enabled';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select enable or disable the ring group.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select enable or disable the ring group.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'dialplan_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]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_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]['description']['en-us'] = "";
|
||||
$z++;
|
||||
|
||||
$y = 1; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_ring_group_destinations';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_destination_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]['table'] = "v_ring_group_destinations";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_destination_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'] = '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]['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";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'ring_group_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]['name'] = "ring_group_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";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_number';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_number";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_delay';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_delay";
|
||||
$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'] = 'destination_timeout';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_timeout";
|
||||
$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'] = 'destination_prompt';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric'; //confirm,announce
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prompt";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; //confirm,announce
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
|
||||
$y = 2; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_ring_group_users';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'ring_group_user_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_ring_group_users";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "ring_group_user_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'] = 'ring_group_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_ring_groups';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'ring_group_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ring_group_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_ring_groups";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "ring_group_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'user_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_users';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'user_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_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_users";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "user_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
?>
|
||||
|
||||
+173
-173
@@ -26,268 +26,268 @@
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
|
||||
$text['title']['en-us'] = 'Ring Groups';
|
||||
$text['title']['pt-pt'] = '';
|
||||
$text['title']['fr-fr'] = 'Groupes de Sonnerie';
|
||||
$text['title']['en-us'] = "Ring Groups";
|
||||
$text['title']['pt-pt'] = "";
|
||||
$text['title']['fr-fr'] = "Groupes de Sonnerie";
|
||||
|
||||
$text['description']['en-us'] = 'A ring group is a set of destinations that can be called with a ring strategy.';
|
||||
$text['description']['pt-pt'] = '';
|
||||
$text['description']['en-us'] = "A ring group is a set of destinations that can be called with a ring strategy.";
|
||||
$text['description']['pt-pt'] = "";
|
||||
$text['description']['fr-fr'] = "Un groupe de sonnerie est un groupe de destinations pouvant être appelé via une stratégie de sonnerie.";
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['pt-pt'] = "";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
|
||||
$text['label-extension']['en-us'] = 'Extension';
|
||||
$text['label-extension']['pt-pt'] = '';
|
||||
$text['label-extension']['fr-fr'] = 'Extension';
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['pt-pt'] = "";
|
||||
$text['label-extension']['fr-fr'] = "Extension";
|
||||
|
||||
$text['label-ring-group-extension']['en-us'] = 'Ring Group Extension';
|
||||
$text['label-ring-group-extension']['pt-pt'] = '';
|
||||
$text['label-ring-group-extension']['en-us'] = "Ring Group Extension";
|
||||
$text['label-ring-group-extension']['pt-pt'] = "";
|
||||
$text['label-ring-group-extension']['fr-fr'] = "Extension du groupe de sonnerie";
|
||||
|
||||
$text['header-ring-group-forward']['en-us'] = 'Ring Group Forward';
|
||||
$text['header-ring-group-forward']['pt-pt'] = '';
|
||||
$text['header-ring-group-forward']['en-us'] = "Ring Group Forward";
|
||||
$text['header-ring-group-forward']['pt-pt'] = "";
|
||||
$text['header-ring-group-forward']['fr-fr'] = "Renvoi du groupe de sonnerie";
|
||||
|
||||
$text['description-ring-group-forward']['en-us'] = 'Forwards calls to an alternate destination for extension ';
|
||||
$text['description-ring-group-forward']['pt-pt'] = '';
|
||||
$text['description-ring-group-forward']['en-us'] = "Forwards calls to an alternate destination for extension ";
|
||||
$text['description-ring-group-forward']['pt-pt'] = "";
|
||||
$text['description-ring-group-forward']['fr-fr'] = "Renvoyer les appels vers une destination alternative ";
|
||||
|
||||
$text['link-call-forward']['en-us'] = 'Call Forward';
|
||||
$text['link-call-forward']['pt-pt'] = '';
|
||||
$text['link-call-forward']['en-us'] = "Call Forward";
|
||||
$text['link-call-forward']['pt-pt'] = "";
|
||||
$text['link-call-forward']['fr-fr'] = "Renvoi d'Appel";
|
||||
|
||||
$text['label-call-forward']['en-us'] = 'Call Forward:';
|
||||
$text['label-call-forward']['pt-pt'] = '';
|
||||
$text['label-call-forward']['en-us'] = "Call Forward:";
|
||||
$text['label-call-forward']['pt-pt'] = "";
|
||||
$text['label-call-forward']['fr-fr'] = "Renvoi d'Appel:";
|
||||
|
||||
$text['label-forward_destination']['en-us'] = 'Number:';
|
||||
$text['label-forward_destination']['pt-pt'] = '';
|
||||
$text['label-forward_destination']['en-us'] = "Number:";
|
||||
$text['label-forward_destination']['pt-pt'] = "";
|
||||
$text['label-forward_destination']['fr-fr'] = "Numéro:";
|
||||
|
||||
$text['label-tools']['en-us'] = 'Tools';
|
||||
$text['label-tools']['pt-pt'] = '';
|
||||
$text['label-tools']['fr-fr'] = 'Outils';
|
||||
$text['label-tools']['en-us'] = "Tools";
|
||||
$text['label-tools']['pt-pt'] = "";
|
||||
$text['label-tools']['fr-fr'] = "Outils";
|
||||
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['pt-pt'] = '';
|
||||
$text['label-enabled']['fr-fr'] = 'Actif';
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['pt-pt'] = "";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['pt-pt'] = "";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Complete';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['pt-pt'] = "";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['message-name']['en-us'] = 'Please provide: Name';
|
||||
$text['message-name']['pt-pt'] = '';
|
||||
$text['message-name']['en-us'] = "Please provide: Name";
|
||||
$text['message-name']['pt-pt'] = "";
|
||||
$text['message-name']['fr-fr'] = "Merci d'indiquer: Nom";
|
||||
|
||||
$text['message-strategy']['en-us'] = 'Please provide: Strategy';
|
||||
$text['message-strategy']['pt-pt'] = '';
|
||||
$text['message-strategy']['en-us'] = "Please provide: Strategy";
|
||||
$text['message-strategy']['pt-pt'] = "";
|
||||
$text['message-strategy']['fr-fr'] = "Merci d'indiquer: Stratégie";
|
||||
|
||||
$text['message-timeout']['en-us'] = 'Please provide: Timeout';
|
||||
$text['message-timeout']['pt-pt'] = '';
|
||||
$text['message-timeout']['en-us'] = "Please provide: Timeout";
|
||||
$text['message-timeout']['pt-pt'] = "";
|
||||
$text['message-timeout']['fr-fr'] = "Merci d'indiquer: Timeout";
|
||||
|
||||
$text['message-timeout-action']['en-us'] = 'Please provide: Timeout Action';
|
||||
$text['message-timeout-action']['pt-pt'] = '';
|
||||
$text['message-timeout-action']['en-us'] = "Please provide: Timeout Action";
|
||||
$text['message-timeout-action']['pt-pt'] = "";
|
||||
$text['message-timeout-action']['fr-fr'] = "Merci d'indiquer: Action sur timeout";
|
||||
|
||||
$text['message-enabled']['en-us'] = 'Please provide: Enabled';
|
||||
$text['message-enabled']['pt-pt'] = '';
|
||||
$text['message-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['message-enabled']['pt-pt'] = "";
|
||||
$text['message-enabled']['fr-fr'] = "Merci d'indiquer: Actif";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Complete';
|
||||
$text['message-add']['pt-pt'] = '';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['pt-pt'] = "";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Complete';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['pt-pt'] = "";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
|
||||
$text['label-ring-group']['en-us'] = 'Ring Group';
|
||||
$text['label-ring-group']['pt-pt'] = '';
|
||||
$text['label-ring-group']['en-us'] = "Ring Group";
|
||||
$text['label-ring-group']['pt-pt'] = "";
|
||||
$text['label-ring-group']['fr-fr'] = "Groupe de sonnerie";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = '';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['pt-pt'] = "";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter a name.';
|
||||
$text['description-name']['pt-pt'] = '';
|
||||
$text['description-name']['fr-fr'] = 'Insérer un nom.';
|
||||
$text['description-name']['en-us'] = "Enter a name.";
|
||||
$text['description-name']['pt-pt'] = "";
|
||||
$text['description-name']['fr-fr'] = "Insérer un nom.";
|
||||
|
||||
$text['label-context']['en-us'] = 'Context';
|
||||
$text['label-context']['pt-pt'] = '';
|
||||
$text['label-context']['fr-fr'] = 'Context';
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['pt-pt'] = "";
|
||||
$text['label-context']['fr-fr'] = "Context";
|
||||
|
||||
$text['description-enter-context']['en-us'] = 'Enter the context.';
|
||||
$text['description-enter-context']['pt-pt'] = '';
|
||||
$text['description-enter-context']['fr-fr'] = '';
|
||||
$text['description-enter-context']['en-us'] = "Enter the context.";
|
||||
$text['description-enter-context']['pt-pt'] = "";
|
||||
$text['description-enter-context']['fr-fr'] = "";
|
||||
|
||||
$text['label-strategy']['en-us'] = 'Strategy';
|
||||
$text['label-strategy']['pt-pt'] = '';
|
||||
$text['label-strategy']['fr-fr'] = 'Stratégie';
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['pt-pt'] = "";
|
||||
$text['label-strategy']['fr-fr'] = "Stratégie";
|
||||
|
||||
$text['option-sequence']['en-us'] = 'Sequence';
|
||||
$text['option-sequence']['pt-pt'] = '';
|
||||
$text['option-sequence']['fr-fr'] = 'Séquence';
|
||||
$text['option-sequence']['en-us'] = "Sequence";
|
||||
$text['option-sequence']['pt-pt'] = "";
|
||||
$text['option-sequence']['fr-fr'] = "Séquence";
|
||||
|
||||
$text['option-simultaneous']['en-us'] = 'Simultaneous';
|
||||
$text['option-simultaneous']['pt-pt'] = '';
|
||||
$text['option-simultaneous']['fr-fr'] = 'Simultané';
|
||||
$text['option-simultaneous']['en-us'] = "Simultaneous";
|
||||
$text['option-simultaneous']['pt-pt'] = "";
|
||||
$text['option-simultaneous']['fr-fr'] = "Simultané";
|
||||
|
||||
$text['option-enterprise']['en-us'] = 'Enterprise';
|
||||
$text['option-enterprise']['pt-pt'] = '';
|
||||
$text['option-enterprise']['fr-fr'] = 'Entreprise';
|
||||
$text['option-enterprise']['en-us'] = "Enterprise";
|
||||
$text['option-enterprise']['pt-pt'] = "";
|
||||
$text['option-enterprise']['fr-fr'] = "Entreprise";
|
||||
|
||||
$text['description-strategy']['en-us'] = 'Select the ring strategy.';
|
||||
$text['description-strategy']['pt-pt'] = '';
|
||||
$text['description-strategy']['fr-fr'] = 'Choisir la statégie de sonnerie.';
|
||||
$text['description-strategy']['en-us'] = "Select the ring strategy.";
|
||||
$text['description-strategy']['pt-pt'] = "";
|
||||
$text['description-strategy']['fr-fr'] = "Choisir la statégie de sonnerie.";
|
||||
|
||||
$text['label-duration']['en-us'] = 'Duration';
|
||||
$text['label-duration']['pt-pt'] = '';
|
||||
$text['label-duration']['fr-fr'] = 'Durée';
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['pt-pt'] = "";
|
||||
$text['label-duration']['fr-fr'] = "Durée";
|
||||
|
||||
$text['label-call-timeout']['en-us'] = 'Call Timeout';
|
||||
$text['label-call-timeout']['pt-pt'] = '';
|
||||
$text['label-call-timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call-timeout']['pt-pt'] = "";
|
||||
$text['label-call-timeout']['fr-fr'] = "Timeout d'Appel";
|
||||
|
||||
$text['description-timeout']['en-us'] = 'Enter the total call timeout in seconds';
|
||||
$text['description-timeout']['pt-pt'] = '';
|
||||
$text['description-timeout']['en-us'] = "Enter the total call timeout in seconds";
|
||||
$text['description-timeout']['pt-pt'] = "";
|
||||
$text['description-timeout']['fr-fr'] = "Temps total du timeout sur l'appel en secondes";
|
||||
|
||||
$text['label-timeout_destination']['en-us'] = 'Timeout Destination';
|
||||
$text['label-timeout_destination']['pt-pt'] = '';
|
||||
$text['label-timeout_destination']['fr-fr'] = 'Timeout Destination';
|
||||
$text['label-timeout_destination']['en-us'] = "Timeout Destination";
|
||||
$text['label-timeout_destination']['pt-pt'] = "";
|
||||
$text['label-timeout_destination']['fr-fr'] = "Timeout Destination";
|
||||
|
||||
$text['description-timeout_destination']['en-us'] = 'Select the timeout destination for this ring group.';
|
||||
$text['description-timeout_destination']['pt-pt'] = '';
|
||||
$text['description-timeout_destination']['fr-fr'] = '';
|
||||
$text['description-timeout_destination']['en-us'] = "Select the timeout destination for this ring group.";
|
||||
$text['description-timeout_destination']['pt-pt'] = "";
|
||||
$text['description-timeout_destination']['fr-fr'] = "";
|
||||
|
||||
$text['label-cid-prefix']['en-us'] = 'CID Prefix';
|
||||
$text['label-cid-prefix']['pt-pt'] = '';
|
||||
$text['label-cid-prefix']['fr-fr'] = 'CID Préfixe';
|
||||
$text['label-cid-prefix']['en-us'] = "CID Prefix";
|
||||
$text['label-cid-prefix']['pt-pt'] = "";
|
||||
$text['label-cid-prefix']['fr-fr'] = "CID Préfixe";
|
||||
|
||||
$text['description-cid-prefix']['en-us'] = 'Set a prefix on the caller ID name.';
|
||||
$text['description-cid-prefix']['pt-pt'] = '';
|
||||
$text['description-cid-prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-cid-prefix']['pt-pt'] = "";
|
||||
$text['description-cid-prefix']['fr-fr'] = "Choisir un préfixe pour le nom de l'appelant.";
|
||||
|
||||
$text['label-ringback']['en-us'] = 'Ring Back';
|
||||
$text['label-ringback']['pt-pt'] = '';
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['pt-pt'] = "";
|
||||
$text['label-ringback']['fr-fr'] = "tonalité en retour d'appel";
|
||||
|
||||
$text['option-usring']['en-us'] = 'us-ring';
|
||||
$text['option-usring']['pt-pt'] = '';
|
||||
$text['option-usring']['fr-fr'] = 'us-ring';
|
||||
$text['option-usring']['en-us'] = "us-ring";
|
||||
$text['option-usring']['pt-pt'] = "";
|
||||
$text['option-usring']['fr-fr'] = "us-ring";
|
||||
|
||||
$text['option-frring']['en-us'] = 'fr-ring';
|
||||
$text['option-frring']['pt-pt'] = '';
|
||||
$text['option-frring']['fr-fr'] = 'fr-ring';
|
||||
$text['option-frring']['en-us'] = "fr-ring";
|
||||
$text['option-frring']['pt-pt'] = "";
|
||||
$text['option-frring']['fr-fr'] = "fr-ring";
|
||||
|
||||
$text['option-ukring']['en-us'] = 'uk-ring';
|
||||
$text['option-ukring']['pt-pt'] = '';
|
||||
$text['option-ukring']['fr-fr'] = 'uk-ring';
|
||||
$text['option-ukring']['en-us'] = "uk-ring";
|
||||
$text['option-ukring']['pt-pt'] = "";
|
||||
$text['option-ukring']['fr-fr'] = "uk-ring";
|
||||
|
||||
$text['option-rsring']['en-us'] = 'rs-ring';
|
||||
$text['option-rsring']['pt-pt'] = '';
|
||||
$text['option-rsring']['fr-fr'] = 'rs-ring';
|
||||
$text['option-rsring']['en-us'] = "rs-ring";
|
||||
$text['option-rsring']['pt-pt'] = "";
|
||||
$text['option-rsring']['fr-fr'] = "rs-ring";
|
||||
|
||||
$text['description-ringback']['en-us'] = 'Defines what the caller will hear while the destination is being called.';
|
||||
$text['description-ringback']['pt-pt'] = '';
|
||||
$text['description-ringback']['en-us'] = "Defines what the caller will hear while the destination is being called.";
|
||||
$text['description-ringback']['pt-pt'] = "";
|
||||
$text['description-ringback']['fr-fr'] = "Définir le retour de sonnerie entendu par l'appelant tant que la destination est en alerte.";
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-true']['pt-pt'] = '';
|
||||
$text['option-true']['fr-fr'] = 'Oui';
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['pt-pt'] = "";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
$text['option-false']['pt-pt'] = '';
|
||||
$text['option-false']['fr-fr'] = 'Non';
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['pt-pt'] = "";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['label-user_list']['en-us'] = 'User List';
|
||||
$text['label-user_list']['pt-pt'] = '';
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['pt-pt'] = "";
|
||||
$text['label-user_list']['fr-fr'] = "Liste d'Usagers";
|
||||
|
||||
$text['description-user_list']['en-us'] = 'Assign the users that are assigned to this ring group. ';
|
||||
$text['description-user_list']['pt-pt'] = '';
|
||||
$text['description-user_list']['fr-fr'] = 'Associer les utilisateurs à ce groupe de sonnerie. ';
|
||||
$text['description-user_list']['en-us'] = "Assign the users that are assigned to this ring group. ";
|
||||
$text['description-user_list']['pt-pt'] = "";
|
||||
$text['description-user_list']['fr-fr'] = "Associer les utilisateurs à ce groupe de sonnerie. ";
|
||||
|
||||
$text['description-enabled']['en-us'] ='Set the status of this ring group.';
|
||||
$text['description-enabled']['pt-pt'] = '';
|
||||
$text['description-enabled']['pt-pt'] = "";
|
||||
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce groupe de sonnerie";
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description (optional).';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
$text['description-description']['en-us'] = "Enter a description (optional).";
|
||||
$text['description-description']['pt-pt'] = "";
|
||||
$text['description-description']['fr-fr'] = "";
|
||||
|
||||
$text['label-delay']['en-us'] = 'Delay';
|
||||
$text['label-delay']['pt-pt'] = '';
|
||||
$text['label-delay']['fr-fr'] = 'Délais';
|
||||
$text['label-delay']['en-us'] = "Delay";
|
||||
$text['label-delay']['pt-pt'] = "";
|
||||
$text['label-delay']['fr-fr'] = "Délais";
|
||||
|
||||
$text['label-timeout']['en-us'] = 'Timeout';
|
||||
$text['label-timeout']['pt-pt'] = '';
|
||||
$text['label-timeout']['fr-fr'] = 'Timeout';
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['pt-pt'] = "";
|
||||
$text['label-timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['label-destinations']['en-us'] = 'Destinations';
|
||||
$text['label-destinations']['pt-pt'] = '';
|
||||
$text['label-destinations']['fr-fr'] = 'Destinations';
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['pt-pt'] = "";
|
||||
$text['label-destinations']['fr-fr'] = "Destinations";
|
||||
|
||||
$text['label-destination_number']['en-us'] = 'Destination';
|
||||
$text['label-destination_number']['pt-pt'] = '';
|
||||
$text['label-destination_number']['fr-fr'] = 'Destination';
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['pt-pt'] = "";
|
||||
$text['label-destination_number']['fr-fr'] = "Destination";
|
||||
|
||||
$text['label-destination_delay']['en-us'] = 'Delay';
|
||||
$text['label-destination_delay']['pt-pt'] = '';
|
||||
$text['label-destination_delay']['fr-fr'] = 'Délais';
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['pt-pt'] = "";
|
||||
$text['label-destination_delay']['fr-fr'] = "Délais";
|
||||
|
||||
$text['label-destination_timeout']['en-us'] = 'Timeout';
|
||||
$text['label-destination_timeout']['pt-pt'] = '';
|
||||
$text['label-destination_timeout']['fr-fr'] = 'Timeout';
|
||||
$text['label-destination_timeout']['en-us'] = "Timeout";
|
||||
$text['label-destination_timeout']['pt-pt'] = "";
|
||||
$text['label-destination_timeout']['fr-fr'] = "Timeout";
|
||||
|
||||
$text['label-destination_prompt']['en-us'] = 'Prompt';
|
||||
$text['label-destination_prompt']['pt-pt'] = '';
|
||||
$text['label-destination_prompt']['fr-fr'] = 'Prompt';
|
||||
$text['label-destination_prompt']['en-us'] = "Prompt";
|
||||
$text['label-destination_prompt']['pt-pt'] = "";
|
||||
$text['label-destination_prompt']['fr-fr'] = "Prompt";
|
||||
|
||||
$text['label-destination_prompt_confirm']['en-us'] = 'Confirm';
|
||||
$text['label-destination_prompt_confirm']['pt-pt'] = '';
|
||||
$text['label-destination_prompt_confirm']['fr-fr'] = 'Confirmer';
|
||||
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['pt-pt'] = "";
|
||||
$text['label-destination_prompt_confirm']['fr-fr'] = "Confirmer";
|
||||
|
||||
$text['label-destination_prompt_announce']['en-us'] = 'Announce';
|
||||
$text['label-destination_prompt_announce']['pt-pt'] = '';
|
||||
$text['label-destination_prompt_announce']['fr-fr'] = 'Annonce';
|
||||
$text['label-destination_prompt_announce']['en-us'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['pt-pt'] = "";
|
||||
$text['label-destination_prompt_announce']['fr-fr'] = "Annonce";
|
||||
|
||||
$text['description-destinations']['en-us'] = 'Add destinations and parameters to the ring group.';
|
||||
$text['description-destinations']['pt-pt'] = '';
|
||||
$text['description-destinations']['en-us'] = "Add destinations and parameters to the ring group.";
|
||||
$text['description-destinations']['pt-pt'] = "";
|
||||
$text['description-destinations']['fr-fr'] = "Ajouter des destinations et des paramètres au groupe de sonnerie.";
|
||||
|
||||
$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-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = '';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['pt-pt'] = "";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['pt-pt'] = '';
|
||||
$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-copy']['en-us'] = 'Do you really want to copy this?';
|
||||
$text['confirm-copy']['en-pt'] = '';
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['en-pt'] = "";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['option-enabled']['en-us'] = 'Enabled';
|
||||
$text['option-enabled']['pt-pt'] = '';
|
||||
$text['option-enabled']['fr-fr'] = 'Activé';
|
||||
$text['option-enabled']['en-us'] = "Enabled";
|
||||
$text['option-enabled']['pt-pt'] = "";
|
||||
$text['option-enabled']['fr-fr'] = "Activé";
|
||||
|
||||
$text['option-disabled']['en-us'] = 'Disabled';
|
||||
$text['option-disabled']['pt-pt'] = '';
|
||||
$text['option-disabled']['fr-fr'] = 'Désactivé';
|
||||
$text['option-disabled']['en-us'] = "Disabled";
|
||||
$text['option-disabled']['pt-pt'] = "";
|
||||
$text['option-disabled']['fr-fr'] = "Désactivé";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user