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

updated the members list with better filters, and a sort option on username, email, last visit date and country.
Rewritten the setup procedure to make it more fail-safe
Fixed getmxxrr() function, to return the lowest MX record first
Added the compiled locale files for Dutch (setup/global)

File:
1 edited

Legend:

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

    r1654 r1660  
    525525        $localestrings['402'] = "User Type"; 
    526526        $localestrings['403'] = "Add a new user"; 
    527         $localestrings['404'] = "Show All"; 
     527        $localestrings['404'] = "Filter on %s"; 
    528528        $localestrings['405'] = "Options"; 
    529529        $localestrings['406'] = "Country"; 
     
    535535        $localestrings['412'] = "%u members"; 
    536536        $localestrings['413'] = "Undelete this user"; 
     537        $localestrings['414'] = "Reset filter"; 
    537538        $localestrings['415'] = "Edit this user's profile"; 
    538539        $localestrings['416'] = "Activate this account"; 
     
    28182819        $localestrings['402'] = "User Type"; 
    28192820        $localestrings['403'] = "There are no user names found"; 
    2820         $localestrings['404'] = "Show All"; 
     2821        $localestrings['404'] = "Filter on %s"; 
    28212822        $localestrings['405'] = "Last visit"; 
    28222823        $localestrings['406'] = "Country"; 
     
    28272828        $localestrings['411'] = "%u member"; 
    28282829        $localestrings['412'] = "%u members"; 
     2830        $localestrings['414'] = "Reset filter"; 
    28292831        $localestrings['420'] = "Member Profile"; 
    28302832        $localestrings['422'] = "Statistics"; 
     
    31883190        $localestrings = array(); 
    31893191        $localestrings['400'] = "Select your default locale"; 
    3190         $localestrings['401'] = "Unable to establish database connection.<br><br>\nPlease ensure you have entered the correct details."; 
    3191         $localestrings['402'] = "Unable to select the database table.<br><br>\nPlease ensure you have entered the correct details."; 
     3192        $localestrings['401'] = "Unable to establish database connection."; 
     3193        $localestrings['402'] = "Unable to select the database table."; 
     3194        $localestrings['403'] = "Unable to run the ExiteCMS Setup"; 
     3195        $localestrings['404'] = "Please consult the setup instructions on our <a href='%s'>support website</a>"; 
     3196        $localestrings['405'] = "The cache directory is not writeable."; 
     3197        $localestrings['406'] = "on how to define the proper file rights."; 
     3198        $localestrings['407'] = "The template cache directory is not writeable"; 
     3199        $localestrings['408'] = "The setup procedure has already run. You can't run the setup twice."; 
     3200        $localestrings['409'] = "on how to reset your installation."; 
    31923201        $localestrings['410'] = "Welcome to ExiteCMS Setup"; 
    31933202        $localestrings['411'] = "Write permissions check passed"; 
     
    31953204        $localestrings['413'] = "Please ensure that your webserver has write<br />access (chmod) on these folders."; 
    31963205        $localestrings['414'] = "Please complete the following form and click 'Next Step'."; 
     3206        $localestrings['415'] = "No rights to create the configuration file."; 
     3207        $localestrings['416'] = "The locales cache directory is not writeable"; 
     3208        $localestrings['417'] = "Database Hostname invalid. Please enter a host name, IP address, or 'localhost'"; 
     3209        $localestrings['418'] = "Database Username invalid. Please enter a valid username"; 
     3210        $localestrings['419'] = "Database Password invalid. Please enter a valid password"; 
    31973211        $localestrings['420'] = "MySQL Database access settings"; 
    31983212        $localestrings['421'] = "Database Hostname:"; 
     
    32023216        $localestrings['425'] = "Table Prefix:"; 
    32033217        $localestrings['426'] = "Next Step >>"; 
     3218        $localestrings['427'] = "Database Name invalid. Please enter a valid name"; 
     3219        $localestrings['428'] = "Table prefix invalid. Please enter a valid prefix"; 
     3220        $localestrings['429'] = "Please check your database hostname, username and password"; 
    32043221        $localestrings['430'] = "Unable to write to config<br>\nPlease check write permissions and restart setup."; 
    32053222        $localestrings['431'] = "Setup was unable to create one or more database tables:<br>%s<br><br>\nPlease restart setup and try again.<br><br>\nIf you are unable to resolve this problem please visit our<br>\nlocal support site at <a href='http://exitecms.exite.eu' target='blank'>http://exitecms.exite.eu</a>"; 
    32063223        $localestrings['432'] = "The config has been written successfully.<br><br>\n"; 
    32073224        $localestrings['433'] = "The database tables have been created.<br><br>\nPlease complete the following form and click 'Next Step'."; 
     3225        $localestrings['434'] = "The Database '%s' does not exist or the database user has no rights to access it."; 
     3226        $localestrings['435'] = "Insufficient rights to create new tables in database '%s'."; 
    32083227        $localestrings['440'] = "Super Admin login details"; 
    32093228        $localestrings['441'] = "Username:"; 
     
    34033422if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    34043423if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3405 if (!defined('LP_DATE')) define('LP_DATE', "1218989654"); 
    3406 $lp_date = "1218989654"; 
     3424if (!defined('LP_DATE')) define('LP_DATE', "1219327583"); 
     3425$lp_date = "1219327583"; 
    34073426 
    34083427/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.