root/ip/tags/release_1_3_0_53/language/lang_english/lang_dbmtnc.php

111163
43
$mtnc[] = array('check_user',
43
$mtnc[] = array('check_user',
44
	'Check user and group tables',
44
	'Check user and group tables',
45
	'This will check the user and the group tables for errors and will restore missing single user groups.',
45
	'This will check the user and the group tables for errors and will restore missing single user groups.',
46
	'You will loose all groups without any member by this action. Proceed?',
46
	'You will lose all groups without any member by this action. Proceed?',
47
	0);
47
	0);
48
$mtnc[] = array('check_post',
48
$mtnc[] = array('check_post',
49
	'Check post and topic tables',
49
	'Check post and topic tables',
50
	'This will check the post and the topic tables for errors.',
50
	'This will check the post and the topic tables for errors.',
51
	'You will loose all posts without any text. Proceed?',
51
	'You will lose all posts without any text. Proceed?',
52
	0);
52
	0);
53
$mtnc[] = array('check_vote',
53
$mtnc[] = array('check_vote',
54
	'Check vote tables',
54
	'Check vote tables',
55
	'This will check the vote tables for errors.',
55
	'This will check the vote tables for errors.',
56
	'You will loose all vote data without a corresponding vote. Proceed?',
56
	'You will lose all vote data without a corresponding vote. Proceed?',
57
	0);
57
	0);
58
$mtnc[] = array('check_pm',
58
$mtnc[] = array('check_pm',
59
	'Check private message tables',
59
	'Check private message tables',
...
...
101
$mtnc[] = array('reset_sessions',
101
$mtnc[] = array('reset_sessions',
102
	'Reset all sessions',
102
	'Reset all sessions',
103
	'This will reset all current sessions by emptying the session table.',
103
	'This will reset all current sessions by emptying the session table.',
104
	'All currently active users will loose their session and their search results. Proceed?',
104
	'All currently active users will lose their session and their search results. Proceed?',
105
	0);
105
	0);
106
$mtnc[] = array('--', '', '', '', 8);
106
$mtnc[] = array('--', '', '', '', 8);
107
$mtnc[] = array('sync_topics_subjects',
107
$mtnc[] = array('sync_topics_subjects',