Vergleich install/resources/language.lang.php - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 19Zeile 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} &raquo;\" /></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} &raquo;\" /></div>
</form>
</div>";


$l['table_population'] = 'Table Population';
$l['theme_installation'] = 'Theme Insertion';


$l['table_population'] = 'Table Population';
$l['theme_installation'] = 'Theme Insertion';

Zeile 64Zeile 87
		<tr>
<td class="first">PHP XML Extensions:</td>
<td class="last alt_col">{3}</td>

		<tr>
<td class="first">PHP XML Extensions:</td>
<td class="last alt_col">{3}</td>

		</tr>

		</tr>

		<tr class="alt_row">
<td class="first">Configuration File Writable:</td>
<td class="last alt_col">{4}</td>

		<tr class="alt_row">
<td class="first">Configuration File Writable:</td>
<td class="last alt_col">{4}</td>

Zeile 124Zeile 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>