Zeile 19 | Zeile 19 |
---|
$l['board_config'] = 'Board Configuration'; $l['admin_user'] = 'Administrator User'; $l['finish_setup'] = 'Finish Setup';
|
$l['board_config'] = 'Board Configuration'; $l['admin_user'] = 'Administrator User'; $l['finish_setup'] = 'Finish Setup';
|
| $l['already_installed'] = "MyBB is already installed"; $l['mybb_already_installed'] = "<p>Welcome to the installation wizard for MyBB {1}. MyBB has detected it is already configured this directory.</p> <p>Please choose a suitable action below:</p>
<div class=\"border_wrapper upgrade_note\" style=\"padding: 4px;\"> <h3>Upgrade my existing copy of MyBB to {1} <span style=\"font-size: 80%; color: maroon;\">(Recommended)</span></h3> <p>This option will upgrade your current version of MyBB to MyBB {1}.</p> <p>You should choose this option when you wish to retain your current forum threads, posts, users and other information.</p> <form method=\"post\" action=\"upgrade.php\"> <div class=\"next_button\"><input type=\"submit\" class=\"submit_button\" value=\"Upgrade to MyBB {1} »\" /></div> </form> </div>
<div style=\"padding: 4px;\"> <h3>Install a new copy of MyBB</h3> <p>This option will <span style=\"color: red;\">delete any existing forum you may have set up</span> and install a fresh version of MyBB.</p> <p>You should choose this option to erase your existing copy of MyBB if you wish to start again.</p> <form method=\"post\" action=\"index.php\" onsubmit=\"return confirm('Are you sure you wish to install a fresh copy of MyBB?\\n\\nThis will delete your existing forum. THIS PROCESS CANNOT BE UNDONE.');\"> <input type=\"hidden\" name=\"action\" value=\"intro\" /> <div class=\"next_button\"><input type=\"submit\" class=\"submit_button\" value=\"Install MyBB {1} »\" /></div> </form> </div>";
|
$l['table_population'] = 'Table Population'; $l['theme_installation'] = 'Theme Insertion';
| $l['table_population'] = 'Table Population'; $l['theme_installation'] = 'Theme Insertion';
|
Zeile 76 | Zeile 99 |
---|
<tr class="alt_row"> <td class="first">File Uploads Directory Writable:</td> <td class="last alt_col">{6}</td>
|
<tr class="alt_row"> <td class="first">File Uploads Directory Writable:</td> <td class="last alt_col">{6}</td>
|
</tr>
| </tr>
|
<tr class="last"> <td class="first">Avatar Uploads Directory Writable:</td> <td class="last alt_col">{7}</td>
| <tr class="last"> <td class="first">Avatar Uploads Directory Writable:</td> <td class="last alt_col">{7}</td>
|
Zeile 94 | Zeile 117 |
---|
$l['req_step_error_phpversion'] = 'MyBB Requires PHP 4.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 <a href="http://www.php.net/xml" target="_blank">PHP.net</a> for more information.';
|
$l['req_step_error_phpversion'] = 'MyBB Requires PHP 4.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 <a href="http://www.php.net/xml" target="_blank">PHP.net</a> for more information.';
|
$l['req_step_error_configfile'] = 'The configuration file (inc/config.php) is not writable. Please adjust the <a href="http://wiki.mybboard.com/index.php/CHMOD%20Files" target="_blank">chmod</a> 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 <a href="http://wiki.mybboard.com/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_uploaddir'] = 'The uploads directory (uploads/) is not writable. Please adjust the <a href="http://wiki.mybboard.com/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_avatardir'] = 'The avatars directory (uploads/avatars/) is not writable. Please adjust the <a href="http://wiki.mybboard.com/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_cssddir'] = 'The css directory (css/) is not writable. Please adjust the <a href="http://wiki.mybboard.com/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.';
| $l['req_step_error_configfile'] = 'The configuration file (inc/config.php) is not writable. Please adjust the <a href="http://wiki.mybboard.net/index.php/CHMOD%20Files" target="_blank">chmod</a> 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 <a href="http://wiki.mybboard.net/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_uploaddir'] = 'The uploads directory (uploads/) is not writable. Please adjust the <a href="http://wiki.mybboard.net/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_avatardir'] = 'The avatars directory (uploads/avatars/) is not writable. Please adjust the <a href="http://wiki.mybboard.net/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.'; $l['req_step_error_cssddir'] = 'The css directory (css/) is not writable. Please adjust the <a href="http://wiki.mybboard.net/index.php/CHMOD%20Files" target="_blank">chmod</a> permissions to allow it to be written to.';
|
$l['req_step_error_tablelist'] = '<div class="error"> <h3>Error</h3> <p>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:</p>
| $l['req_step_error_tablelist'] = '<div class="error"> <h3>Error</h3> <p>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:</p>
|
Zeile 110 | Zeile 133 |
---|
$l['db_step_config_table'] = '<div class="border_wrapper"> <div class="title">Database Configuration</div> <table class="general" cellspacing="0">
|
$l['db_step_config_table'] = '<div class="border_wrapper"> <div class="title">Database Configuration</div> <table class="general" cellspacing="0">
|
<tr>
| <tr>
|
<th colspan="2" class="first last">Database Settings</th>
|
<th colspan="2" class="first last">Database Settings</th>
|
</tr>
| </tr>
|
<tr class="first"> <td class="first"><label for="dbengine">Database Engine:</label></td> <td class="last alt_col"><select name="dbengine" id="dbengine">{1}</select></td>
|
<tr class="first"> <td class="first"><label for="dbengine">Database Engine:</label></td> <td class="last alt_col"><select name="dbengine" id="dbengine">{1}</select></td>
|
</tr>
| </tr>
|
<tr class="alt_row"> <td class="first"><label for="dbhost">Database Host:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbhost" id="dbhost" value="{2}" /></td>
| <tr class="alt_row"> <td class="first"><label for="dbhost">Database Host:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbhost" id="dbhost" value="{2}" /></td>
|
Zeile 124 | Zeile 147 |
---|
<tr> <td class="first"><label for="dbuser">Database Username:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbuser" id="dbuser" value="{3}" /></td>
|
<tr> <td class="first"><label for="dbuser">Database Username:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbuser" id="dbuser" value="{3}" /></td>
|
</tr>
| </tr>
|
<tr class="alt_row"> <td class="first"><label for="dbpass">Database Password:</label></td> <td class="last alt_col"><input type="password" class="text_input" name="dbpass" id="dbpass" value="" /></td>
|
<tr class="alt_row"> <td class="first"><label for="dbpass">Database Password:</label></td> <td class="last alt_col"><input type="password" class="text_input" name="dbpass" id="dbpass" value="" /></td>
|
</tr>
| </tr>
|
<tr class="last"> <td class="first"><label for="dbname">Database Name:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbname" id="dbname" value="{4}" /></td> </tr> <tr> <th colspan="2" class="first last">Table Settings</th>
|
<tr class="last"> <td class="first"><label for="dbname">Database Name:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="dbname" id="dbname" value="{4}" /></td> </tr> <tr> <th colspan="2" class="first last">Table Settings</th>
|
</tr> <tr class="last">
| </tr> <tr class="first">
|
<td class="first"><label for="tableprefix">Table Prefix:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="tableprefix" id="tableprefix" value="{5}" /></td>
|
<td class="first"><label for="tableprefix">Table Prefix:</label></td> <td class="last alt_col"><input type="text" class="text_input" name="tableprefix" id="tableprefix" value="{5}" /></td>
|
| </tr> <tr class="last"> <td class="first"><label for="encoding">Tables Encoding: (MySQL 4.1+ <strong>Only</strong>)</label></td> <td class="last alt_col"><select name="encoding"> {6} </select> </td>
|
</tr> </table> </div>
| </tr> </table> </div>
|
Zeile 192 | Zeile 222 |
---|
<td class="last alt_col"><input type="text" class="text_input" name="websitename" id="websitename" value="{3}" /></td> </tr> <tr class="alt_row last">
|
<td class="last alt_col"><input type="text" class="text_input" name="websitename" id="websitename" value="{3}" /></td> </tr> <tr class="alt_row last">
|
<td class="first"><label for="websiteurl">Website URL:</td>
| <td class="first"><label for="websiteurl">Website URL:</label></td>
|
<td class="last alt_col"><input type="text" class="text_input" name="websiteurl" id="websiteurl" value="{4}" /></td> </tr> <tr>
|
<td class="last alt_col"><input type="text" class="text_input" name="websiteurl" id="websiteurl" value="{4}" /></td> </tr> <tr>
|
<th colspan="2" class="first last">Cookie settings <a title="Whats this?" target="_blank" href="http://wiki.mybboard.com/index.php/Cookie_Settings">(?)</a></th>
| <th colspan="2" class="first last">Cookie settings <a title="Whats this?" target="_blank" href="http://wiki.mybboard.net/index.php/Cookie_Settings">(?)</a></th>
|
</tr> <tr> <td class="first"><label for="cookiedomain">Cookie Domain:</label></td>
| </tr> <tr> <td class="first"><label for="cookiedomain">Cookie Domain:</label></td>
|
Zeile 211 | Zeile 241 |
---|
</tr> <tr class="last"> <td class="first"><label for="contactemail">Contact Email:</label></td>
|
</tr> <tr class="last"> <td class="first"><label for="contactemail">Contact Email:</label></td>
|
<td class="last alt_col"><input type="text" class="text_input" class="text_input" name="contactemail" id="contactemail" value="{7}" /></td>
| <td class="last alt_col"><input type="text" class="text_input" name="contactemail" id="contactemail" value="{7}" /></td>
|
</tr> </table> </div>
| </tr> </table> </div>
|
Zeile 283 | Zeile 313 |
---|
<p>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.</p>'; $l['done_step_locked'] = '<p>Your installer has been locked. To unlock the installer please delete the \'lock\' file in this directory.</p><p>You may now proceed to your new copy of <a href="../index.php">MyBB</a> or its <a href="../admin/index.php">Admin Control Panel</a>.</p>'; $l['done_step_dirdelete'] = '<p><strong><span style="colour:red">Please remove this directory before exploring your copy of MyBB.</span></strong></p>';
|
<p>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.</p>'; $l['done_step_locked'] = '<p>Your installer has been locked. To unlock the installer please delete the \'lock\' file in this directory.</p><p>You may now proceed to your new copy of <a href="../index.php">MyBB</a> or its <a href="../admin/index.php">Admin Control Panel</a>.</p>'; $l['done_step_dirdelete'] = '<p><strong><span style="colour:red">Please remove this directory before exploring your copy of MyBB.</span></strong></p>';
|
$l['done_subscribe_mailing'] = '<div class="error"><p><strong>Make sure you\'re subscribed to the updates mailing list!</strong></p><p>Everytime we release a new version of MyBB, be it a new feature release or security update, we send out a message via our mailing list to alert you of the release.</p><p>This helps keep you up to date with new security releases and ensures you\'re running the latest and greatest version of MyBB!</p><p><a href="http://www.mybboard.com/mailinglist.php">Subscribe to the updates mailing list!</a></p>';
| $l['done_subscribe_mailing'] = '<div class="error"><p><strong>Make sure you\'re subscribed to the updates mailing list!</strong></p><p>Everytime we release a new version of MyBB, be it a new feature release or security update, we send out a message via our mailing list to alert you of the release.</p><p>This helps keep you up to date with new security releases and ensures you\'re running the latest and greatest version of MyBB!</p><p><a href="http://www.mybboard.net/mailinglist.php">Subscribe to the updates mailing list!</a></p>';
|
/* UPGRADE LANGUAGE VARIABLES */ $l['upgrade'] = "Upgrade Process";
| /* UPGRADE LANGUAGE VARIABLES */ $l['upgrade'] = "Upgrade Process";
|