Changeset 24 for branches/portal_by_daris
- Timestamp:
- 02/10/09 12:52:16 (3 years ago)
- Location:
- branches/portal_by_daris
- Files:
-
- 2 modified
-
include/rewrite_rules.php (modified) (1 diff)
-
lang/English/portal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/include/rewrite_rules.php
r5 r24 16 16 $forum_rewrite_rules_portal = array( 17 17 '/^forum(\.html?|\/)?$/i' => 'index.php?forum', 18 '/^articles(\.html?|\/)?$/i' => 'index.php?articles',19 '/^article[\/_-]?([0-9]+).*(\.html?|\/)?$/i' => 'index.php?article=$1',20 18 '/^pages(\.html?|\/)?$/i' => 'index.php?pages', 21 19 '/^page[\/_-]?([0-9]+).*(\.html?|\/)?$/i' => 'index.php?page=$1', 22 20 '/^news[\/_-](rss|atom)(\.html?|\/)?$/i' => 'extern.php?portal_feed=news&type=$1', 23 '/^articles[\/_-](rss|atom)(\.html?|\/)?$/i' => 'extern.php?portal_feed=articles&type=$1',24 21 ); 25 22 -
branches/portal_by_daris/lang/English/portal.php
r2 r24 3 3 $lang_portal = array( 4 4 5 /*********************************************************************** 6 index/articles/pages 7 /**********************************************************************/ 8 9 'Author' => 'Author', 10 'Posted' => 'Posted', 11 'Views' => 'Views', 12 'Comments' => 'Comments', 13 'News' => 'News', 14 'Pages' => 'Pages', 15 'No news' => 'There are no news', 16 'No pages' => 'There are no pages', 17 'Read more' => 'Read more', 5 'Author' => 'Author', 6 'Posted' => 'Posted', 7 'Views' => 'Views', 8 'Comments' => 'Comments', 9 'News' => 'News', 10 'Pages' => 'Pages', 11 'No news' => 'There are no news', 12 'No pages' => 'There are no pages', 13 'Read more' => 'Read more', 18 14 'Page does not exist' => 'Page does not exist', 19 15 16 // Admin panels head 17 'Panels' => 'Panels', 20 18 21 // -- breadcrumbs 22 'Panels' => 'Panels', 23 'Edit panel' => 'Edit panel', 19 // Admin pages head 20 'Pages' => 'Pages', 24 21 22 // Admmin portal head 23 'Portal' => 'Portal', 25 24 26 /*********************************************************************** 27 Admin - pages 28 /**********************************************************************/ 29 30 // -- breadcrumbs 31 'Pages' => 'Pages', 32 'Edit page' => 'Edit page', 33 34 /*********************************************************************** 35 Admin - Portal 36 /**********************************************************************/ 37 38 'Portal' => 'Portal', 39 40 41 /*********************************************************************** 42 Panels 43 /**********************************************************************/ 44 25 // Panels 45 26 // Who's online 46 'Welcome' => 'Welcome',47 'Welcome Guest' => 'Welcome Guest',48 'Please login' => 'Please login.',27 'Welcome' => 'Welcome', 28 'Welcome Guest' => 'Welcome Guest.', 29 'Please login' => 'Please login.', 49 30 'Not registered yet' => 'Not registered yet?', 50 31 'Forgotten your password' => 'Forgotten your password?', 51 'Online' => 'Online:',52 'Users' => 'Users',53 'Topics' => 'Topics',54 'Posts' => 'Posts',55 'Users online' => 'Users online',56 'Guests online' => 'Guests online',32 'Online' => 'Online:', 33 'Users' => 'Users', 34 'Topics' => 'Topics', 35 'Posts' => 'Posts', 36 'Users online' => 'Users online', 37 'Guests online' => 'Guests online', 57 38 58 39 // Recent posts 59 'No posts' => 'No posts',60 'By' => 'By',40 'No posts' => 'No posts', 41 'By' => 'By', 61 42 62 43 // Search 63 'Submit search' => 'Search',44 'Submit search' => 'Search', 64 45 65 46 );