Pagina 1 van 1

Database Maintenance

Geplaatst: 14 jun 2005, 19:32
door Bischke
PLZ :oops:

Code: Selecteer alles

//
// Language file for DB Maintenance Mod
//
$lang['DB_Maintenance'] = 'Database Maintenance';
$lang['DB_Maintenance_Description'] = 'Here you can check your database for inconsistencies and errors.<br /><b>Attention:</b> Some opperations will take a longer time to perform. Your board will be <b>locked</b> during the operations.</br /><br /><b>It is always recommended to backup your database before using any of the functions listed below!</b>';
$lang['Function'] = 'Function';
$lang['Function_Description'] = 'Description';
$lang['Incomplete_configuration'] = 'A setting for <b>%s</b> was not found in the board configuration. DB Maintenance cannot run without this setting.<br />You maybe forgot to execute the SQL statements as described in the installation instructions.';
$lang['dbtype_not_supported'] = 'Sorry, this function does not support your database';
$lang['no_function_specified'] = 'No function was specified';
$lang['function_unknown'] = 'The specified function is unknown';
$lang['Old_MySQL_Version'] = 'Sorry, your MySQL-Version does not support this function. Please use version 3.23.17 or newer.';
$lang['Back_to_DB_Maintenance'] = 'Back to Database Maintenance';
$lang['Processing_time'] = 'DB Maintenance took %f seconds for the operations';
$lang['Lock_db'] = 'Disabling board';
$lang['Unlock_db'] = 'Enabling board';
$lang['Already_locked'] = 'Board was already locked';
$lang['Ignore_unlock_command'] = 'Board was locked when starting this command. Board will not be unlocked';
$lang['Delay_info'] = 'Delaying three seconds to allow database actions to finish...';
$lang['Affected_row'] = 'One affected dataset';
$lang['Affected_rows'] = '%d affected datasets';
$lang['Done'] = 'Done';

//
// The following variable is used when nothing hat to be fixed in the database. It needs the complete paragraph-tag. If you do not want a message to be displayed in these cases, just leave the variable empty.
//
$lang['Nothing_to_do'] = "<p class=\"gen\"><i>Nothing to do :-)</i></p>\n";

//
// Names for new records in several tables
//
$lang['New_cat_name'] = 'Restored forums';
$lang['New_forum_name'] = 'Restored topics';
$lang['New_topic_name'] = 'Restored posts';
$lang['Restored_topic_name'] = 'Restored topic';
$lang['New_poster_name'] = 'Restored post'; // Name for Poster of a restored post

