Ignore:
Timestamp:
08/17/08 22:34:14 (4 years ago)
Author:
hverton
Message:

added the HotEditor BBcode WYSIWYG editor
added a user profile open to disable the editor (if globally enabled)
replaced the smiley system. Now images are included instead if smiley shorthand
added a few hundered new smiley images

File:
1 edited

Legend:

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

    r1639 r1648  
    938938        $localestrings['424'] = "Save"; 
    939939        load_localestrings($localestrings, LP_LOCALE, "admin.search", $step); 
     940 
     941        $localestrings = array(); 
     942        $localestrings['400'] = "Searches"; 
     943        $localestrings['401'] = "Search Title"; 
     944        $localestrings['402'] = "Visibility"; 
     945        $localestrings['403'] = "Options"; 
     946        $localestrings['404'] = "Deactivate"; 
     947        $localestrings['405'] = "Activate"; 
     948        $localestrings['406'] = "Modify this search"; 
     949        $localestrings['407'] = "Delete this search"; 
     950        $localestrings['408'] = "Currently there are no searches defined"; 
     951        $localestrings['409'] = "Add a Search"; 
     952        $localestrings['410'] = "from"; 
     953        $localestrings['411'] = "Try this search"; 
     954        $localestrings['420'] = "Search name:"; 
     955        $localestrings['421'] = "Module name:"; 
     956        $localestrings['422'] = "Search title:"; 
     957        $localestrings['423'] = "Search accessable for:"; 
     958        $localestrings['424'] = "Save"; 
     959        load_localestrings($localestrings, LP_LOCALE, "admin.searches", $step); 
    940960 
    941961        $localestrings = array(); 
     
    31333153        $localestrings['src438'] = "Date Joined:"; 
    31343154        $localestrings['src439'] = "Last Login:"; 
    3135         $localestrings['src440'] = "never";  
    3136         $localestrings['src441'] = "Attachment:";    
     3155        $localestrings['src440'] = "never"; 
     3156        $localestrings['src441'] = "Attachment:"; 
    31373157        $localestrings['src442'] = "produced <b>%s</b> results:"; 
    3138         $localestrings['src443'] = "count";  
     3158        $localestrings['src443'] = "count"; 
    31393159        $localestrings['src444'] = "Sort by"; 
    31403160        $localestrings['src445'] = "Note that depending on the selected location, not all sort options and result filters are relevant!"; 
     
    31493169        $localestrings['src515'] = "Members"; 
    31503170        load_localestrings($localestrings, LP_LOCALE, "main.search", $step); 
     3171 
     3172        $localestrings = array(); 
     3173        $localestrings['src400'] = "Search this site"; 
     3174        $localestrings['src401'] = "Search"; 
     3175        $localestrings['src402'] = "Result for your search"; 
     3176        $localestrings['src403'] = "Currently there are no searches defined"; 
     3177        $localestrings['src410'] = "Articles"; 
     3178        $localestrings['src411'] = "News"; 
     3179        $localestrings['src412'] = "Forum posts"; 
     3180        $localestrings['src413'] = "Forum attachments"; 
     3181        $localestrings['src414'] = "Downloads"; 
     3182        $localestrings['src415'] = "Members"; 
     3183        load_localestrings($localestrings, LP_LOCALE, "main.searches", $step); 
    31513184 
    31523185        $localestrings = array(); 
     
    33253358        $localestrings['u065'] = "Undisclosed"; 
    33263359        $localestrings['u066'] = "OpenID URL:"; 
     3360        $localestrings['u067'] = "use the BBcode WYSIWYG editor:"; 
    33273361        $localestrings['u901'] = "Full Name"; 
    33283362        load_localestrings($localestrings, LP_LOCALE, "main.user_fields", $step); 
     
    33663400if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    33673401if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3368 if (!defined('LP_DATE')) define('LP_DATE', "1217798860"); 
    3369 $lp_date = "1217798860"; 
     3402if (!defined('LP_DATE')) define('LP_DATE', "1218989654"); 
     3403$lp_date = "1218989654"; 
    33703404 
    33713405/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.