Show
Ignore:
Timestamp:
02/10/09 12:52:16 (3 years ago)
Author:
daris
Message:

portal: sorting out language file

Location:
branches/portal_by_daris
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/include/rewrite_rules.php

    r5 r24  
    1616$forum_rewrite_rules_portal = array( 
    1717        '/^forum(\.html?|\/)?$/i'                       => 'index.php?forum', 
    18         '/^articles(\.html?|\/)?$/i'                    => 'index.php?articles', 
    19         '/^article[\/_-]?([0-9]+).*(\.html?|\/)?$/i'    => 'index.php?article=$1', 
    2018        '/^pages(\.html?|\/)?$/i'                       => 'index.php?pages', 
    2119        '/^page[\/_-]?([0-9]+).*(\.html?|\/)?$/i'       => 'index.php?page=$1', 
    2220        '/^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', 
    2421); 
    2522 
  • branches/portal_by_daris/lang/English/portal.php

    r2 r24  
    33$lang_portal = array( 
    44 
    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', 
    1814'Page does not exist'           => 'Page does not exist', 
    1915 
     16// Admin panels head 
     17'Panels'                                        => 'Panels', 
    2018 
    21 // -- breadcrumbs 
    22 'Panels'                        => 'Panels', 
    23 'Edit panel'                    => 'Edit panel', 
     19// Admin pages head 
     20'Pages'                                         => 'Pages', 
    2421 
     22// Admmin portal head 
     23'Portal'                                        => 'Portal', 
    2524 
    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 
    4526// 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.', 
    4930'Not registered yet'            => 'Not registered yet?', 
    5031'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', 
    5738 
    5839// Recent posts 
    59 'No posts'                      => 'No posts', 
    60 'By'                            => 'By', 
     40'No posts'                                      => 'No posts', 
     41'By'                                            => 'By', 
    6142 
    6243// Search 
    63 'Submit search'                 => 'Search', 
     44'Submit search'                         => 'Search', 
    6445 
    6546);