Ignore:
Timestamp:
05/30/08 21:41:54 (4 years ago)
Author:
hverton
Message:

added a new module to define forum ranking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1407 r1420  
    491491        $localestrings['236'] = "Language Settings"; 
    492492        $localestrings['237'] = "Webmaster Toolbox for"; 
     493        $localestrings['238'] = "Forum Ranking"; 
    493494        $localestrings['250'] = "Website Statistics"; 
    494495        $localestrings['251'] = "Registered Members:"; 
     
    514515        $localestrings['309'] = "You can not install this language pack. This pack is for ExiteCMS version"; 
    515516        load_localestrings($localestrings, LP_LOCALE, "admin.main", $step); 
     517 
     518        $localestrings = array(); 
     519        $localestrings['400'] = "Forum Rankings"; 
     520        $localestrings['401'] = "Add a new ranking"; 
     521        $localestrings['402'] = "Edit a ranking"; 
     522        $localestrings['408'] = "There are no forum rankings defined"; 
     523        $localestrings['409'] = "Note: The rankings are processed in the order shown here. Comparison stops at the first hit. If you use group membership filtering, and you have duplicate post ranges, make sure that the order is correct!"; 
     524        $localestrings['411'] = "Posts range"; 
     525        $localestrings['412'] = "Rank title"; 
     526        $localestrings['413'] = "Rank image"; 
     527        $localestrings['414'] = "Only for members of"; 
     528        $localestrings['415'] = "Order"; 
     529        $localestrings['416'] = "Options"; 
     530        $localestrings['417'] = "Move this rank up"; 
     531        $localestrings['418'] = "Move this rank down"; 
     532        $localestrings['419'] = "Edit this rank"; 
     533        $localestrings['420'] = "Delete this rank"; 
     534        $localestrings['421'] = "Posts selection range:"; 
     535        $localestrings['422'] = "From"; 
     536        $localestrings['423'] = "To"; 
     537        $localestrings['424'] = "Posts"; 
     538        $localestrings['425'] = "Rank title:"; 
     539        $localestrings['426'] = "Rank image:"; 
     540        $localestrings['427'] = "- none -"; 
     541        $localestrings['428'] = "Repeat this image:"; 
     542        $localestrings['429'] = "Times"; 
     543        $localestrings['430'] = "Available groups:"; 
     544        $localestrings['431'] = "Selected groups:"; 
     545        $localestrings['432'] = "Save this ranking"; 
     546        $localestrings['433'] = "Apply this ranking to the following user groups only:"; 
     547        $localestrings['434'] = "Rank order:"; 
     548        $localestrings['435'] = "Rank group comparison using:"; 
     549        $localestrings['436'] = " and "; 
     550        $localestrings['437'] = " or "; 
     551        $localestrings['438'] = "Rank title color:"; 
     552        $localestrings['439'] = "Show title as tooltip:"; 
     553        $localestrings['440'] = "No"; 
     554        $localestrings['441'] = "Yes"; 
     555        $localestrings['490'] = "The Post selection range must be filled in, and both values most be positive integers!"; 
     556        $localestrings['491'] = "The Post selection range must be filled in, and From must be lower than To!"; 
     557        $localestrings['492'] = "Ranking succesfully deleted"; 
     558        load_localestrings($localestrings, LP_LOCALE, "admin.ranking", $step); 
    516559 
    517560        $localestrings = array(); 
     
    889932        $localestrings['532'] = "Error: The session timeout value should be greater than the extended login timeout!"; 
    890933        $localestrings['533'] = "Error: The extended login timeout should be greater than the standard login timeout!"; 
     934        $localestrings['534'] = "Forum edit timeout:"; 
     935        $localestrings['535'] = "Hour"; 
     936        $localestrings['536'] = "Hours"; 
    891937        $localestrings['550'] = "Security"; 
    892938        $localestrings['551'] = "Enable registration system?"; 
     
    12121258        $localestrings['es'] = "Spain"; 
    12131259        $localestrings['et'] = "Ethiopia"; 
     1260        $localestrings['eu'] = "European Union"; 
    12141261        $localestrings['fi'] = "Finland"; 
    12151262        $localestrings['fj'] = "Fiji"; 
     
    12881335        $localestrings['mm'] = "Myanmar"; 
    12891336        $localestrings['mn'] = "Mongolia"; 
     1337        $localestrings['mo'] = "Macau"; 
    12901338        $localestrings['mp'] = "Northern Mariana Islands"; 
    12911339        $localestrings['mq'] = "Martinique"; 
     
    13211369        $localestrings['pm'] = "Saint Pierre And Miquelon"; 
    13221370        $localestrings['pr'] = "Puerto Rico"; 
     1371        $localestrings['pr'] = "Palestinian Territories"; 
    13231372        $localestrings['pt'] = "Portugal"; 
    13241373        $localestrings['pw'] = "Palau"; 
     
    13621411        $localestrings['tv'] = "Tuvalu"; 
    13631412        $localestrings['tw'] = "Taiwan, Province Of China"; 
     1413        $localestrings['tz'] = "Tanzania"; 
    13641414        $localestrings['ua'] = "Ukraine"; 
    13651415        $localestrings['ug'] = "Uganda"; 
     
    21622212        $localestrings['517'] = "Toggle smileys"; 
    21632213        $localestrings['518'] = "pixels"; 
     2214        $localestrings['519'] = ""; 
    21642215        $localestrings['520'] = "Moderator Options:"; 
    21652216        $localestrings['521'] = "Delete Thread"; 
Note: See TracChangeset for help on using the changeset viewer.