changed single quote to double quotes everywhere
This commit is contained in:
+344
-344
@@ -1,430 +1,430 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = "Content Manager";
|
||||
$apps[$x]['uuid'] = '892c8d0b-bfa5-1bdf-e090-a974da7a7c5e';
|
||||
$apps[$x]['category'] = 'System';
|
||||
$apps[$x]['subcategory'] = '';
|
||||
$apps[$x]['version'] = '';
|
||||
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = 'Manage Content for any page in the interface.';
|
||||
$apps[$x]['description']['es-mx'] = 'Administra el Contenido de cualquier pagina en la interfaz.';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['uuid'] = "892c8d0b-bfa5-1bdf-e090-a974da7a7c5e";
|
||||
$apps[$x]['category'] = "System";
|
||||
$apps[$x]['subcategory'] = "";
|
||||
$apps[$x]['version'] = "";
|
||||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "Manage Content for any page in the interface.";
|
||||
$apps[$x]['description']['es-mx'] = "Administra el Contenido de cualquier pagina en la interfaz.";
|
||||
$apps[$x]['description']['de-de'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['fr-fr'] = "Gerer le contenu des pages de l'interface.";
|
||||
$apps[$x]['description']['fr-ca'] = "Gerer le contenu des pages au interface.";
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Gerir o conteúdo de qualquer página na interface.';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Gerir o conteúdo de qualquer página na interface.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Content Manager';
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = 'Administrador de Contenido';
|
||||
$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'] = 'Contenu';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = 'Administrateur';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Conteúdo';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = '90397352-395c-40f6-2087-887144abc06d';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/content/rsslist.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Content Manager";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "Administrador de Contenido";
|
||||
$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'] = "Contenu";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "Administrateur";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Conteúdo";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/content/rsslist.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = 'content_view';
|
||||
$apps[$x]['permissions'][0]['menu']['uuid'] = '90397352-395c-40f6-2087-887144abc06d';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][0]['name'] = "content_view";
|
||||
$apps[$x]['permissions'][0]['menu']['uuid'] = "90397352-395c-40f6-2087-887144abc06d";
|
||||
$apps[$x]['permissions'][0]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][1]['name'] = 'content_add';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][1]['name'] = "content_add";
|
||||
$apps[$x]['permissions'][1]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][1]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][2]['name'] = 'content_edit';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][2]['name'] = "content_edit";
|
||||
$apps[$x]['permissions'][2]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][2]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][3]['name'] = 'content_delete';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][3]['name'] = "content_delete";
|
||||
$apps[$x]['permissions'][3]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][3]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_category_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_category_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_category_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['permissions'][$y]['name'] = "rss_sub_category_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "user";
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_rss';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rssid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rss_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_rss";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rssid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rss_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'] = 'rss_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]['fields'][$z]['name'] = "rss_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'] = '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']['text'] = 'rss_language';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsslanguage';
|
||||
$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'] = "rss_language";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslanguage";
|
||||
$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'] = 'rss_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscategory';
|
||||
$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'] = "rss_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
|
||||
$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'] = 'rss_sub_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategory';
|
||||
$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'] = "rss_sub_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
|
||||
$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'] = 'rss_title';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsstitle';
|
||||
$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'] = "rss_title";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsstitle";
|
||||
$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'] = 'rss_link';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsslink';
|
||||
$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'] = "rss_link";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsslink";
|
||||
$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'] = 'rss_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdesc';
|
||||
$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'] = "rss_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdesc";
|
||||
$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'] = 'rss_img';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssimg';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'bytea';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'blob';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'blob';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_img";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssimg";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "bytea";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "blob";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "blob";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_optional_1';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional1';
|
||||
$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'] = "rss_optional_1";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional1";
|
||||
$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'] = 'rss_optional_2';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional2';
|
||||
$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'] = "rss_optional_2";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional2";
|
||||
$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'] = 'rss_optional_3';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional3';
|
||||
$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'] = "rss_optional_3";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional3";
|
||||
$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'] = 'rss_optional_4';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional4';
|
||||
$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'] = "rss_optional_4";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional4";
|
||||
$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'] = 'rss_optional_5';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssoptional5';
|
||||
$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'] = "rss_optional_5";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssoptional5";
|
||||
$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'] = 'rss_add_date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadddate';
|
||||
$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'] = "rss_add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
|
||||
$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'] = 'rss_add_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadduser';
|
||||
$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'] = "rss_add_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
|
||||
$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'] = 'rss_del_date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdeldate';
|
||||
$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'] = "rss_del_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeldate";
|
||||
$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'] = 'rss_del_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssdeluser';
|
||||
$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'] = "rss_del_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssdeluser";
|
||||
$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'] = 'rss_order';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssorder';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_order";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssorder";
|
||||
$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'] = 'rss_content';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscontent';
|
||||
$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'] = "rss_content";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscontent";
|
||||
$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'] = 'rss_group';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssgroup';
|
||||
$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'] = "rss_group";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssgroup";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
$y = 1; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_rss_sub';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rsssubid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rss_sub_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_rss_sub";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rsssubid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rss_sub_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'] = 'rss_sub_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]['fields'][$z]['name'] = "rss_sub_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'] = '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']['text'] = 'rss_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "rss_id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$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'] = 'rss_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_rss';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'rss_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "rss_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_rss";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "rss_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'rss_sub_language';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssublanguage';
|
||||
$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'] = "rss_sub_language";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublanguage";
|
||||
$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'] = 'rss_sub_title';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubtitle';
|
||||
$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'] = "rss_sub_title";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubtitle";
|
||||
$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'] = 'rss_sub_link';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssublink';
|
||||
$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'] = "rss_sub_link";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssublink";
|
||||
$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'] = 'rss_sub_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdesc';
|
||||
$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'] = "rss_sub_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdesc";
|
||||
$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'] = 'rss_sub_optional_1';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional1';
|
||||
$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'] = "rss_sub_optional_1";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional1";
|
||||
$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'] = 'rss_sub_optional_2';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional2';
|
||||
$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'] = "rss_sub_optional_2";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional2";
|
||||
$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'] = 'rss_sub_optional_3';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional3';
|
||||
$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'] = "rss_sub_optional_3";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional3";
|
||||
$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'] = 'rss_sub_optional_4';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional4';
|
||||
$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'] = "rss_sub_optional_4";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional4";
|
||||
$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'] = 'rss_sub_optional_5';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssuboptional5';
|
||||
$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'] = "rss_sub_optional_5";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssuboptional5";
|
||||
$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'] = 'rss_sub_add_date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubadddate';
|
||||
$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'] = "rss_sub_add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadddate";
|
||||
$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'] = 'rss_sub_add_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubadduser';
|
||||
$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'] = "rss_sub_add_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubadduser";
|
||||
$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'] = 'rss_sub_del_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdeluser';
|
||||
$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'] = "rss_sub_del_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeluser";
|
||||
$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'] = 'rss_sub_del_date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubdeldate';
|
||||
$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'] = "rss_sub_del_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubdeldate";
|
||||
$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'] = 'rss_sub_parent_id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubparentid';
|
||||
$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']['text'] = "rss_sub_parent_id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubparentid";
|
||||
$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";
|
||||
|
||||
$y = 2; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_rss_sub_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'id';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rsssubcategoryid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'rss_sub_category_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_rss_sub_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rsssubcategoryid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = "rss_sub_category_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'] = 'rss_sub_category_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]['fields'][$z]['name'] = "rss_sub_category_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'] = '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']['text'] = 'rss_sub_category_language';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategorylanguage';
|
||||
$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'] = "rss_sub_category_language";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorylanguage";
|
||||
$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'] = 'rss_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsscategory';
|
||||
$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'] = "rss_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsscategory";
|
||||
$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'] = 'rss_sub_category';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategory';
|
||||
$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'] = "rss_sub_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategory";
|
||||
$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'] = 'rss_sub_category_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rsssubcategorydesc';
|
||||
$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'] = "rss_sub_category_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rsssubcategorydesc";
|
||||
$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'] = 'rss_sub_add_user';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadduser';
|
||||
$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'] = "rss_sub_add_user";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadduser";
|
||||
$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'] = 'rss_sub_add_date';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'rssadddate';
|
||||
$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'] = "rss_sub_add_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "rssadddate";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
|
||||
@@ -25,124 +25,124 @@
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['title-rss']['en-us'] = 'RSS Feed';
|
||||
$text['title-rss']['fr-fr'] = 'RSS Feed';
|
||||
$text['title-rss']['en-us'] = "RSS Feed";
|
||||
$text['title-rss']['fr-fr'] = "RSS Feed";
|
||||
|
||||
$text['description-rss']['en-us'] = 'Task List for RSS...';
|
||||
$text['description-rss']['fr-fr'] = 'Liste de Tâches pour RSS...';
|
||||
$text['description-rss']['en-us'] = "Task List for RSS...";
|
||||
$text['description-rss']['fr-fr'] = "Liste de Tâches pour RSS...";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Complete';
|
||||
$text['message-add']['fr-fr'] = 'ajouté';
|
||||
$text['message-add']['en-us'] = "Add Complete";
|
||||
$text['message-add']['fr-fr'] = "ajouté";
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
|
||||
$text['button-public']['en-us'] = 'public';
|
||||
$text['button-public']['fr-fr'] = 'public';
|
||||
$text['button-public']['en-us'] = "public";
|
||||
$text['button-public']['fr-fr'] = "public";
|
||||
|
||||
$text['label-order']['en-us'] = 'Order';
|
||||
$text['label-order']['fr-fr'] = 'Ordre';
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-content']['en-us'] = 'Content';
|
||||
$text['label-content']['fr-fr'] = 'Contenu';
|
||||
$text['label-content']['en-us'] = "Content";
|
||||
$text['label-content']['fr-fr'] = "Contenu";
|
||||
|
||||
$text['button-add-title']['en-us'] = 'Add';
|
||||
$text['button-add-title']['fr-fr'] = 'Ajouter';
|
||||
$text['button-add-title']['en-us'] = "Add";
|
||||
$text['button-add-title']['fr-fr'] = "Ajouter";
|
||||
|
||||
$text['message-delete-done']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete-done']['fr-fr'] = 'Supprimé';
|
||||
$text['message-delete-done']['en-us'] = "Delete Completed";
|
||||
$text['message-delete-done']['fr-fr'] = "Supprimé";
|
||||
|
||||
$text['label-list']['en-us'] = 'List';
|
||||
$text['label-list']['fr-fr'] = 'Liste';
|
||||
$text['label-list']['en-us'] = "List";
|
||||
$text['label-list']['fr-fr'] = "Liste";
|
||||
|
||||
$text['label-title']['en-us'] = 'Title';
|
||||
$text['label-title']['fr-fr'] = 'Titre';
|
||||
$text['label-title']['en-us'] = "Title";
|
||||
$text['label-title']['fr-fr'] = "Titre";
|
||||
|
||||
$text['label-link']['en-us'] = 'Link';
|
||||
$text['label-link']['fr-fr'] = 'Lien';
|
||||
$text['label-link']['en-us'] = "Link";
|
||||
$text['label-link']['fr-fr'] = "Lien";
|
||||
|
||||
$text['label-group']['en-us'] = 'Group';
|
||||
$text['label-group']['fr-fr'] = 'Groupe';
|
||||
$text['label-group']['en-us'] = "Group";
|
||||
$text['label-group']['fr-fr'] = "Groupe";
|
||||
|
||||
$text['label-order']['en-us'] = 'Order';
|
||||
$text['label-order']['fr-fr'] = 'Ordre';
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
$text['label-order']['fr-fr'] = "Ordre";
|
||||
|
||||
$text['label-edit']['en-us'] = 'Edit';
|
||||
$text['label-edit']['fr-fr'] = 'Editer';
|
||||
$text['label-edit']['en-us'] = "Edit";
|
||||
$text['label-edit']['fr-fr'] = "Editer";
|
||||
|
||||
$text['message-confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['message-confirm-delete']['fr-fr'] = 'Voulez-vous vraiment faire cela?';
|
||||
$text['message-confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['message-confirm-delete']['fr-fr'] = "Voulez-vous vraiment faire cela?";
|
||||
|
||||
$text['message-item-down']['en-us'] = 'Item Moved Down';
|
||||
$text['message-item-down']['fr-fr'] = 'Objet descendu';
|
||||
$text['message-item-down']['en-us'] = "Item Moved Down";
|
||||
$text['message-item-down']['fr-fr'] = "Objet descendu";
|
||||
|
||||
$text['message-item-up']['en-us'] = 'Item Moved Up';
|
||||
$text['message-item-up']['fr-fr'] = 'Objet remonté';
|
||||
$text['message-item-up']['en-us'] = "Item Moved Up";
|
||||
$text['message-item-up']['fr-fr'] = "Objet remonté";
|
||||
|
||||
$text['label-search']['en-us'] = 'Search Results';
|
||||
$text['label-search']['fr-fr'] = 'Resultats de la recherche';
|
||||
$text['label-search']['en-us'] = "Search Results";
|
||||
$text['label-search']['fr-fr'] = "Resultats de la recherche";
|
||||
|
||||
$text['label-id']['en-us'] = 'ID';
|
||||
$text['label-id']['fr-fr'] = 'ID';
|
||||
$text['label-id']['en-us'] = "ID";
|
||||
$text['label-id']['fr-fr'] = "ID";
|
||||
|
||||
$text['label-category']['en-us'] = 'Category';
|
||||
$text['label-category']['fr-fr'] = 'Categorie';
|
||||
$text['label-category']['en-us'] = "Category";
|
||||
$text['label-category']['fr-fr'] = "Categorie";
|
||||
|
||||
$text['label-sub-category']['en-us'] = 'Sub Category';
|
||||
$text['label-sub-category']['fr-fr'] = 'Sous Categorie';
|
||||
$text['label-sub-category']['en-us'] = "Sub Category";
|
||||
$text['label-sub-category']['fr-fr'] = "Sous Categorie";
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
|
||||
$text['button-search']['en-us'] = 'Search';
|
||||
$text['button-search']['fr-fr'] = 'recherche';
|
||||
$text['button-search']['en-us'] = "Search";
|
||||
$text['button-search']['fr-fr'] = "recherche";
|
||||
|
||||
$text['label-rss-category']['en-us'] = 'RSS Category';
|
||||
$text['label-rss-category']['fr-fr'] = 'RSS Categorie';
|
||||
$text['label-rss-category']['en-us'] = "RSS Category";
|
||||
$text['label-rss-category']['fr-fr'] = "RSS Categorie";
|
||||
|
||||
$text['button-update']['en-us'] = 'Update';
|
||||
$text['button-update']['fr-fr'] = 'Mise à Jour';
|
||||
$text['button-update']['en-us'] = "Update";
|
||||
$text['button-update']['fr-fr'] = "Mise à Jour";
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Complete';
|
||||
$text['message-update']['fr-fr'] = 'Mis à Jour';
|
||||
$text['message-update']['en-us'] = "Update Complete";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
|
||||
$text['label-details']['en-us'] = 'Details';
|
||||
$text['label-details']['fr-fr'] = 'Détails';
|
||||
$text['label-details']['en-us'] = "Details";
|
||||
$text['label-details']['fr-fr'] = "Détails";
|
||||
|
||||
$text['label-template']['en-us'] = 'Template';
|
||||
$text['label-template']['fr-fr'] = 'Template';
|
||||
$text['label-template']['en-us'] = "Template";
|
||||
$text['label-template']['fr-fr'] = "Template";
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['label-sub-id']['en-us'] = 'Sub ID';
|
||||
$text['label-sub-id']['fr-fr'] = 'Sous ID';
|
||||
$text['label-sub-id']['en-us'] = "Sub ID";
|
||||
$text['label-sub-id']['fr-fr'] = "Sous ID";
|
||||
|
||||
$text['label-sub-title']['en-us'] = 'Sub Title';
|
||||
$text['label-sub-title']['fr-fr'] = 'Sous Titre';
|
||||
$text['label-sub-title']['en-us'] = "Sub Title";
|
||||
$text['label-sub-title']['fr-fr'] = "Sous Titre";
|
||||
|
||||
$text['label-sub-link']['en-us'] = 'Sub Link';
|
||||
$text['label-sub-link']['fr-fr'] = 'Sub Link';
|
||||
$text['label-sub-link']['en-us'] = "Sub Link";
|
||||
$text['label-sub-link']['fr-fr'] = "Sub Link";
|
||||
|
||||
$text['label-sub-desc']['en-us'] = 'Sub Description';
|
||||
$text['label-sub-desc']['fr-fr'] = 'Sub Description';
|
||||
$text['label-sub-desc']['en-us'] = "Sub Description";
|
||||
$text['label-sub-desc']['fr-fr'] = "Sub Description";
|
||||
|
||||
$text['message-error-missing']['en-us'] = 'Error missing';
|
||||
$text['message-error-missing']['fr-fr'] = 'Erreur missing';
|
||||
$text['message-error-missing']['en-us'] = "Error missing";
|
||||
$text['message-error-missing']['fr-fr'] = "Erreur missing";
|
||||
|
||||
$text['message-description']['en-us'] = 'Please provide a description.';
|
||||
$text['message-description']['en-us'] = "Please provide a description.";
|
||||
$text['message-description']['fr-fr'] = "Merci d'écrire une description.";
|
||||
|
||||
$text['label-content-edit']['en-us'] = 'Content Edit';
|
||||
$text['label-content-edit']['en-us'] = "Content Edit";
|
||||
$text['label-content-edit']['fr-fr'] = "Edition du contenu";
|
||||
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['fr-fr'] = 'Type';
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
|
||||
$text['label-on-off']['en-us'] = 'on/off';
|
||||
$text['label-on-off']['fr-fr'] = 'on/off';
|
||||
$text['label-on-off']['en-us'] = "on/off";
|
||||
$text['label-on-off']['fr-fr'] = "on/off";
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarde';
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarde";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user