Skip to content

Commit

Permalink
Allow to translate conversion details table
Browse files Browse the repository at this point in the history
  • Loading branch information
daris committed Jan 31, 2012
1 parent 8115f52 commit 5c35238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,18 +230,18 @@
</div>
</div>

<h2><span><?php echo $lang_convert['Final instructions'] ?></span></h2>
<h2><span><?php echo $lang_convert['Conversion details'] ?></span></h2>
<div class="box">
<div class="fakeform">
<div class="inform">
<fieldset>
<legend>Number of items</legend>
<legend><?php echo $lang_convert['Number of items'] ?></legend>
<div class="infldset">
<table style="width: 300px">
<tr>
<th>&nbsp;</th>
<th>Old forum</th>
<th>FluxBB</th>
<th><?php echo $lang_convert['Old forum'] ?></th>
<th><?php echo $lang_convert['FluxBB'] ?></th>
</tr>
<?php
foreach ($_SESSION['fluxbb_converter']['count'] as $table => $count)
Expand Down
5 changes: 5 additions & 0 deletions lang/English/convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
'Database converted' => 'Your forum has been successfully converted! You may now %s.',
'go to forum index' => 'go to the forum index',

'Conversion details' => 'Conversion details',
'Number of items' => 'Number of items',
'Old forum' => 'Old forum',
'FluxBB' => 'FluxBB',

// Command line based
'Possible values' => 'Possible values are: %s',
'Default value' => '(default: %s)',
Expand Down

0 comments on commit 5c35238

Please sign in to comment.