Please make Words => in the phrase:
Line 1665:
HTML Code:
<label for="changedate">Tournament Date & Time</label>
Line 1672:
HTML Code:
Change tournament time:<br />
Line 1680:
HTML Code:
<label for="month">New Tournament Date & Time</label>
Line 1684 - 1695:
HTML Code:
<option value="1" title="Month">January</option>
<option value="2" title="Month">February</option>
<option value="3" title="Month">March</option>
<option value="4" title="Month">April</option>
<option value="5" title="Month">May</option>
<option value="6" title="Month">June</option>
<option value="7" title="Month">July</option>
<option value="8" title="Month">August</option>
<option value="9" title="Month">September</option>
<option value="10" title="Month">October</option>
<option value="11" title="Month">November</option>
<option value="12" title="Month">December</option>
Line 1743:
HTML Code:
Ladder: <select name="ladderid" title="ladderid" tabindex="1">
Line 6292:
HTML Code:
<div class="blocksubhead">This is where you can submit a loss. If you won wait for your opponent to report the loss or wait for a tournament moderator to progress you to next round.</div>
===
Line 1668:
HTML Code:
Current Tournament {vb:rawphrase tmnt_currentdate} in your Timezone:
replace:
HTML Code:
{vb:rawphrase tmnt_currentdate}
File ladder.php (please in the phrase world -
on):
Line 678:
HTML Code:
$ladder['ed_time'] = vbdate($vbulletin->options['timeformat'],$ladder['ed_time'])." on ".vbdate($vbulletin->options['dateformat'],$ladder['ed_time']);
Line 1199:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);
Line 2125:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);
Line 2283:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);
Line 2504:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);
Line 2642:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);
Line 2796:
HTML Code:
$game['time'] = vbdate($vbulletin->options['timeformat'],$game['time'])." on ".vbdate($vbulletin->options['dateformat'],$game['time']);