mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'brunoais/ticket/10705' into develop
This commit is contained in:
commit
26a999c83c
5 changed files with 7 additions and 7 deletions
|
@ -389,7 +389,7 @@ $lang = array_merge($lang, array(
|
||||||
'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
|
'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
|
||||||
'WARNING_PM_SUBJECT' => 'Board warning issued',
|
'WARNING_PM_SUBJECT' => 'Board warning issued',
|
||||||
'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s .',
|
'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s .',
|
||||||
'WARNINGS_ZERO_TOTAL' => 'No warnings exist.',
|
'NO_WARNINGS' => 'No warnings exist.',
|
||||||
|
|
||||||
'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s.',
|
'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s.',
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
<p><strong>{L_NO_WARNINGS}</strong></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="corners-bottom"><span></span></span></div>
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
<p><strong>{L_NO_WARNINGS}</strong></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="corners-bottom"><span></span></span></div>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
<p><strong>{L_NO_WARNINGS}</strong></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="corners-bottom"><span></span></span></div>
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
<td class="row1" colspan="4" align="center"><span class="gen">{L_NO_WARNINGS}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END highest -->
|
<!-- END highest -->
|
||||||
</table>
|
</table>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
<td class="row1" colspan="4" align="center"><span class="gen">{L_NO_WARNINGS}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END latest -->
|
<!-- END latest -->
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" colspan="4" align="center"><span class="gen">{L_WARNINGS_ZERO_TOTAL}</span></td>
|
<td class="row1" colspan="4" align="center"><span class="gen">{L_NO_WARNINGS}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END user -->
|
<!-- END user -->
|
||||||
<tr align="center">
|
<tr align="center">
|
||||||
|
|
Loading…
Add table
Reference in a new issue