Changeset 1660 in ExiteCMS for trunk/administration/tools/language_pack_English.php
- Timestamp:
- 08/21/08 16:07:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1654 r1660 525 525 $localestrings['402'] = "User Type"; 526 526 $localestrings['403'] = "Add a new user"; 527 $localestrings['404'] = " Show All";527 $localestrings['404'] = "Filter on %s"; 528 528 $localestrings['405'] = "Options"; 529 529 $localestrings['406'] = "Country"; … … 535 535 $localestrings['412'] = "%u members"; 536 536 $localestrings['413'] = "Undelete this user"; 537 $localestrings['414'] = "Reset filter"; 537 538 $localestrings['415'] = "Edit this user's profile"; 538 539 $localestrings['416'] = "Activate this account"; … … 2818 2819 $localestrings['402'] = "User Type"; 2819 2820 $localestrings['403'] = "There are no user names found"; 2820 $localestrings['404'] = " Show All";2821 $localestrings['404'] = "Filter on %s"; 2821 2822 $localestrings['405'] = "Last visit"; 2822 2823 $localestrings['406'] = "Country"; … … 2827 2828 $localestrings['411'] = "%u member"; 2828 2829 $localestrings['412'] = "%u members"; 2830 $localestrings['414'] = "Reset filter"; 2829 2831 $localestrings['420'] = "Member Profile"; 2830 2832 $localestrings['422'] = "Statistics"; … … 3188 3190 $localestrings = array(); 3189 3191 $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."; 3192 3201 $localestrings['410'] = "Welcome to ExiteCMS Setup"; 3193 3202 $localestrings['411'] = "Write permissions check passed"; … … 3195 3204 $localestrings['413'] = "Please ensure that your webserver has write<br />access (chmod) on these folders."; 3196 3205 $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"; 3197 3211 $localestrings['420'] = "MySQL Database access settings"; 3198 3212 $localestrings['421'] = "Database Hostname:"; … … 3202 3216 $localestrings['425'] = "Table Prefix:"; 3203 3217 $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"; 3204 3221 $localestrings['430'] = "Unable to write to config<br>\nPlease check write permissions and restart setup."; 3205 3222 $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>"; 3206 3223 $localestrings['432'] = "The config has been written successfully.<br><br>\n"; 3207 3224 $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'."; 3208 3227 $localestrings['440'] = "Super Admin login details"; 3209 3228 $localestrings['441'] = "Username:"; … … 3403 3422 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3404 3423 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3405 if (!defined('LP_DATE')) define('LP_DATE', "121 8989654");3406 $lp_date = "121 8989654";3424 if (!defined('LP_DATE')) define('LP_DATE', "1219327583"); 3425 $lp_date = "1219327583"; 3407 3426 3408 3427 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
