Ignore:
Timestamp:
07/29/10 17:16:11 (22 months ago)
Author:
root
Message:

merged trunk into branches PLi-Fusion and ITXP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ITXP/administration/tools/language_pack_English.php

    r2348 r2364  
    368368        $localestrings['493'] = "Refresh Forum Ordering"; 
    369369        $localestrings['494'] = "Subject prefix list:"; 
     370        $localestrings['495'] = "Use subject prefixes in this forum"; 
    370371        load_localestrings($localestrings, LP_LOCALE, "admin.forums", $step); 
    371372 
     
    25792580        $localestrings['473'] = "Comments (Max.length: 255 characters):"; 
    25802581        $localestrings['474'] = "Toggle Message"; 
     2582        $localestrings['475'] = "Error: Your are required to select a prefix when posting in this forum"; 
    25812583        $localestrings['480'] = " Make this Thread Sticky"; 
    25822584        $localestrings['481'] = " Show My Signature in this Post"; 
     
    25902592        $localestrings['500'] = "You cannot edit this post."; 
    25912593        $localestrings['501'] = "You cannot move a post that has a poll attached to it."; 
    2592         $localestrings['502'] = "You cannot edit this post. The thread has been locked by a moderator"; 
    25932594        $localestrings['530'] = "Search Forum"; 
    25942595        $localestrings['531'] = "Search Keyword(s)"; 
     
    25992600        $localestrings['550'] = "Thread Reply Notification - {THREAD_SUBJECT}"; 
    26002601        $localestrings['551'] = "Hello {USERNAME},\n\nA reply has been posted in the forum thread '{THREAD_SUBJECT}' which you are tracking at {SITE_NAME}. You can use the following link to view the reply:\n\n{THREAD_URL}\n\nIf you no longer wish to watch this thread you can click the 'Tracking Off' button located at the bottom of the thread.\n\nRegards,\n{SITE_WEBMASTER}."; 
     2602        $localestrings['552'] = "You cannot edit this post. The thread has been locked by a moderator"; 
    26012603        load_localestrings($localestrings, LP_LOCALE, "forum.post", $step); 
    26022604 
     
    38463848if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 
    38473849if (!defined('LP_VERSION')) define('LP_VERSION', "7.30"); 
    3848 if (!defined('LP_DATE')) define('LP_DATE', time()); 
     3850if (!defined('LP_DATE')) define('LP_DATE', "1280139239"); 
    38493851$lp_date = LP_DATE; 
    38503852 
Note: See TracChangeset for help on using the changeset viewer.