Ignore:
Timestamp:
07/08/08 23:25:06 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1509:1537 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/administration/tools/language_pack_English.php

    r1509 r1538  
    234234        $localestrings['489'] = "Update Publication Date"; 
    235235        $localestrings['490'] = "Attention! All downloads in '%s' are publicly accessable!"; 
     236        $localestrings['491'] = "Count download externally:"; 
     237        $localestrings['492'] = "Yes"; 
     238        $localestrings['493'] = "No"; 
    236239        $localestrings['500'] = "Current Downloads"; 
    237240        $localestrings['501'] = "Download Item [Click to Test]"; 
     
    938941        $localestrings['425'] = "Required when the CMS is installed in a subdirectory of the website document root"; 
    939942        $localestrings['426'] = "Download Panel Layout:"; 
     943        $localestrings['427'] = "Use browser language detection:"; 
    940944        $localestrings['450'] = "Time and Date"; 
    941945        $localestrings['451'] = "Short date format:"; 
     
    22972301        $localestrings['580'] = "skype"; 
    22982302        $localestrings['581'] = "Top"; 
     2303        $localestrings['582'] = "Toggle full code view"; 
     2304        $localestrings['583'] = "download this %s code"; 
     2305        $localestrings['584'] = "download"; 
     2306        $localestrings['585'] = "Code:"; 
    22992307        load_localestrings($localestrings, LP_LOCALE, "forum.main", $step); 
    23002308 
     
    29923000        $localestrings['507'] = "The registration system is currently disabled."; 
    29933001        $localestrings['508'] = "New code"; 
     3002        $localestrings['509'] = "New user awaiting activation"; 
     3003        $localestrings['510'] = "The user '%s' has registered, please go the the user administration section to activate the new account"; 
    29943004        $localestrings['550'] = "Please specify a user name."; 
    29953005        $localestrings['551'] = "Please specify a password."; 
     
    32493259        $localestrings['u060'] = "Send Private Message"; 
    32503260        $localestrings['u061'] = "View all posts of this member"; 
     3261        $localestrings['u062'] = "Gender:"; 
     3262        $localestrings['u063'] = "Male"; 
     3263        $localestrings['u064'] = "Female"; 
     3264        $localestrings['u065'] = "Undisclosed"; 
    32513265        $localestrings['u901'] = "Full Name"; 
    32523266        load_localestrings($localestrings, LP_LOCALE, "main.user_fields", $step); 
     
    32903304if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    32913305if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3292 if (!defined('LP_DATE')) define('LP_DATE', "1214934137"); 
    3293 $lp_date = "1214934137"; 
     3306if (!defined('LP_DATE')) define('LP_DATE', "1215543504"); 
     3307$lp_date = "1215543504"; 
    32943308 
    32953309/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.