changed single quote to double quotes everywhere
This commit is contained in:
+149
-149
@@ -1,189 +1,189 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = "Edit";
|
||||
$apps[$x]['uuid'] = '17e628ee-ccfa-49c0-29ca-9894a0384b9b';
|
||||
$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'] = 'Script Editor can be used to edit lua, javascript or other scripts.';
|
||||
$apps[$x]['description']['es-mx'] = '';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['uuid'] = "17e628ee-ccfa-49c0-29ca-9894a0384b9b";
|
||||
$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'] = "Script Editor can be used to edit lua, javascript or other scripts.";
|
||||
$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'] = "L'éditeur permet d'éditer les scripts lua, javascript ou autres.";
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Editor de script pode ser usado para editar lua, javascript ou outros scripts.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Editor de script pode ser usado para editar lua, javascript ou outros scripts.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$y = 0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Script Editor';
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur de script';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Editor de Scripts';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][$y]['uuid'] = 'f1905fec-0577-daef-6045-59d09b7d3f94';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][$y]['category'] = 'external';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/edit/index.php?dir=scripts';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=scripts";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'XML Editor';
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur XML';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Editor XML';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][$y]['uuid'] = '16013877-606a-2a05-7d6a-c1b215839131';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][$y]['category'] = 'external';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/edit/index.php?dir=xml';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=xml";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Provision Editor';
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Provisioning';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Editor de Provisionamento';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][$y]['uuid'] = '57773542-a565-1a29-605d-6535da1a0870';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][$y]['category'] = 'external';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/edit/index.php?dir=provision';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Provisioning";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=provision";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'PHP Editor';
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Editeur PHP';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Editor de PHP';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][$y]['uuid'] = 'eae1f2d6-789b-807c-cc26-44501e848693';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][$y]['category'] = 'external';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/edit/index.php?dir=php';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Grammar Editor';
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = 'Editor Gramático';
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Editor Gramático';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][$y]['uuid'] = 'c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][$y]['category'] = 'external';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/edit/index.php?dir=grammar';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "external";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'script_editor_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'f1905fec-0577-daef-6045-59d09b7d3f94';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "script_editor_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'script_editor_save';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "script_editor_save";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'provision_editor_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = '57773542-a565-1a29-605d-6535da1a0870';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "provision_editor_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'provision_editor_save';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "provision_editor_save";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_editor_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = '16013877-606a-2a05-7d6a-c1b215839131';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_editor_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'xml_editor_save';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "xml_editor_save";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'php_editor_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'eae1f2d6-789b-807c-cc26-44501e848693';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "php_editor_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'php_editor_save';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "php_editor_save";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'grammar_view';
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "grammar_view";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'grammar_save';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "grammar_save";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'clip_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "clip_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'clip_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "clip_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'clip_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "clip_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'clip_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "clip_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_clips';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'clip_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_clips";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_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'] = 'clip_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_name";
|
||||
$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'] = 'clip_folder';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_folder";
|
||||
$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'] = 'clip_text_start';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_text_start";
|
||||
$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'] = 'clip_text_end';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_text_end";
|
||||
$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'] = 'clip_order';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_order";
|
||||
$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'] = 'clip_desc';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "clip_desc";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
|
||||
+64
-64
@@ -25,75 +25,75 @@
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-add']['en-us'] = 'Add Complete';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['label-folder']['en-us'] = 'Folder:';
|
||||
$text['label-folder']['fr-fr'] = 'Répertoire:';
|
||||
$text['label-before-selection']['en-us'] = 'Before Selection:';
|
||||
$text['label-before-selection']['fr-fr'] = 'Avant la Selection:';
|
||||
$text['label-after-selection']['en-us'] = 'After Selection:';
|
||||
$text['label-after-selection']['fr-fr'] = 'Après la Selection:';
|
||||
$text['label-notes']['en-us'] = 'Notes:';
|
||||
$text['label-notes']['fr-fr'] = 'Notes:';
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['message-delete']['en-us'] = 'Delete Complete';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-give-up']['en-us'] = 'Giving up :( Cannot create an XMLHTTP instance';
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['label-folder']['en-us'] = "Folder:";
|
||||
$text['label-folder']['fr-fr'] = "Répertoire:";
|
||||
$text['label-before-selection']['en-us'] = "Before Selection:";
|
||||
$text['label-before-selection']['fr-fr'] = "Avant la Selection:";
|
||||
$text['label-after-selection']['en-us'] = "After Selection:";
|
||||
$text['label-after-selection']['fr-fr'] = "Après la Selection:";
|
||||
$text['label-notes']['en-us'] = "Notes:";
|
||||
$text['label-notes']['fr-fr'] = "Notes:";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-give-up']['en-us'] = "Giving up :( Cannot create an XMLHTTP instance";
|
||||
$text['message-give-up']['fr-fr'] = "Abandon :( Ne peut pas créer un instance XMLHTTP";
|
||||
$text['message-problem']['en-us'] = 'There was a problem with the request.';
|
||||
$text['message-problem']['en-us'] = "There was a problem with the request.";
|
||||
$text['message-problem']['fr-fr'] = "Il y a une un problème avec la requête.";
|
||||
$text['label-clip-library']['en-us'] = 'Clip Library';
|
||||
$text['label-clip-library']['fr-fr'] = 'Clip Libraries';
|
||||
$text['button-edit-clip']['en-us'] = 'Edit Clip';
|
||||
$text['button-edit-clip']['fr-fr'] = 'Editer le Clip';
|
||||
$text['button-add-clip']['en-us'] = 'Add Clip';
|
||||
$text['button-add-clip']['fr-fr'] = 'Ajouter un Clip';
|
||||
$text['message-delete-clip']['en-us'] = 'Are you sure you want to delete the selected clip?';
|
||||
$text['label-clip-library']['en-us'] = "Clip Library";
|
||||
$text['label-clip-library']['fr-fr'] = "Clip Libraries";
|
||||
$text['button-edit-clip']['en-us'] = "Edit Clip";
|
||||
$text['button-edit-clip']['fr-fr'] = "Editer le Clip";
|
||||
$text['button-add-clip']['en-us'] = "Add Clip";
|
||||
$text['button-add-clip']['fr-fr'] = "Ajouter un Clip";
|
||||
$text['message-delete-clip']['en-us'] = "Are you sure you want to delete the selected clip?";
|
||||
$text['message-delete-clip']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le CLIP sélectionné?";
|
||||
$text['button-delete']['en-us'] = ' Delete ';
|
||||
$text['button-delete']['fr-fr'] = ' Supprimé ';
|
||||
$text['button-close']['en-us'] = ' Close ';
|
||||
$text['button-close']['fr-fr'] = ' Fermé ';
|
||||
$text['label-path']['en-us'] = 'Path:';
|
||||
$text['label-path']['fr-fr'] = 'Chemin:';
|
||||
$text['label-file-name']['en-us'] = 'File Name:';
|
||||
$text['label-file-name']['fr-fr'] = 'Nom du Fichier:';
|
||||
$text['button-new-file']['en-us'] = 'New File';
|
||||
$text['button-new-file']['fr-fr'] = 'Nouveau Fichier';
|
||||
$text['label-file-name-orig']['en-us'] = 'Original File Name:';
|
||||
$text['label-file-name-orig']['fr-fr'] = 'Nom du Fichier Original:';
|
||||
$text['label-rename-file-to']['en-us'] = 'Rename File To:';
|
||||
$text['label-rename-file-to']['fr-fr'] = 'Renommer le Fichier en:';
|
||||
$text['label-files']['en-us'] = 'Files';
|
||||
$text['label-files']['fr-fr'] = 'Fichiers';
|
||||
$text['button-add-file']['en-us'] = 'Add File';
|
||||
$text['button-add-file']['fr-fr'] = 'Ajouter Fichier';
|
||||
$text['button-add-dir']['en-us'] = 'Add Dir'; //add directory
|
||||
$text['button-add-dir']['fr-fr'] = 'Ajouter un Répertoire'; //add directory
|
||||
$text['button-rename-file']['en-us'] = 'Rename File';
|
||||
$text['button-rename-file']['fr-fr'] = 'Renommer le Fichier';
|
||||
$text['message-delete-file']['en-us'] = 'Are you sure you want to delete the selected file?';
|
||||
$text['button-delete']['en-us'] = " Delete ";
|
||||
$text['button-delete']['fr-fr'] = " Supprimé ";
|
||||
$text['button-close']['en-us'] = " Close ";
|
||||
$text['button-close']['fr-fr'] = " Fermé ";
|
||||
$text['label-path']['en-us'] = "Path:";
|
||||
$text['label-path']['fr-fr'] = "Chemin:";
|
||||
$text['label-file-name']['en-us'] = "File Name:";
|
||||
$text['label-file-name']['fr-fr'] = "Nom du Fichier:";
|
||||
$text['button-new-file']['en-us'] = "New File";
|
||||
$text['button-new-file']['fr-fr'] = "Nouveau Fichier";
|
||||
$text['label-file-name-orig']['en-us'] = "Original File Name:";
|
||||
$text['label-file-name-orig']['fr-fr'] = "Nom du Fichier Original:";
|
||||
$text['label-rename-file-to']['en-us'] = "Rename File To:";
|
||||
$text['label-rename-file-to']['fr-fr'] = "Renommer le Fichier en:";
|
||||
$text['label-files']['en-us'] = "Files";
|
||||
$text['label-files']['fr-fr'] = "Fichiers";
|
||||
$text['button-add-file']['en-us'] = "Add File";
|
||||
$text['button-add-file']['fr-fr'] = "Ajouter Fichier";
|
||||
$text['button-add-dir']['en-us'] = "Add Dir"; //add directory
|
||||
$text['button-add-dir']['fr-fr'] = "Ajouter un Répertoire"; //add directory
|
||||
$text['button-rename-file']['en-us'] = "Rename File";
|
||||
$text['button-rename-file']['fr-fr'] = "Renommer le Fichier";
|
||||
$text['message-delete-file']['en-us'] = "Are you sure you want to delete the selected file?";
|
||||
$text['message-delete-file']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le fichier sélectionné?";
|
||||
$text['button-del-file']['en-us'] = 'Delete File';
|
||||
$text['button-del-file']['fr-fr'] = 'Supprimer le Fichier';
|
||||
$text['message-delete-folder']['en-us'] = 'Are you sure you want to delete the selected folder?';
|
||||
$text['button-del-file']['en-us'] = "Delete File";
|
||||
$text['button-del-file']['fr-fr'] = "Supprimer le Fichier";
|
||||
$text['message-delete-folder']['en-us'] = "Are you sure you want to delete the selected folder?";
|
||||
$text['message-delete-folder']['fr-fr'] = "Etes-vous sûr de vouloir supprimer le répertoire sélectionné?";
|
||||
$text['button-del-dir']['en-us'] = 'Delete Dir'; //delete directory
|
||||
$text['button-del-dir']['fr-fr'] = 'Supprimer le répertoire'; //delete directory
|
||||
$text['message-error']['en-us'] = 'Error!!';
|
||||
$text['message-error']['fr-fr'] = 'Erreur!!';
|
||||
$text['label-folder-name']['en-us'] = 'Folder Name:';
|
||||
$text['label-folder-name']['fr-fr'] = 'Nom du Répertoire:';
|
||||
$text['button-new-folder']['en-us'] = 'New Folder';
|
||||
$text['button-new-folder']['fr-fr'] = 'Nouveau Répertoire';
|
||||
$text['button-delete-this']['en-us'] = 'Are you sure want to delete this?';
|
||||
$text['button-del-dir']['en-us'] = "Delete Dir"; //delete directory
|
||||
$text['button-del-dir']['fr-fr'] = "Supprimer le répertoire"; //delete directory
|
||||
$text['message-error']['en-us'] = "Error!!";
|
||||
$text['message-error']['fr-fr'] = "Erreur!!";
|
||||
$text['label-folder-name']['en-us'] = "Folder Name:";
|
||||
$text['label-folder-name']['fr-fr'] = "Nom du Répertoire:";
|
||||
$text['button-new-folder']['en-us'] = "New Folder";
|
||||
$text['button-new-folder']['fr-fr'] = "Nouveau Répertoire";
|
||||
$text['button-delete-this']['en-us'] = "Are you sure want to delete this?";
|
||||
$text['button-delete-this']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['button-search']['en-us'] = 'Search';
|
||||
$text['button-search']['fr-fr'] = 'Chercher';
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['label-file']['en-us'] = 'File:';
|
||||
$text['label-file']['fr-fr'] = 'Fichier:';
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['fr-fr'] = "Chercher";
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['label-file']['en-us'] = "File:";
|
||||
$text['label-file']['fr-fr'] = "Fichier:";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user