Changeset 1660 in ExiteCMS for trunk/files/locales/en.main.setup.php


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/files/locales/en.main.setup.php

    r1599 r1660  
    33// locale       : English 
    44// locale name  : main.setup 
    5 // generated on : Sun Aug 3 2008, 23:27:40 CEST 
     5// generated on : Thu Aug 21 2008, 16:06:23 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
    88$locale['400'] = "Select your default locale"; 
    9 $locale['401'] = "Unable to establish database connection.<br><br>\nPlease ensure you have entered the correct details."; 
    10 $locale['402'] = "Unable to select the database table.<br><br>\nPlease ensure you have entered the correct details."; 
     9$locale['401'] = "Unable to establish database connection."; 
     10$locale['402'] = "Unable to select the database table."; 
     11$locale['403'] = "Unable to run the ExiteCMS Setup"; 
     12$locale['404'] = "Please consult the setup instructions on our <a href='%s'>support website</a>"; 
     13$locale['405'] = "The cache directory is not writeable."; 
     14$locale['406'] = "on how to define the proper file rights."; 
     15$locale['407'] = "The template cache directory is not writeable"; 
     16$locale['408'] = "The setup procedure has already run. You can't run the setup twice."; 
     17$locale['409'] = "on how to reset your installation."; 
    1118$locale['410'] = "Welcome to ExiteCMS Setup"; 
    1219$locale['411'] = "Write permissions check passed"; 
     
    1421$locale['413'] = "Please ensure that your webserver has write<br />access (chmod) on these folders."; 
    1522$locale['414'] = "Please complete the following form and click 'Next Step'."; 
     23$locale['415'] = "No rights to create the configuration file."; 
     24$locale['416'] = "The locales cache directory is not writeable"; 
     25$locale['417'] = "Database Hostname invalid. Please enter a host name, IP address, or 'localhost'"; 
     26$locale['418'] = "Database Username invalid. Please enter a valid username"; 
     27$locale['419'] = "Database Password invalid. Please enter a valid password"; 
    1628$locale['420'] = "MySQL Database access settings"; 
    1729$locale['421'] = "Database Hostname:"; 
     
    2133$locale['425'] = "Table Prefix:"; 
    2234$locale['426'] = "Next Step >>"; 
     35$locale['427'] = "Database Name invalid. Please enter a valid name"; 
     36$locale['428'] = "Table prefix invalid. Please enter a valid prefix"; 
     37$locale['429'] = "Please check your database hostname, username and password"; 
    2338$locale['430'] = "Unable to write to config<br>\nPlease check write permissions and restart setup."; 
    2439$locale['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>"; 
    2540$locale['432'] = "The config has been written successfully.<br><br>\n"; 
    2641$locale['433'] = "The database tables have been created.<br><br>\nPlease complete the following form and click 'Next Step'."; 
     42$locale['434'] = "The Database '%s' does not exist or the database user has no rights to access it."; 
     43$locale['435'] = "Insufficient rights to create new tables in database '%s'."; 
    2744$locale['440'] = "Super Admin login details"; 
    2845$locale['441'] = "Username:"; 
Note: See TracChangeset for help on using the changeset viewer.