mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
Dumped sql_query_array, replaced with build_array, posting updates, fixed quoting in mysql layers, fulltext enabled ... speed/problem feedback welcome
git-svn-id: file:///svn/phpbb/trunk@2986 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -422,6 +422,7 @@ $lang = array_merge($lang, array(
|
||||
'General_settings' => 'General settings',
|
||||
'Forum_settings' => 'Forum settings',
|
||||
'Disable_post_count' => 'Disable post count',
|
||||
'Forum_is_moderated' => 'Moderated forum',
|
||||
'Display_on_index' => 'Display a link to this forum on index',
|
||||
'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',
|
||||
'Forum_general' => 'General Forum Settings',
|
||||
@@ -433,6 +434,7 @@ $lang = array_merge($lang, array(
|
||||
'prune_days' => 'Remove topics that have not been posted to in',
|
||||
'Set_as_category' => 'Set this forum as a category and',
|
||||
'Forum_delete' => 'Delete Forum',
|
||||
'Update' => 'Update',
|
||||
'Forum_delete_explain' => 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.',
|
||||
'Move_and_Delete' => 'Move and Delete',
|
||||
'Move_posts_to' => 'Move posts to',
|
||||
|
Reference in New Issue
Block a user