Welcome to the installation wizard for MyBB {1}. MyBB has detected it is already configured this directory.

Please choose a suitable action below:

Upgrade my existing copy of MyBB to {1} (Recommended)

This option will upgrade your current version of MyBB to MyBB {1}.

You should choose this option when you wish to retain your current forum threads, posts, users and other information.

Install a new copy of MyBB

This option will delete any existing forum you may have set up and install a fresh version of MyBB.

You should choose this option to erase your existing copy of MyBB if you wish to start again.

"; $l['mybb_incorrect_folder'] = "

MyBB has detected that it is running from the \"Upload\" directory.

While there is nothing wrong with this, it is recommended that your upload the contents of the \"Upload\" directory and not the directory itself.

For more information please see the MyBB Docs.

"; $l['welcome_step'] = '

Welcome to the installation wizard for MyBB {1}. This wizard will install and configure a copy of MyBB on your server.

Now that you\'ve uploaded the MyBB files the database and settings need to be created and imported. Below is an outline of what is going to be completed during installation.

After each step has successfully been completed, click Next to move on to the next step.

Click "Next" to view the MyBB license agreement.

(What information is sent?)

'; $l['license_step'] = '
{1}

By clicking Next, you agree to the terms stated in the MyBB License Agreement above.

'; $l['req_step_top'] = '

Before you can install MyBB, we must check that you meet the minimum requirements for installation.

'; $l['req_step_reqtable'] = '
Requirements Check
Requirements
PHP Version: {1}
Supported DB Extensions: {2}
Supported Translation Extensions: {3}
PHP XML Extensions: {4}
Configuration File Writable: {5}
Settings File Writable: {6}
Cache Directory Writable: {7}
File Uploads Directory Writable: {8}
Avatar Uploads Directory Writable: {9}
'; $l['req_step_reqcomplete'] = '

Congratulations, you meet the requirements to run MyBB.

Click Next to continue with the installation process.

'; $l['req_step_span_fail'] = '{1}'; $l['req_step_span_pass'] = '{1}'; $l['req_step_error_box'] = '

{1}

'; $l['req_step_error_phpversion'] = 'MyBB Requires PHP 5.1.0 or later to run. You currently have {1} installed.'; $l['req_step_error_dboptions'] = 'MyBB requires one or more suitable database extensions to be installed. Your server reported that none were available.'; $l['req_step_error_xmlsupport'] = 'MyBB requires PHP to be compiled with support for XML Data Handling. Please see PHP.net for more information.'; $l['req_step_error_configdefaultfile'] = 'The configuration file (inc/config.default.php) could not be renamed. Please manually rename the config.default.php file to config.php to allow it to be written to or contact MyBB Support.'; $l['req_step_error_configfile'] = 'The configuration file (inc/config.php) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_settingsfile'] = 'The settings file (inc/settings.php) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_cachedir'] = 'The cache directory (cache/) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_uploaddir'] = 'The uploads directory (uploads/) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_avatardir'] = 'The avatars directory (uploads/avatars/) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_cssddir'] = 'The css directory (css/) is not writable. Please adjust the chmod permissions to allow it to be written to.'; $l['req_step_error_tablelist'] = '

Error

The MyBB Requirements check failed due to the reasons below. MyBB installation cannot continue because you did not meet the MyBB requirements. Please correct the errors below and try again:

{1}
'; $l['db_step_config_db'] = '

It is now time to configure the database that MyBB will use as well as your database authentication details. If you do not have this information, it can usually be obtained from your webhost.

'; $l['db_step_config_table'] = '
Database Configuration
{2}
Database Settings

Once you\'ve checked these details are correct, click next to continue.

'; $l['database_settings'] = "Database Settings"; $l['database_path'] = "Database Path:"; $l['database_host'] = "Database Server Hostname:"; $l['database_user'] = "Database Username:"; $l['database_pass'] = "Database Password:"; $l['database_name'] = "Database Name:"; $l['table_settings'] = "Table Settings"; $l['table_prefix'] = "Table Prefix:"; $l['table_encoding'] = "Table Encoding:"; $l['db_step_error_config'] = '

Error

There seems to be one or more errors with the database configuration information that you supplied:

{1}

Once the above are corrected, continue with the installation.

'; $l['db_step_error_invalidengine'] = 'You have selected an invalid database engine. Please make your selection from the list below.'; $l['db_step_error_noconnect'] = 'Could not connect to the database server at \'{1}\' with the supplied username and password. Are you sure the hostname and user details are correct?'; $l['db_step_error_nodbname'] = 'Could not select the database \'{1}\'. Are you sure it exists and the specified username and password have access to it?'; $l['db_step_error_missingencoding'] = 'You have not selected an encoding yet. Please make sure you selected an encoding before continuing. (Select \'UTF-8 Unicode\' if you are not sure)'; $l['db_step_error_sqlite_invalid_dbname'] = 'You may not use relative URLs for SQLite databases. Please use a file system path (ex: /home/user/database.db) for your SQLite database.'; $l['db_step_error_invalid_tableprefix'] = 'You may only use an underscore (_) and alphanumeric characters in a table prefix. Please use a valid table prefix before continuing.'; $l['db_step_error_tableprefix_too_long'] = 'You may only use a table prefix with a length of 40 characters or less. Please use a shorter table prefix before continuing.'; $l['tablecreate_step_connected'] = '

Connection to the database server and database you specified was successful.

Database Engine: {1} {2}

The MyBB database tables will now be created.

'; $l['tablecreate_step_created'] = 'Creating table {1}...'; $l['tablecreate_step_done'] = '

All tables have been created, click Next to populate them.

'; $l['populate_step_insert'] = '

