Ignore:
Timestamp:
07/03/08 16:21:19 (4 years ago)
Author:
hverton
Message:

new language setup field to enable/disable browser language detection (disable = force default language)
introduced a new 'gender' field in the user profile

File:
1 edited

Legend:

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

    r1502 r1520  
    938938        $localestrings['425'] = "Required when the CMS is installed in a subdirectory of the website document root"; 
    939939        $localestrings['426'] = "Download Panel Layout:"; 
     940        $localestrings['427'] = "Use browser language detection:"; 
    940941        $localestrings['450'] = "Time and Date"; 
    941942        $localestrings['451'] = "Short date format:"; 
     
    32493250        $localestrings['u060'] = "Send Private Message"; 
    32503251        $localestrings['u061'] = "View all posts of this member"; 
     3252        $localestrings['u062'] = "Gender:"; 
     3253        $localestrings['u063'] = "Male"; 
     3254        $localestrings['u064'] = "Female"; 
     3255        $localestrings['u065'] = "Undisclosed"; 
    32513256        $localestrings['u901'] = "Full Name"; 
    32523257        load_localestrings($localestrings, LP_LOCALE, "main.user_fields", $step); 
Note: See TracChangeset for help on using the changeset viewer.