Changeset 1660 in ExiteCMS for trunk/files/locales/en.main.setup.php
- Timestamp:
- 08/21/08 16:07:21 (4 years ago)
- File:
-
- 1 edited
-
trunk/files/locales/en.main.setup.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/files/locales/en.main.setup.php
r1599 r1660 3 3 // locale : English 4 4 // locale name : main.setup 5 // generated on : Sun Aug 3 2008, 23:27:40CEST5 // generated on : Thu Aug 21 2008, 16:06:23 CEST 6 6 // translators : ExiteCMS team,WanWizard 7 7 // ---------------------------------------------------------- 8 8 $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."; 11 18 $locale['410'] = "Welcome to ExiteCMS Setup"; 12 19 $locale['411'] = "Write permissions check passed"; … … 14 21 $locale['413'] = "Please ensure that your webserver has write<br />access (chmod) on these folders."; 15 22 $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"; 16 28 $locale['420'] = "MySQL Database access settings"; 17 29 $locale['421'] = "Database Hostname:"; … … 21 33 $locale['425'] = "Table Prefix:"; 22 34 $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"; 23 38 $locale['430'] = "Unable to write to config<br>\nPlease check write permissions and restart setup."; 24 39 $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>"; 25 40 $locale['432'] = "The config has been written successfully.<br><br>\n"; 26 41 $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'."; 27 44 $locale['440'] = "Super Admin login details"; 28 45 $locale['441'] = "Username:";
Note: See TracChangeset
for help on using the changeset viewer.