Now that the basic tables have been created, it\'s time to insert the default data.

'; $l['populate_step_inserted'] = '

The default data has successfully been inserted into the database. Click Next to insert the default MyBB template and theme sets.

'; $l['theme_step_importing'] = '

Loading and importing theme and template file...

'; $l['theme_step_imported'] = '

The default theme and template sets have been successfully inserted. Click Next to configure the basic options for your board.

'; $l['config_step_table'] = '

It is now time for you to configure the basic settings for your forums such as forum name, URL, your website details, along with your "cookie" domain and paths. These settings can easily be changed in the future through the MyBB Admin Control Panel.

Board Configuration
Forum Details
Website Details
Cookie settings (?)
Contact Details (Shown in footer)

Once you\'ve correctly entered the details above and are ready to proceed, click Next.

'; $l['config_step_error_config'] = '

Error

There seems to be one or more errors with the board configuration you supplied:

{1}

Once the above are corrected, continue with the installation.

'; $l['config_step_error_url'] = 'You did not enter the URL to your forums.'; $l['config_step_error_name'] = 'You did not enter a name for your copy of MyBB.'; $l['admin_step_setupsettings'] = '

Setting up basic board settings...

'; $l['admin_step_insertesettings'] = '

Inserted {1} settings into {2} groups.

Updating settings with user defined values.

'; $l['admin_step_insertedtasks'] = '

Inserted {1} scheduled tasks.

'; $l['admin_step_insertedviews'] = '

Inserted {1} admin views.

'; $l['admin_step_createadmin'] ='

You need to create an initial administrator account for you to login and manage your copy of MyBB. Please fill in the required fields below to create this account.

'; $l['admin_step_admintable'] = '
Administrator Account Details
Account Details
Contact Details

Once you\'ve correctly entered the details above and are ready to proceed, click Next.

'; $l['admin_step_error_config'] = '

Error

There seems to be one or more errors with the board configuration you supplied:

{1}

Once the above are corrected, continue with the installation.

'; $l['admin_step_error_nouser'] = 'You did not enter a username for your Administrator account.'; $l['admin_step_error_nopassword'] = 'You did not enter a password for your Administrator account.'; $l['admin_step_error_nomatch'] = 'The passwords you entered do not match.'; $l['admin_step_error_noemail'] = 'You did not enter your email address for the Administrator\'s account.'; $l['done_step_usergroupsinserted'] = "

Importing user groups..."; $l['done_step_admincreated'] = '

Creating Administrator account...'; $l['done_step_adminoptions'] = '

Building Administrator permissions...'; $l['done_step_cachebuilding'] = '

Building data caches...'; $l['done_step_success'] = '

Your copy of MyBB has successfully been installed and configured correctly.

The MyBB Group thanks you for your support in installing our software and we hope to see you around the Community Forums if you need help or wish to become a part of the MyBB community.

'; $l['done_step_locked'] = '

Your installer has been locked. To unlock the installer please delete the \'lock\' file in this directory.

You may now proceed to your new copy of MyBB or its Admin Control Panel.

'; $l['done_step_dirdelete'] = '

Please remove this directory before exploring your copy of MyBB.

'; $l['done_whats_next'] = '

Switching from another forum software?

MyBB offers a merge system for easy merging of multiple forums from various different popular forum software, allowing an easy conversion process to MyBB. If you\'re looking to switch to MyBB, you\'re heading in the right direction! Check out the Merge System for more information.

'; /* UPGRADE LANGUAGE VARIABLES */ $l['upgrade'] = "Upgrade Process"; $l['upgrade_welcome'] = "

Welcome to the upgrade wizard for MyBB {1}.

Before you continue, please make sure you know which version of MyBB you were previously running as you will need to select it below.

We strongly recommend that you also obtain a complete backup of your database and files before attempting to upgrade so if something goes wrong you can easily revert back to the previous version. Also, ensure that your backups are complete before proceeding.

Make sure you only click Next ONCE on each step of the upgrade process. Pages may take a while to load depending on the size of your forum.

Once you are ready, please select your old version below and click Next to continue.

"; $l['upgrade_templates_reverted'] = 'Templates Reverted'; $l['upgrade_templates_reverted_success'] = "

All of the templates have successfully been reverted to the new ones contained in this release. Please press next to continue with the upgrade process.

"; $l['upgrade_settings_sync'] = 'Settings Synchronisation'; $l['upgrade_settings_sync_success'] = "

The board settings have been synchronised with the latest in MyBB.

{1} new settings inserted along with {2} new setting groups.

To finalise the upgrade, please click next below to continue.

"; $l['upgrade_datacache_building'] = 'Data Cache Building'; $l['upgrade_building_datacache'] = '

Building caches...'; $l['upgrade_continue'] = 'Please press next to continue'; $l['upgrade_locked'] = "

Your installer has been locked. To unlock the installer please delete the 'lock' file in this directory.

You may now proceed to your upgraded copy of MyBB or its Admin Control Panel.

"; $l['upgrade_removedir'] = 'Please remove this directory before exploring your upgraded MyBB.'; $l['upgrade_congrats'] = "

Congratulations, your copy of MyBB has successfully been updated to {1}.

{2}

What's Next?

"; $l['upgrade_template_reversion'] = "Template Reversion Warning"; $l['upgrade_template_reversion_success'] = "

All necessary database modifications have successfully been made to upgrade your board.

This upgrade requires all templates to be reverted to the new ones contained in the package so please back up any custom templates you have made before clicking next."; $l['upgrade_send_stats'] = "

(What information is sent?)

"; /* Error messages */ $l['locked'] = 'The installer is currently locked, please remove \'lock\' from the install directory to continue'; ?>