//
// Functions available
//
// Usage: $mtnc[] = array(internal Name, Name of Function, Description of Function, Warning Message (leef empty to avoid), Number of Check function (Integer))
// Use $mtnc[] = array('--', '', '', '', 0) for a space row (you can us a different check function)
//
$mtnc[] = array('statistic','Statistics','Shows information about the board and the database.','',0);
$mtnc[] = array('config','Configuration','Allows the configuration of DB Maintenance.','',5);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('check_user','Check user and group tables','This will check the user and the group tables for errors and will restore missing single user groups.','You will loose all groups without any member by this action. Proceed?',0);
$mtnc[] = array('check_post','Check post and topic tables','This will check the post and the topic tables for errors.','You will loose all posts without any text. Proceed?',0);
$mtnc[] = array('check_vote','Check vote tables','This will check the vote tables for errors.','You will loose all vote data without a corresponding vote. Proceed?',0);
$mtnc[] = array('check_pm','Check private message tables','This will check the private messages tables for errors.','Unread messages will be deleted when either the sender or the recipient do not exist. Proceed?',0);
$mtnc[] = array('check_config','Check configuration table','This will check the configuration table for missing entries.','',0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('check_search_wordmatch','Check search word match table','This will check the word match table for errors. This table is used for the search function.','',0);
$mtnc[] = array('check_search_wordlist','Check search word list table','This will remove all unnecessary words in the word list used for search.','This function may take some time to execute. It is not necessary to perform this check but doing so may reduce database size a bit. Proceed?',0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('synchronize_post','Synchronize forums and topics','This will synchronize the post counters and the post data in the forums and topics.','This command will take some ammount of time to complete. If your server does not allow the usage of the set_time_limit() command, this command may be interruped by PHP. No data will get lost by this but some data may not be updated. Proceed?',0);
$mtnc[] = array('synchronize_user','Synchronize user post counters','This will synchronize the post counters for the users.','<b>Attention:</b> pruned posts are normaly not substracted from the post counter. When running this command, the pruned posts will be substracted from the counter and cannot be restored. Proceed?',6);
$mtnc[] = array('synchronize_mod_state','Synchronize moderator status','This will resync the moderator status in the user table.','',0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('reset_date','Reset last post date','This will reset the last post data if it is in the future. This will solve issues where users get a message that they are not allowed to make another post so soon after the last one.','Any time of a post in the future will be set to the current time. Proceed?',0);
$mtnc[] = array('reset_sessions','Reset all sessions','This will reset all current sessions by emptying the session table.','All currently active users will loose their session and their search results. Proceed?',0);
$mtnc[] = array('--', '', '', '', 8);
$mtnc[] = array('rebuild_search_index','Rebuild search index','This function will rebuild the index used for searching. You won\'t need this function under normal conditions.','This will delete the complete search index and rebuild it. It can take up to several hours to complete this task. The board will not be accessible during this time. Proceed?',7);
$mtnc[] = array('proceed_rebuilding','Restart rebuilding','Use this function if recreation of the search index was interrupted.','',4);
$mtnc[] = array('--', '', '', '', 1);
$mtnc[] = array('check_db','Check database','Checks the database for errors.','',1);
$mtnc[] = array('optimize_db','Optimize database','Optimizes the tables. This will reduce the database size after deleting lots of records and so on.','',1);
$mtnc[] = array('repair_db','Repair database','Fixes the database when an error is found.','You only should perform this action if an error is reported when checking the database. Proceed?',1);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('reset_auto_increment','Reset auto increment values','This function resets the auto increment values. This should only be performed if there seems to be a problem when inserting new data in the tables.','Do you realy want to reset the auto increment values? No data will get lost but this function only should be used if neccessary.',0);
$mtnc[] = array('heap_convert','Convert Session-Table','This function converts the session-table to HEAP table type. This normaly will be done during installation and speed up phpBB a bit. You should use this function if your session-table is not of the HEAP table type.','Do you realy want to convert the table?',2);
$mtnc[] = array('--', '', '', '', 3);
$mtnc[] = array('unlock_db','Unlock the board','Use this function if you got an error during an opperation done before and the board is still locked.','',3);
//
// Function specific vars
//

//
// statistic
//
$lang['Statistic_title'] = 'Board and database statistics';
$lang['Database_table_info'] = 'Database statistics will deliver three different values: these for all tables of the database, these of all tables deliverd by phpBB by default (core tables) and these starting with the prefix of the board tables (advanced tables).';
$lang['Board_statistic'] = 'Board statistics';
$lang['Database_statistic'] = 'Database statistics';
$lang['Version_info'] = 'Version information';
$lang['Thereof_deactivated_users'] = 'thereof deactivated';
$lang['Thereof_Moderators'] = 'thereof moderators';
$lang['Thereof_Administrators'] = 'thereof administrators';
$lang['Users_with_Admin_Privileges'] = 'Users with administrator privileges';
$lang['Number_tables'] = 'Number of tables';
$lang['Number_records'] = 'Number of records';
$lang['DB_size'] = 'Size of the database';
$lang['Thereof_phpbb_core'] = 'thereof phpBB core tables';
$lang['Thereof_phpbb_advanced'] = 'thereof advanced phpBB tables';
$lang['Version_of_board'] = 'Version of the Board';
$lang['Version_of_mod'] = 'Version of DB Maintenance';
$lang['Version_of_PHP'] = 'Version of PHP';
$lang['Version_of_MySQL'] = 'Version of MySQL';

//
// config
//
$lang['Config_title'] = 'DB Maintenance configuration';
$lang['Config_info'] = 'The following options allow you to configure the behavior of DB Maintenance. Please keep in mind that a misconfiguration may leed to unexpected results.';
$lang['General_Config'] = 'General configuration';
$lang['Rebuild_Config'] = 'Configuration of rebuilding of search index';
$lang['Current_Rebuild_Config'] = 'Configuration of current rebuilding';
$lang['Rebuild_Settings_Explain'] = 'These settings adjust the behavior of DB Maintenance when rebuilding the search index.';
$lang['Current_Rebuild_Settings_Explain'] = 'These settings are used by DB Maintenance to store the position of the current rebuild. There is no need to adapt these settings under normal conditions.';
$lang['Disallow_postcounter'] = 'Disallow synchronization of user post counters';
$lang['Disallow_postcounter_Explain'] = 'This will disable the function to synchronize the user post counters. You can disallow this function if you do not want that pruned posts get substracted from the post counters of the users.';
$lang['Disallow_rebuild'] = 'Disallow rebuilding of the search index';
$lang['Disallow_rebuild_Explain'] = 'This will disable the rebuilding of the search index. An interrupted rebuild can be continued however.';
$lang['Rebuildcfg_Timelimit'] = 'Maximum execution time for rebuilding (in seconds)';
$lang['Rebuildcfg_Timelimit_Explain'] = 'Maximum time used for one step when rebuilding (default: 240). This value limits the execution time even if a longer time would be possible.';
$lang['Rebuildcfg_Timeoverwrite'] = 'Fixed amount of time available for execution (in seconds)';
$lang['Rebuildcfg_Timeoverwrite_Explain'] = 'Fixed estimated time available for execution (default: 0). With 0 the result of the calculation is used as execution time, any other value overwrites the calculated value.';
$lang['Rebuildcfg_Maxmemory'] = 'Maximum post size for rebuilding (in kByte)';
$lang['Rebuildcfg_Maxmemory_Explain'] = 'Maximum size of posts indexed in one step (default: 500). When the sum of the post sizes gets over this value, no further post is indexed in the current step.';
$lang['Rebuildcfg_Minposts'] = 'Minimum posts to index per step';
$lang['Rebuildcfg_Minposts_Explain'] = 'Minimum number of posts indexed per step (default: 3). Defines the number of posts that are at least indexed per step.';
$lang['Rebuildcfg_PHP3Only'] = 'Use only standard PHP 3 compatible method for indexing';
$lang['Rebuildcfg_PHP3Only_Explain'] = 'DB Maintenance uses an advanced method for indexing when PHP 4.0.5 or newer is available. You can switch off the advanced method so that DB Maintenance will make use of the standard method of the board.';
$lang['Rebuildcfg_PHP4PPS'] = 'Posts indexed per second when using advanced indexing method';
$lang['Rebuildcfg_PHP4PPS_Explain'] = 'Estimated value of posts that can be indexed per second when using the advanced indexing method (default: 8).';
$lang['Rebuildcfg_PHP3PPS'] = 'Posts indexed per second when using standard indexing method';
$lang['Rebuildcfg_PHP3PPS_Explain'] = 'Estimated value of posts that can be indexed per second when using the standard indexing method (default: 1).';
$lang['Rebuild_Pos'] = 'Last post indexed';
$lang['Rebuild_Pos_Explain'] = 'ID of the last successful indexed post. Is -1 when rebuilding has finished.';
$lang['Rebuild_End'] = 'Last post to index';
$lang['Rebuild_End_Explain'] = 'ID of the last post to index. Is 0 when rebuilding has finished.';
$lang['Dbmtnc_config_updated'] = 'Configuration Updated Successfully';
$lang['Click_return_dbmtnc_config'] = 'Click %sHere%s to return to configuration';

//
// check_user
//
$lang['Checking_user_tables'] = 'Checking user and group tables';
$lang['Checking_missing_anonymous'] = 'Checking for missing anonymous account';
$lang['Anonymous_recreated'] = 'Anonymous account recreated';
$lang['Checking_incorrect_pending_information'] = 'Checking for incorrect pending information';
$lang['Updating_invalid_pendig_user'] = 'Updated invalid pending information of one user';
$lang['Updating_invalid_pendig_users'] = 'Updated invalid pending information of %d users';
$lang['Updating_pending_information'] = 'Updating pending information of single user groups';
$lang['Checking_missing_user_groups'] = 'Checking for users with multiple or no single user group';
$lang['Found_multiple_SUG'] = 'Found users with multiple single user groups';
$lang['Resolving_user_id'] = 'Resolving users to group';
$lang['Removing_groups'] = 'Removing groups';
$lang['Removing_user_groups'] = 'Removing user to group connection';
$lang['Recreating_SUG'] = 'Recreating single user groups for user';
$lang['Checking_for_invalid_moderators'] = 'Checking for invalid group moderator settings';
$lang['Updating_Moderator'] = 'Setting current user as moderator for group';
$lang['Checking_moderator_membership'] = 'Checking group membership of moderators';
$lang['Updating_mod_membership'] = 'Updating membership of group moderators';
$lang['Moderator_added'] = 'Moderator added to group';
$lang['Moderator_changed_pending'] = 'Changed pending state of moderator';
$lang['Remove_invalid_user_data'] = 'Removing invalid user data in user-group-table';
$lang['Remove_empty_groups'] = 'Removing empty groups';
$lang['Remove_invalid_group_data'] = 'Removing invalid group data in user-group-table';
$lang['Checking_ranks'] = 'Checking for invalid ranks';
$lang['Invalid_ranks_found'] = 'Found users with invalid ranks';
$lang['Removing_invalid_ranks'] = 'Removing invalid ranks';
$lang['Checking_themes'] = 'Checking for invalid themes settings';
$lang['Updating_users_without_style'] = 'Updating users with no theme set';
$lang['Default_theme_invalid'] = '<b>Attention:</b> The default style is invalid. Please check your configuration.';
$lang['Updating_themes'] = 'Updating invalid themes to theme %d';
$lang['Checking_theme_names'] = 'Checking for invalid theme name data';
$lang['Removing_invalid_theme_names'] = 'Removing invalid theme name data';
$lang['Checking_languages'] = 'Checking for invalid language settings';
$lang['Invalid_languages_found'] = 'Found users with invalid language settings';
$lang['Default_language_invalid'] = '<b>Attention:</b> The default language is invalid. Please check your configuration.';
$lang['English_language_invalid'] = '<b>Attention:</b> The default language is invalid and the english language-files do not exist. You have to restore the <b>lang_english</b>-directory.';
$lang['Changing_language'] = 'Changing language \'%s\' to \'%s\'';
$lang['Remove_invalid_ban_data'] = 'Removing invalid ban data';

//
// check_post
//
$lang['Checking_post_tables'] = 'Checking post and topic tables';
$lang['Checking_invalid_forums'] = 'Checking for forums with invalid category';
$lang['Invalid_forums_found'] = 'Found forums with invalid category';
$lang['Setting_category'] = 'Moving forums to category \'%s\'';
$lang['Checking_posts_wo_text'] = 'Checking for posts without a text';
$lang['Posts_wo_text_found'] = 'Found posts without text';
$lang['Deleting_post_wo_text'] = '%d (Topic: %s (%d); User: %s (%d))';
$lang['Deleting_Posts'] = 'Deleting post data';
$lang['Checking_topics_wo_post'] = 'Checking for topics without a post';
$lang['Topics_wo_post_found'] = 'Found topics without a post';
$lang['Deleting_topics'] = 'Deleting topic data';
$lang['Checking_invalid_topics'] = 'Checking for topics with invalid forum';
$lang['Invalid_topics_found'] = 'Found topics with invalid forum';
$lang['Setting_forum'] = 'Moving topics to forum \'%s\'';
$lang['Checking_invalid_posts'] = 'Checking for posts with invalid topic';
$lang['Invalid_posts_found'] = 'Found posts with invalid topic';
$lang['Setting_topic'] = 'Moving posts %s to topic \'%s\' (%d) in forum \'%s\'';
$lang['Checking_invalid_forums_posts'] = 'Checking for posts with invalid forum';
$lang['Invalid_forum_posts_found'] = 'Found posts with invalid forum';
$lang['Setting_post_forum'] = '%d: Moving from forum \'%s\' (%d) to \'%s\' (%d)';
$lang['Checking_texts_wo_post'] = 'Checking for post texts without a post';
$lang['Invalid_texts_found'] = 'Found texts without a post';
$lang['Recreating_post'] = 'Recreating post %d and move it to topic \'%s\' in forum \'%s\'<br />Extract: %s';
$lang['Checking_invalid_topic_posters'] = 'Checking topics for invalid posters';
$lang['Invalid_topic_poster_found'] = 'Found topics with invalid poster';
$lang['Updating_topic'] = 'Updating topic %d (Poster: %d -> %d)';
$lang['Checking_invalid_posters'] = 'Checking posts for invalid posters';
$lang['Invalid_poster_found'] = 'Found posts with invalid poster';
$lang['Updating_posts'] = 'Updating posts';
$lang['Checking_moved_topics'] = 'Checking moved topics';
$lang['Deleting_invalid_moved_topics'] = 'Deleting invalid moved topics';
$lang['Updating_invalid_moved_topic'] = 'Updating invalid moved information for one unmoved topics';
$lang['Updating_invalid_moved_topics'] = 'Updating invalid moved information for %d unmoved topics';
$lang['Checking_prune_settings'] = 'Checking for invalid prune data';
$lang['Removing_invalid_prune_settings'] = 'Removing invalid prune settings';
$lang['Updating_invalid_prune_setting'] = 'Updating invalid prune settings of one forum';
$lang['Updating_invalid_prune_settings'] = 'Updating invalid prune settings of %d forums';
$lang['Checking_topic_watch_data'] = 'Checking for invalid watched topics';
$lang['Checking_auth_access_data'] = 'Checking for invalid group authorisation data';
$lang['Must_synchronize'] = 'You have to synchronize the post data before using the board. Click to proceed.';

//
// check_vote
//
$lang['Checking_vote_tables'] = 'Check vote tables';
$lang['Checking_votes_wo_topic'] = 'Checking for votes without corresponding topic';
$lang['Votes_wo_topic_found'] = 'Found votes without topic';
$lang['Invalid_vote'] = '%s (%d) - Start date: %s - End date: %s';
$lang['Deleting_votes'] = 'Deleting votes';
$lang['Checking_votes_wo_result'] = 'Checking for votes without any result';
$lang['Votes_wo_result_found'] = 'Found votes without result';
$lang['Checking_topics_vote_data'] = 'Checking vote data in topic tables';
$lang['Updating_topics_wo_vote'] = 'Updating topics marked as vote without a corresponding vote';
$lang['Updating_topics_w_vote'] = 'Updating topics not marked as vote but with a corresponding vote';
$lang['Checking_results_wo_vote'] = 'Checking for results without corresponding vote';
$lang['Results_wo_vote_found'] = 'Found results without vote';
$lang['Invalid_result'] = 'Deleting result: %s (Votes: %d)';
$lang['Checking_voters_data'] = 'Checking for invalid voting data';

//
// check_pm
//
$lang['Checking_pm_tables'] = 'Checking private messages tables';
$lang['Checking_pms_wo_text'] = 'Checking for private messages without a text';
$lang['Pms_wo_text_found'] = 'Found private messages without text';
$lang['Deleting_pn_wo_text'] = '%d (Subject: %s; Sender: %s (%d); Recipient: %s (%d))';
$lang['Deleting_Pms'] = 'Deleting private message data';
$lang['Checking_texts_wo_pm'] = 'Checking for private messages texts without a message';
$lang['Deleting_pm_texts'] = 'Deleting invalid private messages texts';
$lang['Checking_invalid_pm_senders'] = 'Checking private messages for invalid senders';
$lang['Invalid_pm_senders_found'] = 'Found private messages with invalid sender';
$lang['Updating_pms'] = 'Updating private messages';
$lang['Checking_invalid_pm_recipients'] = 'Checking private messages for invalid recipients';
$lang['Invalid_pm_recipients_found'] = 'Found private messages with invalid recipient';
$lang['Checking_pm_deleted_users'] = 'Checking private messages for deleted senders or recipients';
$lang['Invalid_pm_users_found'] = 'Found private messages with deleted senders or recipients';
$lang['Deleting_pms'] = 'Deleting private messages';
$lang['Synchronize_new_pm_data'] = 'Synchronizing new private messages counter';
$lang['Synchronizing_users'] = 'Updating users';
$lang['Synchronizing_user'] = 'Updating user %s (%d)';
$lang['Synchronize_unread_pm_data'] = 'Synchronizing unread private messages counter';

//
// check_config
//
$lang['Checking_config_table'] = 'Checking configuration table';
$lang['Checking_config_entries'] = 'Cheking entries of configuration table';
$lang['Restoring_config'] = 'Restoring entries';

//
// check_search_wordmatch
//
$lang['Checking_search_wordmatch_tables'] = 'Checking word match table';
$lang['Checking_search_data'] = 'Checking for invalid search data';

//
// check_search_wordlist
//
$lang['Checking_search_wordlist_tables'] = 'Checking word match table';
$lang['Checking_search_words'] = 'Checking for unnecessary search words';
$lang['Removing_part_invalid_words'] = 'Removing part of unnecessary search words';
$lang['Removing_invalid_words'] = 'Removing unnecessary search words';

//
// rebuild_search_index
//
$lang['Rebuilding_search_index'] = 'Rebuilding search index';
$lang['Deleting_search_tables'] = 'Emptying search tables';
$lang['Reset_search_autoincrement'] = 'Resetting counter of search tables';
$lang['Preparing_config_data'] = 'Setting configuration data';
$lang['Can_start_rebuilding'] = 'You can now start with rebuilding the search index';
$lang['Click_once_warning'] = '<b>Only click link once!</b> - it can take up to serveral minutes till a new page is displayed.';

//
// proceed_rebuilding
//
$lang['Preparing_to_proceed'] = 'Preparing tables to allow proceeding';
$lang['Preparing_search_tables'] = 'Preparing search tables for proceeding';

//
// perform_rebuild
//
$lang['Click_or_wait_to_proceed'] = 'Click here to proceed or wait a few seconds';
$lang['Indexing_progress'] = '%d of %d posts (%01.1f%%) have been indexed. Last post indexed: %d';
$lang['Indexing_finished'] = 'Rebuilding the index was finished succesfully';

//
// synchronize_post
//
$lang['Synchronize_posts'] = 'Synchronizing post data';
$lang['Synchronize_topic_data'] = 'Synchronizing topics';
$lang['Synchronizing_topics'] = 'Updating topics';
$lang['Synchronizing_topic'] = 'Updating topic %d (%s)';
$lang['Synchronize_moved_topic_data'] = 'Synchronizing moved topics';
$lang['Inconsistencies_found'] = 'Inconsistencies in your database were found. Please %scheck the post and topic tables%s';
$lang['Synchronizing_moved_topics'] = 'Updating moved topics';
$lang['Synchronizing_moved_topic'] = 'Updating moved topic %d -> %d (%s)';
$lang['Synchronize_forum_topic_data'] = 'Synchronizing topic-data of forums';
$lang['Synchronizing_forums'] = 'Updating forums';
$lang['Synchronizing_forum'] = 'Updating forum %d (%s)';
$lang['Synchronize_forum_data_wo_topic'] = 'Synchronizing forums without any topic';
$lang['Synchronize_forum_post_data'] = 'Synchronizing post-data of forums';
$lang['Synchronize_forum_data_wo_post'] = 'Synchronizing forums without any post';

//
// synchronize_user
//
$lang['Synchronize_post_counters'] = 'Synchronizing post counters';
$lang['Synchronize_user_post_counter'] = 'Synchronizing post counter of users';
$lang['Synchronizing_user_counter'] = 'Updating user %s (%d): %d -> %d';

//
// synchronize_mod_state
//
$lang['Synchronize_moderators'] = 'Synchronizing moderator status in user table';
$lang['Getting_moderators'] = 'Getting moderators';
$lang['Checking_non_moderators'] = 'Checking for users with moderator status who do not moderate any forum';
$lang['Updating_mod_state'] = 'Updating moderator status of users';
$lang['Changing_moderator_status'] = 'Changing moderator status of user %s (%d)';
$lang['Checking_moderators'] = 'Checking for users without moderator status who do moderate a forum';

//
// reset_date
//
$lang['Resetting_future_post_dates'] = 'Resetting last post dates in the future';
$lang['Checking_post_dates'] = 'Checking dates of posts';
$lang['Checking_pm_dates'] = 'Checking dates of private messages';
$lang['Checking_email_dates'] = 'Checking dates of last e-mail';

//
// reset_sessions
//
$lang['Resetting_sessions'] = 'Resetting sessions';
$lang['Deleting_session_tables'] = 'Emptying session and search result tables';
$lang['Restoring_session'] = 'Restoring session of active user';

//
// check_db
//
$lang['Checking_db'] = 'Checking database';
$lang['Checking_tables'] = 'Checking tables';
$lang['Table_OK'] = 'OK';
$lang['Table_HEAP_info'] = 'Command not available for HEAP-tables';

//
// repair_db
//
$lang['Repairing_db'] = 'Repairing database';
$lang['Repairing_tables'] = 'Repairing tables';

//
// optimize_db
//
$lang['Optimizing_db'] = 'Optimizing database';
$lang['Optimizing_tables'] = 'Optimizing tables';
$lang['Optimization_statistic'] = 'Optimization reduced size of tables from %s to %s. That is a reduction of %s or %01.2f%%.';

//
// reset_auto_increment
//
$lang['Reset_ai'] = 'Resetting auto increment values';
$lang['Ai_message_update_table'] = 'table updated';
$lang['Ai_message_no_update'] = 'no update necessary';
$lang['Ai_message_update_table_old_mysql'] = 'table updated'; // Used if an old version of MySQL is used which does not allow a table check before updating the table

//
// heap_convert
//
$lang['Converting_heap'] = 'Converting Session-Table to HEAP';

//
// unlock_db
//
$lang['Unlocking_db'] = 'Unlocking database';

//
// Emergency Recovery Console
//
$lang['Forum_Home'] = 'Forum Home';
$lang['ERC'] = 'Emergency Recovery Console';
$lang['Submit_text'] = 'Send';
$lang['Select_Language'] = 'Select a language';
$lang['No_selectable_language'] = 'No selectable language exist';
$lang['Select_Option'] = 'Select an option';
$lang['Option_Help'] = 'Hints for the options';
$lang['Authenticate_methods'] = 'There are two ways to authenticate';
$lang['Authenticate_methods_help_text'] = 'You have to authenticate to do any changes on the board configuration. There are two ways to do so: First, you can authenticate by entering name and password of any active administrator account of the board (prefered method). Second, you can authenticate by entering the name and password of the database account the board uses for accessing the database.';
$lang['Authenticate_user_only'] = 'You have to authenticate with an active administrator account';
$lang['Authenticate_user_only_help_text'] = 'You have to authenticate to do any changes on the board configuration. You can only authenticate by entering name and password of any active administrator account of the board.';
$lang['Admin_Account'] = 'Admin account of board';
$lang['Database_Login'] = 'Database user';
$lang['Username'] = 'Username';
$lang['Password'] = 'Password';
$lang['Auth_failed'] = 'Authentication failed!';
$lang['Return_ERC'] = 'Return to Emergency Recovery Console';
$lang['cur_setting'] = 'Current setting';
$lang['rec_setting'] = 'Recommended setting';
$lang['secure'] = 'Secure';
$lang['secure_yes'] = 'yes (https)';
$lang['secure_no'] = 'no (http)';
$lang['domain'] = 'Domain';
$lang['port'] = 'Port';
$lang['path'] = 'Path';
$lang['Cookie_domain'] = 'Cookie domain';
$lang['Cookie_name'] = 'Cookie name';
$lang['Cookie_path'] = 'Cookie path';
$lang['select_language'] = 'Select new language';
$lang['select_theme'] = 'Select new theme';
$lang['reset_thmeme'] = 'Recreate default theme';
$lang['new_admin_user'] = 'User to grant admin privileges';
$lang['dbms'] = 'Database Type';
$lang['DB_Host'] = 'Database Server Hostname / DSN';
$lang['DB_Name'] = 'Your Database Name';
$lang['DB_Username'] = 'Database Username';
$lang['DB_Password'] = 'Database Password';
$lang['Table_Prefix'] = 'Prefix for tables in database';
$lang['New_config_php'] = "This is your new config.$phpEx";

//
// Options
//
$lang['cls'] = 'Clear all sessions';
$lang['rdb'] = 'Repair database tables';
$lang['cct'] = 'Check config table';
$lang['rpd'] = 'Reset path data';
$lang['rcd'] = 'Reset cookie data';
$lang['rld'] = 'Reset language data';
$lang['rtd'] = 'Reset template data';
$lang['dgc'] = 'Disable GZip compression';
$lang['cbl'] = 'Clear ban list';
$lang['raa'] = 'Remove all administrators';
$lang['mua'] = 'Grant user admin privileges';
$lang['rcp'] = 'Recreate config.php';

//
// Info for options
//
$lang['cls_info'] = 'When proceeding all sessions will be cleared.';
$lang['rdb_info'] = 'When proceeding the tables of the database will be repaired.';
$lang['cct_info'] = 'When proceeding the config table will be checked and missing entries be restored.';
$lang['rpd_info'] = 'When proceeding the config data will be updated if the recommended setting is selected.';
$lang['rcd_info'] = 'When proceeding the cookie data will be updated. The Option whether to set a secure cookie or not can be found under \'Reset path data\'.';
$lang['rld_info'] = 'When proceeding the selected language will be used for both the board and the user used to authenticate.';
$lang['rtd_info'] = 'When proceeding either the selected style will be used for both the board and the user used to authenticate or the default theme (subSilver) will be recreated and used for board and user.';
$lang['rtd_info_no_theme'] = 'When proceeding the default theme (subSilver) will be recreated and used for both the board and the user used to authenticate.';
$lang['dgc_info'] = 'When proceeding the GZip compression will be disabled.';
$lang['cbl_info'] = 'When proceeding both the ban list and the disallowed users will be cleard.';
$lang['raa_info'] = 'When proceeding all admins will be set to normal users. If you use an admin account to authenticate, the account used forauthentication will keep its admin level.';
$lang['mua_info'] = 'When proceeding the selected user will be granted administrator privileges. The user will also be activated.';
$lang['rcp_info'] = 'When proceeding a new config.php will be created with the data entered.';

//
// Success messages for options
//
$lang['cls_success'] = 'All sessions were cleared successful.';
$lang['rdb_success'] = 'The tables of the database were repaired.';
$lang['rpd_success'] = 'Board configuration updated successful.';
$lang['cct_success'] = 'Config table checked successful.';
$lang['rcd_success'] = 'Cookie data updated successful.';
$lang['rld_success'] = 'The language data was updated successful.';
$lang['rld_failed'] = "The required language files (lang_main.$phpEx and lang_admin.$phpEx) do not exist.";
$lang['rtd_restore_success'] = 'The default style was restored successful.';
$lang['rtd_success'] = 'The style data was updated successful.';
$lang['dgc_success'] = 'The GZip compression was disabled successful.';
$lang['cbl_success'] = 'The ban list and the disallowed users were cleared successful.';
$lang['cbl_success_anonymous'] = 'The ban list and the disallowed users were cleared successful. The anonymous account has been recreated. Since group data of the anonymous account may be missing, it is recommended to use the function "Check user and group tables" in the main part of DB Maintenance.';
$lang['raa_success'] = 'All admins were removed successful.';
$lang['mua_success'] = 'The selected user has now admin privileges.';
$lang['mua_failed'] = '<b>Error:</b> The selected user does not exist or already has admin privileges.';
$lang['rcp_success'] = "Copy the text to a text file, rename it to <b>config.$phpEx</b> and upload it to the root directory of the forum. Please ensure that there is no character (including spaces and line feeds) before the <b><?php</b> and after the <b>?></b>.<br />You can also %sdownload%s the file to your computer.";

//
// Text for success messages
//
$lang['Removing_admins'] = 'Removing admins';

//
// Help Text
//
$lang['Option_Help_Text'] = '<p>If you get reported that there was an error creating a session or so, you can clear the session data by selecting <b>Clear all sessions</b>. If you have Problems with accessing database tables, you can repair the tables by selecting<b>Repair database tables</b>. <b>Check config table</b> will check the config table for missing entries, which may be helpful by several types of errors.</p><p>If you are not able to log on or to enter the admin panel, there may be a fault in your path or your cookie settings. You can reset them with <b>Reset path data</b> or <b>Reset cookie data</b>. You can also reset the language setting with <b>Reset language data</b> or the template data with <b>Reset template data</b>.</p><p>If problems occur after activating the GZip compression, you can deactivate it by selecting <b>Disable GZip compression</b>.</p><p>If you lost the password of your account, you can grant an user admin privileges by selecting <b>Grant user admin privileges</b>. This will also activate the user so you can use an user just created before. If you are not able to add a new user, you can clear the ban list with <b>Clear ban list</b> (this will also restore the anonymous user).</p><p>If your board was hacked, it\'s recommended that you remove all admin accounts by selecting <b>Remove all administrators</b>. (The account itself will not be deleted but the rights will be removed.)</p><p>If you need to restore your config.php you can do so by selecting <b>Recreate config.php</b>.</p>';

Re: Database Maintenance

Geplaatst: 14 jun 2005, 20:01
door headout
Bischke schreef:PLZ :oops:
Wat is je vraag? Of verwacht je dat iemand die hele lap code gaat vertalen?

Re: Database Maintenance

Geplaatst: 14 jun 2005, 20:09
door Bischke
headout schreef: Wat is je vraag? Of verwacht je dat iemand die hele lap code gaat vertalen?
Ik kan alleen maar hopen van wel he :lol:

Geplaatst: 14 jun 2005, 20:26
door ik ben gek
daar heb je het nederlandse vertaalpaket voor!

Geplaatst: 14 jun 2005, 20:27
door Rico
ik ben gek schreef:daar heb je het nederlandse vertaalpaket voor!
Dat is alleen voor de Nederlandse taal.
Dit is een uitbreiding.

Geplaatst: 15 jun 2005, 11:35
door flance
Nog niet volledig, maar je komt zelf wel verder denk ik:

Code: Selecteer alles

<?php

/***************************************************************************
 *                            lang_dbmtnc.php [Dutch]
 *                              -------------------
 *   begin                : Fri Feb 07, 2003
 *   copyright            : (C) 2004 Philipp Kordowich
 *                          Parts: (C) 2002 The phpBB Group
 *
 *   part of DB Maintenance Mod 1.3.0
 ****************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it en/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/


//
// Language file for DB Maintenance Mod
//

$lang['DB_Maintenance'] = 'Database Maintenance';
$lang['DB_Maintenance_Description'] = 'Je kunt je je database controleren op fouten<br />
	<b>Let op:</b> Sommige operaties eisen een langere tijd om uitgevoerd te worden. Het forum wordt dan op inactief gezet tijdens de operaties.</br />
	<br />
	<b>Het is aanbevolen om een backup te maken voor elke optie die je uitvoert</b>';
$lang['Function'] = 'Functie';
$lang['Function_Description'] = 'Beschrijving';

$lang['Incomplete_configuration'] = 'Een optie voor <b>%s</b> is niet gevonden in de forum configuratie. DB Maintenance kan niet werken zonder dit. <br />
	Misschien ben je de SQL uitvoeringen vergeten tijdens die instalatie.';
$lang['dbtype_not_supported'] = 'Sorry, je database ondersteund deze functie niet.';
$lang['no_function_specified'] = 'Geen functie aangegeven';
$lang['function_unknown'] = 'Functie is onbekend';
$lang['Old_MySQL_Version'] = 'Sorry, je MySQL-Version ondersteund dit niet. Gebruik versie 3.23.17 of nieuwer.';

$lang['Back_to_DB_Maintenance'] = 'Terug naar Database Maintenance';
$lang['Processing_time'] = 'DB Maintenance nam %f seconden voor deze operaties';

$lang['Lock_db'] = 'Schakelt forum uit';
$lang['Unlock_db'] = 'Schakelt forum in';
$lang['Already_locked'] = 'Je forum is al inactief';
$lang['Ignore_unlock_command'] = 'Forum was al gesloten voor de operatie. Het forum word niet ingeschakeld';
$lang['Delay_info'] = 'Stelt 3 seconden uit om database acties uit voeren.';

$lang['Affected_row'] = 'One affected dataset';
$lang['Affected_rows'] = '%d affected datasets';
$lang['Done'] = 'Gedaan';
// The following variable is used when nothing hat to be fixed in the database. It needs the complete paragraph-tag.
// If you do not want a message to be displayed in these cases, just leave the variable empty.
$lang['Nothing_to_do'] = "<p class=\"gen\"><i>Niets te doen :-)</i></p>\n";

//
// Names for nieuwe records in several tabellen
//
$lang['New_cat_name'] = 'Herstelde forums';
$lang['New_forum_name'] = 'Herstelde onderwerpen';
$lang['New_topic_name'] = 'Herstelde berichten';
$lang['Restored_topic_name'] = 'Herstelde topic';
$lang['New_poster_name'] = 'Hersteld bericht'; // Name for Poster of a restored post

//
// Functions available
//
// Usage: $mtnc[] = array(internal Name, Name of Function, Description of Function, Warning Message (leef empty to avoid), Number of Controleer function (Integer))
// Use $mtnc[] = array('--', '', '', '', 0) for a space row (you can us a different check function)
//
$mtnc[] = array('statistic',
	'Statistieken',
	'Laat informatie over het forum en de database zien.',
	'',
	0);
$mtnc[] = array('config',
	'Configuratie',
	'Configureer DB Maintenance.',
	'',
	5);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('check_user',
	'Controleer gebruiker en groeps tabellen',
	'Dit controleert de gebruiker en groepstabellen op fouten.',
	'Je verliest alle groepen zonder leden. Doorgaan?',
	0);
$mtnc[] = array('check_post',
	'Controleer post en topic tabellen',
	'Dit controleert de berichten en topic tabellen op fouten.',
	'Je verliest alle berichten zonder tekst. Doorgaan?',
	0);
$mtnc[] = array('check_vote',
	'Controleer pollresulaten tabellen',
	'Dit controleert de pollresultaten tabellen op fouten',
	'Je verliest alle resultaten zonder een correcte stem. Doorgaan?',
	0);
$mtnc[] = array('check_pm',
	'Controleer PB tabellen',
	'Dit controleert de PB tabellen op fouten',
	'Ongelezen berichten worden verwijderd als de zender of lezer niet bestaat. Doorgaan?',
	0);
$mtnc[] = array('check_config',
	'Controleer de configuratie tabel',
	'Dit controleert the configuratie tabel op missende onderdelen.',
	'',
	0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('check_search_wordmatch',
	'Controleer de zoek woord tabel',
	'Dit controleert de zoek woord tabel op fouten. Deze tabel wordt gebruikt voor de zoekfunctie',
	'',
	0);
$mtnc[] = array('check_search_wordlist',
	'Controleer zoek woordenlijst tabel',
	'Dit verwijderd alle onnodige woordenlijsten voor het zoeken.',
	'Deze functie gebruikt wat tijd. Het is niet noodzakelijk om dit uit te voeren, je database wordt alleen iets kleiner. Doorgaan?',
	0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('synchronize_post',
	'Hertel forums en onderwerpen',
	'Dit hertelt de berichten in het forum en onderwerpen.',
	'Dit duurt een tijdje. Als je server geen set_time_limit() command ondersteund, geeft hij een foutmelding. Hier gaat geen data verloren, er word alleen wat bijgewerkt. Doorgaan?',
	0);
$mtnc[] = array('synchronize_user',
	'Hertel de berichten van gebruikers',
	'Dit hertelt de berichten van de gebruikers.',
	'<b>Let op:</b> pruned berichten worden normaal niet van de berichten afgetrokken. Als je dit uitvoerd gebeurd dit wel. Doorgaan?',
	6);
$mtnc[] = array('synchronize_mod_state',
	'Synchroniseerd moderator status',
	'Dit hersychroniseerd de moderator status in de gebruiker tabel.',
	'',
	0);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('reset_date',
	'Laatste berichtdatum controleren',
	'Dit zet de postdata van de berichten uit te toekomst op de tijd die het nu is.',
	'Doorgaan?',
	0);
$mtnc[] = array('reset_sessions',
	'Reset alle sessies',
	'Dit verwijderd de lege sessies in de session tabel.',
	'Alle gebruikers die nu actief zijn verliezen hun sessie en hun zoekresultaten. Doorgaan?',
	0);
$mtnc[] = array('--', '', '', '', 8);
$mtnc[] = array('rebuild_search_index',
	'Herbouw zoek index',
	'Deze functie herbouwt de index van het zoeken. Je hebt dit onder normale omstandigheden nooit nodig.',
	'Dit verwijderd de complete zoek index en herbouwt het. Dit kan uren duren. Het forum is in de tussentijd niet bereikbaar. Doorgaan?',
	7);
$mtnc[] = array('proceed_rebuilding',
	'Herstart herbouwen',
	'Gebruik deze functie als het herbouwen van de zoek index tussentijds afgebroken is.',
	'',
	4);
$mtnc[] = array('--', '', '', '', 1);
$mtnc[] = array('check_db',
	'Controleer database',
	'Controleert the database op fouten',
	'',
	1);
$mtnc[] = array('optimize_db',
	'Optimaliseer database',
	'Optimaliseert de tabellen. Dit reduceert de database groote en verwijderd een hoop opnames.',
	'',
	1);
$mtnc[] = array('repair_db',
	'Repareer database',
	'Repareert de database als er een fout is gevonden.',
	'Je moet deze actie alleen uitvoeren als er een fout is opgetreden bij het controleren van de database. Doorgaan?',
	1);
$mtnc[] = array('--', '', '', '', 0);
$mtnc[] = array('reset_auto_increment',
	'Maak auto increment values opnieuw',
	'Deze functie maakt de auto increment values opnieuw als er een fout komt bij het invoegen van nieuwe data in de tabellen.',
	'Wil je dit echt doen? Er gaat geen data verloren, maar deze functie moet je alleen gebruiken als het nodig is.',
	0);
$mtnc[] = array('heap_convert',
	'Converteer Session-Table',
	'Deze funcite converteert de session-tabel naar HEAP tabel type. Dit wordt normaal tijdens de instalatie gedaan en maakt phpBB een stuk sneller. Je moet deze fuctie gebruiken als je sessie tabel geen HEAP tabel type is.',
	'Wil je de tabel echt converteren?',
	2);
$mtnc[] = array('--', '', '', '', 3);
$mtnc[] = array('unlock_db',
	'Heropen forum',
	'Gebruik deze functie als er een fout is opgetreden tijdens één van de operaties en het forum nog gesloten is.',
	'',
	3);

//
// Function specific vars
//

// statistic
$lang['Statistic_title'] = 'Forum en database statistieken';
$lang['Database_table_info'] = 'Database statistieken geven verschillende getallen. Forum statistieken geven de statistieken van het forum weer en database statistieken van de tabellen die beginnen met het standaard prefix.';
$lang['Board_statistic'] = 'Forum statistieken';
$lang['Database_statistic'] = 'Database statistieken';
$lang['Version_info'] = 'Versie information';
$lang['Thereof_deactivated_users'] = 'Gedeactiveerde:';
$lang['Thereof_Moderators'] = 'Moderators';
$lang['Thereof_Administrators'] = 'Administrators';
$lang['Users_with_Admin_Privileges'] = 'Gebruikers met administratorrechten';
$lang['Number_tables'] = 'Tabellen';
$lang['Number_records'] = 'Records';
$lang['DB_size'] = 'Databasegroote';
$lang['Thereof_phpbb_core'] = 'phpBB-kern tabellen';
$lang['Thereof_phpbb_advanced'] = 'Geavanceerde phpBB tabellen';
$lang['Version_of_board'] = 'Forumversie';
$lang['Version_of_mod'] = 'Versie van DB Maintenance';
$lang['Version_of_PHP'] = 'Versie van PHP';
$lang['Version_of_MySQL'] = 'Versie van MySQL';
// config
$lang['Config_title'] = 'DB Maintenance configuratie';
$lang['Config_info'] = 'De volgende opties geven je toegang tot de instellingen van DB Maintenance. Onthoud dat verkeerde configuratie tot vervelende resultaten kan lijden.';
$lang['General_Config'] = 'Algemene configuratie';
$lang['Rebuild_Config'] = 'Configuratie herbouwen van de zoekindex';
$lang['Current_Rebuild_Config'] = 'Configuratie van herbouwen';
$lang['Rebuild_Settings_Explain'] = 'Deze fucties geven je toegang tot het gedrag van DB Maintenance wanneer de zoek index wordt herbouwd.';
$lang['Current_Rebuild_Settings_Explain'] = 'Deze functies geven je toegang tot de instellingen die worden gebruikt door DB Maintenance om de positie op te staan van het herbouwen. Je hebt dit normaal niet nodig.';
$lang['Disallow_postcounter'] = 'Verbied hertellen van de berichten van gebruikers';
$lang['Disallow_postcounter_Explain'] = 'Dit blokeert de functie van het hertellen van de berichten van gebruikers';
$lang['Disallow_rebuild'] = 'Blokkeer herbouwen van de zoek index';
$lang['Disallow_rebuild_Explain'] = 'Dit blokkeert het herbouwen van de zoek index. Een foute herbouw kan nog steeds voorgezet worden tot een goede.';
$lang['Rebuildcfg_Timelimit'] = 'Maximale execution time voor herbouwen (in seconden)';
$lang['Rebuildcfg_Timelimit_Explain'] = 'Maximale tijd die wordt gebruikt voor één stap tijdens het herbouwen (240 standaard)';
$lang['Rebuildcfg_Timeoverwrite'] = 'Gerepareerde beschikbare tijd voor execution (in seconden)';
$lang['Rebuildcfg_Timeoverwrite_Explain'] = 'Gerepareerde geschatte tijd voor execution (Standaard: 0). Met 0 is het resultaat van de berekening de execution time, elk ander getal overschrijft de berekening.';
$lang['Rebuildcfg_Maxmemory'] = 'Maximale berichtgrote voor herbouwen in kB)';
$lang['Rebuildcfg_Maxmemory_Explain'] = 'Maximale grote van berichten die worden geïndexeerd in één stap (Standaard: 500). Als de grote van het bericht te hoog is, wordt hij niet geïndexeerd en de volgende berichten in de stap ook niet';
$lang['Rebuildcfg_Minposts'] = 'Minimale berichten per stap';
$lang['Rebuildcfg_Minposts_Explain'] = 'Minimaal aantal berichten per stap (Standaard: 3). Defineert het aantal berichten dat worden geïndexeert per stap.';
$lang['Rebuildcfg_PHP3Only'] = 'Gebruik alleen PHP 3 methodes voor indexering';
$lang['Rebuildcfg_PHP3Only_Explain'] = 'DB Maintenance gebruikt een geavanceerde methode die alleen PHP 4.0.5 of hoger gebruikt. Je kunt dit uitzetten zodat DB Maintenance de standaard methode van phpBB gebruikt';
$lang['Rebuildcfg_PHP4PPS'] = 'Berichten geïndexeerd per seconde met de geadvanceerde methode';
$lang['Rebuildcfg_PHP4PPS_Explain'] = 'Geschatte berichten dat per seconde geïndexeerd kan worden met de geavanceerde methode Standaard: 8).';
$lang['Rebuildcfg_PHP3PPS'] = 'Berichten geïndexeerd per seconde met standaard methode';
$lang['Rebuildcfg_PHP3PPS_Explain'] = 'Geschatte berichten dat per seconde geïndexeerd kan worden. (Standaard: 1).';
$lang['Rebuild_Pos'] = 'Laatste bericht geïndexeerd';
$lang['Rebuild_Pos_Explain'] = 'ID van het laatste succesvol geïndexeerde bericht. BIj -1 is het herbouwen klaar.';
$lang['Rebuild_End'] = 'Laatste bericht om te indexeren.';
$lang['Rebuild_End_Explain'] = 'ID van de laatste post. Bij 0 is het herbouwen klaar.';
$lang['Dbmtnc_config_updated'] = 'Configuratie succesvol bijgewerkt';
$lang['Click_return_dbmtnc_config'] = 'Klik %shier%s om terug te gaan';
// check_user
$lang['Checking_user_tables'] = 'Controleert gebruiker en groep tabellen';
$lang['Checking_missing_anonymous'] = 'Controleert op missende gast account';
$lang['Anonymous_recreated'] = 'Gast account hermaakt';
$lang['Checking_incorrect_pending_information'] = 'Controleert op zwevende informatie';
$lang['Updating_invalid_pendig_user'] = 'Foute informatie van een gebruiker bijgewerkt';
$lang['Updating_invalid_pendig_users'] = 'Foute informatie van %d gebruikers bijgewerkt';
$lang['Updating_pending_information'] = 'Foute informatie van een groep bijgewerk';
$lang['Checking_missing_user_groups'] = 'Controleert op gebruikers met meerde of geen gebruikersgroep';
$lang['Found_multiple_SUG'] = 'Gevonden gebruikers met meerdere single gebruiker groepen';
$lang['Resolving_user_id'] = 'Verplaatst gebruikers naar een groep';
$lang['Removing_groups'] = 'Verwijdert groepen';
$lang['Removing_user_groups'] = 'Verwijdert gebruiker voor groepsconectie';
$lang['Recreating_SUG'] = 'Hermaakt gebruikersgroep voor gebruiker';
$lang['Checking_for_invalid_moderators'] = 'Controleert op foute groep moderator instellingen';
$lang['Updating_Moderator'] = 'Stelt gebruiker in als moderator voor groep';
$lang['Checking_moderator_membership'] = 'Controleert groep lidmaatschap van de moderators';
$lang['Updating_mod_membership'] = 'Werkt lidmaatschap van groep moderators bij';
$lang['Moderator_added'] = 'Moderator toegevoegd aan een groep';
$lang['Moderator_changed_pending'] = 'Verandere status van de moderator';
$lang['Remove_invalid_user_data'] = 'Verwijdert foute gebruiker data uit gebruiker-groep-tabel';
$lang['Remove_empty_groups'] = 'Verwijdert lege groepen';
$lang['Remove_invalid_group_data'] = 'Verwijdert foute groeps data in gebruiker-groep-tabel';
$lang['Checking_ranks'] = 'Controleert op foute rangen';
$lang['Invalid_ranks_found'] = 'Gevonden gebruikers met foute rang';
$lang['Removing_invalid_ranks'] = 'Verwijdert foute ranks';
$lang['Checking_themes'] = 'Controleert op foute tijdsinstellingen';
$lang['Updating_users_without_style'] = 'Werkt gebruikers zonder style bij';
$lang['Default_theme_invalid'] = '<b>Attentie:</b> De standaard style is fout. Controleer uw configuratie.';
$lang['Updating_themes'] = 'Werkt foute styles bij tot %d';
$lang['Checking_theme_names'] = 'Controleert op foute style naam data';
$lang['Removing_invalid_theme_names'] = 'Verwijdert foute theme name data';
$lang['Checking_languages'] = 'Controleert op foute taalinstellingen';
$lang['Invalid_languages_found'] = 'Gevonden gebruikers met foute taal instellingen';
$lang['Default_language_invalid'] = '<b>Attentie:</b> De standaard taal is fout. Controleer uw configuratie.';
$lang['English_language_invalid'] = '<b>Attentie:</b> De standaard taal is fout en Engels bestaat niet. Maak deze opnieuw.';
$lang['Changing_language'] = 'Veranderd taal \'%s\' naar \'%s\'';
$lang['Remove_invalid_ban_data'] = 'Verwijdert foute ban data';
// check_post
$lang['Checking_post_tables'] = 'Controleert post en topic tabellen';
$lang['Checking_invalid_forums'] = 'Controleert op forums met foute categorie';
$lang['Invalid_forums_found'] = 'Gevonden forums met foute categorie';
$lang['Setting_category'] = 'Verplaatst forums naar \'%s\'';
$lang['Checking_posts_wo_text'] = 'Controleert op berichten zonder tekst';
$lang['Posts_wo_text_found'] = 'Gevonden berichten zonder tekst';
$lang['Deleting_post_wo_text'] = '%d (Onderwerp: %s (%d); Gebruiker: %s (%d))';
$lang['Deleting_Posts'] = 'Verwijdert post data';
$lang['Checking_topics_wo_post'] = 'Controleert op onderwerpen zonder berichten';
$lang['Topics_wo_post_found'] = 'Gevonden onderwerpen zonder berichten';
$lang['Deleting_topics'] = 'Verwijdert topic data';
$lang['Checking_invalid_topics'] = 'Controleert op onderwerpen met een verkeerd forum';
$lang['Invalid_topics_found'] = 'Gevonden onderwerpen met foute forum';
$lang['Setting_forum'] = 'Verplaatst onderwerpen naar \'%s\'';
$lang['Checking_invalid_posts'] = 'Controleert op berichten met foute topic';
$lang['Invalid_posts_found'] = 'Gevonden berichten met foute topic';
$lang['Setting_topic'] = 'Verplaatst berichten %s naar topic \'%s\' (%d) in forum \'%s\'';
$lang['Checking_invalid_forums_posts'] = 'Controleert op berichten met fout forum';
$lang['Invalid_forum_posts_found'] = 'Gevonden berichten met fout forum';
$lang['Setting_post_forum'] = '%d: Verplaatst van forum \'%s\' (%d) naar \'%s\' (%d)';
$lang['Checking_texts_wo_post'] = 'Controleert op teksten zonder bericht';
$lang['Invalid_texts_found'] = 'Gevonden teksten zonder berichten';
$lang['Recreating_post'] = 'Hermaakt %d en verplaatst het naar topic \'%s\' in forum \'%s\'<br />Extract: %s';
$lang['Checking_invalid_topic_posters'] = 'Controleert onderwerpen op foute posters';
$lang['Invalid_topic_poster_found'] = 'Gevonden onderwerpen met foute poster';
$lang['Updating_topic'] = 'Updating topic %d (Poster: %d -> %d)';
$lang['Checking_invalid_posters'] = 'Controleert berichten op foute posters';
$lang['Invalid_poster_found'] = 'Gevonden berichten op foute poster';
$lang['Updating_posts'] = 'Werkt berichten bij';
$lang['Checking_moved_topics'] = 'Controleert verplaatste onderwerpen';
$lang['Deleting_invalid_moved_topics'] = 'Verwijdert foute verplaatste onderwerpen';
$lang['Updating_invalid_moved_topic'] = 'Verwijdert foute verplaats informatie van niet verplaatste onderwerpen';
$lang['Updating_invalid_moved_topics'] = 'Werkt foute verplaats informatie voor %d niet verplaatste onderwerpen bij';
$lang['Checking_prune_settings'] = 'Controleert op foute prune data';
$lang['Removing_invalid_prune_settings'] = 'Verwijdert foute prune instellingen';
$lang['Updating_invalid_prune_setting'] = 'Updating foute prune instellingen van een forum';
$lang['Updating_invalid_prune_settings'] = 'Updating foute prune instellingen van %d fora';
$lang['Checking_topic_watch_data'] = 'Controleert op foute bekeken onderwerpen';
$lang['Checking_auth_access_data'] = 'Controleert op foute groep authorisatie data';
$lang['Must_synchronize'] = 'Je moet eerst je forum berichten hertellen. Klik om door te gaan.';
// check_vote
$lang['Checking_vote_tables'] = 'Controleert stem tabellen';
$lang['Checking_votes_wo_topic'] = 'Controleert op stemmen zonder topic';
$lang['Votes_wo_topic_found'] = 'Gevonden stemmen zonder topic';
$lang['Invalid_vote'] = '%s (%d) - Start datum: %s - Eind datum: %s';
$lang['Deleting_votes'] = 'Verwijdert stemmen';
$lang['Checking_votes_wo_result'] = 'Controleert op stemmen zonder resultaat';
$lang['Votes_wo_result_found'] = 'Gevonden stemmen zonder resultaat';
$lang['Checking_topics_vote_data'] = 'Controleert stem data in topic tabellen';
$lang['Updating_topics_wo_vote'] = 'Updating onderwerpen met stem, maar zonder poll';
$lang['Updating_topics_w_vote'] = 'Updating onderwerpen die geen stemmen hebben maar wel een andere stem';
$lang['Checking_results_wo_vote'] = 'Controleert for resultaten zonder corresponding stem';
$lang['Results_wo_vote_found'] = 'Gevonden resultaten zonder stem';
$lang['Invalid_result'] = 'Verwijdert resultaten van %s (Stemmen: %d)';
$lang['Checking_voters_data'] = 'Controleert op foute stem data';
// check_pm
$lang['Checking_pm_tables'] = 'Controleert PB tabellen';
$lang['Checking_pms_wo_text'] = 'Controleert op PBs zonder tekst';
$lang['Pms_wo_text_found'] = 'Gevonden PBs zonder tekst';
$lang['Deleting_pn_wo_text'] = '%d (Onderwerp: %s; Afzender: %s (%d); Ontvanger: %s (%d))';
$lang['Deleting_Pms'] = 'Verwijdert PB data';
$lang['Checking_texts_wo_pm'] = 'Controleert op PB teksten zonder bericht';
$lang['Deleting_pm_texts'] = 'Verwijdert foute PB teksten';
$lang['Checking_invalid_pm_senders'] = 'Controleert PBs op foute afzenders';
$lang['Invalid_pm_senders_found'] = 'Gevonden PBs met foute afzender';
$lang['Updating_pms'] = 'Updating PBs';
$lang['Checking_invalid_pm_recipients'] = 'Controleert PBs op foute ontvangers';
$lang['Invalid_pm_recipients_found'] = 'Gevonden PBs met foute ontvangers';
$lang['Checking_pm_deleted_users'] = 'Controleert PBs op verwijderde afzenders of ontvangers';
$lang['Invalid_pm_users_found'] = 'Gevonden PBs met verwijderde afzenders of ontvangers';
$lang['Deleting_pms'] = 'Verwijdert PBs';
$lang['Synchronize_new_pm_data'] = 'Hertelt nieuwe PBs counter';
$lang['Synchronizing_users'] = 'Updating gebruikers';
$lang['Synchronizing_user'] = 'Updating gebruiker %s (%d)';
$lang['Synchronize_unread_pm_data'] = 'Hertelt ongelezen pbs';
// check_config
$lang['Checking_config_table'] = 'Controleert configuratie tabel';
$lang['Checking_config_entries'] = 'Controleert entries van de configuratie tabel';
$lang['Restoring_config'] = 'Hermaakt entries';
// check_search_wordmatch
$lang['Checking_search_wordmatch_tables'] = 'Controleert woordentabel';
$lang['Checking_search_data'] = 'Controleert op foute zoek data';
// check_search_wordlist
$lang['Checking_search_wordlist_tables'] = 'Controleert woordentabel';
$lang['Checking_search_words'] = 'Controleert for onnodige zoek woorden';
$lang['Removing_part_invalid_words'] = 'Verwijdert delen van onnodige zoek woorden';
$lang['Removing_invalid_words'] = 'Verwijdert onnodige zoek woorden';
// rebuild_search_index
$lang['Rebuilding_search_index'] = 'Herbouwt zoek index';
$lang['Deleting_search_tables'] = 'Leegt zoek tabellen';
$lang['Reset_search_autoincrement'] = 'Zet teller van zoektabellen weer op nul';
$lang['Preparing_config_data'] = 'Setting configuratie data';
$lang['Can_start_rebuilding'] = 'Je kunt nu starten met het herbouwen van de index';
$lang['Click_once_warning'] = '<b>Klik maar één keer!</b> - het kan een tijdje duren voordat de nieuwe pagina is geladen.';
// proceed_rebuilding
$lang['Preparing_to_proceed'] = 'Wacht op tabellen om uit te voeren';
$lang['Preparing_search_tables'] = 'Wacht op zoek tabellen om door te gaan';
// perform_rebuild
$lang['Click_or_wait_to_proceed'] = 'Klik hier om door te gaan of wacht een paar seconden';
$lang['Indexing_progress'] = '%d van %d berichten (%01.1f%%) zijn gevonden. Laatst geïndexeerde post: %d';
$lang['Indexing_finished'] = 'Herbouwen van de index is succesvol voltooid.';
// synchronize_post
$lang['Synchronize_posts'] = 'Hertelt post data';
$lang['Synchronize_topic_data'] = 'Hertelt onderwerpen';
$lang['Synchronizing_topics'] = 'Updating onderwerpen';
$lang['Synchronizing_topic'] = 'Updating topic %d (%s)';
$lang['Synchronize_moved_topic_data'] = 'Hertelt veplaatste onderwerpen';
$lang['Inconsistencies_found'] = 'Onverenigde dingen in je database zijn gevonden. %sControleer de post en topic tabellen%s';
$lang['Synchronizing_moved_topics'] = 'Updating verplaatste onderwerpen';
$lang['Synchronizing_moved_topic'] = 'Updating verplaatste topic %d -> %d (%s)';
$lang['Synchronize_forum_topic_data'] = 'Synchroniseerd topic-data van fora';
$lang['Synchronizing_forums'] = 'Updating forums';
$lang['Synchronizing_forum'] = 'Updating forum %d (%s)';
$lang['Synchronize_forum_data_wo_topic'] = 'Hertelt forums zonder onderwerpen';
$lang['Synchronize_forum_post_data'] = 'Post-data van forums wordt gesynchroniseerd';
$lang['Synchronize_forum_data_wo_post'] = 'Forums zonder berichten worden gesynchroniseerd';
 
// synchronize_user
 
$lang['Synchronize_post_counters'] = 'Post tellers worden gesynchroniseerd';
$lang['Synchronize_user_post_counter'] = 'Post tellers van gebruikers worden gesynchroniseerd';
$lang['Synchronizing_user_counter'] = 'Gebruiker %s (%d): %d -> %d wordt geupdate';
 
// synchronize_mod_state
 
$lang['Synchronize_moderators'] = 'Moderator status in gebruiker tabel wordt gesynchroniseerd';
$lang['Getting_moderators'] = 'Moderators worden geselecteerd';
$lang['Checking_non_moderators'] = 'Gebruikers met moderator status worden gedetecteerd, welke geen forum moderaten.';
$lang['Updating_mod_state'] = 'Moderator status van gebruikers wordt geupdate.';
$lang['Changing_moderator_status'] = 'Moderator status wordt veranderd van gebruiker: %s (%d)';
$lang['Checking_moderators'] = 'Gebruikers zonder moderator status welke een forum moderaten, worden gedetecteerd.';
 
// reset_date
 
$lang['Resetting_future_post_dates'] = 'De laatste post data worden gereset in de toekomst';
$lang['Checking_post_dates'] = 'Data of berichten nachecken';
$lang['Checking_pm_dates'] = 'Data van prive berichten nachecken';
$lang['Checking_email_dates'] = 'Data van laatste mailtjes nachecken';
 
// reset_sessions
 
$lang['Resetting_sessions'] = 'Sessies ressetten.';
$lang['Deleting_session_tables'] = 'Zoek tabellen en sessies worden geleegt';
$lang['Restoring_session'] = 'Terugzetten van sessies van active gebruiker';
 
// check_db
 
$lang['Checking_db'] = 'Database nachecken';
$lang['Checking_tables'] = 'Tabellen nachecken';
$lang['Table_OK'] = 'OKE';
$lang['Table_HEAP_info'] = 'Commando niet toegankelijk voor HEAP-tabellen';
 
// repair_db
 
$lang['Repairing_db'] = 'Database wordt gerepareerd';
$lang['Repairing_tables'] = 'Tabellen worden gerepareerd';
 
// optimize_db
 
$lang['Optimizing_db'] = 'Database wordt geoptimaliseerd';
$lang['Optimizing_tables'] = 'Tabellen worden geoptimaliseerd';
$lang['Optimization_statistic'] = 'Optimalisatie verkleinde grootte van tabellen van %s naar %s. Dat is een reductioe van %s of %01.2f%%.';
 
// reset_auto_increment
 
$lang['Reset_ai'] = 'Auto increment waarden worden gereset.';
$lang['Ai_message_update_table'] = 'tabel is geupdate';
$lang['Ai_message_no_update'] = 'geen update nodig';
$lang['Ai_message_update_table_old_mysql'] = 'tabel is geupdated'; // Used if an old version of MySQL is used which does not allow a tabel check before updating the tabel
 
// heap_convert
 
$lang['Converting_heap'] = 'Sessie-Tabel wordt naar HEAP geconverteerd';
 
// unlock_db
 
$lang['Unlocking_db'] = 'De database wordt unlocked';
 
 
 
// Emergency Recovery Console
 
$lang['Forum_Home'] = 'Forum Home';
$lang['ERC'] = 'Nood herstellings console';
$lang['Submit_text'] = 'Verzend';
$lang['Select_Language'] = 'Selecteer een taal';
$lang['No_selectable_language'] = 'Er bestaat geen selecteerbare taal';
$lang['Select_Option'] = 'Selecteer een optie';
$lang['Option_Help'] = 'Hints voor de opties';
$lang['Authenticate_methods'] = 'Er zijn twee manieren om je te authoriseren';
$lang['Authenticate_methods_help_text'] = 'Je moet je authoriseren om veranderingen aan te brengen in de forum configuratie. Er zijn twee manieren om dat te doen:
 
Ten eerste kan je jezelf authoriseren door een naam en wachtwoord van een administrator account van het forum in te voeren. Deze methode raden we aan. 
 
Ten tweede, kan je jezelf authoriseren door een naam en wachtwoord in te voeren van een database account voor de toegang tot de database.';
$lang['Authenticate_user_only'] = 'Je moet je authoriseren met een actief administrator account';
$lang['Authenticate_user_only_help_text'] = 'Je moet jezelf authoriseren om veranderingen aan te brengen in de forum configuratie. Je kan je authoriseren door
 
 een naam en wachtwoord van een administrator account van het forum in te voeren.';
$lang['Admin_Account'] = 'Admin account van het forum';
$lang['Database_Login'] = 'Database gebruiker';
$lang['Username'] = 'Gebruikersnaam';
$lang['Password'] = 'Wachtwoord';
$lang['Auth_failed'] = 'Authoriseren gefaald!';
$lang['Return_ERC'] = 'Terug naar nood herstellings console';
$lang['cur_setting'] = 'Huidige instelling';
$lang['rec_setting'] = 'Aangeraden instelling';
$lang['secure'] = 'Veilig';
$lang['secure_yes'] = 'ja (https)';
$lang['secure_no'] = 'nee (http)';
$lang['domain'] = 'Domein';
$lang['port'] = 'Poort';
$lang['path'] = 'Pad';
$lang['Cookie_domain'] = 'Cookie domein';
$lang['Cookie_name'] = 'Cookie naam';
$lang['Cookie_path'] = 'Cookie path';
$lang['select_language'] = 'Selecteer nieuwe taal';
$lang['select_theme'] = 'Selecteer neiuw thema';
$lang['reset_thmeme'] = 'Recre&euml;er standaard thema';
$lang['new_admin_user'] = 'Gebruiker om admin rechten te verlenen';
$lang['dbms'] = 'Database Type';
$lang['DB_Host'] = 'Database Server Hostnaam / DSN';
$lang['DB_Name'] = 'Je Database Naam';
$lang['DB_Username'] = 'Database Gebruikersnaam';
$lang['DB_Password'] = 'Database Wachtwoord';
$lang['Table_Prefix'] = 'Prefix voor tabellen in database';
$lang['New_config_php'] = "Dit is je nieuwe config.$phpEx";
 
// Options
 
$lang['cls'] = 'Schoon alle sessies op';
$lang['rdb'] = 'Repareer database tabellen';
$lang['cct'] = 'Controleer config tabel';
$lang['rpd'] = 'Reset path data';
$lang['rcd'] = 'Reset cookie data';
$lang['rld'] = 'Reset taal data';
$lang['rtd'] = 'Reset template data';
$lang['dgc'] = 'Zet GZip compression uit';
$lang['cbl'] = 'Schoon ban list op';
$lang['raa'] = 'Verwijder alle administrators';
$lang['mua'] = 'Verleen gebruiker admin rechten';
$lang['rcp'] = 'Hergenereer config.php';
 
// Info for options
 
$lang['cls_info'] = 'Bij doorgaan zullen alle sessie geleegd worden.';
$lang['rdb_info'] = 'Bij doorgaan worden alle tabellen van de database gerepareerd.';
$lang['cct_info'] = 'Bij doorgaan zal de config tabel gecheckt worden en missende entries zullen teruggezet worden.';
$lang['rpd_info'] = 'Bij doorgaan zal config data geupdate worden als de, daarvoor bestemde, optie is geselecteerd.';
$lang['rcd_info'] = 'Bij doorgaan zal cookie data worden geupdate. De optie een veilige cookie te zetten kan niet worden gevonden onder \'Reset path data\'.';
$lang['rld_info'] = 'Bij doorgaan zal de geselecteerde taal gebruikt worden voor het forum en de authorisatie van de gebruiker.';
$lang['rtd_info'] = 'Bij doorgaan zal het geselecteerde thema gebruikt worden voor het forum en de authorisatie van de gebruiker of het standaard thema
 
 (subSilver) zal worden hergegenereerd en gebruikt worden voor forum en gebruiker..';
$lang['rtd_info_no_theme'] = 'Bij doorgan zal het standaard thema (subSilver) hergegenereerd worden en gebruikt worden voor het forum en de gebruiker om te authoriseren.';
$lang['dgc_info'] = 'Bij doorgaan zal GZip compressie uit geschakeld worden.';
$lang['cbl_info'] = 'Bij doorgaan zal de ban list en de uitgeschakelde gebruikers opgeschoond worden.';
$lang['raa_info'] = 'Bij doorgaan zullen alle admins veranderd worden naar gewone gebruikers. Als je een administrator account gebruikte om te authoriseren zal zijn status houden.';
$lang['mua_info'] = 'Bij doorgaan zal de geselecteerde gebruiker administrator rechten krijgen. De gebruiker zal ook geactiveerd worden.';
$lang['rcp_info'] = 'Bij doorgaan zal er een nieuwe config.php gegenereerd worden met de ingevoerde data.';
 
// Success messages for options
 
$lang['cls_success'] = 'Alle sessies zijn succesvol opgeschoont.';
$lang['rdb_success'] = 'De tabellen van de database zijn succesvol gerepareerd.';
$lang['rpd_success'] = 'Forum configuratie is succesvol geupdate.';
$lang['cct_success'] = 'Config tabel is succesvol nagecheckt.';
$lang['rcd_success'] = 'Cookie data is successvol geupdate.';
$lang['rld_success'] = 'De taal data is succesvol geupdate.';
$lang['rld_failed'] = "De benodige taal bestanden (lang_main.$phpEx en lang_admin.$phpEx) bestaan niet.";
$lang['rtd_restore_success'] = 'De standaard style is succesvol teruggezet.';
$lang['rtd_success'] = 'De style data is succesvol geupdate.';
$lang['dgc_success'] = 'De GZIP compressie is succesvol uitgeschakeld.';
$lang['cbl_success'] = 'De ban lijst en de uitgeschakelde gebruikes zijn succesvol verwijderd.';
$lang['cbl_success_anonymous'] = 'The ban list en the disallowed gebruikers were cleared successful. The anonymous account has
 
 been recreated. Since groep data of the anonymous account may be missing, it is recommended to use the function
 
 "Controleer gebruiker en groep tabellen" in the main part of DB Maintenance.';
$lang['raa_success'] = 'Alle admins zijn succesvol verwijderd.';
$lang['mua_success'] = 'De geselecteerde gebruiker heeft nu admin rechten.';
$lang['mua_failed'] = '<b>Error:</b> De geselecteerde gebruiker bestaat niet of heeft al admin rechten.';
$lang['rcp_success'] = "Kopieer de tekst naar een nieuw tekstbestand, hernoem het naar <b>config.$phpEx</b> en upload het in de rootmap van het forumn. Zorg
 
 ervoor dat er geen teken (inclusief spaties en lege regels) voor de <b><?php</b> en na de <b>?></b> staan.<br />
 
 Je kan het bestand ook %sdownloaden%s naar je pc.";
 
// Text for success messages
 
$lang['Removing_admins'] = 'Admins verwijderen.';
 
// Help Text
 
$lang['Option_Help_Text'] = '<p>If you get reported that there was an error creating a session or so, you can clear the session data by
 selecting <b>Clear alle sessions</b>. If you have Problems with accessing database tabellen, you can repair the tabellen by selecting
 <b>Repair database tabellen</b>. <b>Controleer config tabel</b> will check the config tabel for missing entries, which may
 be helpful by several types of errors.</p>
 <p>If you are not able to log on or to enter the admin panel, there may be a fault in your path or your cookie instellingen. You can
 reset them with <b>Reset path data</b> or <b>Reset cookie data</b>. You can also reset the language setting with <b>Reset language
 data</b> or the template data with <b>Reset template data</b>.</p>
 <p>If problems occur after activating the GZip compression, you can deactivate it by selecting <b>Disable GZip compression</b>.</p>
 <p>If you lost the password of your account, you can grant an gebruiker admin privileges by selecting <b>Grant gebruiker admin privileges</b>.
 This will also activate the gebruiker so you can use an gebruiker just created before. If you are not able to add a nieuwe gebruiker, you can clear the
 ban list with <b>Clear ban list</b> (this will also restore the anonymous gebruiker).</p>
 <p>If your forum was hacked, it\'s recommended that you remove alle admin accounts by selecting <b>Remove alle administrators</b>. (The account itself will not be deleted but the rights will be removed.)</p>
 <p>If you need to restore your config.php you can do so by selecting <b>Recreate config.php</b>.</p>';

?>

Geplaatst: 15 jun 2005, 17:33
door Bischke
Dank u wel!

Maar deze is maar (part of DB Maintenance Mod 1.3.0)

Heb je die soms ook ? (part of DB Maintenance Mod 1.3.4)


Edit: Er zit geen verschil op.