<?php
/*++++++++++++++++++++++++++++++++++++++++
Script: Maian Gallery v2.0
Written by: David Ian Bennett
E-Mail: hide@address.com
Website: http://www.maianscriptworld.co.uk
++++++++++++++++++++++++++++++++++++++++
This File: lang.php
Description: Language file for install
file
++++++++++++++++++++++++++++++++++++++++*/
$charset = 'iso-8859-1';
$setup = 'Maian Gallery v2.0 - Installation File';
$setup2 = 'Welcome to the installation file. Please check your connection information:';
$setup3 = 'Database Host';
$setup4 = 'Database Name';
$setup5 = 'Database Username';
$setup6 = 'Database Password';
$setup7 = 'Database Prefix';
$setup8 = 'Install Tables';
$setup9 = 'OK - Table Created';
$setup10 = 'ERROR - Table Aborted';
$setup11 = '<b>INSTALLATION TERMINATED!</b><br><br>One or more tables could not be created and the installation has terminated.<br><br>
Log into your server control panel and delete any tables that were created, then
try running the manual installation option.<br><br>Sorry for the inconvenience.
';
$setup12 = 'Install Data';
$setup13 = '<b>Installation Complete!</b><br><br>Don`t forget to delete or rename the /install/ folder.<br><br><br>
<a href="../admin/index.php" title="Go to Administration Area">Go to Administration Area</a> »<br><br><br>
Thanks for trying Maian Gallery.';
$setup14 = 'Creating tables...';
$setup15 = 'CURL Support <i>(Paypal Processing)</i>';
$setup16 = 'PHP Version';
$setup17 = 'Module/Version Check. If modules are not installed, contact your host. CURL is required
for payment processing, GD for captcha/watermarks';
$setup18 = 'GD Graphic Support <i>(Captcha)</i>';
$setup19 = 'OK';
$setup20 = 'Not Installed';
$setup22 = 'Version Too Old';
$setup23 = 'Installation Aborted - PHP version too old!';
$setup24 = 'Connection Status';
?>