Файл: install/lang/lang_english.php
Строк: 69
<?php
$lang = array();
$lang['MYSQLFILL'] = 'Please fill in your MySQL database details below';
$lang['MYSQLHOST'] = 'MySQL Host';
$lang['HOSTHELP'] = 'The host address of your MySQL database, usually localhost';
$lang['MYSQLUSER'] = 'MySQL Username';
$lang['USERHELP'] = 'The username used to access your MySQL database';
$lang['MYSQLPASS'] = 'MySQL Password';
$lang['PASSHELP'] = 'The password used to access your MySQL database';
$lang['MYSQLNAME'] = 'MySQL Database Name';
$lang['NAMEHELP'] = 'The name of your database, you must have first created this';
$lang['MYSQLPRE'] = 'MySQL Table Prefix';
$lang['PREHELP'] = 'The text that comes before the table names, not requried';
$lang['NEXT'] = 'Next >>';
$lang['ERROR1044'] = 'This user does not have access to the database specified';
$lang['ERROR1046'] = 'Please specify a database name';
$lang['ERROR1049'] = 'Database does not exist, please create it';
$lang['ERROR1045'] = 'MySQL Username or Password incorrect';
$lang['ERROR2005'] = 'Could not connect to host';
$lang['ERRORIMAGES'] = 'Could not write to your images folder.<br><br>Please check that you have set the chmod/permisions to 0777';
$lang['ERRORCONFIG'] = 'Could not write to your includes/config.php file.<br><br>Please check that you have set the chmod/permisions to 0777';
$lang['CLICKHERE'] = 'Click here';
$lang['CORRECTED'] = 'once you have corrected this';
$lang['ADMUSER'] = 'Admin Username';
$lang['ADMUSERHELP'] = 'The username that will be used when managing the site';
$lang['ADMPASS'] = 'Admin Password';
$lang['ADMPASSHELP'] = 'The password that will be used when managing the site';
$lang['ADMFILL'] = 'Please Fill in the username and password you would like to use to access the admin panel';
$lang['THANKYOU'] = 'Thank you for installing MaterialChat, please use the links below';
?>