Changeset 1664 in ExiteCMS
- Timestamp:
- 08/21/08 20:55:17 (3 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
administration/tools/language_pack_English.php (modified) (1 diff)
-
administration/tools/language_pack_Nederlands.php (modified) (1 diff)
-
administration/upgrade/rev01615.php (modified) (1 diff)
-
files/locales/en.main.global.php (modified) (1 diff)
-
files/locales/en.main.setup.php (modified) (1 diff)
-
files/locales/nl.main.global.php (modified) (1 diff)
-
files/locales/nl.main.setup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1661 r1664 3423 3423 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3424 3424 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3425 if (!defined('LP_DATE')) define('LP_DATE', "12193 35044");3426 $lp_date = "12193 35044";3425 if (!defined('LP_DATE')) define('LP_DATE', "1219343691"); 3426 $lp_date = "1219343691"; 3427 3427 3428 3428 /*---------------------------------------------------+ -
trunk/administration/tools/language_pack_Nederlands.php
r1661 r1664 3423 3423 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3424 3424 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3425 if (!defined('LP_DATE')) define('LP_DATE', "12193 35047");3426 $lp_date = "12193 35047";3425 if (!defined('LP_DATE')) define('LP_DATE', "1219343694"); 3426 $lp_date = "1219343694"; 3427 3427 3428 3428 /*---------------------------------------------------+ -
trunk/administration/upgrade/rev01615.php
r1627 r1664 50 50 51 51 // add the ExiteCMS core searches to the search table 52 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'articles', 'src 410', 1, '1.0.0', 1, 0)");53 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'news', 'src 411', 1, '1.0.0', 1, 0)");54 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'forumposts', 'src 412', 1, '1.0.0', 1, 0)");55 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'forumattachments', 'src 413', 1, '1.0.0', 1, 0)");56 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'downloads', 'src 414', 1, '1.0.0', 1, 0)");57 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'members', 'src 415', 0, '1.0.0', 1, 0)");52 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'articles', 'src510', 1, '1.0.0', 1, 0)"); 53 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'news', 'src511', 1, '1.0.0', 1, 0)"); 54 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'forumposts', 'src512', 1, '1.0.0', 1, 0)"); 55 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'forumattachments', 'src513', 1, '1.0.0', 1, 0)"); 56 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'downloads', 'src514', 1, '1.0.0', 1, 0)"); 57 $commands[] = array('type' => 'db', 'value' => "INSERT INTO ##PREFIX##search (search_mod_id, search_mod_core, search_name, search_title, search_fulltext, search_version, search_active, search_visibility) VALUES(0, 1, 'members', 'src515', 0, '1.0.0', 1, 0)"); 58 58 59 59 // update the admin link to search -
trunk/files/locales/en.main.global.php
r1661 r1664 3 3 // locale : English 4 4 // locale name : main.global 5 // generated on : Thu Aug 21 2008, 18:10:50CEST5 // generated on : Thu Aug 21 2008, 20:34:37 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- -
trunk/files/locales/en.main.setup.php
r1661 r1664 3 3 // locale : English 4 4 // locale name : main.setup 5 // generated on : Thu Aug 21 2008, 18:10:44CEST5 // generated on : Thu Aug 21 2008, 20:34:51 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- -
trunk/files/locales/nl.main.global.php
r1661 r1664 3 3 // locale : English 4 4 // locale name : main.global 5 // generated on : Thu Aug 21 2008, 18:10:47CEST5 // generated on : Thu Aug 21 2008, 20:34:54 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- -
trunk/files/locales/nl.main.setup.php
r1661 r1664 3 3 // locale : English 4 4 // locale name : main.setup 5 // generated on : Thu Aug 21 2008, 18:10:47CEST5 // generated on : Thu Aug 21 2008, 20:34:54 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
