mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15489] Add NO_FORUMS_IN_CATEGORY message
PHPBB3-15489
This commit is contained in:
parent
4fe09b98b0
commit
2119dee53d
2 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ $lang = array_merge($lang, array(
|
||||||
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', // Not used anymore
|
'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', // Not used anymore
|
||||||
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', // Not used anymore
|
'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', // Not used anymore
|
||||||
'NO_READ_ACCESS' => 'You do not have the required permissions to view or read topics within this forum.',
|
'NO_READ_ACCESS' => 'You do not have the required permissions to view or read topics within this forum.',
|
||||||
|
'NO_FORUMS_IN_CATEGORY' => 'This category has no forums.',
|
||||||
'NO_UNREAD_POSTS_HOT' => 'No unread posts [ Popular ]',
|
'NO_UNREAD_POSTS_HOT' => 'No unread posts [ Popular ]',
|
||||||
'NO_UNREAD_POSTS_LOCKED' => 'No unread posts [ Locked ]',
|
'NO_UNREAD_POSTS_LOCKED' => 'No unread posts [ Locked ]',
|
||||||
|
|
||||||
|
|
|
@ -253,7 +253,7 @@
|
||||||
<!-- ELSE IF not S_HAS_SUBFORUM -->
|
<!-- ELSE IF not S_HAS_SUBFORUM -->
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<strong>{L_NO_FORUMS}</strong>
|
<strong>{L_NO_FORUMS_IN_CATEGORY}</strong>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue