Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

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

    r1158 r1159  
    217217    $localestrings['513'] = " for the locale "; 
    218218    $localestrings['514'] = "Category Locale:"; 
    219     $localestrings['515'] = ""; 
     219    $localestrings['515'] = "Select a language:"; 
     220    $localestrings['516'] = "Add a download entry"; 
    220221    load_localestrings($localestrings, LP_LOCALE, "admin.downloads", $step); 
    221222 
     
    462463    $localestrings['252'] = "Unactivated Members:"; 
    463464    $localestrings['253'] = "Suspended Members:"; 
    464     $localestrings['255'] = "x"; 
     465    $localestrings['255'] = "Deleted Members:"; 
    465466    $localestrings['256'] = "x"; 
    466467    $localestrings['257'] = "Comments:"; 
     
    496497    $localestrings['411'] = "%u member"; 
    497498    $localestrings['412'] = "%u members"; 
     499    $localestrings['413'] = "Undelete this user"; 
    498500    $localestrings['415'] = "Edit this user's profile"; 
    499501    $localestrings['416'] = "Activate this account"; 
     
    25312533    $localestrings['426'] = "Account Suspended"; 
    25322534    $localestrings['427'] = "Official translator for the languages"; 
     2535    $localestrings['428'] = "Account Deleted"; 
    25332536    $localestrings['440'] = "Edit Profile"; 
    25342537    $localestrings['441'] = "Profile successfully updated"; 
Note: See TracChangeset for help on using the changeset viewer.