mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10650] Changed language files and forumlist
The entry in languages have been changed from title to subject. Also the IF condition in forumlist_body.html has been properly intented. PHPBB3-10650
This commit is contained in:
parent
668e47721c
commit
492c27a693
2 changed files with 4 additions and 3 deletions
|
@ -57,8 +57,8 @@ $lang = array_merge($lang, array(
|
||||||
'DELETE_ALL_POSTS' => 'Delete posts',
|
'DELETE_ALL_POSTS' => 'Delete posts',
|
||||||
'DELETE_SUBFORUMS' => 'Delete subforums and posts',
|
'DELETE_SUBFORUMS' => 'Delete subforums and posts',
|
||||||
'DISPLAY_ACTIVE_TOPICS' => 'Enable active topics',
|
'DISPLAY_ACTIVE_TOPICS' => 'Enable active topics',
|
||||||
'DISPLAY_LAST_SUBJECT' => 'Display last added post title on forum list',
|
'DISPLAY_LAST_SUBJECT' => 'Display subject of last added post on forum list',
|
||||||
'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'If set to yes the title of the last added post will be displayed in the forum list with a hyperlink to the post.',
|
'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'If set to yes the subject of the last added post will be displayed in the forum list with a hyperlink to the post.',
|
||||||
'DISPLAY_ACTIVE_TOPICS_EXPLAIN' => 'If set to yes active topics in selected subforums will be displayed under this category.',
|
'DISPLAY_ACTIVE_TOPICS_EXPLAIN' => 'If set to yes active topics in selected subforums will be displayed under this category.',
|
||||||
|
|
||||||
'EDIT_FORUM' => 'Edit forum',
|
'EDIT_FORUM' => 'Edit forum',
|
||||||
|
|
|
@ -46,7 +46,8 @@
|
||||||
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
|
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
|
||||||
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
|
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
|
||||||
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
||||||
<a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_SUBJECT}</a><!-- ENDIF -->
|
<a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_SUBJECT}</a>
|
||||||
|
<!-- ENDIF -->
|
||||||
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
|
{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
|
||||||
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span>
|
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
Loading…
Add table
Reference in a new issue