mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
First implementation of subforums handling in index.
git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -537,12 +537,14 @@ $lang['Category_name'] = 'Category name';
|
||||
$lang['Forum_type'] = 'Forum type';
|
||||
|
||||
$lang['Parent'] = 'Parent';
|
||||
$lang['No_parent'] = 'No parent';
|
||||
$lang['Locked'] = 'Locked';
|
||||
$lang['Unlocked'] = 'Unlocked';
|
||||
|
||||
$lang['General_settings'] = 'General settings';
|
||||
$lang['Forum_settings'] = 'Forum settings';
|
||||
$lang['Disable_post_count'] = 'Disable post count';
|
||||
$lang['Display_on_index'] = 'Display a link to this forum on index';
|
||||
|
||||
$lang['Forum_edit_delete_explain'] = 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side';
|
||||
|
||||
|
@@ -37,6 +37,8 @@ $lang['DATE_FORMAT'] = 'd M Y'; // This should be changed to the default date f
|
||||
// Common, these terms are used extensively on several pages
|
||||
//
|
||||
$lang['Forum'] = 'Forum';
|
||||
$lang['Subforum'] = 'Subforum: ';
|
||||
$lang['Subforums'] = 'Subforums: ';
|
||||
$lang['Category'] = 'Category';
|
||||
$lang['Topic'] = 'Topic';
|
||||
$lang['Topics'] = 'Topics';
|
||||
|
Reference in New Issue
Block a user