1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Forums management updated, now able to delete forums

git-svn-id: file:///svn/phpbb/trunk@2890 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2002-09-16 15:22:52 +00:00
parent eef332eea5
commit 66e0b32220
8 changed files with 95 additions and 138 deletions

View File

@@ -566,7 +566,10 @@ $lang['Move_subforums_to'] = 'Move subforums to';
$lang['Delete_all_posts'] = 'Delete all posts';
$lang['Delete_subforums'] = 'Delete subforums and associated posts';
$lang['No_destination_forum'] = 'You have not specified a forum to move content to';
$lang['Forums_updated'] = 'Forum and Category information updated successfully';
$lang['Forum_deleted'] = 'Forum successfully deleted';
$lang['Click_return_forumadmin'] = 'Click %sHere%s to return to Forum Administration';