-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 20, 2010 at 02:00 PM
-- Server version: 5.1.40
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `bmcforu_transfer`
--

-- --------------------------------------------------------

--
-- Table structure for table `phrase`
--

CREATE TABLE IF NOT EXISTS `phrase` (
  `phraseid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `languageid` smallint(6) NOT NULL DEFAULT '0',
  `varname` varchar(250) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
  `text` mediumtext NOT NULL,
  `product` varchar(25) NOT NULL DEFAULT '',
  `fieldname` varchar(20) NOT NULL DEFAULT '',
  `username` varchar(100) NOT NULL DEFAULT '',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  `version` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`phraseid`),
  UNIQUE KEY `name_lang_type` (`varname`,`languageid`,`fieldname`),
  KEY `languageid` (`languageid`,`fieldname`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=198292 ;

--
-- Dumping data for table `phrase`
--

INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190958, -1, 'attachment_is_visible', 'Attachment is Visible', 'vbulletin', 'attachment_image', '', 0, ''),
(190963, -1, 'attachment_type', 'Attachment Type', 'vbulletin', 'attachment_image', '', 0, ''),
(190964, -1, 'attachmentid_start_at', 'Attachmentid to start at:<dfn>Set this if you have partially completed a conversion. You should start at 0 to insure an error free transfer.</dfn>', 'vbulletin', 'attachment_image', '', 0, ''),
(190965, -1, 'attachments_are_currently_being_stored_in_the_database', 'Attachments are currently being stored in the database', 'vbulletin', 'attachment_image', '', 0, ''),
(197915, -1, 'setting_tagcloud_searchhistory_title', 'Search Tag Cloud: History (Days)', 'vbulletin', 'vbsettings', 'Jelsoft', 1206528120, '3.7.0 Release Candidate 2'),
(197916, -1, 'setting_tagcloud_tags_desc', 'The maximum number of tags to display in the tag cloud.', 'vbulletin', 'vbsettings', 'Jelsoft', 1206528470, '3.7.0 Release Candidate 2'),
(190953, -1, 'are_you_sure_you_want_to_delete_these_attachments', 'Are you sure you want to delete these attachments?', 'vbulletin', 'attachment_image', '', 0, ''),
(190954, -1, 'attached_after', 'Attached After <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>', 'vbulletin', 'attachment_image', '', 0, ''),
(190955, -1, 'attached_before', 'Attached Before <dfn>(yyyy-mm-dd hh:mm:ss)</dfn>', 'vbulletin', 'attachment_image', '', 0, ''),
(190956, -1, 'attached_by', 'Attached By <dfn>(username)</dfn>', 'vbulletin', 'attachment_image', '', 0, ''),
(190957, -1, 'attachment_file_path_dfn', 'Attachment File Path<dfn>This file path should be readable AND writeable by your web server (usually chmod 0777)</dfn>', 'vbulletin', 'attachment_image', '', 0, ''),
(197914, -1, 'setting_tagcloud_searchhistory_desc', 'Amount of days that the system will keep a record of tag searches for use in the search tag cloud.<br />\r\n<br />\r\n0 means to use all data available.', 'vbulletin', 'vbsettings', 'Jelsoft', 1206528120, '3.7.0 Release Candidate 2'),
(198289, -1, 'voting', 'voting', 'vbulletin', 'wol', 'Jelsoft', 1245171167, '3.8.3'),
(198290, -1, 'x_and_y_converse', '{1} and {2}', 'vbulletin', 'wol', 'Jelsoft', 1201131770, '3.7.0 Beta 5'),
(198291, -1, 'x_spider_searchspider', '{1} Spider', 'vbulletin', 'wol', '', 0, ''),
(198287, -1, 'viewing_whos_online', 'Viewing Who''s Online', 'vbulletin', 'wol', '', 0, ''),
(198288, -1, 'viewing_x', 'Viewing {1}', 'vbulletin', 'wol', '', 0, ''),
(198285, -1, 'viewing_users_album', 'Viewing User''s Album', 'vbulletin', 'wol', 'Jelsoft', 1192801141, '3.7.0 Beta 1'),
(198286, -1, 'viewing_who_posted', 'Viewing Who Posted', 'vbulletin', 'wol', '', 0, ''),
(198279, -1, 'viewing_tag_list', 'Viewing Tag List', 'vbulletin', 'wol', 'Jelsoft', 1196958497, '3.7.0 Beta 1'),
(198280, -1, 'viewing_thread', 'Viewing Thread', 'vbulletin', 'wol', '', 0, ''),
(198281, -1, 'viewing_unread_picture_comments', 'Viewing Unread Picture Comments', 'vbulletin', 'wol', 'Jelsoft', 1200395999, '3.7.0 Beta 4'),
(198282, -1, 'viewing_user_control_panel', 'Viewing User Control Panel', 'vbulletin', 'wol', '', 0, ''),
(198283, -1, 'viewing_user_note', 'Viewing User Note', 'vbulletin', 'wol', '', 0, ''),
(198284, -1, 'viewing_user_profile', 'Viewing User Profile', 'vbulletin', 'wol', '', 0, ''),
(198274, -1, 'viewing_social_group', 'Viewing Social Group', 'vbulletin', 'wol', 'Jelsoft', 1192636897, '3.7.0 Beta 1'),
(198275, -1, 'viewing_social_group_list', 'Viewing Social Group List', 'vbulletin', 'wol', 'Jelsoft', 1192639611, '3.7.0 Beta 1'),
(198276, -1, 'viewing_social_group_memberlist', 'Viewing Social Group''s Member List', 'vbulletin', 'wol', 'Jelsoft', 1192636914, '3.7.0 Beta 1'),
(198277, -1, 'viewing_social_group_subscriptions', 'Viewing Social Group Subscriptions', 'vbulletin', 'wol', 'Jelsoft', 1225899541, '3.8.0 Beta 2'),
(198278, -1, 'viewing_subscribed_threads', 'Viewing Subscribed Threads', 'vbulletin', 'wol', '', 0, ''),
(198269, -1, 'viewing_poll', 'Viewing Poll', 'vbulletin', 'wol', '', 0, ''),
(198270, -1, 'viewing_post_history', 'Viewing Post History', 'vbulletin', 'wol', 'Jelsoft', 1193392289, '3.7.0 Beta 1'),
(198271, -1, 'viewing_printable_version', 'Viewing Printable Version', 'vbulletin', 'wol', '', 0, ''),
(198272, -1, 'viewing_private_message', 'Viewing Private Message', 'vbulletin', 'wol', '', 0, ''),
(198273, -1, 'viewing_smilies', 'Viewing Smilies', 'vbulletin', 'wol', '', 0, ''),
(198267, -1, 'viewing_picture', 'Viewing Picture', 'vbulletin', 'wol', 'Jelsoft', 1192801109, '3.7.0 Beta 1'),
(198268, -1, 'viewing_picture_comments_awaiting_approval', 'Viewing Picture Comments Awaiting Approval', 'vbulletin', 'wol', 'Jelsoft', 1200396024, '3.7.0 Beta 4'),
(198266, -1, 'viewing_paid_subscriptions', 'Viewing Paid Subscriptions', 'vbulletin', 'wol', '', 0, ''),
(198265, -1, 'viewing_no_permission_message', 'Viewing ''No Permission'' Message', 'vbulletin', 'wol', '', 0, ''),
(198264, -1, 'viewing_new_posts', 'Viewing New Posts', 'vbulletin', 'wol', '', 0, ''),
(198263, -1, 'viewing_moderated_visitor_messages', 'Viewing Moderated Visitor Messages', 'vbulletin', 'wol', 'Jelsoft', 1200614430, '3.7.0 Beta 4'),
(198262, -1, 'viewing_moderated_threads', 'Viewing Moderated Threads', 'vbulletin', 'wol', 'Jelsoft', 1150493341, '3.6.0 Beta 3'),
(198261, -1, 'viewing_moderated_social_group_messages', 'Viewing Moderated Social Group Messages', 'vbulletin', 'wol', 'Jelsoft', 1200614450, '3.7.0 Beta 4'),
(198260, -1, 'viewing_moderated_posts', 'Viewing Moderated Posts', 'vbulletin', 'wol', 'Jelsoft', 1150493349, '3.6.0 Beta 3'),
(198249, -1, 'viewing_event', 'Viewing Event', 'vbulletin', 'wol', '', 0, ''),
(198250, -1, 'viewing_faq', 'Viewing FAQ', 'vbulletin', 'wol', '', 0, ''),
(198251, -1, 'viewing_forum', 'Viewing Forum', 'vbulletin', 'wol', '', 0, ''),
(198252, -1, 'viewing_forum_closed', 'Viewing ''Forum Closed'' Message', 'vbulletin', 'wol', '', 0, ''),
(198253, -1, 'viewing_forum_leaders', 'Viewing Forum Leaders', 'vbulletin', 'wol', '', 0, ''),
(198254, -1, 'viewing_index', 'Viewing Index', 'vbulletin', 'wol', '', 0, ''),
(198255, -1, 'viewing_infraction', 'Viewing Infraction', 'vbulletin', 'wol', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(198256, -1, 'viewing_ip_address', 'Viewing IP Address', 'vbulletin', 'wol', '', 0, ''),
(198257, -1, 'viewing_member_list', 'Viewing Member List', 'vbulletin', 'wol', '', 0, ''),
(198258, -1, 'viewing_moderated_picture_comments', 'Viewing Moderated Picture Comments', 'vbulletin', 'wol', 'Jelsoft', 1200614465, '3.7.0 Beta 4'),
(198259, -1, 'viewing_moderated_pictures', 'Viewing Moderated Pictures', 'vbulletin', 'wol', 'Jelsoft', 1203952340, '3.7.0 Beta 6'),
(198248, -1, 'viewing_error_message', 'Viewing Error Message', 'vbulletin', 'wol', '', 0, ''),
(198246, -1, 'viewing_deleted_threads', 'Viewing Deleted Threads', 'vbulletin', 'wol', 'Jelsoft', 1150493368, '3.6.0 Beta 3'),
(198247, -1, 'viewing_deleted_visitor_messages', 'Viewing Deleted Visitor Messages', 'vbulletin', 'wol', 'Jelsoft', 1200612248, '3.7.0 Beta 4'),
(198245, -1, 'viewing_deleted_social_group_messages', 'Viewing Deleted Social Group Messages', 'vbulletin', 'wol', 'Jelsoft', 1200612265, '3.7.0 Beta 4'),
(198244, -1, 'viewing_deleted_posts', 'Viewing Deleted Posts', 'vbulletin', 'wol', 'Jelsoft', 1150493360, '3.6.0 Beta 3'),
(198243, -1, 'viewing_deleted_picture_comments', 'Viewing Deleted Picture Comments', 'vbulletin', 'wol', 'Jelsoft', 1200612299, '3.7.0 Beta 4'),
(198242, -1, 'viewing_conversation', 'Viewing Conversation', 'vbulletin', 'wol', 'Jelsoft', 1201131739, '3.7.0 Beta 5'),
(198241, -1, 'viewing_calendar', 'Viewing Calendar', 'vbulletin', 'wol', '', 0, ''),
(198240, -1, 'viewing_bb_code', 'Viewing BB Code', 'vbulletin', 'wol', '', 0, ''),
(198238, -1, 'viewing_attachments', 'Viewing Attachments', 'vbulletin', 'wol', '', 0, ''),
(198239, -1, 'viewing_avatars', 'Viewing Avatars', 'vbulletin', 'wol', '', 0, ''),
(198237, -1, 'viewing_attachment_list', 'Viewing Attachment List', 'vbulletin', 'wol', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(198236, -1, 'viewing_attachment', 'Viewing Attachment', 'vbulletin', 'wol', '', 0, ''),
(198234, -1, 'viewing_announcement', 'Viewing Announcement', 'vbulletin', 'wol', '', 0, ''),
(198235, -1, 'viewing_archives', 'Viewing Archives', 'vbulletin', 'wol', '', 0, ''),
(198233, -1, 'viewing_album', 'Viewing Album', 'vbulletin', 'wol', 'Jelsoft', 1192801124, '3.7.0 Beta 1'),
(198232, -1, 'user_x', 'User: {1}', 'vbulletin', 'wol', '', 0, ''),
(198231, -1, 'user_is_on_your_contact_list', 'User is on your contact list', 'vbulletin', 'wol', 'Jelsoft', 1196420374, '3.7.0 Beta 1'),
(198230, -1, 'user_is_invisible_to_others', 'User is invisible to others', 'vbulletin', 'wol', '', 0, ''),
(198176, -1, 'moderating', 'Moderating', 'vbulletin', 'wol', '', 0, ''),
(198177, -1, 'moderator_control_panel_login', 'Moderator Control Panel Login', 'vbulletin', 'wol', '', 0, ''),
(198178, -1, 'modifying_avatar', 'Modifying Avatar', 'vbulletin', 'wol', '', 0, ''),
(198179, -1, 'modifying_contact_ignore_list', 'Modifying Contact or Ignore List', 'vbulletin', 'wol', 'Jelsoft', 1197387961, '3.7.0 Beta 1'),
(198229, -1, 'user_agent', 'User Agent', 'vbulletin', 'wol', '', 0, ''),
(198227, -1, 'unknown_location', 'Unknown Location', 'vbulletin', 'wol', '', 0, ''),
(198228, -1, 'uploading_pictures', 'Uploading Pictures', 'vbulletin', 'wol', 'Jelsoft', 1193833895, '3.7.0 Beta 1'),
(198226, -1, 'unable_resolve_ip', 'Unable to resolve IP address', 'vbulletin', 'wol', 'Jelsoft', 1142948775, '3.6.0 Beta 1'),
(198225, -1, 'tracking_private_messages', 'Tracking Private Messages', 'vbulletin', 'wol', '', 0, ''),
(198223, -1, 'subscribing_to_forum', 'Subscribing to Forum', 'vbulletin', 'wol', '', 0, ''),
(198224, -1, 'subscribing_to_thread', 'Subscribing to Thread', 'vbulletin', 'wol', '', 0, ''),
(198221, -1, 'spiders', 'Spiders', 'vbulletin', 'wol', '', 0, ''),
(198222, -1, 'stick_unstick_thread', 'Sticking / Unsticking Thread', 'vbulletin', 'wol', '', 0, ''),
(198220, -1, 'sending_yahoo_message', 'Sending Yahoo Message', 'vbulletin', 'wol', '', 0, ''),
(198217, -1, 'sending_msn_message', 'Sending MSN Message', 'vbulletin', 'wol', '', 0, ''),
(198218, -1, 'sending_skype_message', 'Sending Skype Message', 'vbulletin', 'wol', '', 0, ''),
(198219, -1, 'sending_thread_to_friend', 'Sending Thread to a Friend', 'vbulletin', 'wol', '', 0, ''),
(198215, -1, 'sending_forum_feedback', 'Sending Forum Feedback', 'vbulletin', 'wol', '', 0, ''),
(198216, -1, 'sending_icq_message', 'Sending ICQ Message', 'vbulletin', 'wol', '', 0, ''),
(198214, -1, 'sending_aim_message', 'Sending AIM Message', 'vbulletin', 'wol', '', 0, ''),
(198213, -1, 'searching_member_list', 'Searching Member List', 'vbulletin', 'wol', '', 0, ''),
(198212, -1, 'searching_forums', 'Searching Forums', 'vbulletin', 'wol', '', 0, ''),
(198210, -1, 'search_bots', 'Search Bots', 'vbulletin', 'wol', '', 0, ''),
(198211, -1, 'search_engine_spider', 'Search Engine Spider', 'vbulletin', 'wol', '', 0, ''),
(198209, -1, 'reversing_infraction', 'Reversing Infraction', 'vbulletin', 'wol', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(198208, -1, 'resolved_host_name', 'Resolved Host Name', 'vbulletin', 'wol', 'Jelsoft', 1142948745, '3.6.0 Beta 1'),
(198207, -1, 'resolve_ip_address', 'Resolve IP Address', 'vbulletin', 'wol', 'Jelsoft', 1142948605, '3.6.0 Beta 1'),
(198206, -1, 'request_activation_code', 'Requesting Activation Code', 'vbulletin', 'wol', '', 0, ''),
(198204, -1, 'reporting_post', 'Reporting a Post', 'vbulletin', 'wol', '', 0, ''),
(198205, -1, 'reporting_visitor_message', 'Reporting Visitor Message', 'vbulletin', 'wol', 'Jelsoft', 1197370555, '3.7.0 Beta 1'),
(198202, -1, 'replying_to_thread', 'Replying to Thread', 'vbulletin', 'wol', '', 0, ''),
(198203, -1, 'reporting_picture_comment', 'Reporting Picture Comment', 'vbulletin', 'wol', 'Jelsoft', 1200395704, '3.7.0 Beta 4'),
(198201, -1, 'registering', 'Registering', 'vbulletin', 'wol', '', 0, ''),
(198199, -1, 'query_x', 'Query: {1}', 'vbulletin', 'wol', '', 0, ''),
(198200, -1, 'rating_thread', 'Rating Thread', 'vbulletin', 'wol', '', 0, ''),
(198197, -1, 'private_messaging', 'Private Messaging', 'vbulletin', 'wol', '', 0, ''),
(198198, -1, 'processing_joinrequests', 'Processing Join Requests', 'vbulletin', 'wol', 'Jelsoft', 1206012812, '3.7.0 Release Candidate 2'),
(198196, -1, 'posting_visitor_message', 'Posting Visitor Message', 'vbulletin', 'wol', 'Jelsoft', 1197370545, '3.7.0 Beta 1'),
(198195, -1, 'posting_picture_comment', 'Posting Picture Comment', 'vbulletin', 'wol', 'Jelsoft', 1200395684, '3.7.0 Beta 4'),
(198194, -1, 'open_close_thread', 'Opening/Closing Thread', 'vbulletin', 'wol', '', 0, ''),
(198193, -1, 'moving_thread_with_redirect_to_forum', 'Moving Thread (with Redirect):<br /> To Forum:', 'vbulletin', 'wol', '', 0, ''),
(198192, -1, 'moving_thread_to_forum', 'Moving Thread:<br /> To Forum:', 'vbulletin', 'wol', '', 0, ''),
(198191, -1, 'modifying_usergroups', 'Modifying Usergroups', 'vbulletin', 'wol', '', 0, ''),
(198190, -1, 'modifying_thread', 'Modifying Thread', 'vbulletin', 'wol', '', 0, ''),
(198189, -1, 'modifying_subscription_folders', 'Modifying Subscription Folders', 'vbulletin', 'wol', '', 0, ''),
(198188, -1, 'modifying_signature', 'Modifying Signature', 'vbulletin', 'wol', '', 0, ''),
(198187, -1, 'modifying_profilepic', 'Modifying Profile Picture', 'vbulletin', 'wol', '', 0, ''),
(198186, -1, 'modifying_profile', 'Modifying Profile', 'vbulletin', 'wol', '', 0, ''),
(198185, -1, 'modifying_private_message_folders', 'Modifying Private Message Folders', 'vbulletin', 'wol', '', 0, ''),
(198183, -1, 'modifying_poll', 'Modifying Poll', 'vbulletin', 'wol', '', 0, ''),
(198184, -1, 'modifying_post', 'Modifying Post', 'vbulletin', 'wol', '', 0, ''),
(198181, -1, 'modifying_options', 'Modifying Options', 'vbulletin', 'wol', '', 0, ''),
(198182, -1, 'modifying_password', 'Modifying Password', 'vbulletin', 'wol', '', 0, ''),
(198180, -1, 'modifying_event', 'Modifying Event', 'vbulletin', 'wol', '', 0, ''),
(198175, -1, 'merging_threads', 'Merging Threads', 'vbulletin', 'wol', '', 0, ''),
(198174, -1, 'marking_forums_read', 'Marking Forums Read', 'vbulletin', 'wol', '', 0, ''),
(198173, -1, 'managing_tags', 'Managing Tags', 'vbulletin', 'wol', 'Jelsoft', 1206012070, '3.7.0 Release Candidate 2'),
(198172, -1, 'managing_spam', 'Managing Spam', 'vbulletin', 'wol', 'Jelsoft', 1192801154, '3.7.0 Beta 1'),
(198171, -1, 'managing_reminder', 'Managing Event Reminders', 'vbulletin', 'wol', '', 0, ''),
(198169, -1, 'logging_out', 'Logging Out', 'vbulletin', 'wol', '', 0, ''),
(198170, -1, 'managing_attachments', 'Managing Attachments', 'vbulletin', 'wol', '', 0, ''),
(198168, -1, 'logging_in', 'Logging In', 'vbulletin', 'wol', '', 0, ''),
(198167, -1, 'location_temp', 'Location', 'vbulletin', 'wol', '', 0, ''),
(198166, -1, 'leaving_social_group', 'Leaving Social Group', 'vbulletin', 'wol', 'Jelsoft', 1192636797, '3.7.0 Beta 1'),
(198165, -1, 'joining_social_group', 'Joining Social Group', 'vbulletin', 'wol', 'Jelsoft', 1192636778, '3.7.0 Beta 1'),
(198164, -1, 'inline_mod_unsticking_threads', 'Inline Moderation: Unsticking Threads', 'vbulletin', 'wol', '', 0, ''),
(198163, -1, 'inline_mod_undeleting_threads', 'Inline Moderation: Undeleting Threads', 'vbulletin', 'wol', '', 0, ''),
(198162, -1, 'inline_mod_undeleting_posts', 'Inline Moderation: Undeleting Posts', 'vbulletin', 'wol', '', 0, ''),
(198161, -1, 'inline_mod_unapproving_threads', 'Inline Moderation: Unapproving Threads', 'vbulletin', 'wol', '', 0, ''),
(198160, -1, 'inline_mod_unapproving_posts', 'Inline Moderation: Unapproving Posts', 'vbulletin', 'wol', '', 0, ''),
(198159, -1, 'inline_mod_sticking_threads', 'Inline Moderation: Sticking Threads', 'vbulletin', 'wol', '', 0, ''),
(190959, -1, 'attachment_manager', 'Attachment Manager', 'vbulletin', 'attachment_image', '', 0, ''),
(190960, -1, 'attachment_permissions', 'Attachment Permissions', 'vbulletin', 'attachment_image', 'Jelsoft', 1148069742, '3.6.0 Beta 1'),
(190961, -1, 'attachment_permissions_manager', 'Attachment Permissions Manager', 'vbulletin', 'attachment_image', 'Jelsoft', 1220017052, '3.8.0 Alpha 1'),
(190962, -1, 'attachment_removal', 'We have completed moving attachments to the filesystem.  Presently, the attachments still remain in the database and are being read from there.  If you are sure that the process completed without incident, go ahead and select yes below to remove the attachments from the database.  This step cannot be reversed and may take a few minutes depending on the size of your database. Please be patient.<br /><br />\r\nAttachments in Database: {1}<br />\r\nTotal Attachments Processed: {2}<br /><br />\r\n<b>The above two values should be the same!</b><br /><br />\r\nNumber of Attachments that could not be created or are 0 bytes: {3}<br />\r\n<b>The above value should be 0</b>! Having 0 byte attachments is not uncommon so a few is nothing to worry about but if the number equals the number of attachments in the database then DO NOT FINALIZE this step or you will lose all of your attachments.', 'vbulletin', 'attachment_image', '', 0, ''),
(198158, -1, 'inline_mod_opening_threads', 'Inline Moderation: Opening Threads', 'vbulletin', 'wol', '', 0, ''),
(198157, -1, 'inline_mod_moving_threads', 'Inline Moderation: Moving Threads', 'vbulletin', 'wol', '', 0, ''),
(190782, -1, 'usertools_doips_depth_title', 'Search Depth', 'vbulletin', 'cphelptext', '', 0, ''),
(190783, -1, 'usertools_domerge_text', 'This page is a confirmation that you want to merge these two users.  Please confirm the correct information below and click "Yes" button to continue.', 'vbulletin', 'cphelptext', '', 0, ''),
(190784, -1, 'usertools_domerge_title', 'Confirm Merge', 'vbulletin', 'cphelptext', '', 0, ''),
(190785, -1, 'usertools_gethost_text', 'Here you can view the hostname of the IP address in question.', 'vbulletin', 'cphelptext', '', 0, ''),
(190786, -1, 'usertools_gethost_title', 'Get Host', 'vbulletin', 'cphelptext', '', 0, ''),
(190787, -1, 'usertools_merge_text', 'Here you can combine two users into one.  Possible applications include consolidating a user''s posts, threads, etc who has used multiple accounts.', 'vbulletin', 'cphelptext', '', 0, ''),
(190788, -1, 'usertools_merge_title', 'Merge Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190789, -1, 'usertools_merge_sourceuser_text', 'Enter the username of the source user.  This user''s posts, threads, calendar events, private messages, post count, reputation, contacts, friends and ignore list will be written over to the destination user''s account.  The source user''s permissions will be thrown out in favor of the destination user''s permissions.', 'vbulletin', 'cphelptext', 'Mike', 1196775418, '3.7.0 Beta 1'),
(190790, -1, 'usertools_merge_sourceuser_title', 'Source Username', 'vbulletin', 'cphelptext', '', 0, ''),
(190791, -1, 'usertools_merge_destuser_text', 'Enter the username of the destination user.  This user will inherit the posts, threads, calendar events, private messages, post count, reputation, contacts, friends and ignore list of the source user.  The destination user''s permissions will remain the same.', 'vbulletin', 'cphelptext', 'Mike', 1196775402, '3.7.0 Beta 1'),
(190792, -1, 'usertools_merge_destuser_title', 'Destination Username', 'vbulletin', 'cphelptext', '', 0, ''),
(190793, -1, 'usertools_pmfolderstats_text', 'This is a report showing this user''s private message folders and the number of private messages in each folder.', 'vbulletin', 'cphelptext', '', 0, ''),
(190794, -1, 'usertools_pmfolderstats_title', 'Private Message Stats', 'vbulletin', 'cphelptext', '', 0, ''),
(190795, -1, 'usertools_pmstats_text', 'Here you search for users with <i>X</i> number of private messages.', 'vbulletin', 'cphelptext', '', 0, ''),
(190796, -1, 'usertools_pmstats_title', 'Private Message Statistics', 'vbulletin', 'cphelptext', '', 0, ''),
(190797, -1, 'usertools_pmuserstats_text', 'This is a list of all users with <i>X</i> number of private messages stored.', 'vbulletin', 'cphelptext', '', 0, ''),
(190798, -1, 'usertools_pmuserstats_title', 'Users with <i>X</i> number of PMs Stored', 'vbulletin', 'cphelptext', '', 0, ''),
(190799, -1, 'usertools_referrers_text', 'Here you can create a report showing the referrals over a certain time period.\r\n<br /><br />\r\nThe referrer system can be toggled <a href="options.php?dogroup=register&amp;do=options" target="_blank"><b>here</b></a>.  Referrals are not logged while the referrer system is off.', 'vbulletin', 'cphelptext', '', 0, ''),
(190800, -1, 'usertools_referrers_title', 'Referrals', 'vbulletin', 'cphelptext', '', 0, ''),
(190801, -1, 'usertools_referrers_startdate_text', 'Enter a start date for the report here.  Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.  The report will return all referral information from the start date to the end date.', 'vbulletin', 'cphelptext', '', 0, ''),
(190802, -1, 'usertools_referrers_startdate_title', 'Start Date', 'vbulletin', 'cphelptext', '', 0, ''),
(190803, -1, 'usertools_referrers_enddate_text', 'Enter an end date for the report here.  Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.  The report will return all referral information from the start date to the end date.', 'vbulletin', 'cphelptext', '', 0, ''),
(190804, -1, 'usertools_referrers_enddate_title', 'End Date', 'vbulletin', 'cphelptext', '', 0, ''),
(190805, -1, 'usertools_removepms_text', 'Click the "Yes" button below to remove this user''s private messages.  This action cannot be undone!', 'vbulletin', 'cphelptext', '', 0, ''),
(190806, -1, 'usertools_removepms_title', 'Remove User''s PMs', 'vbulletin', 'cphelptext', '', 0, ''),
(190807, -1, 'usertools_removesentpms_text', 'Click the "Yes" button below to remove all private messages sent by this user.  This will delete private messages from this user that are in other members'' inboxes.  This action cannot be undone!', 'vbulletin', 'cphelptext', '', 0, ''),
(190808, -1, 'usertools_removesentpms_title', 'Remove User''s Sent PMs', 'vbulletin', 'cphelptext', '', 0, ''),
(190809, -1, 'usertools_removesubs_text', 'Click the "Yes" button below to remove this user''s thread subscriptions.  If this user''s subscriptions are removed, they will no longer receive notifications of new replies in subscribed threads.  This action cannot be undone!', 'vbulletin', 'cphelptext', '', 0, ''),
(190810, -1, 'usertools_removesubs_title', 'Remove User''s Subscriptions', 'vbulletin', 'cphelptext', '', 0, ''),
(190967, -1, 'attachments_to_show_per_page', 'Attachments to Show Per Page', 'vbulletin', 'attachment_image', '', 0, ''),
(190834, -1, 'verify_modifyquestion_regex_title', 'Regular Expression Match', 'vbulletin', 'cphelptext', 'freddie', 1192811889, '3.7.0 Beta 1'),
(190966, -1, 'attachments_are_currently_being_stored_in_the_filesystem_at_x', 'Attachments are currently being stored in the filesystem at {1}', 'vbulletin', 'attachment_image', '', 0, ''),
(190832, -1, 'verify_modifyquestion_question_title', 'Question', 'vbulletin', 'cphelptext', 'freddie', 1192811060, '3.7.0 Beta 1'),
(190833, -1, 'verify_modifyquestion_regex_text', 'You may require the answer to match a PCRE-type regular expression. You are not required to provide answers to a question if you choose to define a regular expression as satisfying the answer.  You may also offer both a regular expression and a list of answers if you wish.\r\n<br /><br />\r\n<span class="smallfont">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\nExamples:<br /><br />\r\n<b>^[A-Z]+$</b> - Characters from A-Z only<br />\r\n<b>^[A-Z ]+$</b> - Characters from A-Z including space<br />\r\n<b>^[A-Z0-9 ]+$</b> - Alphanumeric characters including space<br />\r\n<b>^[\\x20-\\x7E]+$</b> - ASCII characters from 32-127<br />\r\n<br />\r\nSee <a href="http://www.php.net/manual-lookup.php?function=preg-match" target="_blank">PHP.net</a> for more information on regular expressions.', 'vbulletin', 'cphelptext', 'freddie', 1192811889, '3.7.0 Beta 1'),
(190830, -1, 'verify_modifyanswer_answer_title', 'Answer', 'vbulletin', 'cphelptext', 'freddie', 1192812015, '3.7.0 Beta 1'),
(190831, -1, 'verify_modifyquestion_question_text', 'A random question will be displayed to the user when a form requiring verification is displayed.  The user must provide an answer that matches an answer that has been associated with the question.  An incorrect answer will require the user to try again with a new randomly selected question.', 'vbulletin', 'cphelptext', 'freddie', 1192811060, '3.7.0 Beta 1'),
(190828, -1, 'verify_intro_regimageoption_title', 'Image Verification Options', 'vbulletin', 'cphelptext', 'Kier', 1205932491, '3.7.0 Release Candidate 1'),
(190829, -1, 'verify_modifyanswer_answer_text', 'The answer may be any string that you wish to be matched.  The case of the answer is not evaluated so you can not require the answer to match exactly if you use uppercase within the answer.', 'vbulletin', 'cphelptext', 'freddie', 1192812015, '3.7.0 Beta 1'),
(190826, -1, 'verify_intro_regimagetype_title', 'Image Verification Library', 'vbulletin', 'cphelptext', 'Kier', 1205930455, '3.7.0 Release Candidate 1'),
(190827, -1, 'verify_intro_regimageoption_text', '<p>When generating verification images, vBulletin allows you to control the complexity of the text shown in the images.</p>\r\n\r\n<p>The more of these options you enable, the more complex the text will appear. This will cause machines to have more of a problem in cracking the image, but will also cause visitors to have to look more closely and risks genuinely unreadable text.</p>\r\n\r\n<p>Experiment with different settings to achieve the balance that is right for your own board.</p>\r\n\r\n<p>Hint: Each time you change the options and save the page, when the page reloads the example images for the ''Image Verification Library'' setting will reflect the choices you have made.</p>', 'vbulletin', 'cphelptext', 'Kier', 1205932621, '3.7.0 Release Candidate 1'),
(190824, -1, 'verify_intro_hv_type_title', 'Human Verification Library', 'vbulletin', 'cphelptext', 'Kier', 1205929473, '3.7.0 Release Candidate 1'),
(190825, -1, 'verify_intro_regimagetype_text', '<p>In order to generate verification images, vBulletin must have access to an image processing library. There are currently two libraries with which vBulletin can work: GD and ImageMagick.</p>\r\n\r\n<p>Of these, ImageMagick is generally preferred, but in order to use it you must ensure that it is installed on your server.</p>\r\n\r\n<p>If you can see both the GD and the ImageMagick versions of the image, you can choose either library.</p>\r\n\r\n<p>If you are unable to see the ImageMagick image, it either means that you do not have ImageMagick available on your server, or that you have not entered a valid path to the ImageMagick binaries in your <a href="options.php?dogroup=imagesettings" target="_blank">Image Settings</a>.</p>', 'vbulletin', 'cphelptext', 'Mez', 1208657709, '3.7.0 Release Candidate 4'),
(190823, -1, 'verify_intro_hv_type_text', '<p><strong>Image Verification</strong></p>\r\n<p>Image verification presents a series of distorted numbers and letters that the user is required to enter. Either GD2 or ImageMagick support is required from your PHP server in order to use this option. This is the classic option that most users are accustomed to encountering.  Disabled users will be blocked with this option.</p>\r\n\r\n<p><strong>Question &amp; Answer</strong></p>\r\n<p>Question &amp; Answer verification employs a random question challenge with a predefined set of appropriate answers.  The questions and answers must be defined by the administrator. This allows the questions to be tailored to the forum content as well as preventing a common set of questions from becoming prevalent across a large section of vBulletin forums. Maintaining unique questions is required for this option to be successful. This option should be accessible to any impaired user that is able to use the Internet.</p>\r\n\r\n<p><strong>reCAPTCHA&trade;</strong></p>\r\n<p>reCAPTCHA&trade; employs an image verification provided by <a href="http://recaptcha.net/" target="_blank">recaptcha.net</a>.  Two obscured words are provided for the user to enter.  This feature offers the user the option to choose an audio test.</p>', 'vbulletin', 'cphelptext', 'Kier', 1205930139, '3.7.0 Release Candidate 1'),
(190822, -1, 'verify_intro_hv_recaptcha_theme_title', 'reCAPTCHA&trade; Theme', 'vbulletin', 'cphelptext', 'Mez', 1208796230, '3.7.0 Release Candidate 4'),
(190820, -1, 'verify_intro_hv_recaptcha_publickey_title', 'reCAPTCHA&trade; Public Key', 'vbulletin', 'cphelptext', 'Mez', 1208796122, '3.7.0 Release Candidate 4'),
(190821, -1, 'verify_intro_hv_recaptcha_theme_text', 'reCAPTCHA&trade; provides different themes for their CAPTCHA''s. This option allows you to select the theme to use within your forums.', 'vbulletin', 'cphelptext', 'Mez', 1208796230, '3.7.0 Release Candidate 4'),
(190819, -1, 'verify_intro_hv_recaptcha_publickey_text', 'In order to use reCAPTCHA&trade; you need to sign up for the service at <a href="http://www.recaptcha.net">recaptcha.net</a>, which will provide you with a public and a private key. You need to enter the public key you are given here.', 'vbulletin', 'cphelptext', 'Mez', 1208796122, '3.7.0 Release Candidate 4'),
(190816, -1, 'verify_intro_title', 'Human Verification Options', 'vbulletin', 'cphelptext', 'Kier', 1205929568, '3.7.0 Release Candidate 1'),
(190817, -1, 'verify_intro_hv_recaptcha_privatekey_text', 'In order to use reCAPTCHA&trade; you need to sign up for the service at <a href="http://www.recaptcha.net">recaptcha.net</a>, which will provide you with a public and a private key. You need to enter the private key you are given here.', 'vbulletin', 'cphelptext', 'Mez', 1208796155, '3.7.0 Release Candidate 4'),
(190818, -1, 'verify_intro_hv_recaptcha_privatekey_title', 'reCAPTCHA&trade; Private Key', 'vbulletin', 'cphelptext', 'Mez', 1208796155, '3.7.0 Release Candidate 4'),
(190815, -1, 'verify_intro_text', '<p><strong>Human Verification</strong></p>\r\n<p>The Human Verification system is designed to stop the spamming of forums by automated processes.</p>\r\n<p>It presents visiting users with a task to complete, which is usually simple for humans to do, but requires very complex or costly computing power for a machine to achieve.</p>', 'vbulletin', 'cphelptext', 'Kier', 1205929568, '3.7.0 Release Candidate 1'),
(190814, -1, 'usertools_showreferrers_title', 'Show Referrers', 'vbulletin', 'cphelptext', '', 0, ''),
(190813, -1, 'usertools_showreferrers_text', 'This is a report showing all referrers from the specified start date to the specified end date.  Click on the usernames below to see each referral for that person.', 'vbulletin', 'cphelptext', '', 0, ''),
(190812, -1, 'usertools_showreferrals_title', 'Show Referrals', 'vbulletin', 'cphelptext', '', 0, ''),
(190811, -1, 'usertools_showreferrals_text', 'This is a list of all referrals for this user from the specified start date to the specified end date.', 'vbulletin', 'cphelptext', '', 0, ''),
(190781, -1, 'usertools_doips_depth_text', 'A depth setting of 1 will only return the results of the specified search.  A depth setting of 2 will return the results of the specified search, as well as running a search on each of the results.\r\n<br /><br />For example:<br /><br />\r\nA search on 127.0.0.1 with a depth of 1 returns "Freddie" and "Scott". A search on 127.0.0.1 with a depth setting of 2 returns "Freddie" and "Scott", as well as returning all of the ip addresses used by "Freddie" and "Scott".', 'vbulletin', 'cphelptext', '', 0, ''),
(190780, -1, 'usertools_doips_username_title', 'Find IP Addresses for user', 'vbulletin', 'cphelptext', '', 0, ''),
(190779, -1, 'usertools_doips_username_text', 'Enter the username of a member to search for their IP addresses.', 'vbulletin', 'cphelptext', '', 0, ''),
(190778, -1, 'usertools_doips_ipaddress_title', 'Find Users by IP Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190775, -1, 'usertools_doips_text', 'Here you can match IP addresses to usernames and usernames to IP addresses.', 'vbulletin', 'cphelptext', '', 0, ''),
(190776, -1, 'usertools_doips_title', 'Search IP Addresses', 'vbulletin', 'cphelptext', '', 0, ''),
(190777, -1, 'usertools_doips_ipaddress_text', 'Enter an IP address to search for.  You may enter a full IP address (eg. 11.22.33.44) or a partial IP address (eg. 11 or 11.22 or 11.22.33 or 11.22.3).<br /><br /><dfn><b>Note:</b> If you have a large post table, this process may lock or take an exceedingly long time to complete.</dfn>', 'vbulletin', 'cphelptext', 'admin', 1199736645, '3.7.0 Beta 4'),
(190774, -1, 'usertools_title', 'About User Tools', 'vbulletin', 'cphelptext', '', 0, ''),
(190767, -1, 'usertitle_edit_text', 'Here you can edit an existing user title.  When a user reaches the specified minimum post count their title will be changed.', 'vbulletin', 'cphelptext', '', 0, ''),
(190768, -1, 'usertitle_edit_title', 'User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190769, -1, 'usertitle_modify_text', 'Here you can specify user titles based on post count.  When a user reaches the specified minimum post count their title will be changed.  User titles are displayed in profiles and in posts.<br /><br />\r\n\r\nClick the "Add New User Title" button to create a new user title.  Below is a list of existing user titles.  To the right of each user title there is a menu with an "Edit" and "Delete" option.  Select the "Edit" option to edit the title itself and the minimum post count required to get that title.  Select the "Delete" option to delete that title all together.', 'vbulletin', 'cphelptext', '', 0, ''),
(190770, -1, 'usertitle_modify_title', 'User Title Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(190771, -1, 'usertitle_remove_text', 'This is a confirmation that you want to delete this title.  Click the "Yes" button to perform the deletion.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(190772, -1, 'usertitle_remove_title', 'Delete Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190773, -1, 'usertools_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=user">Users</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=usertools">User Tools</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=banning">User Banning</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=email">Emailing Users</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=accessmask">Access Masks</a><br /><br />\r\n\r\n<b>User Tools:</b><br />\r\nThe user tools pages in the Users tab of the Admin CP provide you with the ability to merge users, view and manage private messages, view referral information, and search user IP addresses.<br /><br />\r\n\r\nThe ability to merge users can be very useful when dealing with users who have multiple accounts.  The "Merge Users" feature literally signs over all of a user''s posts, private messages, etc to another user account.  You can see the "Merge Users" page <a href="usertools.php?do=merge" target="_blank">here</a>.<br /><br />\r\n\r\nYou can view your forum''s private message statistics <a href="usertools.php?do=pmstats" target="_blank">here</a>.  This section allows you to view private message statistics for your users according to how many private messages they have stored.  You are also given the option to delete a user''s private messages from this section of the Admin CP.<br /><br />\r\n\r\nIf you have referrals enabled in your <a href="options.php?dogroup=register&amp;do=options" target="_blank">vBulletin options</a> then users will be able to link to your forums using their referral id to get credit for referring users to your forums.  You can run a report showing referrals on your forums on the <a href="usertools.php?do=referrers" target="_blank">Referrals</a> page.  This is useful in seeing which users are referring people to your forums.<br /><br />\r\n\r\nLastly, you can search for users based on IP address or search for IP addresses based on a username on the <a href="usertools.php?do=doips" target="_blank">Search IP Addresses</a> page.  vBulletin logs the IP addresses of users who visit your forum.  Everyone on the internet has an IP address.  Some internet services assign a new IP address every time a user connects, while some assign just one IP address.  Users with dynamic IPs can be more elusive than those with static IPs, but either way, IP addresses can be used to identify and target users.  Possible applications for searching for IP addresses include identifying other accounts of a person who has a specific IP address and <a href="options.php?dogroup=banning&amp;do=options" target="_blank">IP banning</a> problem users.', 'vbulletin', 'cphelptext', '', 0, ''),
(190765, -1, 'usertitle_add_edit_minposts_text', 'This is the minimum number of posts a user needs to get the title specified above.  When a user reaches this many posts their title will be changed to the title specified above.', 'vbulletin', 'cphelptext', '', 0, ''),
(190766, -1, 'usertitle_add_edit_minposts_title', 'Minimum Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(190764, -1, 'usertitle_add_edit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190760, -1, 'usertitle_title', 'About User Titles', 'vbulletin', 'cphelptext', '', 0, ''),
(190761, -1, 'usertitle_add_text', 'Here you can add a new user title based on minimum post count.  When a user reaches the specified minimum post count their title will be changed.', 'vbulletin', 'cphelptext', '', 0, ''),
(190762, -1, 'usertitle_add_title', 'Add New User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190763, -1, 'usertitle_add_edit_title_text', 'This is the title that will be given to a user that reaches the minimum post count specified below.', 'vbulletin', 'cphelptext', '', 0, ''),
(190758, -1, 'usergroup_viewjoinrequests_title', 'Join Requests', 'vbulletin', 'cphelptext', '', 0, ''),
(190759, -1, 'usertitle_text', '<b>User Titles:</b><br />\r\nUser titles are an indication of status on the forums and are displayed below names in posts.  vBulletin''s user title system is fairly straight forward.  You can use the <a href="usertitle.php?do=modify" target="_blank">User Title Manager</a> to create a ladder of user titles based on post count.<br /><br />\r\n\r\nNote that if a user''s usergroup has a "User Title" specified (see the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a>) then that user will have their usergroup''s title instead of the ladder of titles in the <a href="usertitle.php?do=modify" target="_blank">User Title Manager</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190751, -1, 'usergroup_updatepromotion_strategy_text', 'Select which of the above conditions must be true for this promotion to be invoked.  Conditions inside parenthesis are evaluated first.<br /><br />\r\n\r\nFor example, if these are your settings:<br /><br />\r\n\r\nReputation Comparison Type = Greater or Equal to<br />\r\nReputation Level = 1000<br />\r\nDays Registered = 30<br />\r\nPosts = 100<br />\r\nPromotion Strategy = Posts and (Reputation or Date)<br /><br />\r\n\r\n...and the user has 1100 reputation, has been registered for 20 days, and has 150 posts then they would be promoted because:<br /><br />\r\n\r\nPosts: 150 >= 100 (true)<br />\r\nReputation: 1100 >= 1000 (true)<br />\r\nDate: 20 >= 30 (false)<br /><br />\r\n\r\n...and so using the "Posts and (Reputation or Date)" promotion strategy:<br /><br />\r\n\r\ntrue and (true or false)<br />\r\n= true and (true)<br />\r\n= true', 'vbulletin', 'cphelptext', '', 0, ''),
(190756, -1, 'usergroup_updatepromotion_joinusergroupid_title', 'Move User to Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190757, -1, 'usergroup_viewjoinrequests_text', 'This page allows you to moderate join requests for your custom groups.  Select a custom group from the menu at the top and click the "Go" button to view that group''s join requests.  Next select an action to take for each join request (accept, deny, or ignore).<br /><br />\r\n\r\nAccepting a join request removes the request from this moderation queue and adds the user to the selected group. Denying a join request does exactly that. Ignoring a join request leaves it in this moderation queue so you can handle it another time.<br /><br />\r\n\r\nIf you want to accept, deny, or ignore all join requests then you can click the appropriate button at the top which sets all actions appropriately.<br /><br />\r\n\r\nUsergroup leaders can also moderate these join requests from the <a href="../profile.php?do=editusergroups" target="_blank">Group Memberships</a> section of their User CP.', 'vbulletin', 'cphelptext', '', 0, ''),
(190754, -1, 'usergroup_updatepromotion_type_title', 'Promotion Type', 'vbulletin', 'cphelptext', '', 0, ''),
(190755, -1, 'usergroup_updatepromotion_joinusergroupid_text', 'If a user meets the criteria for this promotion then they will be made a member of this usergroup.  Whether the user''s primary group is changed or the membership is added as an additional usergroup depends on the "Promotion Type" above.', 'vbulletin', 'cphelptext', '', 0, ''),
(190752, -1, 'usergroup_updatepromotion_strategy_title', 'Promotion Strategy', 'vbulletin', 'cphelptext', '', 0, ''),
(190753, -1, 'usergroup_updatepromotion_type_text', 'Which promotion type to select depends on how you have your groups and permissions configured.  Generally speaking, if the promotion involves just a few changes to permissions and settings then it is easier to setup a new usergroup that grants the new permissions and settings, and then to have the promotion add membership to that group as an "Additional Usergroup."  If the promotion involves lots of changes then a "Primary Usergroup" change may be called for.', 'vbulletin', 'cphelptext', '', 0, ''),
(190746, -1, 'usergroup_updatepromotion_reputation_title', 'Reputation Level', 'vbulletin', 'cphelptext', '', 0, ''),
(190747, -1, 'usergroup_updatepromotion_date_text', 'This is the boundary value for the number of days a user has been registered that is used to determine if a user should be promoted.<br /><br />\r\n\r\nThis value will only be used if "Date" is included in the "Promotion Strategy" setting below.', 'vbulletin', 'cphelptext', 'freddie', 1199985280, '3.7.0 Beta 4'),
(190748, -1, 'usergroup_updatepromotion_date_title', 'Days Registered', 'vbulletin', 'cphelptext', '', 0, ''),
(190749, -1, 'usergroup_updatepromotion_posts_text', 'This is the boundary value for post count that is used to determine if a user should be promoted.<br /><br />\r\n\r\nThis value will only be used if "Posts" is included in the "Promotion Strategy" setting below.', 'vbulletin', 'cphelptext', 'freddie', 1199985268, '3.7.0 Beta 4'),
(190750, -1, 'usergroup_updatepromotion_posts_title', 'Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(190745, -1, 'usergroup_updatepromotion_reputation_text', 'This is the boundary value for reputation level that is used to determine if a user should be promoted.<br /><br />\r\n\r\nIf a user''s reputation level is "Greater or Equal to" or "Less Than" (depending on the "Reputation Comparison Type" you selected above) this number then the user will be promoted.  This value will only be used if "Reputation" is included in the "Promotion Strategy" setting bellow.', 'vbulletin', 'cphelptext', '', 0, ''),
(190732, -1, 'usergroup_modifypromotion_title', 'Promotions', 'vbulletin', 'cphelptext', '', 0, ''),
(190733, -1, 'usergroup_remove_text', 'This is a confirmation that you want to delete this usergroup.  Please confirm the correct usergroup below and click the "Yes" button to perform the deletion.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(190734, -1, 'usergroup_remove_title', 'Delete Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190735, -1, 'usergroup_removeleader_text', 'This is a confirmation that you want to delete this usergroup leader.  Please confirm the correct user below and click the "Yes" button to continue.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(190736, -1, 'usergroup_removeleader_title', 'Delete Usergroup Leader', 'vbulletin', 'cphelptext', '', 0, ''),
(190737, -1, 'usergroup_removepromotion_text', 'This is a confirmation that you want to delete this promotion.  Click the "Yes" button below to perform the deletion.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(190738, -1, 'usergroup_removepromotion_title', 'Delete Promotion', 'vbulletin', 'cphelptext', '', 0, ''),
(190739, -1, 'usergroup_updatepromotion_text', 'This page allows you to add / edit a promotion.  Fill in / update the settings below and click the "Save" button to continue.  Please see the individual help topics below if you need help with specific options.', 'vbulletin', 'cphelptext', '', 0, ''),
(190740, -1, 'usergroup_updatepromotion_title', 'Add / Edit Promotion', 'vbulletin', 'cphelptext', '', 0, ''),
(190741, -1, 'usergroup_updatepromotion_usergroupid_text', 'Select the usergroup to which you want this promotion to apply.  A user must be a member of this usergroup if they are to be considered for this promotion.', 'vbulletin', 'cphelptext', '', 0, ''),
(190744, -1, 'usergroup_updatepromotion_reputationtype_title', 'Reputation Comparison Type', 'vbulletin', 'cphelptext', '', 0, ''),
(190730, -1, 'usergroup_modify_title', 'Usergroup Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(190731, -1, 'usergroup_modifypromotion_text', 'Below is a list of current promotions (if any).  Promotions can be used to grant or take away usergroup permissions and settings based on reputation, number of days registered, and post count.<br /><br />\r\n\r\nThe promotions on this page are grouped by the usergroups to which they apply.  The long horizontal bars tell you what usergroup the following promotions are for.  The columns underneath tell you what the settings are for each promotion.  The "Usergroup" column tells you to which usergroup users will be promoted.  The "Promotion Type" column tells you if the promotion changes a user''s primary usergroup or adds the group membership as an additional usergroup.  The "Promotion Strategy" column tells you which of the following 3 conditions must be met for a user to be promoted.<br /><br />\r\n\r\nClick the "Add New Promotion" button to add a new promotion.  Click the [Edit] link to edit the settings for the corresponding promotion.  Click the [Delete] link to delete the corresponding promotion.', 'vbulletin', 'cphelptext', '', 0, ''),
(190742, -1, 'usergroup_updatepromotion_usergroupid_title', 'Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190743, -1, 'usergroup_updatepromotion_reputationtype_text', 'This is the comparison operator that is used for the reputation value entered above.<br /><br />\r\n\r\nFor example, if you want to promote based on reputation level then you would set a reputation level in the field above and set the comparison operator to "Greater or Equal to."  Then when a user reaches the specified minimum reputation level they will be promoted.  On the other hand, if you want to demote based on reputation level then you would set a low reputation level in the field above and set the comparison operator to "Less Than."  Then when a user loses enough reputation points to have a reputation level below the number specified they will be demoted.\r\n\r\nThis does not demote based on post count.', 'vbulletin', 'cphelptext', 'admin', 1199738264, '3.7.0 Beta 4'),
(190716, -1, 'usergroup_edit_add_maximumsocialgroups_title', 'Maximum Created Groups', 'vbulletin', 'cphelptext', 'Darren', 1218710074, '3.8.0 Alpha 1'),
(190717, -1, 'usergroup_edit_add_pmthrottlequantity_text', 'Message Throttling.  Select the maximum number of private messages the user can send within the Throttle Check Period.<br />\r\nThe Throttle Check Period is defined in the global options.<br />\r\nSet this to 0 to disable throttling for this usergroup.', 'vbulletin', 'cphelptext', 'Darren', 1216395202, '3.8.0 Alpha 1'),
(190718, -1, 'usergroup_edit_add_pmthrottlequantity_title', 'Message Throttle Quantity', 'vbulletin', 'cphelptext', 'Darren', 1216395146, '3.8.0 Alpha 1'),
(190719, -1, 'usergroup_edit_add_requirehvcheck_text', 'If this option is set to ''Yes'' then users will be required to pass the Human Verification test for the actions configured with the option <strong>Human Verified Actions</strong>.', 'vbulletin', 'cphelptext', 'Darren', 1216640146, '3.8.0 Alpha 1'),
(190720, -1, 'usergroup_edit_add_requirehvcheck_title', 'Require Human Verification on Configured Actions', 'vbulletin', 'cphelptext', 'Darren', 1216640146, '3.8.0 Alpha 1'),
(190721, -1, 'usergroup_edit_add_canmanageownprofile_text', 'This permission allows users to manage the visitor messages that are left within their own profile. They will be able to moderate, edit, and soft delete these messages.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373222, '3.7.0 Beta 1'),
(190722, -1, 'usergroup_edit_add_canmanageownprofile_title', 'Can Manage Own Profile', 'vbulletin', 'cphelptext', 'freddie', 1192049894, '3.7.0 Beta 1'),
(190723, -1, 'usergroup_edit_add_canmessageownprofile_text', 'This permission allows user to post visitor messages to their own profiles.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373159, '3.7.0 Beta 1'),
(190724, -1, 'usergroup_edit_add_canmessageownprofile_title', 'Can Post Visitor Messages to Own Profile', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373202, '3.7.0 Beta 1'),
(190725, -1, 'usergroup_edit_add_canmessageothersprofile_text', 'This permission allows users to post visitor messages to other users'' profiles.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373232, '3.7.0 Beta 1'),
(190726, -1, 'usergroup_edit_add_canmessageothersprofile_title', 'Can Post Visitor Messages to Others'' Profile', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373239, '3.7.0 Beta 1');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190727, -1, 'usergroup_edit_add_caneditownmessages_text', 'This permission allows users to edit their own messages, left within their own profile or other users'' profiles.<br /><br /><em>Can Manage Messages within Own Profile</em> permission in regards to messages left within the user''s profile.', 'vbulletin', 'cphelptext', 'freddie', 1204246428, '3.7.0 Beta 6'),
(190728, -1, 'usergroup_edit_add_caneditownmessages_title', 'Can Edit Own Visitor Messages', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373214, '3.7.0 Beta 1'),
(190729, -1, 'usergroup_modify_text', 'This is the usergroup manager.  Here you can manage your default, custom, and public custom usergroups.<br /><br />\r\n\r\nDefault usergroups are those that are created as a part of vBulletin.  Custom usergroups are those that you created.  Public custom usergroups are custom usergroups that your users can request to join because you have enabled the "Public (Joinable) Custom Usergroups" option for those usergroups.<br /><br />\r\n\r\nThe "Primary Users" column specifies the number of users whose primary usergroup is the corresponding group.  The "Additional Users" column specifies the number of users whose additional usergroup memberships include the corresponding group.  The "Controls" column contains a menu with several options for each usergroup... select an option and click "Go" to continue.<br /><br />\r\n\r\nThe "Public Custom Usergroups" section has two extra columns, "Join Requests" and "Usergroup Leader."  The "Join Requests" column indicates how many join requests are awaiting approval for the corresponding usergroup; users can submit join requests for usergroups for which you have enabled the "Public (Joinable) Custom Usergroups" option.  The "Usergroup Leader" column lists the current group leaders.  You can delete an existing group leader by clicking the corresponding [Delete] link.  To add a new usergroup leader simply select the "Add Usergroup Leader" options from the group''s Controls menu.', 'vbulletin', 'cphelptext', '', 0, ''),
(190708, -1, 'usergroup_edit_add_canseeinfraction_title', 'Can See Others'' Infraction Level', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190709, -1, 'usergroup_edit_add_canseethumbnails_text', 'If this is set to ''Yes'' the user will be able to see thumbnails of attached images in threads, even if the do not have the Can Download Attachments permission.', 'vbulletin', 'cphelptext', 'Darren', 1219764597, '3.8.0 Alpha 1'),
(190710, -1, 'usergroup_edit_add_canseethumbnails_title', 'Can See Thumbnails', 'vbulletin', 'cphelptext', 'Darren', 1219764597, '3.8.0 Alpha 1'),
(190711, -1, 'usergroup_edit_add_canuploadgroupicon_text', 'If this is set to ''yes'' the user will be able to upload an icon for the social groups that they create.', 'vbulletin', 'cphelptext', 'admin', 1224674885, '3.8.0 Beta 2'),
(190712, -1, 'usergroup_edit_add_canuploadgroupicon_title', 'Can Upload Social Group Icons', 'vbulletin', 'cphelptext', 'Darren', 1216130033, '3.8.0 Alpha 1'),
(190713, -1, 'usergroup_edit_add_groupiconmaxsize_text', 'The maximum filesize of the image that the user can upload as a social group icon.<br /><br />\r\n\r\n<strong>Note:</strong> Group Icons are always limited to 200px by 200px.', 'vbulletin', 'cphelptext', 'admin', 1224675066, '3.8.0 Beta 2'),
(190714, -1, 'usergroup_edit_add_groupiconmaxsize_title', 'Maximum File Size of Social Group Icons (bytes)', 'vbulletin', 'cphelptext', 'Darren', 1216130294, '3.8.0 Alpha 1'),
(190715, -1, 'usergroup_edit_add_maximumsocialgroups_text', 'This setting allows you to specify how many concurrent groups a user can have at any one time.  If the user has reached the limit, they can delete a group in order to create a new one. <br /><br />\r\nSetting this to 0 will remove any limits on the number of Social Groups the user may create.', 'vbulletin', 'cphelptext', 'Darren', 1218710074, '3.8.0 Alpha 1'),
(190697, -1, 'usergroup_edit_add_cangiveinfraction_text', 'This permission allows user to give infractions to other users.  Having this permission also allows users to view the infractions of other users.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190698, -1, 'usergroup_edit_add_cangiveinfraction_title', 'Can Give Infractions to Others', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190699, -1, 'usergroup_edit_add_canlimitdiscussion_text', 'If this is set to ''yes'' then the user can configure their social groups where discussions can only be created by the group owner.  This permission only has any effect if the ''Allow Group Owners to Limit New Discussions to Themselves'' option is enabled.', 'vbulletin', 'cphelptext', 'Darren', 1210938154, '3.7.1'),
(190700, -1, 'usergroup_edit_add_canlimitdiscussion_title', 'Can Limit Discussions in Own Groups to the Group Owner', 'vbulletin', 'cphelptext', 'Darren', 1210938154, '3.7.1'),
(190701, -1, 'usergroup_edit_add_canmanagediscussions_text', 'If set to ''yes'' the user can manage discussions that they started.  If this is set to ''no'' the user will not be able to delete their own discussions unless it is new and no other users have posted messages to it.', 'vbulletin', 'cphelptext', 'Darren', 1212053344, '3.7.1'),
(190676, -1, 'usergroup_add_edit_canpostnonmembergroup_title', 'Can Post Messages in Groups that User is not a Member of', 'vbulletin', 'cphelptext', 'Mez', 1195740925, '3.7.0 Beta 1'),
(190677, -1, 'usergroup_add_edit_canmanageowngroups_text', 'Allowing a user to manage his/her own social groups grants the following options on social groups created by that user:\r\n<ul>\r\n<li>Unapprove messages</li>\r\n<li>Approve messages</li>\r\n<li>Delete messages</li>\r\n<li>Remove pictures from the group (pictures will remain in the owner''s album)</li>\r\n<li>Kick members from the group</li>\r\n</ul>\r\nAdditionally, if the option ''Allow Groups Owners to Force New Group Messages into Moderation Queue'' is enabled, having this permission will allow users to create groups where messages must be approved before becoming visible.<br />\r\n<br />\r\nRegardless of this permission, users will be able to moderate membership requests or invite users to the group.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205427073, '3.7.0 Release Candidate 1'),
(190707, -1, 'usergroup_edit_add_canseeinfraction_text', 'This permission allows users to see a user''s infraction level as well when a post is given an infraction. It does not allow the user to see infraction reasons or comments.  Users must be able to give or remove infractions to view detailed information on infractions.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1150106793, '3.6.0 Beta 2'),
(190706, -1, 'usergroup_edit_add_canreverseinfraction_title', 'Can Reverse Infractions', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190702, -1, 'usergroup_edit_add_canmanagediscussions_title', 'Can Manage Own Social Group Discussions', 'vbulletin', 'cphelptext', 'Darren', 1212053344, '3.7.1'),
(190703, -1, 'usergroup_edit_add_canpostmessage_text', 'When this is set to ''yes'' the user can post messages and in social group discussions.  This permission is also required to create new discussions in social groups.', 'vbulletin', 'cphelptext', 'Darren', 1210937879, '3.7.1'),
(190704, -1, 'usergroup_edit_add_canpostmessage_title', 'Can Post Messages in Groups', 'vbulletin', 'cphelptext', 'Darren', 1210937879, '3.7.1'),
(190705, -1, 'usergroup_edit_add_canreverseinfraction_text', 'This permission allows users to reverse active or expired infractions.  This permission also allows users to see details on infractions since they must view infractions in order to reverse them.', 'vbulletin', 'cphelptext', 'Kier', 1153746203, '3.6.0 Release Candidate 3'),
(190696, -1, 'usergroup_edit_add_caneditprivacy_title', 'Can Edit Profile Privacy', 'vbulletin', 'cphelptext', 'Darren', 1218465604, '3.8.0 Alpha 1'),
(190693, -1, 'usergroup_edit_add_cancreatediscussion_text', 'If this is set to ''yes'' the user can create new discussions in social groups where the group is configured to allow it.', 'vbulletin', 'cphelptext', 'Darren', 1210937940, '3.7.1'),
(190694, -1, 'usergroup_edit_add_cancreatediscussion_title', 'Can Create New Social Group Discussions', 'vbulletin', 'cphelptext', 'Darren', 1210937940, '3.7.1'),
(190695, -1, 'usergroup_edit_add_caneditprivacy_text', 'This permission allows the user to customize their profile so that they can hide certain blocks and categories from other users, such as users on their ignored list; unregistered guests; users who are not on their contacts list; and users who are not on their friends list.<br /><br />\r\nNote: When enabled, the ''Profile Privacy'' link on the User Control Panel allows users to customize their profile page in this way.', 'vbulletin', 'cphelptext', 'Darren', 1218464861, '3.8.0 Alpha 1'),
(190691, -1, 'usergroup_edit_add_cananimategroupicon_text', 'If the is set to ''yes'', users who can upload social group icons will also be able to upload animated gif''s as the profile group icon.', 'vbulletin', 'cphelptext', 'Darren', 1216130125, '3.8.0 Alpha 1'),
(190692, -1, 'usergroup_edit_add_cananimategroupicon_title', 'Can Upload Animated Group Icons', 'vbulletin', 'cphelptext', 'Darren', 1216130125, '3.8.0 Alpha 1'),
(190690, -1, 'usergroup_edit_add_canalwayspostmessage_title', 'Can Always Post Message in Social Groups', 'vbulletin', 'cphelptext', 'Darren', 1211992802, '3.7.1'),
(190688, -1, 'usergroup_edit_add_canalwayscreatediscussion_title', 'Can Always Create Discussions in Social Groups', 'vbulletin', 'cphelptext', 'Darren', 1211992891, '3.7.1'),
(190689, -1, 'usergroup_edit_add_canalwayspostmessage_text', 'If this is set to ''yes'' the user will always be able to post messages in social groups, even when:\r\n\r\n<ul>\r\n<li>The social group is configured with ''Users must join to view the content''.</li>\r\n<li>The user is not a member of the group.</li>\r\n</ul>\r\n\r\nNote: If the user has this permission, they will always be able to see the contents of groups configured with ''Invite Only'' and ''Users must join to view the content''.', 'vbulletin', 'cphelptext', 'Darren', 1225812938, '3.8.0 Beta 2'),
(190686, -1, 'usergroup_edit_title', 'Edit Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190687, -1, 'usergroup_edit_add_canalwayscreatediscussion_text', 'If this is set to ''yes'' the user will be able to create new discussions in groups, even if:\r\n<ul>\r\n<li>The user is not a member of the group.</li>\r\n<li>The group is configured with ''Must Join Group to View Content'' option.</li>\r\n<li>The group is configured with ''Only Owner Can Create New Discussions'' option.</li>\r\n</ul>\r\n\r\nNote: If the user has this permission, they will always be able to see the contents of groups configured with ''Invite Only'' and ''Users must join to view the content''.', 'vbulletin', 'cphelptext', 'Darren', 1225812813, '3.8.0 Beta 2'),
(190682, -1, 'usergroup_addleader_usergroupid_title', 'Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190683, -1, 'usergroup_addleader_username_text', 'Enter the exact username of the user whom you want to make a leader of this group.', 'vbulletin', 'cphelptext', '', 0, ''),
(190684, -1, 'usergroup_addleader_username_title', 'User Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190685, -1, 'usergroup_edit_text', 'This page allows you to edit the permissions and settings for this usergroup.  Please see the individual help topics below if you need help with a specific permission or setting.', 'vbulletin', 'cphelptext', '', 0, ''),
(190678, -1, 'usergroup_add_edit_canmanageowngroups_title', 'Can Manage Own Social Groups', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205427073, '3.7.0 Release Candidate 1'),
(190679, -1, 'usergroup_addleader_text', 'On this page you can add a new usergroup leader to one of your custom groups.  Select a usergroup below and enter the exact username of the user whom you want to make leader.  Click the "Add" button to continue.<br /><br />\r\n\r\nUsergroup leaders can moderate join requests for their group from the <a href="../profile.php?do=editusergroups" target="_blank">Group Memberships</a> section of their User CP.', 'vbulletin', 'cphelptext', '', 0, ''),
(190680, -1, 'usergroup_addleader_title', 'Add New Usergroup Leader', 'vbulletin', 'cphelptext', '', 0, ''),
(190681, -1, 'usergroup_addleader_usergroupid_text', 'Select the custom usergroup to which you want to add a leader.', 'vbulletin', 'cphelptext', '', 0, ''),
(190656, -1, 'usergroup_add_edit_caneditfontfamily_title', 'Can Edit Font Family', 'vbulletin', 'cphelptext', 'Mez', 1195737587, '3.7.0 Beta 1'),
(190657, -1, 'usergroup_add_edit_caneditfontsize_text', 'This permission, when set to "yes" allows the user to edit the Font Size on their profile page.', 'vbulletin', 'cphelptext', 'freddie', 1198868099, '3.7.0 Beta 4'),
(190658, -1, 'usergroup_add_edit_caneditfontsize_title', 'Can Edit Font Size', 'vbulletin', 'cphelptext', 'Mez', 1195737658, '3.7.0 Beta 1'),
(190659, -1, 'usergroup_add_edit_caneditcolors_text', 'This permission, when set to "yes" allows the user to edit the Colors on their profile page.', 'vbulletin', 'cphelptext', 'Mez', 1195738004, '3.7.0 Beta 1'),
(190660, -1, 'usergroup_add_edit_caneditcolors_title', 'Can Edit Colors', 'vbulletin', 'cphelptext', 'Mez', 1195738004, '3.7.0 Beta 1'),
(190661, -1, 'usergroup_add_edit_caneditbgimage_text', 'This permission, when set to "yes" allows the user to edit the Background Images on their profile page.<br /><br /><strong>PLEASE NOTE</strong> This option requires the user to have the Create Album Permissions', 'vbulletin', 'cphelptext', 'Mez', 1195738292, '3.7.0 Beta 1'),
(190662, -1, 'usergroup_add_edit_caneditbgimage_title', 'Can Edit Background Images', 'vbulletin', 'cphelptext', 'Mez', 1195738292, '3.7.0 Beta 1'),
(190663, -1, 'usergroup_add_edit_caneditborders_text', 'This permission, when set to "yes" allows the user to edit the Border Style, Width, and Colors on their profile page.', 'vbulletin', 'cphelptext', 'Mez', 1195738675, '3.7.0 Beta 1'),
(190664, -1, 'usergroup_add_edit_caneditborders_title', 'Can Edit Borders', 'vbulletin', 'cphelptext', 'Mez', 1195738675, '3.7.0 Beta 1'),
(190665, -1, 'usergroup_add_edit_cancreategroups_text', 'This permission, when set to "yes" allows the user to Create Social Groups (Also requires the "Can View Social Groups" and "Can Join Social Groups" permissions).', 'vbulletin', 'cphelptext', 'Mez', 1195740476, '3.7.0 Beta 1'),
(190666, -1, 'usergroup_add_edit_cancreategroups_title', 'Can Create Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740476, '3.7.0 Beta 1'),
(190667, -1, 'usergroup_add_edit_caneditowngroups_text', 'This permission, when set to "yes" allows the user to edit the details of their own Social Groups.<br />\r\n<br />\r\nIf there are no members of this group other than the owner, the owner will be able to edit the settings of this group even if this permission is set to no.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1211885079, '3.7.1'),
(190668, -1, 'usergroup_add_edit_caneditowngroups_title', 'Can Edit Own Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740541, '3.7.0 Beta 1'),
(190669, -1, 'usergroup_add_edit_candeleteowngroups_text', 'This permission, when set to "yes" allows the user to delete their own Social Groups.', 'vbulletin', 'cphelptext', 'Mez', 1195740607, '3.7.0 Beta 1'),
(190670, -1, 'usergroup_add_edit_candeleteowngroups_title', 'Can Delete Own Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740607, '3.7.0 Beta 1'),
(190671, -1, 'usergroup_add_edit_canviewgroups_text', 'This permission, when set to "yes" allows the user to view Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740638, '3.7.0 Beta 1'),
(190672, -1, 'usergroup_add_edit_canviewgroups_title', 'Can View Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740760, '3.7.0 Beta 1'),
(190673, -1, 'usergroup_add_edit_canmanagemessages_text', 'This permission, when set to "yes" allows the user to manage their own Messages within a Social Group', 'vbulletin', 'cphelptext', 'Mez', 1195740878, '3.7.0 Beta 1'),
(190674, -1, 'usergroup_add_edit_canmanagemessages_title', 'Can Manage Own Social Group Messages', 'vbulletin', 'cphelptext', 'Mez', 1195740878, '3.7.0 Beta 1'),
(190675, -1, 'usergroup_add_edit_canpostnonmembergroup_text', 'This permission, when set to "yes" allows the user to post Messages in Groups that they are not a member of.', 'vbulletin', 'cphelptext', 'Mez', 1195740925, '3.7.0 Beta 1'),
(190654, -1, 'usergroup_add_edit_canmanagepiccomment_title', 'Can Manage Comments on Own Pictures', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426687, '3.7.0 Release Candidate 1'),
(190655, -1, 'usergroup_add_edit_caneditfontfamily_text', 'This permission, when set to "yes" allows the user to edit the Font Family on their profile page.', 'vbulletin', 'cphelptext', 'Mez', 1195737587, '3.7.0 Beta 1'),
(190652, -1, 'usergroup_add_edit_candeleteownpiccomment_title', 'Can Delete Own Picture Comments', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426553, '3.7.0 Release Candidate 1'),
(190653, -1, 'usergroup_add_edit_canmanagepiccomment_text', 'If this is set to yes, users will be able to manage the comments that users have posted to their pictures. Specifically, this allows users to:\r\n<ul>\r\n<li>Unapprove comments</li>\r\n<li>Approve comments</li>\r\n<li>Delete comments (soft-delete only)</li>\r\n</ul>\r\nThis permission also affects comments the user has posted on his/her own picture. This may allow a user to delete his/her own comment without the ''Can Delete Own Picture Comments'' permission.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426830, '3.7.0 Release Candidate 1'),
(190650, -1, 'usergroup_add_edit_caneditownpiccomment_title', 'Can Edit Own Picture Comments', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426470, '3.7.0 Release Candidate 1'),
(190651, -1, 'usergroup_add_edit_candeleteownpiccomment_text', 'Users with this permission will be able to soft-delete picture comments they have posted. A notice will be left in place of the original message.<br />\r\n<br />\r\nThis notice, along with the original message, will be viewable to moderators. The picture owner may be able to see the notice (but not the original message).', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426749, '3.7.0 Release Candidate 1'),
(190648, -1, 'usergroup_add_edit_canpiccomment_title', 'Can Comment on Pictures', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426424, '3.7.0 Release Candidate 1'),
(190649, -1, 'usergroup_add_edit_caneditownpiccomment_text', 'If this is set to yes, users will be able to edit their own picture comments after they have been submitted.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426470, '3.7.0 Release Candidate 1'),
(190647, -1, 'usergroup_add_edit_canpiccomment_text', 'If this permission is specified, users in this group will be able to comment on pictures uploaded to any user''s album.<br />\r\n<br />\r\nFor a user to be able to comment on a picture, he/she must be able to view the picture first. If a user wishes to limit the people who can see a picture, he/she can set the containing album to private.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1205426424, '3.7.0 Release Candidate 1'),
(190646, -1, 'usergroup_add_edit_albummaxsize_title', 'Maximum Total File Size of Album Pictures (bytes)', 'vbulletin', 'cphelptext', 'Mez', 1195735356, '3.7.0 Beta 1'),
(190629, -1, 'usergroup_add_edit_allowhtml_text', 'This controls whether HTML is allowed in the signatures of users in this group. <strong>Allowing HTML is a security risk!</strong> Do not set this value to "Yes" unless the users in this group are trusted.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190630, -1, 'usergroup_add_edit_allowhtml_title', 'Allow HTML', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190631, -1, 'usergroup_add_edit_candeleteownmessages_text', 'This permission allows users to soft delete their own visitor messages, left within their own profile or other users'' profiles.<br /><br />This permission can be overridden by the <em>Can Manage Messages within Own Profile</em> permission in regards to messages left within the user''s profile.', 'vbulletin', 'cphelptext', 'freddie', 1204246399, '3.7.0 Beta 6'),
(190632, -1, 'usergroup_add_edit_candeleteownmessages_title', 'Can Delete Own Visitor Messages', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197373136, '3.7.0 Beta 1'),
(190633, -1, 'usergroup_add_edit_canalbum_text', 'Setting this permission to "yes" allows the user to create albums and upload pictures to them<br /><br />Requires the "Can View Albums" Permission', 'vbulletin', 'cphelptext', 'freddie', 1199130982, '3.7.0 Beta 4'),
(190634, -1, 'usergroup_add_edit_canalbum_title', 'Can Have Album and Upload Pictures', 'vbulletin', 'cphelptext', 'Mez', 1195733676, '3.7.0 Beta 1'),
(190635, -1, 'usergroup_add_edit_canviewalbum_text', 'Setting this permission to "yes" allows the user to view Albums', 'vbulletin', 'cphelptext', 'Mez', 1195733981, '3.7.0 Beta 1'),
(190636, -1, 'usergroup_add_edit_canviewalbum_title', 'Can View Albums', 'vbulletin', 'cphelptext', 'Mez', 1195733981, '3.7.0 Beta 1'),
(190637, -1, 'usergroup_add_edit_albumpicmaxwidth_text', 'The maximum width for a Picture. vBulletin will try to scale the Picture down to this size if you have an "Image Processing Library" enabled.', 'vbulletin', 'cphelptext', 'Mez', 1195734993, '3.7.0 Beta 1'),
(190638, -1, 'usergroup_add_edit_albumpicmaxwidth_title', 'Album Picture Maximum Width (pixels)', 'vbulletin', 'cphelptext', 'Mez', 1195734234, '3.7.0 Beta 1'),
(190639, -1, 'usergroup_add_edit_albumpicmaxheight_text', 'The maximum height for a Picture. vBulletin will try to scale the Picture down to this size if you have an "Image Processing Library" enabled.', 'vbulletin', 'cphelptext', 'Mez', 1195735064, '3.7.0 Beta 1'),
(190640, -1, 'usergroup_add_edit_albumpicmaxheight_title', 'Album Picture Maximum Height (pixels)', 'vbulletin', 'cphelptext', 'Mez', 1195734301, '3.7.0 Beta 1'),
(190641, -1, 'usergroup_add_edit_albummaxpics_text', 'The maximum amount of Pictures a user is allowed to upload', 'vbulletin', 'cphelptext', 'Mez', 1195735277, '3.7.0 Beta 1'),
(190642, -1, 'usergroup_add_edit_albummaxpics_title', 'Maximum Number of Album Pictures', 'vbulletin', 'cphelptext', 'Mez', 1195735277, '3.7.0 Beta 1'),
(190643, -1, 'usergroup_add_edit_albumpicmaxsize_text', 'The Maximum Filesize for a Picture. vBulletin will try to recompress the Picture down to this size if you have an Image Processing Library Enabled.', 'vbulletin', 'cphelptext', 'Mez', 1195735300, '3.7.0 Beta 1'),
(190644, -1, 'usergroup_add_edit_albumpicmaxsize_title', 'Album Picture Maximum File Size (bytes)', 'vbulletin', 'cphelptext', 'Mez', 1195734373, '3.7.0 Beta 1'),
(190645, -1, 'usergroup_add_edit_albummaxsize_text', 'The maximum total file size for all the User''s uploaded Pictures', 'vbulletin', 'cphelptext', 'Mez', 1195735356, '3.7.0 Beta 1'),
(190614, -1, 'usergroup_add_edit_canbbcodelink_title', 'Allow Link BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190615, -1, 'usergroup_add_edit_canbbcodecode_text', 'This controls whether [code] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190616, -1, 'usergroup_add_edit_canbbcodecode_title', 'Allow Code BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190617, -1, 'usergroup_add_edit_canbbcodephp_text', 'This controls whether [php] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190618, -1, 'usergroup_add_edit_canbbcodephp_title', 'Allow PHP BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190619, -1, 'usergroup_add_edit_canbbcodehtml_text', 'This controls whether [html] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190620, -1, 'usergroup_add_edit_canbbcodehtml_title', 'Allow HTML BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190621, -1, 'usergroup_add_edit_canbbcodequote_text', 'This controls whether [quote] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190622, -1, 'usergroup_add_edit_canbbcodequote_title', 'Allow Quote BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190623, -1, 'usergroup_add_edit_allowimg_text', 'This controls whether [img] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", the image will be linked to instead; no error will be issued.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190624, -1, 'usergroup_add_edit_allowimg_title', 'Allow [IMG] Code', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190625, -1, 'usergroup_add_edit_sigmaximages_text', 'This controls the maximum number of images that users in this group may use in their signatures. This includes [img] tags, [sigpic] tags (uploaded pictures), and smilies. 0 means no limit.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190626, -1, 'usergroup_add_edit_sigmaximages_title', 'Maximum Number of Images in Signature', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190627, -1, 'usergroup_add_edit_allowsmilies_text', 'This controls whether smilies are parsed into images in the signatures of users in this group. If this is set to "No", smilie text will not be converted to images.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190628, -1, 'usergroup_add_edit_allowsmilies_title', 'Allow Smilies', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190613, -1, 'usergroup_add_edit_canbbcodelink_text', 'This controls whether [email] and [url] tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190608, -1, 'usergroup_add_edit_canbbcodefont_title', 'Allow Font BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190609, -1, 'usergroup_add_edit_canbbcodealign_text', 'This controls whether [left], [center], and [right] tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190610, -1, 'usergroup_add_edit_canbbcodealign_title', 'Allow Alignment BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190611, -1, 'usergroup_add_edit_canbbcodelist_text', 'This controls whether [list] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature. You can not control the types of lists allowed with this option.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190612, -1, 'usergroup_add_edit_canbbcodelist_title', 'Allow List BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190603, -1, 'usergroup_add_edit_canbbcodesize_text', 'This controls whether users in this group may use the [size] tag in their signature at all. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature. You may limit the maximum size they can use using the option below.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190604, -1, 'usergroup_add_edit_canbbcodesize_title', 'Allow Size BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190605, -1, 'usergroup_add_edit_sigmaxsizebbcode_text', 'This controls the maximum font size that users in this group may use in their signatures. If they attempt to exceed this size, they will receive an error. The largest size possible is 7; default is 2.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190606, -1, 'usergroup_add_edit_sigmaxsizebbcode_title', 'Maximum Value of x for [SIZE=x] BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190597, -1, 'usergroup_add_edit_canbbcode_text', 'This is the global switch for BB codes in the signatures of users in this group. Individual BB codes may be controlled by the additional permissions displayed below.<br />\r\n<br />\r\nNote that custom BB codes cannot be controlled by any permission; you can only disable their use in signatures by disabling all BB codes in signatures.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190598, -1, 'usergroup_add_edit_canbbcode_title', 'Allow BB Code', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190599, -1, 'usergroup_add_edit_canbbcodebasic_text', 'This controls whether [b] (Bold), [i] (Italic), and [u] (Underline) tags may be used in signatures by users of this group. If they attempt to use any of these and this setting is set to "No", they will receive an error while saving their signature.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190600, -1, 'usergroup_add_edit_canbbcodebasic_title', 'Allow Basic BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190596, -1, 'usergroup_add_edit_sigmaxlines_title', 'Maximum Lines in Signature', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190602, -1, 'usergroup_add_edit_canbbcodecolor_title', 'Allow Color BB Code', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190601, -1, 'usergroup_add_edit_canbbcodecolor_text', 'This controls whether [color] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature. You can not limit them to a specific selection of colors with this option.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190587, -1, 'usergroup_add_edit_canhiderep_text', 'This permission allows the user to have the option, from their User CP, of not participating in the reputation system.  While the user can still receive reputation comments, their reputation will not be visible to other users.', 'vbulletin', 'cphelptext', 'Andy Huang', 1223482250, '3.8.0 Alpha 2'),
(190544, -1, 'usergroup_add_edit_canpostevent_title', 'Can Post Events', 'vbulletin', 'cphelptext', '', 0, ''),
(190545, -1, 'usergroup_add_edit_caneditevent_text', 'This permission allows members of this group to edit their own events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to edit their own events on a specific calendar if they are to have permission to do so.  You can check your calendar permissions <a href="calendarpermission.php?do=modify" target="_blank">here</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190546, -1, 'usergroup_add_edit_caneditevent_title', 'Can Edit Own Events', 'vbulletin', 'cphelptext', '', 0, ''),
(190547, -1, 'usergroup_add_edit_candeleteevent_text', 'This permission allows members of this group to delete their own calendar events.<br /><br />\r\n\r\nThis group must also have permission to delete their events on a specific calendar if they are to have permission to do so.  You can check your calendar permissions <a href="calendarpermission.php?do=modify" target="_blank">here</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190548, -1, 'usergroup_add_edit_candeleteevent_title', 'Can Delete Own Events', 'vbulletin', 'cphelptext', '', 0, ''),
(190549, -1, 'usergroup_add_edit_canviewothersevent_text', 'This permission allows members of this group to view other people''s events on the calendar(s).  If this permission to disabled then members of this group will only be able to see their own events.<br /><br />\r\n\r\nThis group must also have permission to view other people''s events on a specific calendar if they are to have permission to do so.  You can check your calendar permissions <a href="calendarpermission.php?do=modify" target="_blank">here</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190595, -1, 'usergroup_add_edit_sigmaxlines_text', 'This is the maximum number of lines users of this group may have in their signatures. Unfortunately, due to browser and style variations, this is not an exact science and should only be used as a rough guide.<br />\r\n<br />\r\nSoft linewrapping can cause one contiguous string of text to be counted as multiple lines. The number of characters that are allowed before this text is treated as multiple lines is controlled by the &quot;<a href="options.php?do=options&amp;dogroup=user">Signature Soft-Linebreak Character Limit</a>&quot; option. Text that is not the default size is scaled to count as more or less characters than normal.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190594, -1, 'usergroup_add_edit_sigmaxchars_title', 'Maximum Characters in Signature Excluding BB Code Markup', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190592, -1, 'usergroup_add_edit_sigmaxrawchars_title', 'Maximum Characters in Signature Including BB Code Markup', 'vbulletin', 'cphelptext', 'Kier', 1205493460, '3.7.0 Release Candidate 1'),
(190593, -1, 'usergroup_add_edit_sigmaxchars_text', 'This is the maximum number of characters users in this group may place in their signatures, not including any BB code used to format the signature. In most cases, this is very close to the number of displayable characters in the signature.', 'vbulletin', 'cphelptext', 'Kier', 1206966128, '3.7.0 Release Candidate 2'),
(190590, -1, 'usergroup_add_edit_canseeothersrep_title', 'Can See Reputation Left for Others', 'vbulletin', 'cphelptext', '', 0, ''),
(190591, -1, 'usergroup_add_edit_sigmaxrawchars_text', 'This is the maximum number of characters that can a user in this group may use in his or her signature. This includes all markup codes that were used.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190588, -1, 'usergroup_add_edit_canhiderep_title', 'Can Hide Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190589, -1, 'usergroup_add_edit_canseeothersrep_text', 'This permission allows the user to view reputation comments left for other users.', 'vbulletin', 'cphelptext', '', 0, ''),
(190581, -1, 'usergroup_add_edit_cannegativerep_text', 'This permission allows users to leave negative reputation.  Negative reputation only has half the effect of positive reputation.  For example, if a user has a reputation power of 20, they would only take 10 away by giving negative reputation. This permission requires that reputation be enabled in the vBulletin Options as well as the user having the "Can Use Reputation" permission enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190586, -1, 'usergroup_add_edit_canseeownrep_title', 'Can See Own Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190585, -1, 'usergroup_add_edit_canseeownrep_text', 'This permission allows the user to see which members left the comments that appear in the user''s User CP. If the user has chosen to hide their reputation or the reputation system is disabled, the list of comments will not appear in any case.', 'vbulletin', 'cphelptext', '', 0, ''),
(190583, -1, 'usergroup_add_edit_canuserep_text', 'This permission allows the user to leave reputation comments for other users.  Reputation must also be enabled in the vBulletin Options.', 'vbulletin', 'cphelptext', '', 0, ''),
(190584, -1, 'usergroup_add_edit_canuserep_title', 'Can Use Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190582, -1, 'usergroup_add_edit_cannegativerep_title', 'Can Leave Negative Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190578, -1, 'usergroup_add_edit_ismoderator_title', 'Can Moderate All Forums (is Super Moderator)', 'vbulletin', 'cphelptext', '', 0, ''),
(190579, -1, 'usergroup_add_edit_cancontrolpanel_text', 'This permission refers to the Admin Control Panel.  You can do anything in the Admin CP so you should only grant this access to people you trust.', 'vbulletin', 'cphelptext', '', 0, ''),
(190580, -1, 'usergroup_add_edit_cancontrolpanel_title', 'Can Access Control Panel (is Administrator)', 'vbulletin', 'cphelptext', '', 0, ''),
(190577, -1, 'usergroup_add_edit_ismoderator_text', 'This permission will grant this group moderator powers in all forums.  Super moderators can do everything including edit, delete, move, merge, split, etc.  You should only grant this power to people you trust.', 'vbulletin', 'cphelptext', '', 0, ''),
(190576, -1, 'usergroup_add_edit_canbeusernoted_title', 'User Notes Can Be Posted About This Group', 'vbulletin', 'cphelptext', '', 0, ''),
(190574, -1, 'usergroup_add_edit_caneditownusernotes_title', 'Can Manage Own User Notes', 'vbulletin', 'cphelptext', '', 0, ''),
(190575, -1, 'usergroup_add_edit_canbeusernoted_text', 'This permission allows members of this group to have user notes posted about them.<br /><br />\r\n\r\nUser notes can be posted on the screen that lists a user''s notes.  First click the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend, then click the <i>Post New User Note</i> link.', 'vbulletin', 'cphelptext', '', 0, ''),
(190550, -1, 'usergroup_add_edit_canviewothersevent_title', 'Can View Others'' Events', 'vbulletin', 'cphelptext', '', 0, ''),
(190551, -1, 'usergroup_add_edit_canwhosonline_text', 'This permission allows members of this group to view the <a href="../online.php" target="_blank">online.php</a> page.  This page shows a detailed list of currently active users, their locations, etc.  This permission only applies to online.php, not the "Currently Active Users" list on the <a href="../{$vbulletin->options[forumhome]}.php" target="_blank">forumhome</a> page.<br /><br />\r\n\r\nReported locations <b>do</b> take forum permissions into consideration.  For example, if a user in the online list is viewing a forum that the current logged in user doesn''t have access to, then online.php will only report that they are viewing a forum and not give the name of the forum.<br /><br />\r\n\r\nWho''s online must be enabled in your <a href="options.php?dogroup=online&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  Additionally, there are several Who''s online settings on that page in your vBulletin options.', 'vbulletin', 'cphelptext', '', 0, ''),
(188258, -1, 'forum_add_edit_showprivate_title', 'Show Private Forum', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(188259, -1, 'forum_add_edit_newpostemail_text', 'Enter the email address(es) of anyone who should be notified when a new post is made in this forum. Separate multiple addresses with a space. It is suggested that you do not enter moderators'' email addresses here - you can select whether or not a moderator receives email notifications when adding that moderator.', 'vbulletin', 'cphelptext', '', 0, ''),
(176725, 0, 'sub3_desc', '<img src="http://www.bmcforums.com/images/usertitles/Platinum.png"><br>\r\n• BMC patch<br>\r\n• BMC decal<br>\r\n• Personalized gallery with unlimited storage<br>\r\n• Forum Private Message storage limit increase to 500 (standard is 100)<br>\r\n• Forum title "Platinum Member"<br>\r\n• Removal of Google Ads in forums', 'vbulletin', 'subscription', 'Lisa', 1260139552, '3.8.4'),
(176724, 0, 'sub3_title', 'Platinum Membership - $50 / year', 'vbulletin', 'subscription', 'Lisa', 1260139552, '3.8.4'),
(176723, 0, 'sub2_desc', '<img src="http://www.bmcforums.com/images/usertitles/Gold.png"><br>\r\n• BMC decal<br>\r\n• Personalized gallery with 25mb storage<br>\r\n• Forum Private Message storage limit increase to 250 (standard is 100)<br>\r\n• Forum title "Gold Member"<br>\r\n• Removal of Google Ads in forums', 'vbulletin', 'subscription', 'Lisa', 1260139523, '3.8.4'),
(176722, 0, 'sub2_title', 'Gold Membership - $25 / year', 'vbulletin', 'subscription', 'Lisa', 1260139523, '3.8.4'),
(190607, -1, 'usergroup_add_edit_canbbcodefont_text', 'This controls whether [font] tag may be used in signatures by users of this group. If they attempt to use this tag and this setting is set to "No", they will receive an error while saving their signature. You can not limit them to a specific selection of fonts with this option.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190573, -1, 'usergroup_add_edit_caneditownusernotes_text', 'This permission allows members of this group to manage (edit / delete) notes that they post.  If you want posted user notes to be permanent then don''t grant user''s this permission.<br /><br />\r\n\r\nUser notes can be managed on the screen that lists a user''s notes.  Click the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend.', 'vbulletin', 'cphelptext', '', 0, ''),
(176720, 0, 'sub1_title', 'Silver Membership - $10 / year', 'vbulletin', 'subscription', 'Lisa', 1260139449, '3.8.4'),
(176721, 0, 'sub1_desc', '<img src="http://www.bmcforums.com/images/usertitles/Silver.png"><br>\r\n• Personalized gallery with 10mb storage<br>\r\n• Forum title "Silver Member"<br>\r\n• Removal of Google Ads in forums', 'vbulletin', 'subscription', 'Lisa', 1260139449, '3.8.4'),
(190570, -1, 'usergroup_add_edit_canmanageothersusernotes_title', 'Can Manage User Notes About Others', 'vbulletin', 'cphelptext', '', 0, ''),
(190571, -1, 'usergroup_add_edit_canpostothersusernotes_text', 'This permission allows members of this group to post user notes about other members.<br /><br />\r\n\r\nUser notes can be posted on the screen that lists a user''s notes.  First click the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend, then click the <i>Post New User Note</i> link.', 'vbulletin', 'cphelptext', '', 0, ''),
(190572, -1, 'usergroup_add_edit_canpostothersusernotes_title', 'Can Post User Notes About Others', 'vbulletin', 'cphelptext', '', 0, ''),
(190541, -1, 'usergroup_add_edit_canviewcalendar_text', 'This permission allows members of this group to view the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to view a specific calendar in order to view that calendar.  You can check your calendar permissions <a href="calendarpermission.php?do=modify" target="_blank">here</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190542, -1, 'usergroup_add_edit_canviewcalendar_title', 'Can View Calendar', 'vbulletin', 'cphelptext', '', 0, ''),
(91683, -1, 'settinggroup_vbsponsorsgroup', 'vB.Sponsors Settings', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91682, -1, 'setting_sponsor_global_enable_sponsorship_title', 'Enable Sponsorships', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91680, -1, 'setting_sponsor_global_enable_adsense_title', 'Enable Google Adsense', 'vbsponsors', 'vbsettings', 'Deviation', 1181403771, '2.0.5'),
(91681, -1, 'setting_sponsor_global_enable_sponsorship_desc', 'Globally enable/disable sponsorships', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91679, -1, 'setting_sponsor_global_enable_adsense_desc', 'Globally enable/disable the use of Google Adsense', 'vbsponsors', 'vbsettings', 'Deviation', 1181403771, '2.0.5'),
(91678, -1, 'setting_sponsor_global_enable_big_banners_title', 'Enable Big Banners', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91677, -1, 'setting_sponsor_global_enable_big_banners_desc', 'Globally enable/disable the use of large banners', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91676, -1, 'setting_sponsor_global_enable_banners_title', 'Enable Banners', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91672, -1, 'sponsor_version', '2.0.5', 'vbsponsors', 'global', 'Deviation', 1159339332, '2.0.0'),
(91673, -1, 'setting_sponsor_global_default_text_desc', 'Sponsorship text<dfn>&quot;Forum Sponsored By:&quot;</dfn>', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91674, -1, 'setting_sponsor_global_default_text_title', 'Sponsor Text', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91675, -1, 'setting_sponsor_global_enable_banners_desc', 'Globally enable/disable the use of banners', 'vbsponsors', 'vbsettings', 'Deviation', 1159339332, '2.0.0'),
(91670, -1, 'sponsor_link', 'vB.Sponsors/link.php', 'vbsponsors', 'global', 'Deviation', 1159339332, '2.0.0'),
(91671, -1, 'sponsor_powered_by', '<br /><span style="font-size: 9px;"><a href="http://www.digitaldeviation.com" title="vB.Sponsors">vB.Sponsors</a></span>', 'vbsponsors', 'global', 'Deviation', 1159339332, '2.0.0'),
(91669, -1, 'sponsor_adsense', 'Google Adsense Code <dfn><strong><script type="text/javascript"><!--\r\ngoogle_ad_client = "pub-0851814186705981";\r\ngoogle_ad_output = "textlink";\r\ngoogle_ad_format = "ref_text";\r\ngoogle_cpa_choice = "CAAQnfzw4AIaCJwZC9ix5DwoKN2uuIEBMAA";\r\ngoogle_ad_channel = "3505039413";\r\n//-->\r\n</script>\r\n<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\r\n</script></strong><br/>(If you enable Adsense, you can not use a sponsors URL or banner.)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1181402841, '2.0.5'),
(91668, -1, 'sponsor_url', 'Sponsor URL<dfn>(Example: http://www.example.com)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(91667, -1, 'sponsor_title', 'vB.Sponsors', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(91666, -1, 'sponsor_name', 'Sponsor Name<dfn>(Example: Joe''s Bar and Grill)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(91665, -1, 'sponsor_enabled', 'Enable Sponsor<dfn>(Enable/disable sponsorship [including Gogole Adsense] for this forum.)', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.5'),
(91664, -1, 'sponsor_banner_enabled', 'Use Sponsor Banner <dfn>(If disabled, it will use a text link instead.)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(91663, -1, 'sponsor_banner_big', 'Sponsor Large Banner <dfn>This is used at the top of the sponsored forum.<br/>(Example: http://www.example.com/images/banner_big.gif)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(91662, -1, 'sponsor_banner', 'Sponsor Banner <dfn>(Example: http://www.example.com/images/banner.gif)</dfn>', 'vbsponsors', 'forum', 'Deviation', 1159339332, '2.0.0'),
(190569, -1, 'usergroup_add_edit_canmanageothersusernotes_text', 'This permission allows members of this group to manage (edit / delete) user notes for other users.  You should only grant this permission to users you trust.<br /><br />\r\n\r\nUser notes can be managed on the screen that lists a user''s notes - click the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend.', 'vbulletin', 'cphelptext', '', 0, ''),
(190568, -1, 'usergroup_add_edit_canviewothersusernotes_title', 'Can View User Notes About Others', 'vbulletin', 'cphelptext', '', 0, ''),
(190567, -1, 'usergroup_add_edit_canviewothersusernotes_text', 'This permission determines if members of this group can view user notes posted for other users.<br /><br />\r\n\r\nUser notes for a user can be viewed by clicking the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend.', 'vbulletin', 'cphelptext', '', 0, ''),
(190566, -1, 'usergroup_add_edit_canpostownusernotes_title', 'Can Post User Notes About Self', 'vbulletin', 'cphelptext', '', 0, ''),
(190565, -1, 'usergroup_add_edit_canpostownusernotes_text', 'A new user note can be posted by first clicking the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend and then clicking the <i>Post New User Note</i> link.', 'vbulletin', 'cphelptext', '', 0, ''),
(190564, -1, 'usergroup_add_edit_canmanageownusernotes_title', 'Can Manage User Notes About Self', 'vbulletin', 'cphelptext', '', 0, ''),
(190562, -1, 'usergroup_add_edit_canviewownusernotes_title', 'Can View User Notes About Self', 'vbulletin', 'cphelptext', '', 0, ''),
(190563, -1, 'usergroup_add_edit_canmanageownusernotes_text', 'To be able to <i>manage</i> user notes means to be able to edit and delete notes.<br /><br />\r\n\r\nUser notes can be managed through the <i>[View]</i> page for notes.  That page is opened by clicking the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend.', 'vbulletin', 'cphelptext', 'Mez', 1205942890, '3.7.0 Release Candidate 1'),
(190561, -1, 'usergroup_add_edit_canviewownusernotes_text', 'User notes can be viewed by clicking the <i>User Notes: [View]</i> link when viewing a user''s profile page on the frontend.<br /><br />\r\n\r\nIf a user does not have this permission then they will not see a <i>[View]</i> link in their own profile.', 'vbulletin', 'cphelptext', '', 0, ''),
(190560, -1, 'usergroup_add_edit_canwhosonlinelocation_title', 'Can view actual location of user (filepath/url)', 'vbulletin', 'cphelptext', '', 0, ''),
(190558, -1, 'usergroup_add_edit_canwhosonlinebad_title', 'Can View Detailed Location Info of Users Who Visit Bad / No Permission Locations', 'vbulletin', 'cphelptext', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190559, -1, 'usergroup_add_edit_canwhosonlinelocation_text', 'If this permission is enabled then members of this group will see a question mark icon next to locations on the <a href="../online.php" target="_blank">online.php</a> page.  They can "mouse over" the image to see the file path of the page each user is visiting.<br /><br />\r\n\r\nWho''s online must be enabled in your <a href="options.php?dogroup=online&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  The "Can View Who''s Online" permission above must also be enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190556, -1, 'usergroup_add_edit_canwhosonlineip_title', 'Can View IP Addresses', 'vbulletin', 'cphelptext', '', 0, ''),
(190557, -1, 'usergroup_add_edit_canwhosonlinebad_text', 'With this permission disabled, when a subject visits an unknown location or a location they don''t have permission to, the user will see the subject as viewing the Forum Home page.', 'vbulletin', 'cphelptext', '', 0, ''),
(190554, -1, 'usergroup_add_edit_canwhosonlinefull_title', 'Can View Detailed Location Info for Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190555, -1, 'usergroup_add_edit_canwhosonlineip_text', 'This permission will allow members of this group to view the IP addresses of currently logged in users on the <a href="../online.php" target="_blank">online.php</a> page.<br /><br />\r\n\r\nWho''s online must be enabled in your <a href="options.php?dogroup=online&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  The "Can View Who''s Online" permission above must also be enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190552, -1, 'usergroup_add_edit_canwhosonline_title', 'Can View Who''s Online', 'vbulletin', 'cphelptext', '', 0, ''),
(190553, -1, 'usergroup_add_edit_canwhosonlinefull_text', 'Allows the user to see detailed information for some forum actions. For example, if the subject is sending a Private Message, the user will be able to see who it is being sent to.  If the subject is viewing the profile of a user, the user will be able to see who it is.', 'vbulletin', 'cphelptext', '', 0, ''),
(190538, -1, 'usergroup_add_edit_candenypmreceipts_title', 'Can Deny Private Message Read Receipt Request', 'vbulletin', 'cphelptext', '', 0, ''),
(190539, -1, 'usergroup_add_edit_pmsendmax_text', 'This permission determines this group''s "mass PMing" ability.  Members of this group will be able to send PMs to this many people at a time.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href="options.php?dogroup=pm&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  The "Maximum Stored Messages" permission above must also be set to a positive number for members of this group to use the PM feature.', 'vbulletin', 'cphelptext', '', 0, ''),
(81308, 0, 'membership', 'Membership FAQ', 'vbulletin', 'faqtitle', 'Lisa', 1210772009, '3.6.8'),
(81309, 0, 'membership', '', 'vbulletin', 'faqtext', 'Lisa', 1210772009, '3.6.8'),
(81310, 0, 'preferred', 'How do I become a Preferred (Silver, Gold, Platinum) Member?', 'vbulletin', 'faqtitle', 'Lisa', 1210772071, '3.6.8'),
(81311, 0, 'preferred', 'All of the BMC Preferred membership levels are explained in detail here: <a href="http://www.bmcforums.com/showthread.php?t=30790">http://www.bmcforums.com/showthread.php?t=30790</a>.  Also on that page are links to upgrade your membership.<br>\r\n<br>\r\nIf you need additional information about this question, please contact Chris.<br>\r\nscreen name: Chris<br>\r\nemail: chris@blackmustangclub.com', 'vbulletin', 'faqtext', 'Lisa', 1210772071, '3.6.8'),
(190540, -1, 'usergroup_add_edit_pmsendmax_title', 'Maximum Recipients to Send PMs at a time', 'vbulletin', 'cphelptext', '', 0, ''),
(81302, 0, 'field98_title', 'tvBMC.com Page', 'vbulletin', 'cprofilefield', 'Lisa', 1208180983, '3.6.8'),
(81303, 0, 'field98_desc', 'Enter your personal page from tvBMC.com and if you don''t have one, register for free at www.tvBMC.com and upload videos for free!', 'vbulletin', 'cprofilefield', 'Lisa', 1208180983, '3.6.8'),
(81299, 0, 'field96_desc', 'If you have a Facebook page, enter your page URL here.', 'vbulletin', 'cprofilefield', 'Lisa', 1205855872, '3.6.8'),
(81298, 0, 'field96_title', 'Facebook Page', 'vbulletin', 'cprofilefield', 'Lisa', 1205855872, '3.6.8'),
(70309, 1, 'powered_by_vbulletin', 'Powered by BMC Performance and vBulletin&reg; Version {1}<br />Copyright &copy;2000 - {2}, Jelsoft Enterprises Ltd.', 'vbulletin', 'global', 'Lisa', 1171393850, '3.6.3'),
(70134, 0, 'field93_desc', '', 'vbulletin', 'cprofilefield', 'Lisa', 1165243852, '3.6.3'),
(70133, 0, 'field93_title', 'Membership Expiration', 'vbulletin', 'cprofilefield', 'Lisa', 1165243852, '3.6.3'),
(81297, 0, 'field92_desc', 'If you have a MySpace page, enter your page URL here.', 'vbulletin', 'cprofilefield', 'Lisa', 1205855854, '3.6.8'),
(81296, 0, 'field92_title', 'MySpace Page', 'vbulletin', 'cprofilefield', 'Lisa', 1205855854, '3.6.8'),
(79457, -1, 'setting_whoreadipgrps_desc', 'Restrict the display of ip addresses to this comma seperated list of usergroups.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79456, -1, 'setting_whoreadcleanup_title', 'Who Read - Table Clean-up', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79455, -1, 'setting_whoreadcleanup_desc', 'Who read records older than this number of days will be purged from the database, this is an optional housekeeping function - set to 0 to disable.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79454, -1, 'setting_whoreadauthor_title', 'Allow Thread Author', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79453, -1, 'setting_whoreadauthor_desc', 'If set to yes then this allows the thread creator to see the who has read display whatever usergroup they are in.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79452, -1, 'setting_whohasreadlimit_title', 'Who has read days limit', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79451, -1, 'setting_whohasreadlimit_desc', 'Limit number of days displayed in the who has read a thread feature. Set to zero for no limit.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79450, -1, 'setting_whohasreadgrps_title', 'Who has Read a Thread Usergroups', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79448, -1, 'setting_whohasread_title', 'Display who has Read a Thread', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79449, -1, 'setting_whohasreadgrps_desc', 'Restrict the display to this comma seperated list of usergroups.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79447, -1, 'setting_whohasread_desc', 'Turn on the "Display who has read a thread" system.', 'paulm_20050716', 'vbsettings', 'Paul M', 1159000000, '3.27'),
(79446, -1, 'setting_text_wrt_title', 'Auto-Template Search Text : Who Read This Thread', 'paulm_20050716', 'vbsettings', 'Paul M', 1161000000, '3.30'),
(79445, -1, 'setting_text_wrt_desc', 'Edit the text that the Auto Template Change searches for. Do <b>not</b> alter this unless you understand what you are doing, otherwise the modification will stop working.', 'paulm_20050716', 'vbsettings', 'Paul M', 1161000000, '3.30'),
(79444, -1, 'setting_enable_wrt_title', 'Auto-Template Changes : Who Read This Thread', 'paulm_20050716', 'vbsettings', 'Paul M', 1161000000, '3.30'),
(79443, -1, 'setting_enable_wrt_desc', 'Set to ''Yes'' to enable the Automatic Template Changes for this modification. If you disable this, the modification will not work unless you manually edit the relevant templates.', 'paulm_20050716', 'vbsettings', 'Paul M', 1161000000, '3.30'),
(79442, -1, 'view_all_title', 'View all thread readers', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.25'),
(79440, -1, 'thread_readtime', 'Last Read:', 'paulm_20050716', 'showthread', 'Paul M', 1152000000, '3.23'),
(79441, -1, 'view_all', 'View-All', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.25'),
(79439, -1, 'resetwr_title', 'Set/Reset View Date to Now', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.26'),
(79438, -1, 'resetwr', 'Set', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.26'),
(79437, -1, 'read_this_thread_since', 'Members who have read this thread since {1}', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.23'),
(79436, -1, 'read_this_thread_days', 'Members who have read this thread in the last {1} days : {2}', 'paulm_20050716', 'showthread', 'Paul M', 1152000000, '3.23'),
(79435, -1, 'read_this_thread', 'Members who have read this thread : {1}', 'paulm_20050716', 'showthread', 'Paul M', 1152000000, '3.23'),
(79434, -1, 'no_names', 'There are no names to display.', 'paulm_20050716', 'showthread', 'Paul M', 1152000000, '3.23'),
(79433, -1, 'clearwr_title', 'Clear Custom View Date', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.26'),
(79432, -1, 'clearwr', 'Clear', 'paulm_20050716', 'showthread', 'Paul M', 1159000000, '3.26'),
(79431, -1, 'who_viewed_threads', 'List of Threads Viewed by : {1}', 'paulm_20050716', 'global', 'Paul M', 1188696220, ''),
(79430, -1, 'who_viewed', 'Who Viewed This Thread', 'paulm_20050716', 'global', 'Paul M', 1159000000, '3.25'),
(79429, -1, 'thread_lastpost', 'Last Post', 'paulm_20050716', 'global', 'Paul M', 1165000000, '3.35'),
(79428, -1, 'member', 'Member', 'paulm_20050716', 'global', 'Paul M', 1159000000, '3.25'),
(79427, -1, 'last_viewed', 'Last Viewed', 'paulm_20050716', 'global', 'Paul M', 1159000000, '3.25'),
(69497, 1, 'welcomepm', 'Thank you for joining the Black Mustang Club!  We are glad to have you as part of our community and look forward to getting to know you. \r\n\r\nYour member number will be assigned to your profile and will show up when you post. \r\n\r\nYour membership in the BMC is free, but we do offer Preferred Memberships for those who want to donate to the club and help keep it running.  Preferred Membership info and benefits you receive can be found here: http://www.bmcforums.com/showthread.php?t=16889\r\nThank you for supporting the BMC!\r\n\r\nIf you have any questions, please don''t hesitate to post or contact me.  Be sure to check out the BMC Gear site at BMC Performance: http://www.bmcperformance.com/store/index.php?main_page=index&cPath=32\r\n\r\nThanks and welcome!\r\nLisa | BMC Founder', 'vbulletin', 'emailbody', 'Lisa', 1163696679, '3.6.3'),
(69496, 1, 'welcomepm', 'Welcome to the Black Mustang Club Forums!', 'vbulletin', 'emailsubject', 'Lisa', 1163696336, '3.6.3'),
(48408, -1, 'll_wait', 'Please wait {1} seconds. Timeout period between accesses: {2} seconds', 'eirma_ldm', 'local_links', '', 0, ''),
(48409, -1, 'll_yes', 'Yes', 'eirma_ldm', 'local_links', '', 0, ''),
(48410, -1, 'll_zerohits_favs', '<span class="smallfont">You have not selected any favourites. \r\n			Use the [+F] links next to the items you like to add them to this list.</span>', 'eirma_ldm', 'local_links', '', 0, ''),
(48411, -1, 'll_zerohits_sort', '<span class="smallfont">No entries match the criteria you entered</span>', 'eirma_ldm', 'local_links', '', 0, ''),
(81166, -1, 'setting_tplink_desc', 'This will try and create a link on your forum to the Top Posters page, this may fail if you have a customised navbar. If this is disabled, or does not work, then you will need to manually add a link to <i>misc.php?do=topposters</i>', 'paulm_20051029', 'vbsettings', 'Paul M', 1165000000, '3.26'),
(81165, -1, 'setting_tpc3_title', 'Column 3 - Number of days', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81164, -1, 'setting_tpc3_desc', 'Set the number days to be counted for Display Column 3', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(48407, -1, 'll_visibility', 'Visibility', 'eirma_ldm', 'local_links', '', 0, ''),
(48405, -1, 'll_viewhits', 'View hits', 'eirma_ldm', 'local_links', '', 0, ''),
(48406, -1, 'll_visible', '{1} categories and {2} available entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48404, -1, 'll_viewallratings', 'view {1} ratings', 'eirma_ldm', 'local_links', '', 0, ''),
(48403, -1, 'll_view', 'view', 'eirma_ldm', 'local_links', '', 0, ''),
(48401, -1, 'll_users', 'Users', 'eirma_ldm', 'local_links', '', 0, ''),
(48402, -1, 'll_validate', 'Validate', 'eirma_ldm', 'local_links', '', 0, ''),
(48400, -1, 'll_username', 'Username', 'eirma_ldm', 'local_links', '', 0, ''),
(48399, -1, 'll_usedefaultsetting', 'Use Default', 'eirma_ldm', 'local_links', '', 0, ''),
(48396, -1, 'll_urlimg', 'Image', 'eirma_ldm', 'local_links', '', 0, ''),
(48397, -1, 'll_urlimginfo', 'URL for thumbnail (optional, auto-created where possible from url/file)', 'eirma_ldm', 'local_links', '', 0, ''),
(48398, -1, 'll_urlinfo', '<em>http://www.site.com</em> for remote sites<br /><em>http://www.site.com/directory/file.typ</em> for remote downloads<br /><em>/directory/file.typ</em> for local downloads', 'eirma_ldm', 'local_links', '', 0, ''),
(48393, -1, 'll_uploadnospace', 'Uploads disabled: Permitted disk space full', 'eirma_ldm', 'local_links', '', 0, ''),
(48394, -1, 'll_uploadtypes', 'Filetypes allowed as uploads:', 'eirma_ldm', 'local_links', '', 0, ''),
(48395, -1, 'll_url', 'URL', 'eirma_ldm', 'local_links', '', 0, ''),
(48392, -1, 'll_uploadmaxsize', 'Maximum filesize (depends on filetype):', 'eirma_ldm', 'local_links', '', 0, ''),
(48391, -1, 'll_uploadinfo', 'If used, leave URL field blank', 'eirma_ldm', 'local_links', '', 0, ''),
(48390, -1, 'll_uploaded', '[Uploaded file]', 'eirma_ldm', 'local_links', '', 0, ''),
(48388, -1, 'll_upload', 'File upload', 'eirma_ldm', 'local_links', '', 0, ''),
(48389, -1, 'll_uploads', 'File uploads', 'eirma_ldm', 'local_links', '', 0, ''),
(48387, -1, 'll_update', 'Update', 'eirma_ldm', 'local_links', '', 0, ''),
(48386, -1, 'll_unknown_status', 'Status unknown', 'eirma_ldm', 'local_links', '', 0, ''),
(48385, -1, 'll_unhide', 'Unhide', 'eirma_ldm', 'local_links', '', 0, ''),
(48383, -1, 'll_unchanged', 'Unchanged', 'eirma_ldm', 'local_links', '', 0, ''),
(48384, -1, 'll_unhidden', 'Unhidden', 'eirma_ldm', 'local_links', '', 0, ''),
(48381, -1, 'll_title', 'Title', 'eirma_ldm', 'local_links', '', 0, ''),
(48382, -1, 'll_tomoderate', 'to moderate', 'eirma_ldm', 'local_links', '', 0, ''),
(48379, -1, 'll_submitby', 'Submitted by', 'eirma_ldm', 'local_links', '', 0, ''),
(48380, -1, 'll_thisweek', 'this week', 'eirma_ldm', 'local_links', '', 0, ''),
(48378, -1, 'll_submit_time', 'When submitted', 'eirma_ldm', 'local_links', '', 0, ''),
(48377, -1, 'll_submit_resettime', 'reset to current date/time', 'eirma_ldm', 'local_links', '', 0, ''),
(48376, -1, 'll_submit_moderation', 'Submitted for moderation', 'eirma_ldm', 'local_links', '', 0, ''),
(48375, -1, 'll_submit', 'Submit', 'eirma_ldm', 'local_links', '', 0, ''),
(48372, -1, 'll_status', 'Status', 'eirma_ldm', 'local_links', '', 0, ''),
(48373, -1, 'll_stylelabel', 'Style', 'eirma_ldm', 'local_links', '', 0, ''),
(48374, -1, 'll_subcat', 'Sub-categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48371, -1, 'll_statistics', 'Statistics', 'eirma_ldm', 'local_links', '', 0, ''),
(48369, -1, 'll_sortby_date_asc', 'Date created (ascending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48370, -1, 'll_sortby_date_desc', 'Date created (descending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48368, -1, 'll_sortby_hits_1', 'Hits (24 hours)', 'eirma_ldm', 'local_links', '', 0, ''),
(48367, -1, 'll_sortby_hits_7', 'Hits (7 days)', 'eirma_ldm', 'local_links', '', 0, ''),
(48356, -1, 'll_settings', 'Settings', 'eirma_ldm', 'local_links', '', 0, ''),
(48357, -1, 'll_settingsupdated', 'Settings updated', 'eirma_ldm', 'local_links', '', 0, ''),
(48358, -1, 'll_sincelastvisit', 'since last visit', 'eirma_ldm', 'local_links', '', 0, ''),
(48359, -1, 'll_sortby', 'Sort by', 'eirma_ldm', 'local_links', '', 0, ''),
(48360, -1, 'll_sortby_title_asc', 'Title (ascending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48361, -1, 'll_sortby_title_desc', 'Title (descending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48362, -1, 'll_sortby_rank_asc', 'Rating (ascending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48363, -1, 'll_sortby_rank_desc', 'Rating (descending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48364, -1, 'll_sortby_hits_asc', 'Hits (ascending)', 'eirma_ldm', 'local_links', '', 0, ''),
(48365, -1, 'll_sortby_hits_desc', 'Hits (overall)', 'eirma_ldm', 'local_links', '', 0, ''),
(48366, -1, 'll_sortby_hits_30', 'Hits (30 days)', 'eirma_ldm', 'local_links', '', 0, ''),
(48353, -1, 'll_seealso', 'See also', 'eirma_ldm', 'local_links', '', 0, ''),
(48354, -1, 'll_seethis', 'I think you might like this...', 'eirma_ldm', 'local_links', '', 0, ''),
(48355, -1, 'll_sendtofriend', 'Send to Friend', 'eirma_ldm', 'local_links', '', 0, ''),
(48352, -1, 'll_searchresults', 'Search Results', 'eirma_ldm', 'local_links', '', 0, ''),
(48350, -1, 'll_searchchildcats', 'Also search child categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48351, -1, 'll_searchliteral', 'Find this string (otherwise: search by keyword)', 'eirma_ldm', 'local_links', '', 0, ''),
(48349, -1, 'll_searchcats', 'Search categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48348, -1, 'll_search', 'Search', 'eirma_ldm', 'local_links', '', 0, ''),
(48347, -1, 'll_scansite', 'Scan site for new files', 'eirma_ldm', 'local_links', '', 0, ''),
(48346, -1, 'll_scan_select', 'Select', 'eirma_ldm', 'local_links', '', 0, ''),
(48344, -1, 'll_scan_old', 'already read', 'eirma_ldm', 'local_links', '', 0, ''),
(48345, -1, 'll_scan_omit', 'Omit', 'eirma_ldm', 'local_links', '', 0, ''),
(48342, -1, 'll_scan_ignore', 'Ignore', 'eirma_ldm', 'local_links', '', 0, ''),
(48343, -1, 'll_scan_new', 'new files found', 'eirma_ldm', 'local_links', '', 0, ''),
(48340, -1, 'll_scan_dir', 'Directories to scan [monitor_dir]', 'eirma_ldm', 'local_links', '', 0, ''),
(48341, -1, 'll_scan_ign', 'skipped from ignore.txt', 'eirma_ldm', 'local_links', '', 0, ''),
(48338, -1, 'll_scan_avail', 'Available Files', 'eirma_ldm', 'local_links', '', 0, ''),
(48339, -1, 'll_scan_cat', 'Holding Category [monitor_catid]', 'eirma_ldm', 'local_links', '', 0, ''),
(48335, -1, 'll_return', 'Return', 'eirma_ldm', 'local_links', '', 0, ''),
(48336, -1, 'll_reviewfreq', 'Review frequency', 'eirma_ldm', 'local_links', '', 0, ''),
(48337, -1, 'll_reviewfreq_text', 'Remoderate link every N days<br />0: no follow-up required', 'eirma_ldm', 'local_links', '', 0, ''),
(48334, -1, 'll_reset', 'Reset', 'eirma_ldm', 'local_links', '', 0, ''),
(48332, -1, 'll_report_bad_link', 'Report bad link', 'eirma_ldm', 'local_links', '', 0, ''),
(48333, -1, 'll_reqemail', 'Since you are not logged in, you must give a valid email address', 'eirma_ldm', 'local_links', '', 0, ''),
(48331, -1, 'll_registertoview', 'Register to view', 'eirma_ldm', 'local_links', '', 0, ''),
(48330, -1, 'll_redirect', 'Redirecting', 'eirma_ldm', 'local_links', '', 0, ''),
(48329, -1, 'll_recent', 'During the last {1} days:<br />&middot; {2} new entries [<span class="smallfont"><a href="{4}.php?catid=-8">what''s new</a></span>]<br />&middot; {3} hits [<span class="smallfont"><a href="{4}.php?catid=-7">what''s hot</a></span>]', 'eirma_ldm', 'local_links', '', 0, ''),
(48328, -1, 'll_rating_recorded', 'Rating recorded', 'eirma_ldm', 'local_links', '', 0, ''),
(48327, -1, 'll_rating_cleared', 'Ratings cleared', 'eirma_ldm', 'local_links', '', 0, ''),
(48324, -1, 'll_rating', 'Rating', 'eirma_ldm', 'local_links', '', 0, ''),
(48325, -1, 'll_rating_and_comments', 'Comments and Ratings', 'eirma_ldm', 'local_links', '', 0, ''),
(48326, -1, 'll_rating_clear', 'Clear ratings', 'eirma_ldm', 'local_links', '', 0, ''),
(48319, -1, 'll_playme', 'Play Me', 'eirma_ldm', 'local_links', '', 0, ''),
(48320, -1, 'll_pleasewait', 'Processing - Please wait', 'eirma_ldm', 'local_links', '', 0, ''),
(48321, -1, 'll_quit', 'quit', 'eirma_ldm', 'local_links', '', 0, ''),
(48322, -1, 'll_rate', 'Rate/Comment', 'eirma_ldm', 'local_links', '', 0, ''),
(48323, -1, 'll_rate_and_comment', 'view {1} ratings/comments', 'eirma_ldm', 'local_links', '', 0, ''),
(48317, -1, 'll_perms_upload_maxspace', 'Total filespace available (bytes/bytesK/bytesM) for uploads; 0: no limit', 'eirma_ldm', 'local_links', '', 0, ''),
(48318, -1, 'll_perms_version_installed', 'Do not change!!!', 'eirma_ldm', 'local_links', '', 0, ''),
(48316, -1, 'll_perms_upload_filetypes', 'Filetypes that can uploaded (if blank, all types in VB attachments table are allowed; if set, limits attachments table.', 'eirma_ldm', 'local_links', '', 0, ''),
(48315, -1, 'll_perms_upload_enabled', '0: Uploads disabled; 1: uploads enabled for authorised usergroups', 'eirma_ldm', 'local_links', '', 0, ''),
(48314, -1, 'll_perms_upload_dir', 'Directory in which uploads are stored, see setting of local_file_root. Ensure writable by webserver.', 'eirma_ldm', 'local_links', '', 0, ''),
(48313, -1, 'll_perms_timeout_hit_recording', 'Timeout period (seconds) during which another hit on a given entry by the same userid is not registered as a download.', 'eirma_ldm', 'local_links', '', 0, ''),
(48311, -1, 'll_perms_this_version', 'Do not change!!!', 'eirma_ldm', 'local_links', '', 0, ''),
(48312, -1, 'll_perms_timeout_hit_allow', 'Timeout period (seconds) during which a user cannot request another download.', 'eirma_ldm', 'local_links', '', 0, ''),
(48310, -1, 'll_perms_template_linkbit', 'Links display. links_linkbit: fieldset style; links_linkbit_short: abbreviated two-stage style; links_linkbit_table: row style', 'eirma_ldm', 'local_links', '', 0, ''),
(48309, -1, 'll_perms_template_category_selection', 'Category selection (links_addnewlink_catselect: drop-down menu; links_addnewlink_catinput: checkboxes)', 'eirma_ldm', 'local_links', '', 0, ''),
(48308, -1, 'll_perms_show_hit_parade', '0: Do not display; 1: Display ''hit parade'' statistics in base category header; 2: Display in all category headers.', 'eirma_ldm', 'local_links', '', 0, ''),
(48307, -1, 'll_perms_seo_friendly', '0: Use php-based urls; 1: Use search engine friendly urls for links and categories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48306, -1, 'll_perms_robots_meta_tag', 'Tells robots what to do: (no)index, (no)follow links/files.', 'eirma_ldm', 'local_links', '', 0, ''),
(48305, -1, 'll_perms_protected_link', 'Link handling when can_access_link switched off; 0: no hyperlink shown; 1: normal link, generates no permission error; 2: link jumps to registration dialogue.', 'eirma_ldm', 'local_links', '', 0, ''),
(48303, -1, 'll_perms_musicbox_filetypes', 'Filetypes that can be played through Windows MediaPlayer.', 'eirma_ldm', 'local_links', '', 0, ''),
(48304, -1, 'll_perms_musicbox_filetypes_realplayer', 'Filetypes that can be played through RealPlayer.', 'eirma_ldm', 'local_links', '', 0, ''),
(48302, -1, 'll_perms_monitor_template', 'Template used to create description of files obtained from directory scans.', 'eirma_ldm', 'local_links', '', 0, ''),
(48301, -1, 'll_perms_monitor_dir', 'Comma-separated list of directories to scan for new links (check setting of local_file_root).', 'eirma_ldm', 'local_links', '', 0, ''),
(48297, -1, 'll_perms_match_using_like', '0: Searches use SQL MATCH AGAINST; 1: Searches use SQL LIKE.', 'eirma_ldm', 'local_links', '', 0, ''),
(48298, -1, 'll_perms_moderate_links', '0: No moderation; 1: New submissions require moderation.', 'eirma_ldm', 'local_links', '', 0, ''),
(48299, -1, 'll_perms_mod_rewrite', 'File containing mod_rewrite definitions.', 'eirma_ldm', 'local_links', '', 0, ''),
(48300, -1, 'll_perms_monitor_catid', 'Category id in which to place entries found during directory scans.', 'eirma_ldm', 'local_links', '', 0, ''),
(48296, -1, 'll_perms_local_file_root_prefix', 'Directory tree prefixed to local filenames', 'eirma_ldm', 'local_links', '', 0, ''),
(48294, -1, 'll_perms_links_seen_on_portal', 'Number of links to show on portal, and with Show What''s Hot! and Anything!', 'eirma_ldm', 'local_links', '', 0, ''),
(48295, -1, 'll_perms_local_file_root', 'Where to find local files (links/downloads and using monitor_dir setting)<br />0: relative to site url, i.e. /dir/file means http://this_site/dir/file.<br />1: relative to host filesystem; symbolic links and redirections ./ and ../ allowed. <br />NB: local_file_root=1 creates security problems if file system not protected.', 'eirma_ldm', 'local_links', '', 0, ''),
(48293, -1, 'll_perms_links_per_page', 'Links shown per page, over-rides user setting.', 'eirma_ldm', 'local_links', '', 0, ''),
(48292, -1, 'll_perms_link_imagesize', '0: No thumbnail. >0: Size in pixels of thumbnail image shown within linkbit. (Images only displayed when links_linkbit template is used and are resized to this size along the larger dimension)', 'eirma_ldm', 'local_links', '', 0, ''),
(48291, -1, 'll_perms_force_redirect', '0: known mimetypes - file locations hidden, headers controlled, otherwise - browser redirect; <br />1: browser redirect regardless of filetype (quicker/less bandwidth but file location visible and no header control); <br />2: standard html hyperlink (file location visible, no checking, no hit counting).', 'eirma_ldm', 'local_links', '', 0, ''),
(48289, -1, 'll_perms_default_sort_order', 'Sort order of links in categories without own sort order.', 'eirma_ldm', 'local_links', '', 0, ''),
(48290, -1, 'll_perms_file_icons_dir', 'Optional, directory containing gif icons (e.g. pdf.gif) for linklistbit. NB: This setting is interpreted relative to your <strong>forums</strong> directory.', 'eirma_ldm', 'local_links', '', 0, ''),
(48288, -1, 'll_perms_default_link_dseq', 'Default display group sequence number for new links.', 'eirma_ldm', 'local_links', '', 0, ''),
(48287, -1, 'll_perms_default_forumid', 'None: turn off the forum permissions system. <br />Forum: default category/link viewing permissions based on that forum. <br />(Usergroups with <strong>can_set_permissions</strong> can always assign a permissions forum to a link/category).', 'eirma_ldm', 'local_links', '', 0, ''),
(48286, -1, 'll_perms_default_cat_dseq', 'Default display group sequence number for new categories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48285, -1, 'll_perms_days_seen_on_portal', 'Number of days'' new links to show with What''s New. 0: Show entries created since last visit.', 'eirma_ldm', 'local_links', '', 0, ''),
(48284, -1, 'll_perms_database_name', 'Name of database to use in navbar and browser title. Defaults to Links and Downloads Manager', 'eirma_ldm', 'local_links', '', 0, ''),
(48283, -1, 'll_perms_count_depth', '0: Show total links/categories in subcategory; 1: Show totals in complete subtree.', 'eirma_ldm', 'local_links', '', 0, ''),
(48281, -1, 'll_perms_cat_sub_display', 'Depth of categories <strong>below</strong> cat_depth_display to show as links within the catbit.', 'eirma_ldm', 'local_links', '', 0, ''),
(48282, -1, 'll_perms_categories_seen_on_portal', 'Comma-separated list: Categories of hottest links to show on portal; blank=all categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48280, -1, 'll_perms_cat_depth_display', 'Depth of subcategories shown in category listing; 1: show categories at this level only.', 'eirma_ldm', 'local_links', '', 0, ''),
(48278, -1, 'll_perms_can_view_hits', 'Usergroups that can view numbers of "hits".', 'eirma_ldm', 'local_links', '', 0, ''),
(48279, -1, 'll_perms_can_view_names', 'Usergroups that can view who submitted entry.', 'eirma_ldm', 'local_links', '', 0, ''),
(48277, -1, 'll_perms_can_upload_files', 'Usergroups that can upload files for storage on the server.', 'eirma_ldm', 'local_links', '', 0, ''),
(48273, -1, 'll_perms_can_see_protected_links_on_portal', 'Usergroups that can see links regardless of whether they can then access them', 'eirma_ldm', 'local_links', '', 0, ''),
(48274, -1, 'll_perms_can_send_tofriend', 'Usergroups that can use the "Send to Friend" button', 'eirma_ldm', 'local_links', '', 0, ''),
(48275, -1, 'll_perms_can_set_display_order', 'Usergroups that can override the display order of links.', 'eirma_ldm', 'local_links', '', 0, ''),
(48276, -1, 'll_perms_can_set_permissions', 'Usergroups that can set these permissions, i.e. administer.', 'eirma_ldm', 'local_links', '', 0, ''),
(48272, -1, 'll_perms_can_report_link', 'Usergroups that can report bad/problem links to moderators/adminstrator.', 'eirma_ldm', 'local_links', '', 0, ''),
(48271, -1, 'll_perms_can_rate_link', 'Usergroups that can rate links.', 'eirma_ldm', 'local_links', '', 0, ''),
(48270, -1, 'll_perms_can_play_musicbox', 'Usergroups that can play audiovisual files using the embedded Media Player', 'eirma_ldm', 'local_links', '', 0, ''),
(48269, -1, 'll_perms_can_moderate_links', 'Usergroups that can moderate links and add new links without moderation.', 'eirma_ldm', 'local_links', '', 0, ''),
(48268, -1, 'll_perms_can_mark_link', 'Usergroups that can mark links as "My Favourites"', 'eirma_ldm', 'local_links', '', 0, ''),
(48267, -1, 'll_perms_can_edit_link', 'Usergroups that can edit existing links. (Users can always edit their own links.)', 'eirma_ldm', 'local_links', '', 0, ''),
(48266, -1, 'll_perms_can_edit_category', 'Usergroups that can edit existing categories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48264, -1, 'll_perms_can_delete_category', 'Usergroups that can delete categories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48265, -1, 'll_perms_can_delete_link', 'Usergroups that can delete links.', 'eirma_ldm', 'local_links', '', 0, ''),
(48262, -1, 'll_perms_can_add_link', 'Usergroups that can add new links.', 'eirma_ldm', 'local_links', '', 0, ''),
(48263, -1, 'll_perms_can_bypass_hit_recording', 'Downloads from the selected usergroups are not tracked (useful if bots are tracking your site)', 'eirma_ldm', 'local_links', '', 0, ''),
(48261, -1, 'll_perms_can_add_category', 'Usergroups that can add new categories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48260, -1, 'll_perms_can_access_link', 'Usergroups that can access links. If usergroup is *denied* access here, this over-rides *all* other permissions. Otherwise, forum-based permissions are used.', 'eirma_ldm', 'local_links', '', 0, ''),
(48259, -1, 'll_perms_allow_smilies', 'Smilies in links/category entries. 0: ignore, 1: allow', 'eirma_ldm', 'local_links', '', 0, ''),
(48256, -1, 'll_perms_allow_images', 'Images in links/category entries. 0: ignore, 1: allow', 'eirma_ldm', 'local_links', '', 0, ''),
(48257, -1, 'll_perms_allow_null_links', 'Links field can be left empty: 0: no, 1: yes', 'eirma_ldm', 'local_links', '', 0, ''),
(48258, -1, 'll_perms_allow_remote_downloads', 'Allow off-site downloads. 0: no, 1: yes', 'eirma_ldm', 'local_links', '', 0, ''),
(48255, -1, 'll_perms_allow_html', 'Html in links/category entries. 0: ignore, 1: allow', 'eirma_ldm', 'local_links', '', 0, ''),
(48254, -1, 'll_perms_allow_bbcode', 'BBcode in links/category entries. 0: ignore, 1: allow', 'eirma_ldm', 'local_links', '', 0, ''),
(48253, -1, 'll_permissions', 'Permissions', 'eirma_ldm', 'local_links', '', 0, ''),
(48252, -1, 'll_parcatslabel', 'Parent Categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48251, -1, 'll_parcatlabel', 'Parent Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48250, -1, 'll_opentogroups', 'Open to Usergroups', 'eirma_ldm', 'local_links', '', 0, ''),
(48249, -1, 'll_open', 'open', 'eirma_ldm', 'local_links', '', 0, ''),
(48248, -1, 'll_noremark', 'No Comment', 'eirma_ldm', 'local_links', '', 0, ''),
(48247, -1, 'll_none', 'None', 'eirma_ldm', 'local_links', '', 0, ''),
(48244, -1, 'll_newentry', 'new entry', 'eirma_ldm', 'local_links', '', 0, ''),
(48245, -1, 'll_next', 'next', 'eirma_ldm', 'local_links', '', 0, ''),
(48246, -1, 'll_no', 'No', 'eirma_ldm', 'local_links', '', 0, ''),
(48240, -1, 'll_myrating', 'My Comments and Rating', 'eirma_ldm', 'local_links', '', 0, ''),
(48241, -1, 'll_name', 'Name', 'eirma_ldm', 'local_links', '', 0, ''),
(48242, -1, 'll_new', '*New*', 'eirma_ldm', 'local_links', '', 0, ''),
(48243, -1, 'll_newentries', 'New Entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48239, -1, 'll_myfav_deleted', 'Link removed from My Favourites', 'eirma_ldm', 'local_links', '', 0, ''),
(48238, -1, 'll_myfav_del', 'Remove from My Favourites', 'eirma_ldm', 'local_links', '', 0, ''),
(48237, -1, 'll_myfav_added', 'Link added to My Favourites', 'eirma_ldm', 'local_links', '', 0, ''),
(48236, -1, 'll_myfav_add', 'Add to My Favourites', 'eirma_ldm', 'local_links', '', 0, ''),
(48235, -1, 'll_myfav', 'My Favourite', 'eirma_ldm', 'local_links', '', 0, ''),
(48234, -1, 'll_modify', 'Modify', 'eirma_ldm', 'local_links', '', 0, ''),
(48233, -1, 'll_moderate', 'moderate', 'eirma_ldm', 'local_links', '', 0, ''),
(48232, -1, 'll_message', 'Message', 'eirma_ldm', 'local_links', '', 0, ''),
(48231, -1, 'll_menu_up', 'Up a Level', 'eirma_ldm', 'local_links', '', 0, ''),
(48229, -1, 'll_menu_showrnd', 'Some Random Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48230, -1, 'll_menu_showupl', 'Uploaded Files', 'eirma_ldm', 'local_links', '', 0, ''),
(48226, -1, 'll_menu_showinv', 'Invalid Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48227, -1, 'll_menu_showmyl', 'My Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48228, -1, 'll_menu_shownew', 'What''s New', 'eirma_ldm', 'local_links', '', 0, ''),
(48225, -1, 'll_menu_showhot', 'What''s Hot', 'eirma_ldm', 'local_links', '', 0, ''),
(48224, -1, 'll_menu_showhid', 'Hidden Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48223, -1, 'll_menu_showfav', 'My Favourites', 'eirma_ldm', 'local_links', '', 0, ''),
(48222, -1, 'll_menu_showbrk', 'Broken Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48221, -1, 'll_menu_showavl', 'Available Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48220, -1, 'll_menu_show', 'Show', 'eirma_ldm', 'local_links', '', 0, ''),
(48219, -1, 'll_menu_search', 'Search', 'eirma_ldm', 'local_links', '', 0, ''),
(7066, 0, 'settinggroup_timeslips', 'Timeslip Database Settings', '', 'vbsettings', '', 0, ''),
(7067, 0, 'setting_allowtimeslipupload_title', 'Allow Timeslip Uploads', '', 'vbsettings', '', 0, ''),
(7068, 0, 'setting_allowtimeslipupload_desc', 'Allow users to upload timeslips?', '', 'vbsettings', '', 0, ''),
(7069, 0, 'setting_tdmaxwidth_title', 'Maximum Timeslip image width', '', 'vbsettings', '', 0, ''),
(7070, 0, 'setting_tdmaxwidth_desc', 'Enter the maximum width in pixels that a users uploaded timeslip may be.', '', 'vbsettings', '', 0, ''),
(7071, 0, 'setting_tdmaxheight_title', 'Maximum Timeslip image height', '', 'vbsettings', '', 0, ''),
(7072, 0, 'setting_tdmaxheight_desc', 'Enter the maximum height in pixels that a users uploaded timeslip may be.', '', 'vbsettings', '', 0, ''),
(7073, 0, 'setting_tdmaxsize_title', 'Maximum Timeslip image file size', '', 'vbsettings', '', 0, ''),
(7074, 0, 'setting_tdmaxsize_desc', 'Enter the maximum file size that a users uploaded timeslip may be.', '', 'vbsettings', '', 0, ''),
(7075, 0, 'setting_tdsliprequired_title', 'Require a timeslip', '', 'vbsettings', '', 0, ''),
(7076, 0, 'setting_tdsliprequired_desc', 'Entering an ET here will require your users to post a scan of the actual slip if their ET is equal or quicker. For example if you enter 11.999 then anyone who enters an ET thats 11.999 or quicker will be required to post their actual slip. If you dont want to require a slip for any ET just leave it blank.', '', 'vbsettings', '', 0, ''),
(7077, 0, 'timeslips_database', 'Timeslip Database', '', 'global', '', 0, ''),
(7078, 0, 'vehicle_profile', 'Vehicle Profile', '', 'global', '', 0, ''),
(7079, 0, 'viewing_timeslip_database', 'Viewing the <a href="timeslips.php">Timeslip Database</a>', '', 'global', '', 0, ''),
(7080, 0, 'edit_timeslip', 'Edit Vehicle Profile', '', 'global', '', 0, ''),
(7081, 0, 'can_edit_vehicle_profile', 'Can edit Vehicle Profile?', '', 'global', '', 0, ''),
(7082, 0, 'timeslips', 'Timeslips', '', 'global', '', 0, ''),
(7083, 0, 'latest_threads', 'Latest Threads', '', 'global', '', 0, ''),
(7084, 0, 'arcade_cp_game_active', 'Is Game Active? <dfn>Allows you to enable or disable the game</dfn>', '', 'global', '', 0, ''),
(7085, 0, 'arcade_cp_game_challenabled', 'Challenges Enabled? <dfn>Allows challenges to be created for this game</dfn>', '', 'global', '', 0, ''),
(7086, 0, 'arcade_cp_game_netplay', 'netPlay Enabled: <dfn>Live multiplayer gaming</dfn>', '', 'global', '', 0, ''),
(7087, 0, 'arcade_cp_game_playpanel', 'Show Play Panel? <dfn>Enables a small navigation panel during play</dfn>', '', 'global', '', 0, ''),
(7088, 0, 'arcade_cp_game_showaward', 'Show Award? <dfn>(Enable the award for the highest scorer, tournaments excluded)</dfn>', '', 'global', '', 0, ''),
(7089, 0, 'arcade_main_latestscorebit', '<b>{1}</b> scored <b>{2}</b> playing "<b>{3}</b>". <a href="arcade.php?do=play&gameid={4}">[Click here to play {3}!]', '', 'global', '', 0, ''),
(7090, 0, 'quickreg_prompt', 'You need to register in order to play in the Arcade. Click <a href="$vboptions[bburl]/register.php">here</a> to register.', '', 'error', '', 0, ''),
(7091, 0, 'arcade_cp_settingssaved', '<i>Arcade</i> Settings Saved Successfully', '', 'cpstopmsg', '', 0, ''),
(7095, 0, 'settinggroup_vbadv_index', 'vBadvanced Homepage Settings', '', 'vbsettings', '', 0, ''),
(7096, 0, 'setting_newsforum_title', 'News Forum ID', '', 'vbsettings', '', 0, ''),
(7097, 0, 'setting_newsforum_desc', 'The ID number of your news forum. To display threads from more than one forum, enter a list of forum ids seperated by commas.<br /><br />Example setting: 1,4,9', '', 'vbsettings', '', 0, ''),
(7098, 0, 'setting_newslimit_title', 'News Posts Maximum', '', 'vbsettings', '', 0, ''),
(7099, 0, 'setting_newslimit_desc', 'The maximum number of news posts to display on your homepage. Set to 0 to disable it.', '', 'vbsettings', '', 0, ''),
(7100, 0, 'setting_maxnewschars_title', 'News Maximum Characters', '', 'vbsettings', '', 0, ''),
(7101, 0, 'setting_maxnewschars_desc', 'The maximum number of characters to display per news post before it is replaced by the "read more" link. Set this to 0 to disable it.', '', 'vbsettings', '', 0, ''),
(7102, 0, 'setting_showcomments_title', 'Allow News Comments?', '', 'vbsettings', '', 0, ''),
(7103, 0, 'setting_showcomments_desc', 'Allow users to comment on news posts? Note: Your news forum may not have permissions set to make it a private forum if you wish to allow comments.', '', 'vbsettings', '', 0, ''),
(7104, 0, 'setting_shownewsavatar_title', 'Show News Avatar?', '', 'vbsettings', '', 0, ''),
(7105, 0, 'setting_shownewsavatar_desc', 'Displays the poster''s avatar in the news section.', '', 'vbsettings', '', 0, ''),
(7106, 0, 'setting_shownewsicon_title', 'Show News Icon?', '', 'vbsettings', '', 0, ''),
(7107, 0, 'setting_shownewsicon_desc', 'Show your news posts icon?', '', 'vbsettings', '', 0, ''),
(7108, 0, 'setting_shownewsrating_title', 'Show News Ratings?', '', 'vbsettings', '', 0, ''),
(7109, 0, 'setting_shownewsrating_desc', 'Shows the rating of the news post on your homepage.', '', 'vbsettings', '', 0, ''),
(7110, 0, 'setting_shownewsattach_title', 'Enable News Attachments?', '', 'vbsettings', '', 0, ''),
(7111, 0, 'setting_shownewsattach_desc', 'Set this to yes if you would display attachments with your news posts (Note: This will only display the first attachment associated with the post).', '', 'vbsettings', '', 0, ''),
(7112, 0, 'setting_showprintversion_title', 'Enable Printable Version?', '', 'vbsettings', '', 0, ''),
(7113, 0, 'setting_showprintversion_desc', 'Shows the printable version icon and allow users to quickly print news posts.', '', 'vbsettings', '', 0, ''),
(7114, 0, 'setting_showsendfriend_title', 'Enable Send to Friend?', '', 'vbsettings', '', 0, ''),
(7115, 0, 'setting_showsendfriend_desc', 'Shows the send to friend icon and allow users to quickly send news posts to friends.', '', 'vbsettings', '', 0, ''),
(7116, 0, 'setting_newshtml_title', 'Enable HMTL for News?', '', 'vbsettings', '', 0, ''),
(7117, 0, 'setting_newshtml_desc', 'Enables HTML for the news posts on your homepage.', '', 'vbsettings', '', 0, ''),
(7118, 0, 'setting_allownewsbbcode_title', 'Enable vBcode for News?', '', 'vbsettings', '', 0, ''),
(7119, 0, 'setting_allownewsbbcode_desc', 'Enables vBcode for the news posts on your homepage.', '', 'vbsettings', '', 0, ''),
(7120, 0, 'setting_newsimagecode_title', 'Enable vBimage code for News?', '', 'vbsettings', '', 0, ''),
(7121, 0, 'setting_newsimagecode_desc', 'Enable the [img] tag in for news posts on your homepage.', '', 'vbsettings', '', 0, ''),
(7122, 0, 'setting_allownewssmilie_title', 'Allow News Smilies?', '', 'vbsettings', '', 0, ''),
(7123, 0, 'setting_allownewssmilie_desc', 'Allows smilies in newsposts.', '', 'vbsettings', '', 0, ''),
(7124, 0, 'setting_news_timeformat_title', 'News Date & Time Format', '', 'vbsettings', '', 0, ''),
(7125, 0, 'setting_news_timeformat_desc', 'Format in which the time and date is presented in the news posts.', '', 'vbsettings', '', 0, ''),
(7126, 0, 'setting_news_subscribed_title', 'Show News Subscribed Threads', '', 'vbsettings', '', 0, ''),
(7127, 0, 'setting_news_subscribed_desc', 'Set this option to "yes" if you would like to display the subscribed icon next to the thread title if a user is subscribed to that news thread.', '', 'vbsettings', '', 0, ''),
(7128, 0, 'setting_newsarchive_title', 'Number of Archived News Posts to Display', '', 'vbsettings', '', 0, ''),
(7129, 0, 'setting_newsarchive_desc', 'Set this to the number of news posts you would like to display in the News Archive. Set this to 0 to disable the News Archive.', '', 'vbsettings', '', 0, ''),
(7130, 0, 'setting_archive_preview_title', 'Show Preview in Archive?', '', 'vbsettings', '', 0, ''),
(7131, 0, 'setting_archive_preview_desc', 'This option will allow you to show a preview of the archived thread, the same as on the forumdisplay page.', '', 'vbsettings', '', 0, ''),
(7132, 0, 'setting_pollsforum_title', 'Polls Forum ID', '', 'vbsettings', '', 0, ''),
(7133, 0, 'setting_pollsforum_desc', 'The ID number of your polls forum. Enter 0 to disable homepage polls, or enter RAND to pull a random poll from any forum.', '', 'vbsettings', '', 0, ''),
(7134, 0, 'setting_showpolldiscuss_title', 'Allow Poll Discussion?', '', 'vbsettings', '', 0, ''),
(7135, 0, 'setting_showpolldiscuss_desc', 'Show the "Discuss this poll" link on your poll and allow users to discuss the poll.', '', 'vbsettings', '', 0, ''),
(7136, 0, 'setting_showpollsmilies_title', 'Show Poll Smilies?', '', 'vbsettings', '', 0, ''),
(7137, 0, 'setting_showpollsmilies_desc', 'Show smilies in your poll?', '', 'vbsettings', '', 0, ''),
(7138, 0, 'setting_maxlatethreads_title', 'Latest Threads Maximum', '', 'vbsettings', '', 0, ''),
(7139, 0, 'setting_maxlatethreads_desc', 'The maximum number of latest threads to display on your homepage. Set this to 0 to disable it.', '', 'vbsettings', '', 0, ''),
(7140, 0, 'setting_maxthreadchars_title', 'Latest Threads Maximum Characters', '', 'vbsettings', '', 0, ''),
(7141, 0, 'setting_maxthreadchars_desc', 'The maximum number of characters of your latest threads title to display before it is replaced by "...". Set this to 0 to disable it.', '', 'vbsettings', '', 0, ''),
(7142, 0, 'setting_showthreaddate_title', 'Show Latest Threads Date & Time?', '', 'vbsettings', '', 0, ''),
(7143, 0, 'setting_showthreaddate_desc', 'Show the time and date the thread was created.', '', 'vbsettings', '', 0, ''),
(7144, 0, 'setting_showthreadicon_title', 'Show Latest Threads Icon?', '', 'vbsettings', '', 0, ''),
(7145, 0, 'setting_showthreadicon_desc', 'Show threads icon in latest threads section.', '', 'vbsettings', '', 0, ''),
(7146, 0, 'setting_newthreads_subscribed_title', 'Show Subscribed Icon?', '', 'vbsettings', '', 0, ''),
(7147, 0, 'setting_newthreads_subscribed_desc', 'Set this option to "yes" if you would like to display the subscribed icon next to the thread title if a user is subscribed to that thread.', '', 'vbsettings', '', 0, ''),
(7148, 0, 'setting_newthreads_preview_title', 'Show Preview of New Threads?', '', 'vbsettings', '', 0, ''),
(7149, 0, 'setting_newthreads_preview_desc', 'This option will allow you to show a preview of the thread, the same as on the forumdisplay page', '', 'vbsettings', '', 0, ''),
(7150, 0, 'setting_latestthreads_forum_title', 'Show Latest Threads Forum?', '', 'vbsettings', '', 0, ''),
(7151, 0, 'setting_latestthreads_forum_desc', 'This option will display the name of, and link to the forum that the post was made in.', '', 'vbsettings', '', 0, ''),
(7152, 0, 'setting_excludeforums_title', 'Latest Threads & Polls Excluded Forums', '', 'vbsettings', '', 0, ''),
(7153, 0, 'setting_excludeforums_desc', 'Enter a list of forumids (seperated by commas) you would like to exclude from the latest threads section (also affects Random polls). Leave this blank if you do not wish to exclude any forums. (Note: The latest threads section will only display threads that a user has permission to see)<br /><br />Example setting: 1,4,9 ', '', 'vbsettings', '', 0, ''),
(7154, 0, 'setting_showcalendar_title', 'Calendar ID', '', 'vbsettings', '', 0, ''),
(7155, 0, 'setting_showcalendar_desc', 'The calendar ID you would like to display on your homepage. Enter 0 to disable the calendar, or -1 to display a simple calendar with no links to events.', '', 'vbsettings', '', 0, ''),
(7156, 0, 'setting_blockbullet_title', 'Block Bullet', '', 'vbsettings', '', 0, ''),
(7157, 0, 'setting_blockbullet_desc', 'An image or any other HTML code you would like to appear next to the title of each block.', '', 'vbsettings', '', 0, ''),
(7158, 0, 'setting_showavatar_title', 'Show Users Avatar?', '', 'vbsettings', '', 0, ''),
(7159, 0, 'setting_showavatar_desc', 'Show users avatar on your homepage.', '', 'vbsettings', '', 0, ''),
(7160, 0, 'setting_shownewposts_title', 'Show New Posts?', '', 'vbsettings', '', 0, ''),
(7161, 0, 'setting_shownewposts_desc', 'Show the number of new posts since the users lastvisit.', '', 'vbsettings', '', 0, ''),
(7162, 0, 'setting_showpm_title', 'Show Private Messages?', '', 'vbsettings', '', 0, ''),
(7163, 0, 'setting_showpm_desc', 'Show users new private messages and pop up message if user has a new pm.', '', 'vbsettings', '', 0, ''),
(7164, 0, 'setting_showbuddylist_title', 'Show Users Buddylist?', '', 'vbsettings', '', 0, ''),
(7165, 0, 'setting_showbuddylist_desc', 'Show users buddylist on your homepage.', '', 'vbsettings', '', 0, ''),
(7166, 0, 'setting_showsearch_title', 'Show Search Box?', '', 'vbsettings', '', 0, ''),
(7167, 0, 'setting_showsearch_desc', 'Show a box to allow users to search your forums.', '', 'vbsettings', '', 0, ''),
(7168, 0, 'setting_showonline_title', 'Show Online Users Block?', '', 'vbsettings', '', 0, ''),
(7169, 0, 'setting_showonline_desc', 'Show online users on your homepage.', '', 'vbsettings', '', 0, ''),
(7170, 0, 'setting_showstats_title', 'Show Stats?', '', 'vbsettings', '', 0, ''),
(7171, 0, 'setting_showstats_desc', 'Show forum stats on your homepage.', '', 'vbsettings', '', 0, ''),
(7172, 0, 'setting_showcustom1_title', 'Show Custom Block 1?', '', 'vbsettings', '', 0, ''),
(7173, 0, 'setting_showcustom1_desc', 'Show your first customized template.', '', 'vbsettings', '', 0, ''),
(7174, 0, 'setting_showcustom2_title', 'Show Custom Block 2?', '', 'vbsettings', '', 0, ''),
(7175, 0, 'setting_showcustom2_desc', 'Show your second customized template.', '', 'vbsettings', '', 0, ''),
(7176, 0, 'setting_home_navbar_title', 'Show Navbar?', '', 'vbsettings', '', 0, ''),
(7177, 0, 'setting_home_navbar_desc', 'Show the vBulletin navigation bar on your homepage.', '', 'vbsettings', '', 0, ''),
(7178, 0, 'setting_home_welcomeblock_title', 'Show Welcome Box?', '', 'vbsettings', '', 0, ''),
(7179, 0, 'setting_home_welcomeblock_desc', 'Set this to yes to show a welcome/login block on your homepage. (Note: with vBulletin''s new navbar, this option is somewhat redundant if the navbar option above is turned on.', '', 'vbsettings', '', 0, ''),
(7180, 0, 'a_login', 'Login', '', 'advindex', '', 0, ''),
(7181, 0, 'a_welcome_back', 'Welcome back', '', 'advindex', '', 0, ''),
(7182, 0, 'a_new_pms', 'New PMs', '', 'advindex', '', 0, ''),
(7183, 0, 'a_powered_by_vbadvanced', 'Powered by <a href="http://vbadvanced.com">vBadvanced</a> Homepage v1.1 &copy; PlurPlanet, LLC<br />', '', 'advindex', '', 0, ''),
(7184, 0, 'a_usercp', 'User CP', '', 'advindex', '', 0, ''),
(7185, 0, 'a_edit_avatar', 'Edit your avatar', '', 'advindex', '', 0, ''),
(7186, 0, 'a_new_posts', 'New Posts', '', 'advindex', '', 0, ''),
(7187, 0, 'a_logout', 'Logout', '', 'advindex', '', 0, ''),
(7188, 0, 'a_username', 'Username', '', 'advindex', '', 0, ''),
(7189, 0, 'a_password', 'Password', '', 'advindex', '', 0, ''),
(7190, 0, 'a_remember_me', 'Remember me?', '', 'advindex', '', 0, ''),
(7191, 0, 'a_not_a_member_yet', 'Not a member yet?', '', 'advindex', '', 0, ''),
(7192, 0, 'a_register_now', 'Register Now!', '', 'advindex', '', 0, ''),
(7193, 0, 'a_online_buddies', 'Online Buddies', '', 'advindex', '', 0, ''),
(7194, 0, 'a_active_users', 'Active Users', '', 'advindex', '', 0, ''),
(7195, 0, 'a_members', 'Members', '', 'advindex', '', 0, ''),
(7196, 0, 'a_guests', 'Guests', '', 'advindex', '', 0, ''),
(7197, 0, 'a_search_site', 'Search Site', '', 'advindex', '', 0, ''),
(7198, 0, 'a_advanced_search', 'Advanced Search', '', 'advindex', '', 0, ''),
(7199, 0, 'a_poll', 'Poll', '', 'advindex', '', 0, ''),
(7200, 0, 'a_results', 'Results', '', 'advindex', '', 0, ''),
(7201, 0, 'a_total_votes', 'Total Votes', '', 'advindex', '', 0, ''),
(7202, 0, 'a_this_poll_is_closed', 'This poll is closed', '', 'advindex', '', 0, ''),
(7203, 0, 'a_you_have_already_voted_on_this_poll', 'You have already voted on this poll', '', 'advindex', '', 0, ''),
(7204, 0, 'a_view_results', 'View results', '', 'advindex', '', 0, ''),
(7205, 0, 'a_discuss_this_poll', 'Discuss this poll', '', 'advindex', '', 0, ''),
(7206, 0, 'a_this_poll_has', 'This poll has', '', 'advindex', '', 0, ''),
(7207, 0, 'a_reply', 'Reply', '', 'advindex', '', 0, ''),
(7208, 0, 'a_replies', 'Replies', '', 'advindex', '', 0, ''),
(7209, 0, 'a_edit_this_poll', 'Edit this poll', '', 'advindex', '', 0, ''),
(7210, 0, 'a_stats', 'Stats', '', 'advindex', '', 0, ''),
(7211, 0, 'a_threads', 'Threads', '', 'advindex', '', 0, ''),
(7212, 0, 'a_posts', 'Posts', '', 'advindex', '', 0, ''),
(7213, 0, 'a_top_poster', 'Top Poster', '', 'advindex', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(7214, 0, 'a_welcome_our_newest_member', 'Welcome our newest member', '', 'advindex', '', 0, ''),
(7215, 0, 'a_todays_birthdays', 'Today''s Birthdays', '', 'advindex', '', 0, ''),
(7216, 0, 'a_latest_forum_topics', 'Latest Forum Topics', '', 'advindex', '', 0, ''),
(7217, 0, 'a_pm', 'PM', '', 'advindex', '', 0, ''),
(7218, 0, 'a_remove_from_buddy_list', 'Remove from buddy list', '', 'advindex', '', 0, ''),
(7219, 0, 'a_send_private_message', 'Send private message', '', 'advindex', '', 0, ''),
(7220, 0, 'a_by', 'by', '', 'advindex', '', 0, ''),
(7221, 0, 'a_on', 'on', '', 'advindex', '', 0, ''),
(7222, 0, 'a_has_attached_the_following', 'has attached the following', '', 'advindex', '', 0, ''),
(7223, 0, 'a_edit_this_post', 'Edit this post', '', 'advindex', '', 0, ''),
(7224, 0, 'a_reply_to_this_post', 'Reply to this post', '', 'advindex', '', 0, ''),
(7225, 0, 'a_show_printable_version', 'Show printable version', '', 'advindex', '', 0, ''),
(7226, 0, 'a_send_to_friend', 'Send to friend', '', 'advindex', '', 0, ''),
(7227, 0, 'a_last_post_by', 'Last post by', '', 'advindex', '', 0, ''),
(7228, 0, 'a_at', 'at', '', 'advindex', '', 0, ''),
(7229, 0, 'a_no_x_online', 'No {1} Online', '', 'advindex', '', 0, ''),
(7230, 0, 'a_buddies', 'Buddies', '', 'advindex', '', 0, ''),
(7231, 0, 'a_read_more', 'read more', '', 'advindex', '', 0, ''),
(7232, 0, 'a_vote', 'vote', '', 'advindex', '', 0, ''),
(7233, 0, 'a_votes', 'votes', '', 'advindex', '', 0, ''),
(7234, 0, 'a_avatar', 'Avatar', '', 'advindex', '', 0, ''),
(7235, 0, 'a_views', 'Views', '', 'advindex', '', 0, ''),
(7236, 0, 'a_news_archive', 'News Archive', '', 'advindex', '', 0, ''),
(7237, 0, 'a_title_username_date', 'Title, Username, &amp; Date', '', 'advindex', '', 0, ''),
(38023, 0, 'arcade_newgame', 'Check out our latest addition to the arcade, <a href="{1}">{2}</a>', '', 'global', '', 0, ''),
(7240, 0, 'reged_today', 'Registered Today', '', 'global', '', 0, ''),
(7241, 0, 'tratings', 'Trader Ratings', '', 'global', '', 0, ''),
(7242, 0, 'tratings_version', '1.2.0', '', 'global', '', 0, ''),
(7243, 0, 'tratings_member_profile', 'Member Profile', '', 'global', '', 0, ''),
(7244, 0, 'tratings_recent_ratings', 'Recent Ratings', '', 'global', '', 0, ''),
(7245, 0, 'tratings_feedback_score', 'Feedback Score', '', 'global', '', 0, ''),
(7246, 0, 'tratings_positive_feedback', 'Positive Feedback', '', 'global', '', 0, ''),
(7247, 0, 'tratings_positive_members', 'Members who left a positive', '', 'global', '', 0, ''),
(7248, 0, 'tratings_negative_members', 'Members who left a negative', '', 'global', '', 0, ''),
(7249, 0, 'tratings_positive_all', 'All positive feedback received', '', 'global', '', 0, ''),
(7250, 0, 'tratings_submit_feedback', 'Submit Feedback For', '', 'global', '', 0, ''),
(7251, 0, 'tratings_past_month', 'Past<br>Month', '', 'global', '', 0, ''),
(7252, 0, 'tratings_past_6_months', 'Past<br>6 Months', '', 'global', '', 0, ''),
(7253, 0, 'tratings_past_12_months', 'Past<br>12 Months', '', 'global', '', 0, ''),
(7254, 0, 'tratings_positive', 'Positive', '', 'global', '', 0, ''),
(7255, 0, 'tratings_neutral', 'Neutral', '', 'global', '', 0, ''),
(7256, 0, 'tratings_negative', 'Negative', '', 'global', '', 0, ''),
(7257, 0, 'tratings_all_feedback', 'All Feedback Received', '', 'global', '', 0, ''),
(7258, 0, 'tratings_from_buyers', 'From Buyers', '', 'global', '', 0, ''),
(7259, 0, 'tratings_from_sellers', 'From Sellers', '', 'global', '', 0, ''),
(7260, 0, 'tratings_from_trades', 'From Trades', '', 'global', '', 0, ''),
(7261, 0, 'tratings_left_for_others', 'Left for Others', '', 'global', '', 0, ''),
(7262, 0, 'tratings_total_feedback', 'Total Feedback', '', 'global', '', 0, ''),
(7263, 0, 'tratings_left_by', 'Left By', '', 'global', '', 0, ''),
(7264, 0, 'tratings_received_by', 'Received By', '', 'global', '', 0, ''),
(7265, 0, 'tratings_comments', 'Comments On This Member', '', 'global', '', 0, ''),
(7266, 0, 'tratings_left_for', 'Left For', '', 'global', '', 0, ''),
(7267, 0, 'tratings_buyer', 'Buyer', '', 'global', '', 0, ''),
(7268, 0, 'tratings_seller', 'Seller', '', 'global', '', 0, ''),
(7269, 0, 'tratings_trade', 'Trade', '', 'global', '', 0, ''),
(7270, 0, 'tratings_check_feedback', 'Please make sure you are not leaving duplicate feedback!</B><br /><span class="smallfont">Check the comments before submitting feedback to make sure you do not rate the person for a the same item(s) twice.</span>', '', 'global', '', 0, ''),
(7271, 0, 'tratings_in_transaction', 'In the transaction, <b>you</b> were the', '', 'global', '', 0, ''),
(7272, 0, 'tratings_choose', 'Choose', '', 'global', '', 0, ''),
(7273, 0, 'tratings_your_comments', 'Your comments about the transaction:<br /><span class="smallfont">Hint: It''s a good idea to mention the item(s)</span>', '', 'global', '', 0, ''),
(7274, 0, 'tratings_max_characters', 'Note: 80 characters max &amp; no HTML/vBcode', '', 'global', '', 0, ''),
(7275, 0, 'tratings_thread_url', 'The thread URL to the deal:<br /><span class="smallfont">(optional)</span>', '', 'global', '', 0, ''),
(7276, 0, 'tratings_double_check', 'Please double check everything before submitting your feedback.', '', 'global', '', 0, ''),
(7277, 0, 'tratings_responsible', 'You are responsible for your own words!', '', 'global', '', 0, ''),
(7278, 0, 'tratings_responsible_block', 'Your remarks will be attributed with your name. This forum cannot take responsibility for the remarks you post here, and you should be careful about making comments that could be libelous or slanderous.<br /><br />Once left, remarks can <b>not</b> be retracted nor edited by you or by this forum.<br /><br />Please try to resolve any disputes with the other party before publicly declaring a complaint.<br /><br />Abuse of the Trader Ratings system will result in suspension / deletion of your account.', '', 'global', '', 0, ''),
(7279, 0, 'tratings_contact_info', 'Contact Info', '', 'global', '', 0, ''),
(7280, 0, 'tratings_from', 'From', '', 'global', '', 0, ''),
(7281, 0, 'tratings_full_profile_for_x', 'See the full Profile for {1}', '', 'global', '', 0, ''),
(7282, 0, 'tratings_find_member', 'Find A Member', '', 'global', '', 0, ''),
(7283, 0, 'tratings_members_rated', 'Members Rated', '', 'global', '', 0, ''),
(7284, 0, 'tratings_feedback_today', 'Feedback Left Today', '', 'global', '', 0, ''),
(7285, 0, 'tratings_average_feedback', 'Average Daily Feedback', '', 'global', '', 0, ''),
(7286, 0, 'tratings_top_traders', 'Top Rated Traders', '', 'global', '', 0, ''),
(7287, 0, 'tratings_wall_of_shame', 'Wall Of Shame', '', 'global', '', 0, ''),
(7288, 0, 'tratings_rated', 'Rated', '', 'global', '', 0, ''),
(7289, 0, 'tratings_rating', 'Rating', '', 'global', '', 0, ''),
(7290, 0, 'tratings_pm_title', 'Trader Rating Feedback Notification', '', 'global', '', 0, ''),
(7291, 0, 'tratings_pm_message', 'This is an automated notification to let you know that this person has just rated you in the Trader Ratings system.\n\nHave you rated this person yet for the transaction? If not, now is a good time! You can go to their Trader Ratings page by clicking the feedback score below their name.\n\nIf you did not conduct any business with this individual, please report the problem to an admin.\n', '', 'global', '', 0, ''),
(7292, 0, 'tratings_closed', 'The Trader Ratings system is currently down for maintainence, but will be back up as soon as possible.', '', 'global', '', 0, ''),
(7293, 0, 'settinggroup_uttpoints', 'uCash Settings', '', 'vbsettings', '', 0, ''),
(7294, 0, 'settinggroup_uttstore', 'uShop Settings', '', 'vbsettings', '', 0, ''),
(7295, 0, 'setting_uttpoints_enablesystem_title', 'Enable Points System?', '', 'vbsettings', '', 0, ''),
(7296, 0, 'setting_uttpoints_enablesystem_desc', 'If you have another points system installed, disable this option.', '', 'vbsettings', '', 0, ''),
(7297, 0, 'setting_uttpoints_numberofrichest_title', 'Number of Richest Users? (Main Page)', '', 'vbsettings', '', 0, ''),
(7298, 0, 'setting_uttpoints_numberofrichest_desc', 'Set this to the amount of richest users to be displayed on the main page of the store.', '', 'vbsettings', '', 0, ''),
(7299, 0, 'setting_uttpoints_numberofrichestdorichest_title', 'Number of Richest Users? (Richest Page)', '', 'vbsettings', '', 0, ''),
(7300, 0, 'setting_uttpoints_numberofrichestdorichest_desc', 'Set this to the amount of richest users to be displayed on the "richest users" page of the store.', '', 'vbsettings', '', 0, ''),
(7301, 0, 'setting_uttpoints_perreply_title', 'Points Per Reply?', '', 'vbsettings', '', 0, ''),
(7302, 0, 'setting_uttpoints_perreply_desc', 'Set this to the amount of points a user will receive per reply. <i>(Don''t forget to take forum options into consideration!)</i>', '', 'vbsettings', '', 0, ''),
(7303, 0, 'setting_uttpoints_perthread_title', 'Points Per Thread?', '', 'vbsettings', '', 0, ''),
(7304, 0, 'setting_uttpoints_perthread_desc', 'Set this to the amount of points a user will receive for creating a new thread. <i>(Don''t forget to take forum options into consideration!)</i>', '', 'vbsettings', '', 0, ''),
(7305, 0, 'setting_uttpoints_perview_title', 'Points Per Thread View?', '', 'vbsettings', '', 0, ''),
(7306, 0, 'setting_uttpoints_perview_desc', 'Set this to the amount of points a user will receive when a thread they created is viewed by someone besides themselves. <i>(Don''t forget to take forum options into consideration!)</i>', '', 'vbsettings', '', 0, ''),
(7307, 0, 'setting_uttpoints_pointsfield_title', 'Points Field?', '', 'vbsettings', '', 0, ''),
(7308, 0, 'setting_uttpoints_pointsfield_desc', 'Set this to the name of the field the points are stored in (in the table in the setting above).<br /><b>~Only modify this if you know what you are doing!~</b>', '', 'vbsettings', '', 0, ''),
(7309, 0, 'setting_uttpoints_pointsforbreputation_title', 'Points For Bad Reputation?', '', 'vbsettings', '', 0, ''),
(7310, 0, 'setting_uttpoints_pointsforbreputation_desc', 'Set this to the number of points a user receives for bad reputation. This is multiplied by the amount of reputation taken away. <i>Hint: This should be a positive value or 0!</i>', '', 'vbsettings', '', 0, ''),
(7311, 0, 'setting_uttpoints_pointsforgreputation_title', 'Points For Good Reputation?', '', 'vbsettings', '', 0, ''),
(7312, 0, 'setting_uttpoints_pointsforgreputation_desc', 'Set this to the amount of points given to a user when they receive good reputation. This is multiplied by the amount of reputation given.', '', 'vbsettings', '', 0, ''),
(7313, 0, 'setting_uttpoints_pointsperreferral_title', 'Points Per Referral?', '', 'vbsettings', '', 0, ''),
(7314, 0, 'setting_uttpoints_pointsperreferral_desc', 'Set this to the amount of points a user will receive for every referred user.', '', 'vbsettings', '', 0, ''),
(7315, 0, 'setting_uttpoints_pointspershout_title', 'Points Per Shout?', '', 'vbsettings', '', 0, ''),
(7316, 0, 'setting_uttpoints_pointspershout_desc', 'If you have installed squall14716''s shoutbox hack, this setting controls the amount of points a user gets per shout. <i>Disregard this setting if you have not installed Squall''s Shoutbox Hack (or another shoutbox hack that may use this setting).</i>', '', 'vbsettings', '', 0, ''),
(7317, 0, 'setting_uttpoints_pointtable_title', 'Points Table?', '', 'vbsettings', '', 0, ''),
(7318, 0, 'setting_uttpoints_pointtable_desc', 'Set this to the name of the table the points field is in. <i>This table must be in the $bbuserinfo/$post/$userinfo arrays to display properly! (i.e. user or userfield tables)</i><br /><b>~Only modify this if you know what you are doing!~</b>', '', 'vbsettings', '', 0, ''),
(7319, 0, 'setting_uttpoints_rounddecimal_title', 'Round to Decimal Places?', '', 'vbsettings', '', 0, ''),
(7320, 0, 'setting_uttpoints_rounddecimal_desc', 'Set this to the number of decimal places the points will be rounded to (wherever points are shown).', '', 'vbsettings', '', 0, ''),
(7321, 0, 'setting_uttstore_actionhistoryamount_title', 'Amount of History Items? (Action History)', '', 'vbsettings', '', 0, ''),
(7322, 0, 'setting_uttstore_actionhistoryamount_desc', 'Set this to the amount of purcahse history items to be shown on the action history page in the store.', '', 'vbsettings', '', 0, ''),
(7323, 0, 'setting_uttstore_actionsperrow_title', 'Actions Per Row?', '', 'vbsettings', '', 0, ''),
(7324, 0, 'setting_uttstore_actionsperrow_desc', 'How many actions should be displayed per row on the main store page?', '', 'vbsettings', '', 0, ''),
(7325, 0, 'setting_uttstore_enableactionimgs_title', 'Enable Action Images?', '', 'vbsettings', '', 0, ''),
(7326, 0, 'setting_uttstore_enableactionimgs_desc', 'Turning this on will display an image next to each action. (Image definable in the action manager.)', '', 'vbsettings', '', 0, ''),
(7327, 0, 'setting_uttstore_historyamountdohistory_title', 'Amount of History Items? (User Page)', '', 'vbsettings', '', 0, ''),
(7328, 0, 'setting_uttstore_historyamountdohistory_desc', 'Set this to the amount of purcahse history items to be shown on the user history page in the store.', '', 'vbsettings', '', 0, ''),
(7329, 0, 'setting_uttstore_historyitems_title', 'Amount of History Items? (Main Page)', '', 'vbsettings', '', 0, ''),
(7330, 0, 'setting_uttstore_historyitems_desc', 'Set this to the number of purchase history items to show on the main store page.', '', 'vbsettings', '', 0, ''),
(7331, 0, 'setting_uttstore_lastquantityrefill_title', 'Last Quantity Refill', '', 'vbsettings', '', 0, ''),
(7332, 0, 'setting_uttstore_lastquantityrefill_desc', 'Leave this setting alone.', '', 'vbsettings', '', 0, ''),
(7333, 0, 'setting_uttstore_loyalmemberdiscount_title', 'Loyal Member Discount?', '', 'vbsettings', '', 0, ''),
(7334, 0, 'setting_uttstore_loyalmemberdiscount_desc', 'Set this to the amount of days registered to qualify for a "Loyal Member" discount. Set this to 0 to disable.', '', 'vbsettings', '', 0, ''),
(7335, 0, 'setting_uttstore_loyalmemberdiscountamount_title', 'Loyal Member Discount Amount?', '', 'vbsettings', '', 0, ''),
(7336, 0, 'setting_uttstore_loyalmemberdiscountamount_desc', 'Set this to the amount off items members recieve when they have been registered at least the number of days defined above. Set this to 0 to disable (or a negative to add cost, but why would you want to do that?).', '', 'vbsettings', '', 0, ''),
(7337, 0, 'setting_uttstore_mostsoldamount_title', 'Amount of Most Sold Actions? (Main Page)', '', 'vbsettings', '', 0, ''),
(7338, 0, 'setting_uttstore_mostsoldamount_desc', 'Set this to how many actions to show as "Most Sold Actions" on the main page of the store.', '', 'vbsettings', '', 0, ''),
(7339, 0, 'setting_uttstore_mostsoldamountdomostsold_title', 'Amount of Most Sold Actions? (Most Sold Page)', '', 'vbsettings', '', 0, ''),
(7340, 0, 'setting_uttstore_mostsoldamountdomostsold_desc', 'Set this to how many actions to show as "Most Sold Actions" on the "most sold" page of the store.', '', 'vbsettings', '', 0, ''),
(7341, 0, 'setting_uttstore_quantityrefilltime_title', 'Quantity Refill?', '', 'vbsettings', '', 0, ''),
(7342, 0, 'setting_uttstore_quantityrefilltime_desc', 'Set this to the number of seconds between each quantity refill - set this to 0 to disable. Default: 1209600 = 2 weeks.', '', 'vbsettings', '', 0, ''),
(7343, 0, 'setting_uttstore_seniordiscountage_title', 'Senior Discount Age?', '', 'vbsettings', '', 0, ''),
(7344, 0, 'setting_uttstore_seniordiscountage_desc', 'If you want to enable a senior discount for all them old folks, enter the minimum age here. Set it to 0 to disable.', '', 'vbsettings', '', 0, ''),
(7345, 0, 'setting_uttstore_seniordiscountamount_title', 'Senior Discount Amount?', '', 'vbsettings', '', 0, ''),
(7346, 0, 'setting_uttstore_seniordiscountamount_desc', 'Set this to the amount off items members that are at least the age defined above recieve in percents. Set this to 0 to have no effect (or negative to add cost, but why do that?).', '', 'vbsettings', '', 0, ''),
(7347, 0, 'setting_uttstore_topxrichest_title', 'Show Top <i>x</i> Richest Members?', '', 'vbsettings', '', 0, ''),
(7348, 0, 'setting_uttstore_topxrichest_desc', 'This option allows you to show the top <i>x</i> richest members on the main page of the store at the cost of a query.', '', 'vbsettings', '', 0, ''),
(7349, 0, 'setting_uttstore_usequantity_title', 'Use Quantity System?', '', 'vbsettings', '', 0, ''),
(7350, 0, 'setting_uttstore_usequantity_desc', 'This option allows you to turn quantities on or off - if this is on and an action''s quantity is 0, it will not be purchasable until the next quantity refill.', '', 'vbsettings', '', 0, ''),
(7351, 0, 'setting_uttstore_build_title', 'Build Number', '', 'vbsettings', '', 0, ''),
(7352, 0, 'setting_uttstore_build_desc', 'Leave this setting alone! It is used for upgrading the system.', '', 'vbsettings', '', 0, ''),
(7353, 0, 'are_you_sure_want_to_delete_utt_store_action_x', 'Are you sure you want to delete the <i>{1}</i> action?', '', 'cpglobal', '', 0, ''),
(7354, 0, 'uttstore_action_x_saved', 'Action <i>{1}</i> Saved Successfully', '', 'cpstopmsg', '', 0, ''),
(7355, 0, 'uttstore_action_x_deleted', 'Action <i>{1}</i> Deleted Successfully', '', 'cpstopmsg', '', 0, ''),
(7356, 0, 'ucs_points', 'Points', '', 'global', '', 0, ''),
(7357, 0, 'ucs_points_lower', 'points', '', 'global', '', 0, ''),
(7358, 0, 'staff_title', 'Staff Title', '', 'global', '', 0, ''),
(7359, 0, 'staff_title2', 'Staff Title 2', '', 'global', '', 0, ''),
(9231, 0, 'settinggroup_vb3album', 'vB3 Member Album', '', 'vbsettings', '', 0, ''),
(9232, 0, 'setting_album_perpage_title', 'Entries Per Page', '', 'vbsettings', '', 0, ''),
(9233, 0, 'setting_album_perpage_desc', 'Specify how many entries will show for each page.', '', 'vbsettings', '', 0, ''),
(9234, 0, 'setting_album_pertr_title', 'Entries Per Row', '', 'vbsettings', '', 0, ''),
(9235, 0, 'setting_album_pertr_desc', 'Specify how many entries will show for each row.', '', 'vbsettings', '', 0, ''),
(9236, 0, 'setting_album_approval_title', 'Require Approval', '', 'vbsettings', '', 0, ''),
(9237, 0, 'setting_album_approval_desc', 'If selected, pictures will have to be approved via the AdminCP before visible by the public.', '', 'vbsettings', '', 0, ''),
(9238, 0, 'setting_album_exempt_title', 'Exempted Usergroups', '', 'vbsettings', '', 0, ''),
(9239, 0, 'setting_album_exempt_desc', 'If you have approval enabled, but would like specific usergroups to be exempt from it, then <u>in a comma separated list</u>, specify those usergroup IDs.', '', 'vbsettings', '', 0, ''),
(9240, 0, 'settinggroup_mc_polling', 'Members Choice', '', 'vbsettings', '', 0, ''),
(9241, 0, 'setting_mc_autopak_title', 'Automation Pack', '', 'vbsettings', '', 0, ''),
(9242, 0, 'setting_mc_autopak_desc', 'Do you have the Members Choice automation pak installed?', '', 'vbsettings', '', 0, ''),
(9243, 0, 'setting_mc_maxnomination_title', 'Maximum Nominees', '', 'vbsettings', '', 0, ''),
(9244, 0, 'setting_mc_maxnomination_desc', 'What the the maximum amount of nominees for each award?', '', 'vbsettings', '', 0, ''),
(9245, 0, 'setting_mc_multinominate_title', 'Multi-Nominate', '', 'vbsettings', '', 0, ''),
(9246, 0, 'setting_mc_multinominate_desc', 'Can members nominate more than one person in the same award?', '', 'vbsettings', '', 0, ''),
(9247, 0, 'setting_mc_multivote_title', 'Multi-Vote', '', 'vbsettings', '', 0, ''),
(9248, 0, 'setting_mc_multivote_desc', 'Can members vote more than once in the same award?', '', 'vbsettings', '', 0, ''),
(9249, 0, 'setting_mc_nom_from_title', 'Nomination', '', 'vbsettings', '', 0, ''),
(9250, 0, 'setting_mc_nom_from_desc', 'Do you want members to only nominate others from their posts?<br />Else a link will appear in the voting booth rules.', '', 'vbsettings', '', 0, ''),
(9251, 0, 'setting_mc_seevote_title', 'Who Voted', '', 'vbsettings', '', 0, ''),
(9252, 0, 'setting_mc_seevote_desc', 'Who can view the "Who Voted" list?', '', 'vbsettings', '', 0, ''),
(9253, 0, 'setting_mc_startvote_title', 'Voting', '', 'vbsettings', '', 0, ''),
(9254, 0, 'setting_mc_startvote_desc', 'Does the voting start when all nomination positions have been filled?', '', 'vbsettings', '', 0, ''),
(9255, 0, 'setting_mc_welcome_title', 'Foyer Welcome Message', '', 'vbsettings', '', 0, ''),
(9256, 0, 'setting_mc_welcome_desc', 'This is seen in the Members Choice foyer.', '', 'vbsettings', '', 0, ''),
(37827, 0, 'mc_polling_booth_manager', 'Polling Booth Manager:', '', 'cpglobal', '', 0, ''),
(37828, 0, 'mc_members_choice', 'Members Choice', '', 'members_choice', '', 0, ''),
(37829, 0, 'mc_new_award_called', 'The new award is called:', '', 'members_choice', '', 0, ''),
(37830, 0, 'mc_rule_1_3', '1) You may not vote or nominate yourself.<br />2) You may not vote for the person that you nominated.<br />3) You may not vote more than once for the same nominee.<br />', '', 'members_choice', '', 0, ''),
(37831, 0, 'mc_pollbooth_closed', 'winning $pollinfo[title]. \n         \n        We would like to thank everyone who nominated and voted in this Members Choice Award. \n         \n        To see the full results \nClick [url=\\"$vboptions[bburl]/mc_pollbooth.php?$session[sessionurl]do=showbooth&boothid=$list[mc_pollboothid]\\"]HERE[/url]', '', 'emailbody', '', 0, ''),
(37832, 0, 'mc_nomination_email', '$bbuserinfo[username] has nominated you for $booth[title]. \n         \n        Please take the time to add your acceptance speech $bbuserinfo. \n         \n        Click Here $vboptions[bburl]/mc_pollbooth.php?$session[sessionurl]do=showbooth&boothid=$boothid \n\n', '', 'emailbody', '', 0, ''),
(37833, 0, 'mc_removal_successful', 'Nominee Removed!', '', 'frontredirect', '', 0, ''),
(37834, 0, 'mc_nomination_successful', 'Your nomination was successful!', '', 'frontredirect', '', 0, ''),
(37835, 0, 'mc_nomination_reason_required', 'You forgot to enter a reason for nominating this member.', '', 'error', '', 0, ''),
(37836, 0, 'mc_no_polling_booth_open', 'Sorry, there are no polling booths open.', '', 'error', '', 0, ''),
(37837, 0, 'mc_polling_booth_closed', 'This polling booth is closed.', '', 'members_choice', '', 0, ''),
(37838, 0, 'mc_cant_self_nominate', 'You can''t nominate yourself!', '', 'error', '', 0, ''),
(37839, 0, 'mc_no_nomination_positions_left', 'Sorry, no more nomination positions left.', '', 'error', '', 0, ''),
(37840, 0, 'mc_has_been_nominated', 'Sorry, this member has already been nominated.', '', 'error', '', 0, ''),
(37841, 0, 'mc_user_dont_exist', 'Sorry, this username does not exist.', '', 'error', '', 0, ''),
(37842, 0, 'mc_can_only_nominate_once', 'You can only nominate once in each polling booth.', '', 'error', '', 0, ''),
(37843, 0, 'mc_cant_vote_you_nominated', 'You can''t vote for the person you nominated.', '', 'error', '', 0, ''),
(37844, 0, 'mc_can_only_vote_once', 'You can only vote once in each polling booth.', '', 'error', '', 0, ''),
(37845, 0, 'mc_already_voted_this_member', 'You have already voted for this member.', '', 'error', '', 0, ''),
(37846, 0, 'mc_cant_self_vote', 'You can''t vote for yourself', '', 'error', '', 0, ''),
(37847, 0, 'mc_sorry_cant_continue', 'Sorry, we cant find the information that you requested!', '', 'error', '', 0, ''),
(37848, 0, 'mc_nominate_now', 'Nominate Now', '', 'global', '', 0, ''),
(37849, 0, 'mc_are_you_sure_want_to_delete_booth_x', 'Are you <b>sure</b> you want to delete the Polling Booth called ''{1}''?<br /><span class="smallfont">({2}: {3})</span><br /><br /> {4} This action can not be un-done.', '', 'members_choice', '', 0, ''),
(37850, 0, 'mc_edit_x_y_id_z', 'Edit {1} "{2}" ID: {3}', '', 'members_choice', '', 0, ''),
(37851, 0, 'mc_polling_booth_open', 'This polling booth is open.', '', 'members_choice', '', 0, ''),
(37852, 0, 'mc_is_booth_open', 'Is this booth open?', '', 'members_choice', '', 0, ''),
(37853, 0, 'mc_add_new_x', 'Add New {1}', '', 'members_choice', '', 0, ''),
(37854, 0, 'mc_polling_booth', 'Polling Booth', '', 'members_choice', '', 0, ''),
(37855, 0, 'mc_no_booths_open', 'Sorry, there are no polling booths currently open.', '', 'members_choice', '', 0, ''),
(37856, 0, 'mc_please_select_booth', 'Please select a polling booth.', '', 'members_choice', '', 0, ''),
(37857, 0, 'mc_you_are_nominating', 'You are nominating:', '', 'members_choice', '', 0, ''),
(37858, 0, 'mc_your_not_nominated', 'You have not been nominated!', '', 'members_choice', '', 0, ''),
(37859, 0, 'mc_who_do_you_nominate', 'Who do you want to nominate?', '', 'members_choice', '', 0, ''),
(37860, 0, 'mc_no_reason_entered', 'No Reason Entered.', '', 'members_choice', '', 0, ''),
(37861, 0, 'mc_your_nominated', 'You have been nominated!', '', 'members_choice', '', 0, ''),
(37862, 0, 'mc_vote_now', 'Vote Now', '', 'members_choice', '', 0, ''),
(37863, 0, 'mc_see_who_voted', 'See Who Voted', '', 'members_choice', '', 0, ''),
(37864, 0, 'mc_you_are_voting_for', 'You are voting for', '', 'members_choice', '', 0, ''),
(37865, 0, 'mc_reason_for_nomination', 'Reason For Nomination', '', 'members_choice', '', 0, ''),
(37866, 0, 'mc_acceptance_speech', 'Acceptance Speech', '', 'members_choice', '', 0, ''),
(37867, 0, 'mc_no_nominations', 'There is currently no nominations.', '', 'members_choice', '', 0, ''),
(37868, 0, 'mc_must_be_member_to_nom', '4) You must be a member to nominate. <br />', '', 'members_choice', '', 0, ''),
(37869, 0, 'mc_nominated_and_accepted', 'You have been nominated and made your acceptance speech.', '', 'members_choice', '', 0, ''),
(37870, 0, 'mc_not_nominated', 'You have not yet been nominated.', '', 'members_choice', '', 0, ''),
(37871, 0, 'mc_leader_board', 'Leader Board', '', 'members_choice', '', 0, ''),
(37872, 0, 'mc_vote_when_all_nom', '8) Voting will start when all nomination positions have been filled.<br />', '', 'members_choice', '', 0, ''),
(37873, 0, 'mc_you_may_vote', '8) You may vote at any time.<br />', '', 'members_choice', '', 0, ''),
(37874, 0, 'mc_you_x_nom', '7) You {1} nominate more than one person.<br />', '', 'members_choice', '', 0, ''),
(37875, 0, 'mc_may_not', 'may not', '', 'members_choice', '', 0, ''),
(37876, 0, 'mc_you_x_vote', '6) You {1} vote for more than one person.<br />', '', 'members_choice', '', 0, ''),
(37877, 0, 'mc_may', 'may', '', 'members_choice', '', 0, ''),
(37878, 0, 'mc_only_x_noms', '5) Only {1} nominations will be accepted.<br />', '', 'members_choice', '', 0, ''),
(37879, 0, 'mc_nom_only_from_posts', '4) You may only nominate a member from their posts.<br />', '', 'members_choice', '', 0, ''),
(37880, 0, 'mc_a_member', 'a member <br />', '', 'members_choice', '', 0, ''),
(37881, 0, 'mc_rules', 'Rules', '', 'members_choice', '', 0, ''),
(37882, 0, 'mc_nomination_status', 'Nomination Status', '', 'members_choice', '', 0, ''),
(37883, 0, 'mc_voting', 'Voting', '', 'members_choice', '', 0, ''),
(37884, 0, 'mc_voting_foyer', 'Members Choice Foyer', '', 'members_choice', '', 0, ''),
(37885, 0, 'mc_nominate', 'Nominate', '', 'members_choice', '', 0, ''),
(37886, 0, 'mc_nothing_to_list', 'There are currently no polling booths available.', '', 'members_choice', '', 0, ''),
(37887, 0, 'mc_votes', 'Votes', '', 'members_choice', '', 0, ''),
(37888, 0, 'mc_nominees', 'Nominees', '', 'members_choice', '', 0, ''),
(37889, 0, 'mc_booth_name', 'Booth Name', '', 'members_choice', '', 0, ''),
(37890, 0, 'mc_booth_list', 'Booth list', '', 'members_choice', '', 0, ''),
(37891, 0, 'mc_members_choice_polling_booth', 'Members Choice Polling Booth', '', 'members_choice', '', 0, ''),
(37892, 0, 'mc_are_you_sure_you_want_to_remove', 'Are you sure you want to remove', '', 'members_choice', '', 0, ''),
(37893, 0, 'mc_remove_nomination', 'Remove Nominee', '', 'members_choice', '', 0, ''),
(37894, 0, 'mc_closing_date', 'Closing Date', '', 'members_choice', '', 0, ''),
(37895, 0, 'mc_manual_closing_polls', 'You don''t have the Automation Pack installed, close polls manually.', '', 'members_choice', '', 0, ''),
(37896, 0, 'mc_automatic_closing_polls', 'Polls will close automaticly.', '', 'members_choice', '', 0, ''),
(9327, 0, 'radio_cat_added', 'Radio Category Added', '', 'cpstopmsg', '', 0, ''),
(9328, 0, 'radio_cat_edited', 'Radio Category Edited', '', 'cpstopmsg', '', 0, ''),
(9329, 0, 'radio_cat_deleted', 'Radio Category Deleted', '', 'cpstopmsg', '', 0, ''),
(9330, 0, 'radio_cat_ndeleted', 'Radio Category Not Deleted', '', 'cpstopmsg', '', 0, ''),
(9331, 0, 'radio_channel_added', 'Radio Channel Added', '', 'cpstopmsg', '', 0, ''),
(9332, 0, 'radio_channel_edited', 'Radio Channel Edited', '', 'cpstopmsg', '', 0, ''),
(9333, 0, 'radio_channel_deleted', 'Radio Channel Deleted', '', 'cpstopmsg', '', 0, ''),
(9334, 0, 'radio_channel_ndeleted', 'Radio Channel Not Deleted', '', 'cpstopmsg', '', 0, ''),
(48218, -1, 'll_menu_mod', 'Moderate', 'eirma_ldm', 'local_links', '', 0, ''),
(48215, -1, 'll_menu_cat', 'Categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48216, -1, 'll_menu_editcat', 'Edit Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48217, -1, 'll_menu_home', 'Home Category', 'eirma_ldm', 'local_links', '', 0, ''),
(70311, 1, 'welcomemail', 'Welcome to the Black Mustang Club!!  We are glad you have joined us on “the dark side”.  Your BMC member number will be assigned and added to your profile (and will display by your screen name in all your posts).\r\n \r\nBy registering in the forum, you have become a "Member" of the BMC.  If you would like to become a Preferred Member, please visit this link for more information in benefits: http://www.bmcforums.com/showthread.php?t=30790.  For as little as $10/year you can get great benefits and help support the club!\r\n \r\nWe have our very own performance and aftermarket parts company called BMC Performance and you can check out the selection here: www.BMCPerformance.  All customers receive rewards points and there are special discounts for BMC Platinum members.  In addition to parts for your black Mustang, BMC Performance has a section for club decals and gear.\r\n\r\nAnother part of the BMC is the BMC Network.  This is an enhanced profile for the BMC members and is your own home page or "your space" on the web.  It requires a separate registration from the BMC forums, but please register and enjoy your time in the BMC Network community: www.BMCNetwork.com\r\n \r\nWe''re always adding new things to the BMC experience, so make yourself at home and if there is anything you need, or if you have suggestions for the site or club, please contact me.  Look forward to seeing you in the forums!!\r\n \r\nThanks,\r\nLisa.\r\n\r\n-------- \r\nLisa Barret Wall | Founder\r\nBlack Mustang Club, Inc.\r\nBMC Performance, Inc.', 'vbulletin', 'emailbody', 'Lisa', 1173500155, '3.6.3'),
(48214, -1, 'll_menu_admstat', 'Statistics', 'eirma_ldm', 'local_links', '', 0, ''),
(48213, -1, 'll_menu_admset', 'Settings', 'eirma_ldm', 'local_links', '', 0, ''),
(48212, -1, 'll_menu_admperm', 'Permissions', 'eirma_ldm', 'local_links', '', 0, ''),
(48211, -1, 'll_menu_admin', 'Administer', 'eirma_ldm', 'local_links', '', 0, ''),
(48210, -1, 'll_menu_admimex', 'Import and Export', 'eirma_ldm', 'local_links', '', 0, ''),
(48209, -1, 'll_menu_admcats', 'Categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48208, -1, 'll_menu_addlink', 'Add Link', 'eirma_ldm', 'local_links', '', 0, ''),
(48207, -1, 'll_menu_addcat', 'Add Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48206, -1, 'll_matching', 'Matching', 'eirma_ldm', 'local_links', '', 0, ''),
(48204, -1, 'll_links_moderation', 'Links Moderation', 'eirma_ldm', 'local_links', '', 0, ''),
(48205, -1, 'll_massedit', 'mass edit', 'eirma_ldm', 'local_links', '', 0, ''),
(48202, -1, 'll_links_database', 'Links and Downloads Manager', 'eirma_ldm', 'local_links', '', 0, ''),
(48203, -1, 'll_links_jukebox', 'Jukebox', 'eirma_ldm', 'local_links', '', 0, ''),
(48201, -1, 'll_links_administration', 'Administration', 'eirma_ldm', 'local_links', '', 0, ''),
(48200, -1, 'll_links', 'Links', 'eirma_ldm', 'local_links', '', 0, ''),
(48199, -1, 'll_linkedforum', 'Linked forum', 'eirma_ldm', 'local_links', '', 0, ''),
(48198, -1, 'll_lastvisit', '{1} new entries [<span class="smallfont"><a href="{2}.php?catid=-8&amp;lastvisit">view</a></span>] have been added since your last visit.', 'eirma_ldm', 'local_links', '', 0, ''),
(48197, -1, 'll_keywords', 'Keyword(s)', 'eirma_ldm', 'local_links', '', 0, ''),
(48196, -1, 'll_kb', 'Kbytes', 'eirma_ldm', 'local_links', '', 0, ''),
(48195, -1, 'll_ipaddress', 'IP Address', 'eirma_ldm', 'local_links', '', 0, ''),
(48194, -1, 'll_invalid', 'invalid', 'eirma_ldm', 'local_links', '', 0, ''),
(48193, -1, 'll_import', 'Import', 'eirma_ldm', 'local_links', '', 0, ''),
(48192, -1, 'll_impexp', 'Import and Export', 'eirma_ldm', 'local_links', '', 0, ''),
(48191, -1, 'll_hits', 'Hits', 'eirma_ldm', 'local_links', '', 0, ''),
(48190, -1, 'll_hide', 'Hide', 'eirma_ldm', 'local_links', '', 0, ''),
(48189, -1, 'll_hidden', 'hidden', 'eirma_ldm', 'local_links', '', 0, ''),
(48188, -1, 'll_go', 'Go', 'eirma_ldm', 'local_links', '', 0, ''),
(48187, -1, 'll_forumparent_text', 'Defines viewing permissions', 'eirma_ldm', 'local_links', '', 0, ''),
(48186, -1, 'll_forumparent_remove', 'Remove linked subforum', 'eirma_ldm', 'local_links', '', 0, ''),
(48185, -1, 'll_forumparent_link', 'Create linked subforum', 'eirma_ldm', 'local_links', '', 0, ''),
(48184, -1, 'll_forumparent_keep', 'Keep linked subforum', 'eirma_ldm', 'local_links', '', 0, ''),
(48183, -1, 'll_forumparent', 'Parent Forum', 'eirma_ldm', 'local_links', '', 0, ''),
(48182, -1, 'll_forumdefault_reapply', 'Update links and categories with default protections?', 'eirma_ldm', 'local_links', '', 0, ''),
(48181, -1, 'll_forumdefault', '(Open Access)', 'eirma_ldm', 'local_links', '', 0, ''),
(48180, -1, 'll_filedownload', 'Filetypes handled as downloads', 'eirma_ldm', 'local_links', '', 0, ''),
(48179, -1, 'll_filetypes_sample', '(doc, mp3, jpg, etc)', 'eirma_ldm', 'local_links', '', 0, ''),
(48178, -1, 'll_filetypes', 'Filetype(s)', 'eirma_ldm', 'local_links', '', 0, ''),
(48177, -1, 'll_extdesc', 'Extended Description', 'eirma_ldm', 'local_links', '', 0, ''),
(48176, -1, 'll_extcatdesc', 'Alternate description used as category header in links listings. If left blank, the brief description is used. Can be used to give an extended description, provide a header image, etc.', 'eirma_ldm', 'local_links', '', 0, ''),
(48175, -1, 'll_export', 'Export', 'eirma_ldm', 'local_links', '', 0, ''),
(48174, -1, 'll_error_urlnull', 'No file/url specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48173, -1, 'll_error_upload_7', 'Error - unable to move uploaded file on server.', 'eirma_ldm', 'local_links', '', 0, ''),
(48172, -1, 'll_error_upload_6', 'Error - file uploads disabled.', 'eirma_ldm', 'local_links', '', 0, ''),
(48171, -1, 'll_error_upload_5', 'Error - security breach.', 'eirma_ldm', 'local_links', '', 0, ''),
(48170, -1, 'll_error_upload_4', 'Error - unable to create temporary upload file on server.', 'eirma_ldm', 'local_links', '', 0, ''),
(48169, -1, 'll_error_upload_3', 'Error - upload larger than maximum size allowed.', 'eirma_ldm', 'local_links', '', 0, ''),
(48168, -1, 'll_error_upload_2', 'Error - upload of this filetype not allowed.', 'eirma_ldm', 'local_links', '', 0, ''),
(48167, -1, 'll_error_upload_1', 'Error - upload failed.', 'eirma_ldm', 'local_links', '', 0, ''),
(48166, -1, 'll_error_unknownaccess', 'Error - Cannot determine if you can access link: linkid,forumid=', 'eirma_ldm', 'local_links', '', 0, ''),
(48165, -1, 'll_error_remote', 'Sorry - links to offsite downloads have been disabled.', 'eirma_ldm', 'local_links', '', 0, ''),
(48164, -1, 'll_error_recursive_cat', '<b>Critical error</b>: recursive category hierarchy.', 'eirma_ldm', 'local_links', '', 0, ''),
(48163, -1, 'll_error_protocol', 'Sorry - unable to handle protocol', 'eirma_ldm', 'local_links', '', 0, ''),
(48162, -1, 'll_error_pcatnull', 'No parent category specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48161, -1, 'll_error_openfail', 'Unable to open', 'eirma_ldm', 'local_links', '', 0, ''),
(48158, -1, 'll_error_nolinkid', 'Error - no link/id specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48159, -1, 'll_error_nolinkmod', 'There are no links requiring moderation.', 'eirma_ldm', 'local_links', '', 0, ''),
(48160, -1, 'll_error_nosend', 'You do not have permission to use the Send to Friend feature.', 'eirma_ldm', 'local_links', '', 0, ''),
(48157, -1, 'll_error_noforum', 'Unable to proceed - ask administrator to set default forum.', 'eirma_ldm', 'local_links', '', 0, ''),
(48156, -1, 'll_error_monitordir', 'Cannot proceed - monitor_dir not set correctly.', 'eirma_ldm', 'local_links', '', 0, ''),
(48153, -1, 'll_error_linknotavail', 'Sorry - link is not currently available', 'eirma_ldm', 'local_links', '', 0, ''),
(48154, -1, 'll_error_linknull', 'No link name specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48155, -1, 'll_error_monitorcat', 'Cannot proceed - monitor_catid not set correctly.', 'eirma_ldm', 'local_links', '', 0, ''),
(48152, -1, 'll_error_linkid', 'Link does not exist', 'eirma_ldm', 'local_links', '', 0, ''),
(48151, -1, 'll_error_linkduplicate', 'Entry already exists in the database: not added', 'eirma_ldm', 'local_links', '', 0, ''),
(48150, -1, 'll_error_linkcheckfailed', 'Link check failed', 'eirma_ldm', 'local_links', '', 0, ''),
(48149, -1, 'll_error_invalidsettings', 'The following setting(s) are invalid', 'eirma_ldm', 'local_links', '', 0, ''),
(48148, -1, 'll_error_forumlink', 'Cannot create forum link - no forum selected.', 'eirma_ldm', 'local_links', '', 0, ''),
(48147, -1, 'll_error_forum', 'Forum does not exist.', 'eirma_ldm', 'local_links', '', 0, ''),
(48146, -1, 'll_error_filetype', 'Invalid filetype specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48145, -1, 'll_error_email', 'Invalid email address.', 'eirma_ldm', 'local_links', '', 0, ''),
(48143, -1, 'll_error_dldisable', 'Sorry, off-site downloads have been disabled.', 'eirma_ldm', 'local_links', '', 0, ''),
(48144, -1, 'll_error_date', 'Invalid date/time.', 'eirma_ldm', 'local_links', '', 0, ''),
(48142, -1, 'll_error_critical_version', '<b>Critical error</b>: different versions of software, templates, phrases and database.', 'eirma_ldm', 'local_links', '', 0, ''),
(48141, -1, 'll_error_critical_installed', '<b>Critical error</b>: Links and Download Manager not installed.', 'eirma_ldm', 'local_links', '', 0, ''),
(48140, -1, 'll_error_critical_forum', '<b>Critical error</b>: invalid default_forumid.', 'eirma_ldm', 'local_links', '', 0, ''),
(48139, -1, 'll_error_critical_cat', '<b>Critical error</b>: invalid category hierarchy.', 'eirma_ldm', 'local_links', '', 0, ''),
(48138, -1, 'll_error_catrecurse', 'You are trying to make the category a child of itself.', 'eirma_ldm', 'local_links', '', 0, ''),
(48137, -1, 'll_error_catnull', 'No category specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48136, -1, 'll_error_catnotempty', 'Cannot delete a category which still contains links/subcategories.', 'eirma_ldm', 'local_links', '', 0, ''),
(48135, -1, 'll_error_catlinknull', 'No category/link specified.', 'eirma_ldm', 'local_links', '', 0, ''),
(48134, -1, 'll_error_category', 'Category does not exist.', 'eirma_ldm', 'local_links', '', 0, ''),
(48133, -1, 'll_error_catclosed', 'Category closed for new entries.', 'eirma_ldm', 'local_links', '', 0, ''),
(48132, -1, 'll_error_cannotcontinue', 'Cannot continue - ask administrator to correct.', 'eirma_ldm', 'local_links', '', 0, ''),
(48131, -1, 'll_entry', 'Entry', 'eirma_ldm', 'local_links', '', 0, ''),
(48130, -1, 'll_entrieslc', 'entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48129, -1, 'll_entries_to_moderate', 'entries to moderate', 'eirma_ldm', 'local_links', '', 0, ''),
(48128, -1, 'll_entries', 'Entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48127, -1, 'll_emailsent', 'Email Sent to ', 'eirma_ldm', 'local_links', '', 0, ''),
(48126, -1, 'll_emailname', 'Recipient Name', 'eirma_ldm', 'local_links', '', 0, ''),
(48125, -1, 'll_emailaddress', 'Recipient Email Address', 'eirma_ldm', 'local_links', '', 0, ''),
(48124, -1, 'll_editlink', 'Edit Link', 'eirma_ldm', 'local_links', '', 0, ''),
(48123, -1, 'll_editlc', 'edit', 'eirma_ldm', 'local_links', '', 0, ''),
(48122, -1, 'll_editforumperm', 'edit forum perms', 'eirma_ldm', 'local_links', '', 0, ''),
(48121, -1, 'll_edited', 'Edited', 'eirma_ldm', 'local_links', '', 0, ''),
(48118, -1, 'll_edit', 'Edit', 'eirma_ldm', 'local_links', '', 0, ''),
(48119, -1, 'll_edit_original', 'Edit Original Link', 'eirma_ldm', 'local_links', '', 0, ''),
(48120, -1, 'll_editcat', 'Edit Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48117, -1, 'll_duplicates', 'Duplicates', 'eirma_ldm', 'local_links', '', 0, ''),
(48116, -1, 'll_dump', 'Dump', 'eirma_ldm', 'local_links', '', 0, ''),
(48115, -1, 'll_downloads', 'Hits', 'eirma_ldm', 'local_links', '', 0, ''),
(48114, -1, 'll_download', 'Download', 'eirma_ldm', 'local_links', '', 0, ''),
(48113, -1, 'll_displayorder_text', 'Place entry within subgroup', 'eirma_ldm', 'local_links', '', 0, ''),
(48112, -1, 'll_displayorder', 'Display order', 'eirma_ldm', 'local_links', '', 0, ''),
(48111, -1, 'll_desc_admstat', 'Show access statistics, numbers of entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48110, -1, 'll_desc_admset', 'Change LDM settings', 'eirma_ldm', 'local_links', '', 0, ''),
(48109, -1, 'll_desc_admperm', 'Change general usergroup permissions (add, edit, delete, etc)', 'eirma_ldm', 'local_links', '', 0, ''),
(48108, -1, 'll_desc_admimex', 'Backup and restore, scan website directories', 'eirma_ldm', 'local_links', '', 0, ''),
(48107, -1, 'll_desc_admcats', 'Entries, forum protections, mass edits, open/close category', 'eirma_ldm', 'local_links', '', 0, ''),
(48106, -1, 'll_deleted', 'Deleted', 'eirma_ldm', 'local_links', '', 0, ''),
(48105, -1, 'll_delete', 'Delete', 'eirma_ldm', 'local_links', '', 0, ''),
(48104, -1, 'll_days', 'days', 'eirma_ldm', 'local_links', '', 0, ''),
(48103, -1, 'll_date', 'Date', 'eirma_ldm', 'local_links', '', 0, ''),
(48102, -1, 'll_currcat', 'for current category only', 'eirma_ldm', 'local_links', '', 0, ''),
(48101, -1, 'll_csvdesc', 'CSV file', 'eirma_ldm', 'local_links', '', 0, ''),
(48100, -1, 'll_createby', 'Created by', 'eirma_ldm', 'local_links', '', 0, ''),
(48099, -1, 'll_complete', 'Processing Complete - Proceed', 'eirma_ldm', 'local_links', '', 0, ''),
(48098, -1, 'll_collapselink', 'Show full/short entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48097, -1, 'll_closed', 'closed', 'eirma_ldm', 'local_links', '', 0, ''),
(48096, -1, 'll_close', 'Close', 'eirma_ldm', 'local_links', '', 0, ''),
(48095, -1, 'll_charts', 'Most popular entries during the last {1} days:', 'eirma_ldm', 'local_links', '', 0, ''),
(48093, -1, 'll_catopen', 'Category opened', 'eirma_ldm', 'local_links', '', 0, ''),
(48094, -1, 'll_cats', 'Categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48092, -1, 'll_catdataentry_text', 'Used in Links entry/edit forms to guide users on how to enter a link, explain acceptable policy for this category, etc. Leave blank to omit from data entry forms.', 'eirma_ldm', 'local_links', '', 0, ''),
(48091, -1, 'll_catdataentry', 'Use Policy', 'eirma_ldm', 'local_links', '', 0, ''),
(48090, -1, 'll_catclosed', 'Category closed', 'eirma_ldm', 'local_links', '', 0, ''),
(48089, -1, 'll_cat', 'Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48087, -1, 'll_bytes', 'bytes', 'eirma_ldm', 'local_links', '', 0, ''),
(48088, -1, 'll_cancel', 'Cancel', 'eirma_ldm', 'local_links', '', 0, ''),
(48086, -1, 'll_browse', 'Browse', 'eirma_ldm', 'local_links', '', 0, ''),
(48085, -1, 'll_broken', 'broken', 'eirma_ldm', 'local_links', '', 0, ''),
(48084, -1, 'll_briefdesc', 'Description', 'eirma_ldm', 'local_links', '', 0, ''),
(48083, -1, 'll_briefcatdesc', 'Used in category listings', 'eirma_ldm', 'local_links', '', 0, ''),
(48082, -1, 'll_available', 'available', 'eirma_ldm', 'local_links', '', 0, ''),
(48081, -1, 'll_asso_forum', 'associated with forum', 'eirma_ldm', 'local_links', '', 0, ''),
(48080, -1, 'll_archive', 'Archive and delete from log', 'eirma_ldm', 'local_links', '', 0, ''),
(48079, -1, 'll_applytolinks', 'Also make this forum the parent of all links currently in the category', 'eirma_ldm', 'local_links', '', 0, ''),
(48078, -1, 'll_apply', 'Apply', 'eirma_ldm', 'local_links', '', 0, ''),
(48077, -1, 'll_allusergroups', 'All Usergroups', 'eirma_ldm', 'local_links', '', 0, ''),
(48076, -1, 'll_allow_duplicates', 'Create new entry if url already exists in database?', 'eirma_ldm', 'local_links', '', 0, ''),
(48075, -1, 'll_allcat', 'all selected categories', 'eirma_ldm', 'local_links', '', 0, ''),
(48074, -1, 'll_all', 'all', 'eirma_ldm', 'local_links', '', 0, ''),
(48073, -1, 'll_advanced_search', 'Advanced Search', 'eirma_ldm', 'local_links', '', 0, ''),
(48072, -1, 'll_adminonly', 'Sorry - only administrators can access this page', 'eirma_ldm', 'local_links', '', 0, ''),
(48071, -1, 'll_admincp', 'AdminCP', 'eirma_ldm', 'local_links', '', 0, ''),
(48070, -1, 'll_admin_visitcat', 'Visit this category', 'eirma_ldm', 'local_links', '', 0, ''),
(48069, -1, 'll_admin_report_thanks', 'Thank you for reporting that link. It will be dealt with as appropriate.', 'eirma_ldm', 'local_links', '', 0, ''),
(48068, -1, 'll_admin_report_subject', 'Reported link from {1}', 'eirma_ldm', 'local_links', '', 0, ''),
(48067, -1, 'll_admin_report_body', '{1} ( mailto:{2} ) has reported this link: {3}.\\r\\nThis is the reason that the user gave:\\r\\n\\r\\n{4}.', 'eirma_ldm', 'local_links', '', 0, ''),
(48066, -1, 'll_admin_numhits', 'Downloads/hits', 'eirma_ldm', 'local_links', '', 0, ''),
(48065, -1, 'll_admin_mimeinfo', 'To modify this list, use the AdminCP to define mimetype settings for the required filetypes.', 'eirma_ldm', 'local_links', '', 0, ''),
(48064, -1, 'll_admin_masseditforum', 'Entries associated with forum', 'eirma_ldm', 'local_links', '', 0, ''),
(48063, -1, 'll_admin_masseditcat', 'Change attributes of all entries', 'eirma_ldm', 'local_links', '', 0, ''),
(48062, -1, 'll_admin_editcat', 'Edit this category', 'eirma_ldm', 'local_links', '', 0, ''),
(48061, -1, 'll_admin_critical_forum', '* Fixed invalid default_forumid *', 'eirma_ldm', 'local_links', '', 0, ''),
(48060, -1, 'll_admin_critical_cat', '* Fixed invalid category hierarchy *', 'eirma_ldm', 'local_links', '', 0, ''),
(48059, -1, 'll_admin_catstruct', 'Category Structure', 'eirma_ldm', 'local_links', '', 0, ''),
(48058, -1, 'll_admin_accessperm', 'Access Permissions', 'eirma_ldm', 'local_links', '', 0, ''),
(48057, -1, 'll_addeditlink', 'Add/Edit Link', 'eirma_ldm', 'local_links', '', 0, ''),
(48056, -1, 'll_addeditcat', 'Add/Edit Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48055, -1, 'll_addcat', 'Add Category', 'eirma_ldm', 'local_links', '', 0, ''),
(48054, -1, 'll_access_error_loggedin', '<p>Unfortunately, you do not have sufficient permission to access this entry,\r\n			as it is reserved for another usergroup. Please contact us for more information if necessary</p>', 'eirma_ldm', 'local_links', '', 0, ''),
(48053, -1, 'll_access_error_notloggedin', '<p>Unfortunately, this entry is only available to our registered users. If you \r\n			already have an account at this site, log in and try again.  If you do not have a username, consider using the \r\n			<strong>register</strong> button to obtain one.</p><p>Please be aware that certain entries on this site may only \r\n			be available to privileged usergroups, in which case you may receive a warning message even after logging in.</p>', 'eirma_ldm', 'local_links', '', 0, ''),
(48052, -1, 'll_accepted', 'Accepted', 'eirma_ldm', 'local_links', '', 0, ''),
(48050, -1, 'll_abandoned', 'Abandoned', 'eirma_ldm', 'local_links', '', 0, ''),
(48051, -1, 'll_accept', 'Accept', 'eirma_ldm', 'local_links', '', 0, ''),
(48049, -1, 'll_ab_send', 'send', 'eirma_ldm', 'local_links', '', 0, ''),
(48048, -1, 'll_ab_favplus', '+F', 'eirma_ldm', 'local_links', '', 0, ''),
(48047, -1, 'll_ab_favminus', '-F', 'eirma_ldm', 'local_links', '', 0, ''),
(48046, -1, 'll_5star', '5 star', 'eirma_ldm', 'local_links', '', 0, ''),
(48045, -1, 'll_4star', '4 star', 'eirma_ldm', 'local_links', '', 0, ''),
(48044, -1, 'll_3star', '3 star', 'eirma_ldm', 'local_links', '', 0, ''),
(48043, -1, 'll_2star', '2 star', 'eirma_ldm', 'local_links', '', 0, ''),
(48042, -1, 'll_1star', '1 star', 'eirma_ldm', 'local_links', '', 0, ''),
(48041, -1, 'ldm_links_database', 'Links and Downloads Manager', 'eirma_ldm', 'style', '', 0, ''),
(91661, -1, 'sponsor_faq_stats', 'Viewing Statistics', 'vbsponsors', 'faqtitle', 'Deviation', 1160618569, '2.0.0'),
(91660, -1, 'sponsor_faq_main', 'vB.Sponsors FAQ', 'vbsponsors', 'faqtitle', 'Deviation', 1160618296, '2.0.0'),
(91658, -1, 'sponsor_faq_forums', 'Enabling Sponsors for Forums', 'vbsponsors', 'faqtitle', 'Deviation', 1160618576, '2.0.0'),
(91659, -1, 'sponsor_faq_global', 'Managing Global Settings', 'vbsponsors', 'faqtitle', 'Deviation', 1160618584, '2.0.0'),
(91656, -1, 'sponsor_faq_main', '', 'vbsponsors', 'faqtext', 'Deviation', 1160618296, '2.0.0'),
(91657, -1, 'sponsor_faq_stats', 'View Statistics', 'vbsponsors', 'faqtext', 'Deviation', 1160618569, '2.0.0'),
(91655, -1, 'sponsor_faq_global', 'managing global settings', 'vbsponsors', 'faqtext', 'Deviation', 1160618584, '2.0.0'),
(91654, -1, 'sponsor_faq_forums', 'Enabling Sponsors for Forums', 'vbsponsors', 'faqtext', 'Deviation', 1160618576, '2.0.0'),
(91653, -1, 'sponsor_url_invalid', 'Invalid Sponsor URL Specified', 'vbsponsors', 'error', 'Deviation', 1159339332, '2.0.0'),
(91652, -1, 'sponsor_not_enabled', 'Sponsorship Not Enabled', 'vbsponsors', 'error', 'Deviation', 1159339332, '2.0.0'),
(91651, -1, 'sponsor_cp_global_enable_adsense', 'Enable Google Adsense', 'vbsponsors', 'cphome', 'Deviation', 1181403683, '2.0.0'),
(91650, -1, 'sponsor_cp_title', 'vB.Sponsors Manager', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91649, -1, 'sponsor_cp_statistics_statistics_for', 'Statistics for: ', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91648, -1, 'sponsor_cp_statistics_sponsor_link', 'Sponsor''s Link', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91647, -1, 'sponsor_cp_statistics_sponsor_date_updated', 'Sponsor''s Details Updated', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91646, -1, 'sponsor_cp_statistics_none', 'No statistics to view', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(91645, -1, 'sponsor_cp_statistics_current_as_of', '<em>report generated</em>&nbsp;', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91643, -1, 'sponsor_cp_statistics', 'View Statistics', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(91644, -1, 'sponsor_cp_statistics_choose_forum', 'Choose forum<dfn>Only forums with sponsors enabled and existing sponsors are listed.</dfn>', 'vbsponsors', 'cphome', 'Deviation', 1159339332, '2.0.0'),
(58792, -1, 'undeleted_thread', 'Undeleted Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58793, -1, 'unstuck_thread', 'Unstuck Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58794, -1, 'uploaded_attachment', 'Uploaded Attachment', 'abe1_moderator_stats', 'global', '', 0, ''),
(58795, -1, 'moderator_stats_no_mods', 'Sorry, the search did not pick up any moderators to display. You can add users by usergroup in your AdminCP settings.', 'abe1_moderator_stats', 'error', '', 0, ''),
(58796, -1, 'setting_abe1_mms_permissions_usergroups_desc', 'Enter the UsergroupIDs of usergroups you want that can view the stats. Secondary usergroups of users are matched with this list also.<dfn>Enter a list of usergroupID numbers, separated by a | (for example: 1|2|3).</dfn>', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58791, -1, 'undeleted_post', 'Undeleted Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58788, -1, 'unapproved_attachment', 'Unapproved Attachment', 'abe1_moderator_stats', 'global', '', 0, ''),
(58789, -1, 'unapproved_post', 'Unapproved Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58790, -1, 'unapproved_thread', 'Unapproved Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58786, -1, 'threads_started_his_forums', 'Threads Started in His Forums', 'abe1_moderator_stats', 'global', '', 0, ''),
(58787, -1, 'total_moderator_actions', 'Total Moderator Actions', 'abe1_moderator_stats', 'global', '', 0, ''),
(58785, -1, 'threads_started', 'Threads Started', 'abe1_moderator_stats', 'global', '', 0, ''),
(58783, -1, 'split_thread', 'Split Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58784, -1, 'stuck_thread', 'Stuck Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58782, -1, 'softdeleted_thread', 'Softdeleted Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58779, -1, 'removed_thread', 'Removed Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58780, -1, 'removed_thread_redirect', 'Removed Thread Redirect', 'abe1_moderator_stats', 'global', '', 0, ''),
(58781, -1, 'softdeleted_post', 'Softdeleted Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58777, -1, 'removed_attachment', 'Removed Attachment', 'abe1_moderator_stats', 'global', '', 0, ''),
(58778, -1, 'removed_post', 'Removed Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58770, -1, 'merged_threads', 'Merged Threads', 'abe1_moderator_stats', 'global', '', 0, ''),
(58771, -1, 'moderator_stats', 'Moderator Statistics', 'abe1_moderator_stats', 'global', '', 0, ''),
(58772, -1, 'moved_thread', 'Moved Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58773, -1, 'moved_thread_with_redirect', 'Moved Thread with Redirect', 'abe1_moderator_stats', 'global', '', 0, ''),
(58774, -1, 'opened_thread', 'Open Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58775, -1, 'poll_edited', 'Poll Edited', 'abe1_moderator_stats', 'global', '', 0, ''),
(58776, -1, 'posts_his_forums', 'Posts in His Forums', 'abe1_moderator_stats', 'global', '', 0, ''),
(58758, -1, 'advanced_log_stats', 'Advanced Log Stats', 'abe1_moderator_stats', 'global', '', 0, ''),
(58759, -1, 'advanced_log_stats_for', 'Advanced Log Stats for', 'abe1_moderator_stats', 'global', '', 0, ''),
(58760, -1, 'approved_attachment', 'Approved Attachment', 'abe1_moderator_stats', 'global', '', 0, ''),
(58761, -1, 'approved_post', 'Approved Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58762, -1, 'approved_thread', 'Approved Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58763, -1, 'changed_thread_title', 'Changed Thread Title', 'abe1_moderator_stats', 'global', '', 0, ''),
(58764, -1, 'copied_thread', 'Copied Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58765, -1, 'edited_post', 'Edited Post', 'abe1_moderator_stats', 'global', '', 0, ''),
(58766, -1, 'edited_thread', 'Edited Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(58767, -1, 'last_x_days', '(Last {1} days)', 'abe1_moderator_stats', 'global', '', 0, ''),
(58768, -1, 'merged_posts', 'Merged Posts', 'abe1_moderator_stats', 'global', '', 0, ''),
(58769, -1, 'merged_thread', 'Merged Thread', 'abe1_moderator_stats', 'global', '', 0, ''),
(46370, 0, 'setting_portal_welcome_rank_desc', 'This option will allow you to display the user''s rank image.', '', 'vbsettings', '', 0, ''),
(46369, 0, 'setting_portal_welcome_rank_title', 'Show User Rank', '', 'vbsettings', '', 0, ''),
(46367, 0, 'setting_portal_welcome_rep_title', 'Show Reputation', '', 'vbsettings', '', 0, ''),
(46368, 0, 'setting_portal_welcome_rep_desc', 'This option will allow you to display the user''s current reputation image and reputation power.', '', 'vbsettings', '', 0, ''),
(46366, 0, 'setting_portal_welcome_newposts_desc', 'This option will display the number of new posts since a user''s last visit, along with a link to the posts.', '', 'vbsettings', '', 0, ''),
(46365, 0, 'setting_portal_welcome_newposts_title', 'Show New Posts', '', 'vbsettings', '', 0, ''),
(46364, 0, 'setting_portal_welcome_avatar_desc', 'Displays the user''s avatar.', '', 'vbsettings', '', 0, ''),
(46362, 0, 'setting_portal_welcome_newpms_desc', 'Displays a user''s private message info.', '', 'vbsettings', '', 0, ''),
(46363, 0, 'setting_portal_welcome_avatar_title', 'Show User''s Avatar', '', 'vbsettings', '', 0, ''),
(46360, 0, 'setting_portal_welcome_lastvisit_time_desc', 'The format that you would like the time of the user''s last visit displayed in.', '', 'vbsettings', '', 0, ''),
(46361, 0, 'setting_portal_welcome_newpms_title', 'Show Private Message Info', '', 'vbsettings', '', 0, ''),
(46358, 0, 'setting_portal_welcome_lastvisit_date_desc', 'The format that you would like the date of the user''s last visit displayed in.', '', 'vbsettings', '', 0, ''),
(46359, 0, 'setting_portal_welcome_lastvisit_time_title', 'Last Visit Time Format', '', 'vbsettings', '', 0, ''),
(46356, 0, 'setting_portal_collapsemods_desc', 'This option will allow your modules to be collapsed/expanded by your users.', '', 'vbsettings', '', 0, ''),
(46357, 0, 'setting_portal_welcome_lastvisit_date_title', 'Last Visit Date Format', '', 'vbsettings', '', 0, ''),
(46354, 0, 'setting_portal_shownavbar_desc', 'This option will enable the vBulletin navbar on the page.', '', 'vbsettings', '', 0, ''),
(46355, 0, 'setting_portal_collapsemods_title', 'Enable Collapsable Modules', '', 'vbsettings', '', 0, ''),
(46353, 0, 'setting_portal_shownavbar_title', 'Enable Navbar', '', 'vbsettings', '', 0, ''),
(46351, 0, 'setting_portal_blockbullet_title', 'Module Title Bullet', '', 'vbsettings', '', 0, ''),
(46352, 0, 'setting_portal_blockbullet_desc', 'Here you may enter any HTML code which you would like to appear next to the title of each block.', '', 'vbsettings', '', 0, ''),
(46350, 0, 'setting_portal_vspace_desc', 'The amount of space (in pixels) between the different columns.', '', 'vbsettings', '', 0, ''),
(46349, 0, 'setting_portal_vspace_title', 'Verticle Spacing Between Modules', '', 'vbsettings', '', 0, ''),
(46347, 0, 'setting_portal_colspacing_title', 'Horizontal Spacing Between Columns', '', 'vbsettings', '', 0, ''),
(46348, 0, 'setting_portal_colspacing_desc', 'This is the amount of space (in pixels) that is between the different columns.', '', 'vbsettings', '', 0, ''),
(46345, 0, 'setting_portal_rightcolwidth_title', 'Right Column Width', '', 'vbsettings', '', 0, ''),
(46346, 0, 'setting_portal_rightcolwidth_desc', 'The width (in pixels or percentage) of your right column.', '', 'vbsettings', '', 0, ''),
(46343, 0, 'setting_portal_leftcolwidth_title', 'Left Column Width', '', 'vbsettings', '', 0, ''),
(46344, 0, 'setting_portal_leftcolwidth_desc', 'The width (in pixels or percentage) of your left column.', '', 'vbsettings', '', 0, ''),
(46341, 0, 'setting_portal_poll_direction_title', 'Polls Display Direction', '', 'vbsettings', '', 0, ''),
(46342, 0, 'setting_portal_poll_direction_desc', 'The direction in which the poll should be selected.', '', 'vbsettings', '', 0, ''),
(46338, 0, 'setting_portal_poll_allowsmilies_desc', 'Allows smilies in poll options.', '', 'vbsettings', '', 0, ''),
(46339, 0, 'setting_portal_poll_orderby_title', 'Polls Display Order', '', 'vbsettings', '', 0, ''),
(46340, 0, 'setting_portal_poll_orderby_desc', 'The order in which the poll should be selected.', '', 'vbsettings', '', 0, ''),
(46337, 0, 'setting_portal_poll_allowsmilies_title', 'Allow Smilies', '', 'vbsettings', '', 0, ''),
(46336, 0, 'setting_portal_poll_allowreplies_desc', 'This option will show the ''Reply to this poll'' link on your poll giving users a link to quickly post a reply about the poll.', '', 'vbsettings', '', 0, ''),
(46335, 0, 'setting_portal_poll_allowreplies_title', 'Show Reply Info', '', 'vbsettings', '', 0, ''),
(46334, 0, 'setting_portal_poll_forumid_desc', 'Here you may select the forum(s) in which you would like to display polls from. To select more than one forum, hold down your ''ctrl'' key while selecting the forums with your mouse.', '', 'vbsettings', '', 0, ''),
(46333, 0, 'setting_portal_poll_forumid_title', 'Polls Forum(s)', '', 'vbsettings', '', 0, ''),
(46332, 0, 'setting_portal_newsarchive_showforum_desc', 'This option will display the name of and a link to the forum that the post was made in.', '', 'vbsettings', '', 0, ''),
(46331, 0, 'setting_portal_newsarchive_showforum_title', 'Show Forum', '', 'vbsettings', '', 0, ''),
(46330, 0, 'setting_portal_newsarchive_lastpost_desc', 'This option will display the last poster and time at which the last post was made.', '', 'vbsettings', '', 0, ''),
(46329, 0, 'setting_portal_newsarchive_lastpost_title', 'Show Last Post Info', '', 'vbsettings', '', 0, ''),
(46328, 0, 'setting_portal_news_archivepreview_desc', 'This option will allow you to show a preview of the archived thread, the same as on the forumdisplay page.', '', 'vbsettings', '', 0, ''),
(46327, 0, 'setting_portal_news_archivepreview_title', 'Show Preview in Archive?', '', 'vbsettings', '', 0, ''),
(46326, 0, 'setting_portal_news_enablearchive_desc', 'Set this to the number of news posts you would like to displayin the News Archive. Set this to 0 to disable the News Archive.', '', 'vbsettings', '', 0, ''),
(46325, 0, 'setting_portal_news_enablearchive_title', 'Number of Archived News Posts to Display', '', 'vbsettings', '', 0, ''),
(46324, 0, 'setting_portal_news_enablesmilies_desc', 'Allows smilies in posts.', '', 'vbsettings', '', 0, ''),
(46323, 0, 'setting_portal_news_enablesmilies_title', 'Allow Smilies', '', 'vbsettings', '', 0, ''),
(46322, 0, 'setting_portal_news_enablevbimage_desc', 'Allow the [IMG] code tag in posts.', '', 'vbsettings', '', 0, ''),
(46321, 0, 'setting_portal_news_enablevbimage_title', 'Allow [IMG] Code', '', 'vbsettings', '', 0, ''),
(46320, 0, 'setting_portal_news_enablevbcode_desc', 'Allow BB code tags in posts.', '', 'vbsettings', '', 0, ''),
(46319, 0, 'setting_portal_news_enablevbcode_title', 'Allow BB Code', '', 'vbsettings', '', 0, ''),
(46318, 0, 'setting_portal_news_enablehtml_desc', 'This allows HTML to be parsed in posts.', '', 'vbsettings', '', 0, ''),
(46317, 0, 'setting_portal_news_enablehtml_title', 'Allow HMTL', '', 'vbsettings', '', 0, ''),
(46316, 0, 'setting_portal_news_legacy_desc', 'This option will display the posts separately rather than grouped together.', '', 'vbsettings', '', 0, ''),
(46315, 0, 'setting_portal_news_legacy_title', 'Separate News Posts', '', 'vbsettings', '', 0, ''),
(46313, 0, 'setting_portal_news_sticky_title', 'Show Sticky Posts on Top', '', 'vbsettings', '', 0, ''),
(46314, 0, 'setting_portal_news_sticky_desc', 'This option will allow threads that have been made sticky to appear at the top of the news section.', '', 'vbsettings', '', 0, ''),
(46312, 0, 'setting_portal_news_showsignature_desc', 'This option will show the poster''s signature with the post. Note that the ''Show your signature'' option when making a post can still be used to disable signatures in selected posts.', '', 'vbsettings', '', 0, ''),
(46311, 0, 'setting_portal_news_showsignature_title', 'Show Signatures', '', 'vbsettings', '', 0, ''),
(46310, 0, 'setting_portal_news_showsendfriend_desc', 'Displays the ''send to friend'' icon to allow users to quickly email a link to the thread to friends.', '', 'vbsettings', '', 0, ''),
(46309, 0, 'setting_portal_news_showsendfriend_title', 'Show Send to Friend Link', '', 'vbsettings', '', 0, ''),
(46307, 0, 'setting_portal_news_showprintable_title', 'Show Printable Version Link', '', 'vbsettings', '', 0, ''),
(46308, 0, 'setting_portal_news_showprintable_desc', 'Displays the ''printable version'' icon with a link to allow users to quickly print the thread.', '', 'vbsettings', '', 0, ''),
(46306, 0, 'setting_portal_news_showsubscribed_desc', 'Displays the ''subscribed'' icon next to the thread title for threads which a user is subscribed to.', '', 'vbsettings', '', 0, ''),
(46305, 0, 'setting_portal_news_showsubscribed_title', 'Show Subscribed Thread Icon', '', 'vbsettings', '', 0, ''),
(46304, 0, 'setting_portal_news_showrating_desc', 'Shows the rating of each post.', '', 'vbsettings', '', 0, ''),
(46303, 0, 'setting_portal_news_showrating_title', 'Show Ratings', '', 'vbsettings', '', 0, ''),
(46302, 0, 'setting_portal_news_showicon_desc', 'Displays the icon selected for each post.', '', 'vbsettings', '', 0, ''),
(46301, 0, 'setting_portal_news_showicon_title', 'Show Post Icons', '', 'vbsettings', '', 0, ''),
(46300, 0, 'setting_portal_news_showavatar_desc', 'Displays the poster''s avatar with each post.', '', 'vbsettings', '', 0, ''),
(46299, 0, 'setting_portal_news_showavatar_title', 'Show Avatars', '', 'vbsettings', '', 0, ''),
(46298, 0, 'setting_portal_news_allowreplies_desc', 'Displays the number of replies that have been made to each post.', '', 'vbsettings', '', 0, ''),
(46297, 0, 'setting_portal_news_allowreplies_title', 'Show Reply Info', '', 'vbsettings', '', 0, ''),
(46296, 0, 'setting_portal_news_showattachments_desc', 'Display attachments associated with each post.', '', 'vbsettings', '', 0, ''),
(46295, 0, 'setting_portal_news_showattachments_title', 'Enable Attachments', '', 'vbsettings', '', 0, ''),
(46294, 0, 'setting_portal_news_direction_desc', 'The direction in which threads should appear in.', '', 'vbsettings', '', 0, ''),
(46293, 0, 'setting_portal_news_direction_title', 'Thread Display Direction', '', 'vbsettings', '', 0, ''),
(46292, 0, 'setting_portal_news_orderby_desc', 'The field in which threads should be ordered by.', '', 'vbsettings', '', 0, ''),
(46291, 0, 'setting_portal_news_orderby_title', 'Thread Display Order', '', 'vbsettings', '', 0, ''),
(46290, 0, 'setting_portal_news_dateformat_desc', 'The format in which the date and time will presented in your news posts. Leave this blank if you do not wish to display the date/time a post was made.', '', 'vbsettings', '', 0, ''),
(46289, 0, 'setting_portal_news_dateformat_title', 'Date & Time Format', '', 'vbsettings', '', 0, ''),
(46287, 0, 'setting_portal_news_maxchars_title', 'Maximum Characters to Display', '', 'vbsettings', '', 0, ''),
(46288, 0, 'setting_portal_news_maxchars_desc', 'The maximum number of characters that you would like to display in a news post before it is replaced by the ''[read more]'' link. Set this option to ''0'' for no limit.', '', 'vbsettings', '', 0, ''),
(46286, 0, 'setting_portal_news_maxposts_desc', 'The maximum number of threads to display. Set this option to 0 to show all.', '', 'vbsettings', '', 0, ''),
(46285, 0, 'setting_portal_news_maxposts_title', 'Maximum Number of Threads to Display', '', 'vbsettings', '', 0, ''),
(46284, 0, 'setting_portal_news_forumid_desc', 'Here you may select the forum(s) in which you would like to display recent threads from in your news module. To select more than one forum, hold down your ''ctrl'' key while selecting the forums with your mouse.', '', 'vbsettings', '', 0, ''),
(46283, 0, 'setting_portal_news_forumid_title', 'News Forum(s)', '', 'vbsettings', '', 0, ''),
(46281, 0, 'setting_portal_navigation_addpages_title', 'Additional Pages', '', 'vbsettings', '', 0, ''),
(46282, 0, 'setting_portal_navigation_addpages_desc', 'Here you may enter any additional pages which you would like to display a link to in this module. Simply enter the title of the page in the first column and the URL it should link to in the second.', '', 'vbsettings', '', 0, ''),
(46279, 0, 'setting_portal_navigation_mark2_title', 'Level 2+ Mark', '', 'vbsettings', '', 0, ''),
(46280, 0, 'setting_portal_navigation_mark2_desc', 'This is what will be displayed next to a page''s title if the page does have a parent.', '', 'vbsettings', '', 0, ''),
(46278, 0, 'setting_portal_navigation_mark1_desc', 'This is what will be displayed next to a page''s title if the page does not have a parent.', '', 'vbsettings', '', 0, ''),
(46277, 0, 'setting_portal_navigation_mark1_title', 'Level 1 Mark', '', 'vbsettings', '', 0, ''),
(46275, 0, 'setting_portal_navigation_excludepages_title', 'Pages to Exclude', '', 'vbsettings', '', 0, ''),
(46276, 0, 'setting_portal_navigation_excludepages_desc', 'Here you may select any pages which you do not wish to display with this module.', '', 'vbsettings', '', 0, ''),
(46274, 0, 'setting_portal_replaceadmin_desc', 'This option will replace the ''Admin CP'' link in your footer template with a link to the CMPS admin file. If you have modified your admincp/index.php file to add the CMPS options you may turn this option off to have it link to the vBulletin Admin CP.', '', 'vbsettings', '', 0, ''),
(46273, 0, 'setting_portal_replaceadmin_title', 'Replace Admin CP Link', '', 'vbsettings', '', 0, ''),
(46272, 0, 'setting_portal_outputglobals_desc', 'If you have other hacks installed on your forums, it may be necessary to globalize some of the variables used in those hacks for use with the CMPS. You may enter a list of variables to globalize here. Separate each variable with a carrage return. Please note as well that it is NOT necessary to add the $ mark before the variable name.', '', 'vbsettings', '', 0, ''),
(46271, 0, 'setting_portal_outputglobals_title', 'Portal Output Global Variables', '', 'vbsettings', '', 0, ''),
(46270, 0, 'setting_portal_pagevar_desc', 'This is the variable that will be used in the URL to link to your new pages. For example, if this option is set to ''page'', then a link to a new page would look like this: http://yoursite.com/index.php?page=yourpage', '', 'vbsettings', '', 0, ''),
(46267, 0, 'setting_portal_homeurl_title', 'CMPS URL', '', 'vbsettings', '', 0, ''),
(46268, 0, 'setting_portal_homeurl_desc', 'The full URL to the CMPS file.', '', 'vbsettings', '', 0, ''),
(46269, 0, 'setting_portal_pagevar_title', 'Page Variable', '', 'vbsettings', '', 0, ''),
(46266, 0, 'setting_portal_version_desc', 'Leave this setting alone.', '', 'vbsettings', '', 0, ''),
(46265, 0, 'setting_portal_version_title', 'vBadvanced CMPS version', '', 'vbsettings', '', 0, ''),
(46264, 0, 'setting_portal_threads_showrating_desc', 'Shows the thread''s rating', '', 'vbsettings', '', 0, ''),
(46263, 0, 'setting_portal_threads_showrating_title', 'Show Thread Ratings', '', 'vbsettings', '', 0, ''),
(46262, 0, 'setting_portal_threads_showsubscribed_desc', 'Displays the ''subscribed'' icon next tothe thread title if a user is subscribed to that thread.', '', 'vbsettings', '', 0, ''),
(46260, 0, 'setting_portal_threads_showicon_desc', 'Displays the icon that was selected for the thread.', '', 'vbsettings', '', 0, ''),
(46261, 0, 'setting_portal_threads_showsubscribed_title', 'Show Subscribed Icon', '', 'vbsettings', '', 0, ''),
(46259, 0, 'setting_portal_threads_showicon_title', 'Show Thread Icons', '', 'vbsettings', '', 0, ''),
(46257, 0, 'setting_portal_threads_showpreview_title', 'Show Preview of Threads', '', 'vbsettings', '', 0, ''),
(46258, 0, 'setting_portal_threads_showpreview_desc', 'This option will allow you to show a preview of the thread, the same as on the forumdisplay page.', '', 'vbsettings', '', 0, ''),
(46256, 0, 'setting_portal_threads_showforum_desc', 'This option will display the name of and a link to the forum that the post was made in.', '', 'vbsettings', '', 0, ''),
(46255, 0, 'setting_portal_threads_showforum_title', 'Show Forum', '', 'vbsettings', '', 0, ''),
(46254, 0, 'setting_portal_threads_lastpost_desc', 'This option will display the last poster and time at which the last post was made.', '', 'vbsettings', '', 0, ''),
(46252, 0, 'setting_portal_threads_showdate_desc', 'Shows the time and date the thread was created.', '', 'vbsettings', '', 0, ''),
(46253, 0, 'setting_portal_threads_lastpost_title', 'Show Last Post Info', '', 'vbsettings', '', 0, ''),
(46251, 0, 'setting_portal_threads_showdate_title', 'Show Date & Time', '', 'vbsettings', '', 0, ''),
(46250, 0, 'setting_portal_applypermissions_desc', 'When set to ''Yes'', this option will take your forum permissions into account and only show threads which the user has permission to view. ', '', 'vbsettings', '', 0, ''),
(46249, 0, 'setting_portal_applypermissions_title', 'Apply Forum Permissions', '', 'vbsettings', '', 0, ''),
(46248, 0, 'setting_portal_threads_direction_desc', 'The direction in which threads should appear in.', '', 'vbsettings', '', 0, ''),
(46247, 0, 'setting_portal_threads_direction_title', 'Thread Display Direction', '', 'vbsettings', '', 0, ''),
(46242, 0, 'setting_portal_threads_maxchars_desc', 'The maximum number of characters that should be displayed before the rest of a thread''s title is replaced by ''...''. Set this to 0 to disable it.', '', 'vbsettings', '', 0, ''),
(46243, 0, 'setting_portal_threads_maxwordchars_title', 'Maximum Characters of Each Word', '', 'vbsettings', '', 0, ''),
(46244, 0, 'setting_portal_threads_maxwordchars_desc', 'The maximum number of characters a word may contain. Any threads that contain a word longer than the value set here will be trimmed to that value (helps to prevent threads with extremely long words from stretching out the page).', '', 'vbsettings', '', 0, ''),
(46245, 0, 'setting_portal_threads_orderby_title', 'Thread Display Order', '', 'vbsettings', '', 0, ''),
(46246, 0, 'setting_portal_threads_orderby_desc', 'The field in which threads should be ordered by.', '', 'vbsettings', '', 0, ''),
(46241, 0, 'setting_portal_threads_maxchars_title', 'Maximum Characters of Thread Title to Display', '', 'vbsettings', '', 0, ''),
(46240, 0, 'setting_portal_threads_maxthreads_desc', 'The maximum number of latest threads that you would like to display.', '', 'vbsettings', '', 0, ''),
(46239, 0, 'setting_portal_threads_maxthreads_title', 'Number of Threads to Display', '', 'vbsettings', '', 0, ''),
(46237, 0, 'setting_portal_threads_forumids_title', 'Recent Threads Forums', '', 'vbsettings', '', 0, ''),
(46238, 0, 'setting_portal_threads_forumids_desc', 'Here you may select the forum(s) in which you would like to display recent threads from. To select more than one forum, hold down your ''ctrl'' key while selecting the forums with your mouse. Leave this option blank to select threads from all forums.', '', 'vbsettings', '', 0, ''),
(46234, 0, 'setting_portal_calendarid_desc', 'Please select which calendar you would like to display.', '', 'vbsettings', '', 0, ''),
(46235, 0, 'setting_portal_threadids_title', 'Threads', '', 'vbsettings', '', 0, ''),
(46236, 0, 'setting_portal_threadids_desc', 'Here you may select specific threads to be displayed with this module. Please note that this setting will override the setting below for a forum to pull these threads from.', '', 'vbsettings', '', 0, ''),
(46233, 0, 'setting_portal_calendarid_title', 'Calendar to Display', '', 'vbsettings', '', 0, ''),
(46232, 0, 'setting_global_header_replace_desc', 'Here you may enter a list of filenames that may appear in your header that should be prefixed with your Forum''s URL.', '', 'vbsettings', '', 0, ''),
(46231, 0, 'setting_global_header_replace_title', 'Header Replacements', '', 'vbsettings', '', 0, ''),
(46229, 0, 'setting_global_footer_replace_title', 'Footer Replacements', '', 'vbsettings', '', 0, ''),
(46230, 0, 'setting_global_footer_replace_desc', 'Here you may enter a list of filenames that may appear in your footer that should be prefixed with your Forum''s URL.', '', 'vbsettings', '', 0, ''),
(46228, 0, 'setting_global_navbar_replace_desc', 'Here you may enter a list of filenames that should be prefixed with your Forum''s URL.', '', 'vbsettings', '', 0, ''),
(46227, 0, 'setting_global_navbar_replace_title', 'Navbar Replacements', '', 'vbsettings', '', 0, ''),
(46225, 0, 'adv_portal_style', 'Style', 'adv_cmps', 'cphome', '', 0, ''),
(46226, 0, 'adv_global', 'Global vBadvanced Settings', 'adv_cmps', 'cphome', '', 0, ''),
(46224, 0, 'adv_portal_main', 'Main', 'adv_cmps', 'cphome', '', 0, ''),
(46223, 0, 'quick_permissions_editor', 'Quick Permissions Editor', 'adv_cmps', 'cphome', '', 0, ''),
(46222, 0, 'download_upload_module', 'Download / Upload Module', 'adv_cmps', 'cphome', '', 0, ''),
(46218, 0, 'edit_pages', 'Edit Pages', 'adv_cmps', 'cphome', '', 0, ''),
(46219, 0, 'add_module', 'Add Module', 'adv_cmps', 'cphome', '', 0, ''),
(46220, 0, 'add_page', 'Add Page', 'adv_cmps', 'cphome', '', 0, ''),
(46221, 0, 'default_settings', 'Default Settings', 'adv_cmps', 'cphome', '', 0, ''),
(46216, 0, 'vba_cmps', 'vBa CMPS', 'adv_cmps', 'cphome', '', 0, ''),
(46217, 0, 'edit_modules', 'Edit Modules', 'adv_cmps', 'cphome', '', 0, ''),
(46215, 0, 'adv_portal_must_choose_x_type', 'You must choose a the type of {1} that you wish to add!\n<div class="smallfont"><b>Note: </b>If you followed the ''Add {1}'' link from your Admin CP and you are receiving this message, you most likely did not make the correct changes when upgrading your CMPS. Please see the readme file and be sure to apply the changes to your admincp/index.php file as listed there.', 'adv_cmps', 'error', '', 0, ''),
(46214, 0, 'adv_portal_template_exists', 'A template named {1} already exists in this style. Please choose a different name for your template, a different style to install this template to, or simply leave the ''Template Content'' field blank. Please note that you may also edit this template through your ''Style Manager''.', 'adv_cmps', 'error', '', 0, ''),
(46212, 0, 'adv_portal_must_choose_title_for_module', 'You must choose a title for your module!', 'adv_cmps', 'error', '', 0, ''),
(46213, 0, 'adv_portal_must_enter_x_for_page', 'You must choose a {1} for your page!', 'adv_cmps', 'error', '', 0, ''),
(46211, 0, 'adv_portal_must_choose_template_include', 'You must choose a template to include!', 'adv_cmps', 'error', '', 0, ''),
(46210, 0, 'adv_portal_must_choose_php_file_include', 'You must choose a PHP file to include!', 'adv_cmps', 'error', '', 0, ''),
(46208, 0, 'adv_portal_moddir_notwritable', 'Your modules directory is not writable. Please chmod your modules directory to 777 and try again.', 'adv_cmps', 'error', '', 0, ''),
(46207, 0, 'adv_portal_invalid_modfile', 'The file you have uploaded is not a valid module file.', 'adv_cmps', 'error', '', 0, ''),
(46206, 0, 'adv_portal_duplicate_identifier', 'You already have a {1} with an identifier of ''{2}''. Please select a different identifier.', 'adv_cmps', 'error', '', 0, ''),
(46205, 0, 'adv_portal_choose_style', 'You must choose the style in which you wish to install the templates for this module to.', 'adv_cmps', 'error', '', 0, ''),
(46204, 0, 'adv_portal_cant_remove_default', 'You can''t remove your default page!', 'adv_cmps', 'error', '', 0, ''),
(46203, 0, 'your_vba_version_up_to_date', 'Your version of vBadvanced CMPS is up to date.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46200, 0, 'x_tools', '{1} Tools', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46201, 0, 'x_y_options', '{2} {1} Options', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46202, 0, 'your_custom_content', 'your ''Custom Page Content'' module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46199, 0, 'x_options', '<b>{1} Options</b>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46197, 0, 'welcome_to_vba_cmps_control_panel', 'Welcome to the vBadvanced CMPS Admin Control Panel', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46198, 0, 'x_link', '{1} Link\n<div class="smallfont">If you would like the title of this {1} to link to another page on your site you may enter the file that this {1} should link to here.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46195, 0, 'vbadvanced_cmps', 'vBadvanced CMPS', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46196, 0, 'version_info_unavailable', 'vBadvanced version information is currently unavailable.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46191, 0, 'upload_module', 'Upload Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46192, 0, 'use_default', 'Use Default', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46193, 0, 'use_default_style', 'Use Default Style', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46187, 0, 'to_begin_selecting_threads', 'To begin selecting threads to display, first choose a forum to browse.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46188, 0, 'to_remove_this_module', 'To remove this module click the ''Remove Module'' button below.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46186, 0, 'title_row_colspan', 'Title Row Colspan\n<div class="smallfont">If the module will have more than one table cell in the code which is output, you may set a colspan value here that will be placed in the title row of the ''adv_portal_module_shell'' template.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46184, 0, 'this_module', 'this module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46182, 0, 'templates_used', 'Templates Used\n<div class="smallfont">Here you may enter a list of any templates that will be used for this module. This is used to cache the templates as well as figure out which templates belong to this module when downloading modules.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46181, 0, 'template_to_include', 'Template to Include', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46180, 0, 'template_title', 'Template Title', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46178, 0, 'template_content', 'Template Content\n<div class="smallfont">If you are adding a new {1} and the template does not already exist, you may enter the content for that template here. If the template already exists, simply leave this field blank. Please note as well that any changes to this template will need to be made via your ''Style Manager''.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46176, 0, 'template', 'Template', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46177, 0, 'template_allows_template', 'A Template {1} will allow you to specify the name of a template which will be displayed as the content for {2}.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46175, 0, 'style_to_install_to', 'Style to install templates to\n<div class="smallfont">If this module has any templates included, you must choose which style you would like to install these templates to here.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46174, 0, 'simple_calendar', 'Simple Calendar', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46171, 0, 'setting', 'setting', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46172, 0, 'setting_customized_pages', 'This setting has been customized in the following pages: ', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46169, 0, 'select_module_upload', 'Please select a module from your computer to upload', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46170, 0, 'select_new_threads', 'Select New Threads', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46167, 0, 'right_column', 'Right Column', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46168, 0, 'select_an_action', 'Select an action', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46165, 0, 'random', 'Random', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46166, 0, 'remove_module', 'Remove Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46163, 0, 'php_file', 'PHP File', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46164, 0, 'please_select_type_of_x_to_add', 'Please select which type of {1} you would like to add.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46162, 0, 'path_to_file', 'Path to File\n<div class="smallfont">Here you may specify the path to a file to include which will replace the content of your ''Custom Page Content'' module.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46161, 0, 'parent_page', 'Parent Page', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46160, 0, 'page_type', 'Page Type', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46159, 0, 'page_title', 'Page Title', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46156, 0, 'page_identifier_example', 'This is the variable that will be used in the URL to link to this page. For example, if this option is set to ''games'', then the link to this page would look like this: {1}?{2}=games</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46155, 0, 'page_identifier', 'Page Identifier', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46154, 0, 'page_active', 'Page Active\n<div class="smallfont">When set to ''No'', this page will only be viewable by moderators and admins.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46153, 0, 'overwrite_templates_desc', '<div class="smallfont">The following template(s) already exist in this style:\n<div style="margin-top:5px; margin-bottom:5px">{1}</div>\nSelect ''yes'' to overwrite your current templates with the new ones, or select no to keep your current templates.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46151, 0, 'order', 'Order', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46152, 0, 'overwrite_templates', 'Overwrite Templates\n', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46148, 0, 'option_code', 'Option Code', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46147, 0, 'no_x_to_display', 'No {1} to Display.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46146, 0, 'no_modules', 'No Modules', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46145, 0, 'newer_version_available', '<b>There is a newer version of vBadvanced CMPS available!</b><br />\n<br />\nPlease check <a href="http://vbadvanced.com/" target="_blank">vBadvanced.com</a> for more info.\n', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46144, 0, 'move_to', 'Move to', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46143, 0, 'modules_enabled', 'Modules Enabled', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46142, 0, 'modules', 'Modules', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46141, 0, 'module_type', 'Module Type', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46140, 0, 'module_title', 'Module Title', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46138, 0, 'module_parent', 'Module Parent\n<div class="smallfont">With some modules (such as the News Archive) it may be necessary to specify a parent module. If this module requires a parent module you may specify that parent here.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46135, 0, 'module_allows_module', 'A Module Page will allow you to select only modules which you would like to display on this page.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46134, 0, 'module', 'Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46133, 0, 'meta_keywords', 'Meta Keywords\n<div class="smallfont">Here you may enter a list of meta keywords for this page. Leave this setting blank to use your default vBulletin setting.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46132, 0, 'meta_description', 'Meta Description\n<div class="smallfont">Here you may enter a meta description for this page. Leave this setting blank to use your default vBulletin setting.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46131, 0, 'main_options', 'Main Options', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46130, 0, 'link', 'Link', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46129, 0, 'level', 'Level', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46128, 0, 'left_column', 'Left Column', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46127, 0, 'inactive', 'Inactive', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46126, 0, 'identifier', 'Identifier', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46125, 0, 'html_file', 'HTML File', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46124, 0, 'html_allows_html', 'An HTML Page will allow you to specify a HTML file on your server to include which will be displayed as the content for your ''Custom Page Content'' module.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46122, 0, 'here_specify_which_usergroups_view_module', 'Here you may specifiy which usergroups will be able to view this module.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46121, 0, 'here_specify_which_usergroups_access_page', 'Here you may specifiy which usergroups will have access to this page.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46119, 0, 'file_to_include', 'File to Include', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46120, 0, 'form_code', 'Form Code\n<div class="smallfont">If your module requires a &lt;form&gt; tag, you may enter the code for that form tag here. This allows for the code to be placed above the table and comply with XHTML standards.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46118, 0, 'file_allows_file', 'A File {1} will allow you to specify a file from your modules directory which will be displayed as the content for {2}.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46117, 0, 'edit_threads', 'Edit Threads', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46114, 0, 'edit_setting', 'Edit Setting', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46115, 0, 'edit_template', 'Edit Template', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46116, 0, 'edit_template_for_x_in_style', 'Edit the template for this {1} in the following style: ', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46113, 0, 'edit_pages', 'Edit Pages', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46112, 0, 'edit_page', 'Edit Page', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46111, 0, 'edit_modules', 'Edit Modules', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46110, 0, 'edit_module', 'Edit Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46109, 0, 'duplicate_module_identifier_desc', '<div class="smallfont">You already have a module with an identifier of ''{1}''. Please select a different identifier.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46108, 0, 'duplicate_module_identifier', 'Duplicate Module Identifier\n', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46107, 0, 'duplicate_filename_desc', '<div class="smallfont">You already have a file called <b>{1}</b> in your modules folder. Please choose a different name for the file.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46106, 0, 'duplicate_filename', 'Duplicate Filename', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46105, 0, 'download_module', 'Download Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46104, 0, 'custom_style_for_this_page', 'Custom Style for this Page', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46103, 0, 'custom_page_content_description', 'This module is used to display the various types of content from your pages. For example, if you add a Template Page, the content of the template specified on that page will be output within this module.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46102, 0, 'custom_content_title', 'Custom Content Title\n<div class="smallfont">This is what will be placed in the header row of your ''adv_portal_module_shell'' template.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46100, 0, 'current_selected_threads', 'Current Selected Threads', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46101, 0, 'currently_running_latest_available', 'You are currently running vBadvanced CMPS v{1}.<br />\n<br />\nThe latest version available is {2}.<br />\n<br />\n{3}', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46099, 0, 'copy', 'Copy', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46098, 0, 'column', 'Column', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46097, 0, 'clean_file_output', 'Clean File Output\n<div class="smallfont">If your are trying to include a PHP file that was not written specifically for vBulletin or vBadvanced, it may be necessary to "clean" the output of this file. If you add a module and the content prints out as the first thing on the top your page, this is a good indication that it needs to be cleaned.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46096, 0, 'choose_a_file', 'Choose a File', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46095, 0, 'change_x_type_to', 'Change {1} Type To', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46094, 0, 'change_x_type_note', 'You are about to change this {1} from a {2} {1} to a {3} {1}. Please note that once you hit the ''Save'' button below any previous information that was stored in the ''{2} {1} Type Options'' will be lost. However, you may change the type of this {1} back at any time.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46093, 0, 'change_x_type', 'Change {1} Type', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46092, 0, 'center_column', 'Center Column', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46091, 0, 'bbcode_allows_bbcode', 'A BB Code {1} will allow you to enter BB Code which will be displayed as the content for {2}.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46089, 0, 'bb_code', 'BB Code', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46090, 0, 'bb_code_to_display', 'BB code to be displayed', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46088, 0, 'are_you_sure_delete_page_called_x', 'Are you sure you want to delete the page called <strong>{1}</strong>?', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46087, 0, 'are_you_sure_delete_module_called_x', 'Are you sure you want to delete the module called <b>{1}</b>?<br />\nThis action can <b>NOT</b> be undone.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46086, 0, 'allow_smilies', 'Allow Smilies', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46085, 0, 'allow_image_code', 'Allow [IMG] code', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46084, 0, 'allow_html', 'Allow HTML', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46083, 0, 'advanced_options_description', 'Here you may specify a different value for each module''s settings that will apply only to this page. If no option is specified here, this page will use the default value. If you wish to revert a setting so that it will use the default, simply check the "Use Default" checkbox to the right of the setting''s title and then save the settings.', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46082, 0, 'advanced_options', 'Advanced Options', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46081, 0, 'add_setting', 'Add Setting', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46080, 0, 'add_page', 'Add Page', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46079, 0, 'add_module', 'Add Module', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46078, 0, 'active_set_to_no_disable', 'Active\n<div class="smallfont">Setting this option to ''No'' will prevent this module from being shown on any pages.</div>', 'adv_cmps', 'adv_portal_cp', '', 0, ''),
(46074, 0, 'x_new_have_y_of_z_allowed', '{1} New PMs. You have {2} total out of {3} allowed.', 'adv_cmps', 'adv_portal', '', 0, ''),
(46071, 0, 'welcome_back_x', 'Welcome back <strong>{1}</strong>', 'adv_cmps', 'adv_portal', '', 0, ''),
(46070, 0, 'vote', 'Vote', 'adv_cmps', 'adv_portal', '', 0, ''),
(46067, 0, 'this_poll_has', 'This Poll Has', 'adv_cmps', 'adv_portal', '', 0, ''),
(46068, 0, 'title_username_date', 'Title, Username, &amp; Date', 'adv_cmps', 'adv_portal', '', 0, ''),
(46069, 0, 'top_poster', 'Top Poster', 'adv_cmps', 'adv_portal', '', 0, ''),
(46066, 0, 'show_printable_version', 'Show Printable Version', 'adv_cmps', 'adv_portal', '', 0, ''),
(46063, 0, 'send_to_friend', 'Send to Friend', 'adv_cmps', 'adv_portal', '', 0, ''),
(46064, 0, 'shout_now', 'Shout Now!', '', 'adv_portal', '', 0, ''),
(46065, 0, 'show_printable_verison', 'Show Printable Version', 'adv_cmps', 'adv_portal', '', 0, ''),
(46061, 0, 'rep_power', 'Rep Power', 'adv_cmps', 'adv_portal', '', 0, ''),
(46062, 0, 'reply_to_this_post', 'Reply to This Post', 'adv_cmps', 'adv_portal', '', 0, ''),
(46060, 0, 'remove_from_buddy_list', 'Remove from buddy list', 'adv_cmps', 'adv_portal', '', 0, ''),
(46059, 0, 'read_more', ' <span class="smallfont">[<a href="{1}/showthread.php?{3}t={2}">Read More</a>]</span>', 'adv_cmps', 'adv_portal', '', 0, ''),
(46057, 0, 'powered_by_vbadvanced_cmps', 'Powered by <a href="http://vbadvanced.com" target="_blank">vBadvanced</a> CMPS v{1}', 'adv_cmps', 'adv_portal', '', 0, ''),
(46054, 0, 'online_buddies', 'Online Buddies', 'adv_cmps', 'adv_portal', '', 0, ''),
(46055, 0, 'pm', 'PM', 'adv_cmps', 'adv_portal', '', 0, ''),
(46056, 0, 'poll_results', 'Poll Results', 'adv_cmps', 'adv_portal', '', 0, ''),
(46050, 0, 'no_x_online', '<span class="smallfont">No {1} online</span>', 'adv_cmps', 'adv_portal', '', 0, ''),
(46051, 0, 'no_x_to_display', 'No {1} to Display.', 'adv_cmps', 'adv_portal', '', 0, ''),
(46052, 0, 'not_a_member_yet_register_now', 'Not a member yet?<br />\n<a href="{1}/register.php">Register Now!</a>', 'adv_cmps', 'adv_portal', '', 0, ''),
(46048, 0, 'new_pms', 'New PMs', 'adv_cmps', 'adv_portal', '', 0, ''),
(46045, 0, 'edit_this_post', 'Edit This Post', 'adv_cmps', 'adv_portal', '', 0, ''),
(46046, 0, 'last_post_by', 'Last post by', 'adv_cmps', 'adv_portal', '', 0, ''),
(46047, 0, 'latest_forum_topics', 'Latest Forum Topics', 'adv_cmps', 'adv_portal', '', 0, ''),
(46041, 0, 'active_users', 'Active Users', 'adv_cmps', 'adv_portal', '', 0, ''),
(46042, 0, 'buddies', 'buddies', 'adv_cmps', 'adv_portal', '', 0, ''),
(46043, 0, 'by', 'By', 'adv_cmps', 'adv_portal', '', 0, ''),
(46044, 0, 'discuss_this_poll', 'Discuss This Poll', 'adv_cmps', 'adv_portal', '', 0, ''),
(81162, -1, 'setting_tpc2_desc', 'Set the number days to be counted for Display Column 2', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81163, -1, 'setting_tpc2_title', 'Column 2 - Number of days', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81161, -1, 'setting_tpc1_title', 'Column 1 - Number of days', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81160, -1, 'setting_tpc1_desc', 'Set the number days to be counted for Display Column 1', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81159, -1, 'setting_tppath_title', 'Link Prefix Path', 'paulm_20051029', 'vbsettings', 'Paul M', 1188000000, '3.35'),
(81158, -1, 'setting_tppath_desc', 'The path that will prefix misc.php in the auto-links, if you use a CMS then you may need to set this to something like /pathtoforum/ - otherwise just leave this blank.', 'paulm_20051029', 'vbsettings', 'Paul M', 1188000000, '3.35'),
(81157, -1, 'setting_tpall_title', 'Display Overall Top Posts', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81156, -1, 'setting_tpall_desc', 'Set to yes to include the overall posts column.', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81155, -1, 'top_posters_list', 'Top Posters', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(81154, -1, 'top_posters_col5', 'Overall', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(81153, -1, 'top_posters_col4', 'This Month', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(81152, -1, 'top_posters_col3', 'Last 28 Days', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(81151, -1, 'top_posters_col2', 'Last 7 Days', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(81150, -1, 'top_posters_col1', 'Last 24 Hours', 'paulm_20051029', 'global', 'Paul M', 1152000000, '3.22'),
(45975, 0, 'gender', 'Gender:', 'vbulletin', 'global', '', 0, ''),
(79489, -1, 'setting_refstats_shownicks_desc', 'If set to no it will only display the referral count of each referrer and not the specific users that he referred.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79488, -1, 'setting_refstats_showgraph_title', 'Show graphical representation?', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79487, -1, 'setting_refstats_showgraph_desc', 'If set to no the column for graphical representation will not show.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79486, -1, 'setting_refstats_showelcome_title', 'Show welcome panel?', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79485, -1, 'setting_refstats_showelcome_desc', 'If set to to no the welcome panel which displays the referrering link to each registered user. Note that even if you set it to yes it never displays to guests (there is no reason to) but only on registered members.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79484, -1, 'setting_refstats_pollcolors_title', 'Alternate colors on graph?', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79483, -1, 'setting_refstats_pollcolors_desc', 'If you set this to yes the colors of the graphical representation will be alternated like vbulletin does with polls. If you set it to no they will all have the same color and that color will be choosed randomly each time the page loads.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79482, -1, 'setting_refstats_perpage_title', 'Results per page', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79481, -1, 'setting_refstats_perpage_desc', 'The number of results you would like to show per page.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79479, -1, 'setting_refstats_permissions_desc', 'Please enter the usergroups'' id. Separate multiple ids with commas.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79480, -1, 'setting_refstats_permissions_title', 'Usergroups that are not permitted to view the Statistics', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79478, -1, 'setting_refstats_datecutoff_title', 'Date cutoff', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79477, -1, 'setting_refstats_datecutoff_desc', 'This is useful for referral contests. Any referrers or referrals that joined before this date will be excluded from the Statistics. The date must be entered in format DD-MM-YYYY. If you set it to 0 it will display all results.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79476, -1, 'setting_refstats_badgroups_title', 'Excluded Usergroups', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79473, -1, 'refstats_user', 'User', 'michelle_referrers', 'global', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(79474, -1, 'refstats_welcome', 'Welcome {1} to {2} Referrer Statistics!', 'michelle_referrers', 'global', '', 0, ''),
(79475, -1, 'setting_refstats_badgroups_desc', 'Enter here the usergroup ids that you want excluded from both the referrers list and the referral listing of each referrer (they will not be excluded from the referral count however). This is good for excluding banned users from the statistics. Separate the multiple usergroup ids with commas.', 'michelle_referrers', 'vbsettings', '', 0, ''),
(79472, -1, 'refstats_tabletitle', 'A great big thanks to the following members who have helped to grow our community:', 'michelle_referrers', 'global', '', 0, ''),
(79471, -1, 'refstats_results_since_x', '(Showing results since {1})', 'michelle_referrers', 'global', '', 0, ''),
(79470, -1, 'refstats_referred_usernames', 'Referred Usernames', 'michelle_referrers', 'global', '', 0, ''),
(79469, -1, 'refstats_referrals', 'Referrals', 'michelle_referrers', 'global', '', 0, ''),
(79468, -1, 'refstats_rank', 'Rank', 'michelle_referrers', 'global', '', 0, ''),
(79467, -1, 'refstats_pagetitle', 'e-steki Referrer Statistics', 'michelle_referrers', 'global', '', 0, ''),
(79466, -1, 'refstats_online', 'Viewing Referrer Statistics', 'michelle_referrers', 'global', '', 0, ''),
(79465, -1, 'refstats_invite', 'Invite your friends to join our forum and increase your referral count as well by linking them here via the following link:', 'michelle_referrers', 'global', '', 0, ''),
(79464, -1, 'refstats_graphical_representation', 'Graphical Representation', 'michelle_referrers', 'global', '', 0, ''),
(37970, 0, 'date_creation', 'Date of Creation', '', 'global', '', 0, ''),
(37698, 0, 'setting_vbgmaxfilesize_title', 'Maximum File Size of Images', '', 'vbsettings', '', 0, ''),
(37699, 0, 'setting_vbgmaxfilesize_desc', 'Enter the maximum file size in bytes here. 1048576 bytes = 1 megabyte.', '', 'vbsettings', '', 0, ''),
(37696, 0, 'setting_vbgmaxupload_title', 'Images Per Garage', '', 'vbsettings', '', 0, ''),
(37697, 0, 'setting_vbgmaxupload_desc', 'Number of images that may be uploaded to a single garage.', '', 'vbsettings', '', 0, ''),
(37695, 0, 'setting_vbgcomments_desc', 'Setting this to no will prevent users from leaving comments in garages.', '', 'vbsettings', '', 0, ''),
(37694, 0, 'setting_vbgcomments_title', 'Enable User Comments', '', 'vbsettings', '', 0, ''),
(37692, 0, 'setting_vbgenable_title', 'vBGarage Active', '', 'vbsettings', '', 0, ''),
(37693, 0, 'setting_vbgenable_desc', 'When you disable vBGarage, visitors will recieve an <b>error_no_permission()<b> message. Administrators will still be able to view garages.', '', 'vbsettings', '', 0, ''),
(37691, 0, 'settinggroup_vbgarage', 'vBGarage Options', '', 'vbsettings', '', 0, ''),
(37689, 0, 'vbgarage_add_a_comment', 'Add a Comment', '', 'global', '', 0, ''),
(37690, 0, 'vbgarage_latest_uploads', 'Latest Uploads', '', 'global', '', 0, ''),
(37687, 0, 'can_vbgarage', 'Can use vBGarage?', '', 'cppermission', '', 0, ''),
(37688, 0, 'vbgarage_author', 'Author', '', 'global', '', 0, ''),
(37683, 0, 'vbgarage_uploaded_images', 'Uploaded Image(s)', '', 'global', '', 0, ''),
(37684, 0, 'vbgarage_car', 'Car', '', 'global', '', 0, ''),
(37685, 0, 'vbgarage_listtitle', 'Member vBGarage(s)', '', 'global', '', 0, ''),
(37686, 0, 'vbgarage_edit', 'Edit vBGarage', '', 'global', '', 0, ''),
(37682, 0, 'vbgarage_text_desc', '<a href="http://www.blackmustangclub.com/forum/misc.php?do=bbcode">vB code</a> is <b>On</b><br /> <a href="http://www.blackmustangclub.com/forum/misc.php?do=showsmilies">Smilies</a> are <b>On</b><br /> <a href="http://www.blackmustangclub.com/forum/misc.php?do=bbcode#imgcode">[IMG]</a> code is <b>Off</b><br /> HTML code is <b>Off</b><br />', '', 'global', '', 0, ''),
(37676, 0, 'vbgarage_file', 'File', '', 'global', '', 0, ''),
(37677, 0, 'vbgarage_footer', 'Powered by: <b>vBGarage</b> by magnus', '', 'global', '', 0, ''),
(37678, 0, 'vbgarage_year', 'Year', '', 'global', '', 0, ''),
(37679, 0, 'vbgarage_make', 'Make', '', 'global', '', 0, ''),
(37680, 0, 'vbgarage_model', 'Model', '', 'global', '', 0, ''),
(37681, 0, 'vbgarage_text', 'Text', '', 'global', '', 0, ''),
(37674, 0, 'vbgarage', 'vBGarage', '', 'global', '', 0, ''),
(37675, 0, 'vbgarage_allowed_total', 'You are allowed a preset number of images. Once that limit is reached, you will no longer be able to upload. Delete existing pictures to regain upload ability.', '', 'global', '', 0, ''),
(37704, 0, 'settinggroup_adcolumn', 'Advertisement Column(s)', '', 'vbsettings', '', 0, ''),
(37705, 0, 'setting_adenable_title', 'Advertisement Column(s) Enabled', '', 'vbsettings', '', 0, ''),
(37706, 0, 'setting_adenable_desc', 'Do you wish for Advertisement Column(s) to be active?', '', 'vbsettings', '', 0, ''),
(37707, 0, 'setting_adleft_title', 'Advertisement "Left" Column Active', '', 'vbsettings', '', 0, ''),
(37708, 0, 'setting_adleft_desc', 'Do you wish for the "Left" Advertisement Column to be active?', '', 'vbsettings', '', 0, ''),
(37709, 0, 'setting_adright_title', 'Advertisement "Right" Column Active', '', 'vbsettings', '', 0, ''),
(37710, 0, 'setting_adright_desc', 'Do you wish for the "Right" Advertisement Column to be active?', '', 'vbsettings', '', 0, ''),
(37711, 0, 'setting_adtitleleft_title', 'Advertisement "Left" Column Title', '', 'vbsettings', '', 0, ''),
(37712, 0, 'setting_adtitleleft_desc', 'Enter the title, to appear in the header, of the "Left" Advertisement Column.', '', 'vbsettings', '', 0, ''),
(37713, 0, 'setting_adtitleright_title', 'Advertisement "Right" Column Title', '', 'vbsettings', '', 0, ''),
(37714, 0, 'setting_adtitleright_desc', 'Enter the title, to appear in the header, of the "Right" Advertisement Column.', '', 'vbsettings', '', 0, ''),
(37733, 0, 'setting_webpageadvanced_title', 'Webpage Advanced Setting', '', 'vbsettings', '', 0, ''),
(37734, 0, 'setting_webpageadvanced_desc', 'Enable this to add fields on Webpage Content settings page for default Font Face, Font Color, Font Size, Background Color, Border Color and Border Size.', '', 'vbsettings', '', 0, ''),
(37735, 0, 'setting_gb_notification_title', 'Default Notification Setting', '', 'vbsettings', '', 0, ''),
(37736, 0, 'setting_gb_notification_desc', 'Set the default notification method for when a user received a new guestbook entry.', '', 'vbsettings', '', 0, ''),
(37737, 0, 'setting_gb_showavatar_title', 'Show Avatar?', '', 'vbsettings', '', 0, ''),
(37738, 0, 'setting_gb_showavatar_desc', 'Allow Avatar to be shown next to a user''s guestbook entry...', '', 'vbsettings', '', 0, ''),
(37739, 0, 'you_are_not_allowed_to_post', 'You are not allowed to post.', '', 'global', '', 0, ''),
(37740, 0, 'setting_gb_avatarheight_title', 'Set Avatar Height', '', 'vbsettings', '', 0, ''),
(37741, 0, 'setting_gb_avatarheight_desc', 'Set the height for Avatars display in the guestbook. This is to ensure that they do not grow huge and interfere with the layout. Empty field will display avatar in its natural size.', '', 'vbsettings', '', 0, ''),
(37742, 0, 'setting_webpageallowvbcode_title', 'Allow vBcode on Webpage?', '', 'vbsettings', '', 0, ''),
(37743, 0, 'setting_webpageallowvbcode_desc', 'Should your users be able to use vBcode on their webpages? Default is Yes.', '', 'vbsettings', '', 0, ''),
(37744, 0, 'setting_webpageallowhtml_title', 'Allow HTML on Webpage?', '', 'vbsettings', '', 0, ''),
(37745, 0, 'setting_webpageallowhtml_desc', 'Do you want to allow users to use HTML on their webpages?  Remeber this could be a security risk! Default is No!', '', 'vbsettings', '', 0, ''),
(37746, 0, 'edit_webpage_content', 'Webpage Content', '', 'global', '', 0, ''),
(37747, 0, 'edit_guestbook_settings', 'Guestbook Settings', '', 'global', '', 0, ''),
(37748, 0, 'wg_html', 'HTML', '', 'global', '', 0, ''),
(37749, 0, 'wg_vbcode', 'vBcode', '', 'global', '', 0, ''),
(37750, 0, 'wg_never', 'never', '', 'global', '', 0, ''),
(37751, 0, 'wg_webpage', 'Webpage', '', 'global', '', 0, ''),
(37752, 0, 'wg_guestbook', 'Guestbook', '', 'global', '', 0, ''),
(37753, 0, 'wg_description', 'Description', '', 'global', '', 0, ''),
(37754, 0, 'wg_last_update', 'Last update', '', 'global', '', 0, ''),
(37755, 0, 'wg_entry_deleted', 'Entry deleted!', '', 'global', '', 0, ''),
(37756, 0, 'wg_failed_deletion', 'Failed deletion of entry!', '', 'global', '', 0, ''),
(37757, 0, 'wg_updated_guestbook_entry', 'Updated Guestbook entry!', '', 'global', '', 0, ''),
(37758, 0, 'wg_failed_updating_guestbook_entry', 'Failed updating guestbook entry!', '', 'global', '', 0, ''),
(37759, 0, 'wg_edit_guestbook_entry', 'Edit Guestbook entry', '', 'global', '', 0, ''),
(37760, 0, 'wg_subject', 'Subject', '', 'global', '', 0, ''),
(37761, 0, 'wg_message', 'Message', '', 'global', '', 0, ''),
(37762, 0, 'wg_submit_message', 'Submit Message', '', 'global', '', 0, ''),
(37763, 0, 'wg_submit_edited', 'Submit Edited', '', 'global', '', 0, ''),
(37764, 0, 'wg_clear', 'Clear', '', 'global', '', 0, ''),
(37765, 0, 'wg_rules', 'Rules', '', 'global', '', 0, ''),
(37766, 0, 'wg_smilies_enabled', 'Smilies - Enabled', '', 'global', '', 0, ''),
(37767, 0, 'wg_next', 'Next', '', 'global', '', 0, ''),
(37768, 0, 'wg_previous', 'Previous', '', 'global', '', 0, ''),
(37769, 0, 'wg_remove', 'Remove', '', 'global', '', 0, ''),
(37770, 0, 'wg_edit', 'Edit', '', 'global', '', 0, ''),
(37771, 0, 'wg_viewing', 'Viewing', '', 'global', '', 0, ''),
(37772, 0, 'wg_to', 'to', '', 'global', '', 0, ''),
(37773, 0, 'wg_guest', 'Guest', '', 'global', '', 0, ''),
(37774, 0, 'wg_an_unregistered_guest', 'an unregistered Guest', '', 'global', '', 0, ''),
(37775, 0, 'wg_post_new_guestbook_entry', 'Post new Guestbook entry', '', 'global', '', 0, ''),
(37776, 0, 'wg_webpage_has_no_content', 'This user has no webpage content.', '', 'global', '', 0, ''),
(37777, 0, 'wg_areyousure', 'Are you sure you want to delete?', '', 'global', '', 0, ''),
(37778, 0, 'wg_change_webpage_content', 'Change your Webpage-content', '', 'global', '', 0, ''),
(37779, 0, 'wg_name_your_webpage', 'Name your Webpage', '', 'global', '', 0, ''),
(37780, 0, 'wg_click_here_to_see_profile', 'View my profile page', '', 'global', '', 0, ''),
(37781, 0, 'wg_use_this_area_to_construct_webpage_content', 'Use below textarea to construct your webpage', '', 'global', '', 0, ''),
(37782, 0, 'wg_update_complete', 'Update Complete', '', 'global', '', 0, ''),
(37783, 0, 'wg_guestbook_onoff', 'Guestbook ON/OFF', '', 'global', '', 0, ''),
(37784, 0, 'wg_guestbook_onoff_desc', 'When you choose OFF the guestbook column dissappears completely.', '', 'global', '', 0, ''),
(37785, 0, 'wg_on', 'On', '', 'global', '', 0, ''),
(37786, 0, 'wg_off', 'Off', '', 'global', '', 0, ''),
(37787, 0, 'wg_guestbook_position', 'Guestbook Position', '', 'global', '', 0, ''),
(37788, 0, 'wg_guestbook_position_desc', 'Which position on the profile page should the guestbook have?', '', 'global', '', 0, ''),
(37789, 0, 'wg_right', 'Right', '', 'global', '', 0, ''),
(37790, 0, 'wg_left', 'Left', '', 'global', '', 0, ''),
(37791, 0, 'wg_bottom', 'Bottom', '', 'global', '', 0, ''),
(37792, 0, 'wg_smilies', 'Smilies', '', 'global', '', 0, ''),
(37793, 0, 'wg_yes', 'Yes', '', 'global', '', 0, ''),
(37794, 0, 'wg_no', 'No', '', 'global', '', 0, ''),
(37795, 0, 'wg_update', 'Update', '', 'global', '', 0, ''),
(37796, 0, 'wg_revert', 'Revert', '', 'global', '', 0, ''),
(37797, 0, 'wg_briefly_about_webpage', 'briefly about your webpage', '', 'global', '', 0, ''),
(37798, 0, 'wg_nameyourwebpage', 'Name your webpage', '', 'global', '', 0, ''),
(37799, 0, 'wg_guests_cannot_edit', 'Guests cannot edit.', '', 'global', '', 0, ''),
(37800, 0, 'wg_no_guestbook_entries', 'No Guestbook Entries', '', 'global', '', 0, ''),
(37801, 0, 'wg_views', 'Views', '', 'global', '', 0, ''),
(37802, 0, 'wg_general_settings_desc', 'General settings for your guestbook.', '', 'global', '', 0, ''),
(37803, 0, 'wg_notification', 'Notification', '', 'global', '', 0, ''),
(37804, 0, 'wg_notification_option', 'Notification Option', '', 'global', '', 0, ''),
(37805, 0, 'wg_notification_option_desc', 'How would you like to be notified about new entries in your guestbook?', '', 'global', '', 0, ''),
(37806, 0, 'wg_sendpm', 'Send PM', '', 'global', '', 0, ''),
(37807, 0, 'wg_sendemail', 'Send Email', '', 'global', '', 0, ''),
(38022, 0, 'wg_new_guestbook_entry', 'New Black Mustang Club guestbook entry', '', 'global', '', 0, ''),
(37809, 0, 'wg_you_have_a_new_guestbook_entry_from', 'You have a new Guestbook entry from', '', 'global', '', 0, ''),
(37810, 0, 'wg_click_here_to_view_guestbook', 'Click here to view Guestbook', '', 'global', '', 0, ''),
(37811, 0, 'wg_pmtitle', 'New Guestbook Entry!', '', 'global', '', 0, ''),
(37812, 0, 'wg_pmbody', 'You have received a new Guestbook Entry from ', '', 'global', '', 0, ''),
(37813, 0, 'wg_guestbook_settings', 'Guestbook Settings', '', 'global', '', 0, ''),
(37814, 0, 'wg_smilies_desc', 'Would you like to allow smilies in your guestbook?', '', 'global', '', 0, ''),
(37815, 0, 'wg_default_webpage_settings_title', 'Default Webpage Settings', '', 'global', '', 0, ''),
(37816, 0, 'wg_default_webpage_settings_desc', 'leave if you don''t know how to use it', '', 'global', '', 0, ''),
(37817, 0, 'wg_use_smilies', 'Convert to smilie icons?', '', 'global', '', 0, ''),
(37818, 0, 'wg_smilies_title', 'Display Smilies?', '', 'global', '', 0, ''),
(37819, 0, 'wg_no_avatar', 'no avatar', '', 'global', '', 0, ''),
(37820, 0, 'wg_showavatar_title', 'Show Avatar?', '', 'global', '', 0, ''),
(37821, 0, 'wg_showavatar_desc', 'Show your users Avatar next to the Guestbook entries.', '', 'global', '', 0, ''),
(37822, 0, 'wg_switch_to_html_version', 'Switch to HTML version', '', 'global', '', 0, ''),
(37823, 0, 'wg_switch_to_vbcode_version', 'Switch to vBcode version', '', 'global', '', 0, ''),
(37824, 0, 'wg_any_current_changes_will_be_lost', 'any current changes will be lost', '', 'global', '', 0, ''),
(37825, 0, 'wg_quick_edit', 'Quick Edit', '', 'global', '', 0, ''),
(37897, 0, 'settinggroup_modmanagement', 'Moderator management', '', 'vbsettings', '', 0, ''),
(37898, 0, 'mod_management', 'Moderators management', '', 'moderator', '', 0, ''),
(37899, 0, 'modmanagement_absent_title', 'ALERT: MOD {1} has been absent for {2} days', '', 'moderator', '', 0, ''),
(37900, 0, 'modmanagement_inactive_title', 'ALERT: MOD {1} has been inactive for {2} days', '', 'moderator', '', 0, ''),
(37901, 0, 'modmanagement_post_title', 'ALERT: MOD {1} has not posted in {2} days', '', 'moderator', '', 0, ''),
(37902, 0, 'modmanagement_post_global_title', 'ALERT: MOD {1} has not posted in {2} days', '', 'moderator', '', 0, ''),
(37903, 0, 'modmanagement_thread_title', 'ALERT: MOD {1} has not created a thread in {2} days', '', 'moderator', '', 0, ''),
(37904, 0, 'modmanagement_thread_global_title', 'ALERT: MOD {1} has not created a thread in {2} days', '', 'moderator', '', 0, ''),
(37905, 0, 'modmanagement_read_title', 'ALERT: MOD {1} is not reading his forum', '', 'moderator', '', 0, ''),
(37906, 0, 'modmanagement_absent', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} has not logged into the forum\r\nin the last {2} days', '', 'moderator', '', 0, ''),
(37907, 0, 'modmanagement_inactive', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} has not moderated (edited/deleted/closed/moved) any thread\r\nin his forum in the last {2} days', '', 'moderator', '', 0, ''),
(37908, 0, 'modmanagement_post', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} has not posted in his forum in the last {2} days', '', 'moderator', '', 0, ''),
(37909, 0, 'modmanagement_post_global', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} has not posted in all the forum in the last {2} days', '', 'moderator', '', 0, ''),
(37910, 0, 'modmanagement_thread', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} hasn''t created a single thread in his forum in\r\nthe last {2} days', '', 'moderator', '', 0, ''),
(37911, 0, 'modmanagement_thread_global', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} hasn''t created a single thread in all the forum\r\nin the last {2} days', '', 'moderator', '', 0, ''),
(37912, 0, 'modmanagement_read', 'Hi\r\n\r\nThis is an automated message to let you know that\r\n{1} didn''t read at least {2} percent of the threads in the\r\nlast week', '', 'moderator', '', 0, ''),
(37913, 0, 'setting_moderator_absent_title', 'Moderator absent', '', 'vbsettings', '', 0, ''),
(37914, 0, 'setting_moderator_absent_desc', 'How many days can a moderator be absent?', '', 'vbsettings', '', 0, ''),
(37915, 0, 'setting_moderator_inactive_title', 'Moderator inactive', '', 'vbsettings', '', 0, ''),
(37916, 0, 'setting_moderator_inactive_desc', 'Days to monitor moderator activity', '', 'vbsettings', '', 0, ''),
(37917, 0, 'setting_moderator_inactive_requirement_title', 'Threads/posts required', '', 'vbsettings', '', 0, ''),
(37918, 0, 'setting_moderator_inactive_requirement_desc', 'How many threads/posts should the moderator attend in those days<br/><br/>(Example: If you have the "moderator inactive" days in 14, and the "Thread/Posts" in 5 you would receive an alert if the moderator didn''t edit/close/move/delete at least 5 posts or threads in 14 days)', '', 'vbsettings', '', 0, ''),
(37919, 0, 'setting_moderator_post_title', 'Moderator posting', '', 'vbsettings', '', 0, ''),
(37920, 0, 'setting_moderator_post_desc', 'Days to monitor moderators'' posting activity', '', 'vbsettings', '', 0, ''),
(37921, 0, 'setting_moderator_post_requirement_title', 'Posts required', '', 'vbsettings', '', 0, ''),
(37922, 0, 'setting_moderator_post_requirement_desc', 'How many posts should the moderator make in those days?<br/><br/>(Example, if you have the "days to monitor" in 30 and the "posts required" in 5 you would receive an alert if a moderator posted less than 5 posts in the forums in the last 30 days)', '', 'vbsettings', '', 0, ''),
(37923, 0, 'setting_moderator_post_forum_title', 'Moderator posting in his forum', '', 'vbsettings', '', 0, ''),
(37924, 0, 'setting_moderator_post_forum_desc', 'Days to monitor moderators'' posting activity in his forum', '', 'vbsettings', '', 0, ''),
(37925, 0, 'setting_moderator_post_forum_requirement_title', 'Posts required', '', 'vbsettings', '', 0, ''),
(37926, 0, 'setting_moderator_post_forum_requirement_desc', 'How many posts should the moderator make in his forums in those days?', '', 'vbsettings', '', 0, ''),
(37927, 0, 'setting_moderator_thread_title', 'Moderator new threads', '', 'vbsettings', '', 0, ''),
(37928, 0, 'setting_moderator_thread_desc', 'Days to monitor moderators'' new threads', '', 'vbsettings', '', 0, ''),
(37929, 0, 'setting_moderator_thread_requirement_title', 'Threads required', '', 'vbsettings', '', 0, ''),
(37930, 0, 'setting_moderator_thread_requirement_desc', 'How many threads should the moderator make in those days', '', 'vbsettings', '', 0, ''),
(37931, 0, 'setting_moderator_thread_forum_title', 'Moderator new threads in his forum', '', 'vbsettings', '', 0, ''),
(37932, 0, 'setting_moderator_thread_forum_desc', 'Days to monitor moderators'' new threads in his forum', '', 'vbsettings', '', 0, ''),
(37933, 0, 'setting_moderator_thread_forum_requirement_title', 'Threads required', '', 'vbsettings', '', 0, ''),
(37934, 0, 'setting_moderator_thread_forum_requirement_desc', 'How many threads should the moderator make in his forum in those days', '', 'vbsettings', '', 0, ''),
(37935, 0, 'setting_moderator_read_title', 'Threads read', '', 'vbsettings', '', 0, ''),
(37936, 0, 'setting_moderator_read_desc', 'The percentage of threads of the forum that you require your moderators to read', '', 'vbsettings', '', 0, ''),
(37937, 0, 'can_upload_signature', 'Can Upload Signatures', '', 'cppermission', '', 0, ''),
(37938, 0, 'upload_signature_max_filesize', 'Upload Signature Maximum File Size (bytes)', '', 'cppermission', '', 0, ''),
(37939, 0, 'upload_signature_max_height', 'Upload Signature Maximum Height (pixels)', '', 'cppermission', '', 0, ''),
(37940, 0, 'upload_signature_max_width', 'Upload Signature Maximum Width (pixels)', '', 'cppermission', '', 0, ''),
(37941, 0, 'signature_uploading_permissions', 'Signature Uploading Permissions', '', 'cppermission', '', 0, ''),
(37942, 0, 'edit_upload_signature', 'Edit Upload Signature', '', 'global', '', 0, ''),
(37943, 0, 'your_current_uploaded_signature', 'Your Current Uploaded Signature', '', 'global', '', 0, ''),
(37944, 0, 'your_uploaded_signature', 'Your Uploaded Signature', '', 'global', '', 0, ''),
(37945, 0, 'delete_current_uploaded_signature', 'Delete Current Uploaded Signature', '', 'global', '', 0, ''),
(37946, 0, 'custom_uploaded_signature', 'Custom Uploaded Signature', '', 'global', '', 0, ''),
(37947, 0, 'may_upload_custom_signature_controls', 'You may upload a new custom signature using the controls below. Either enter the URL to the image you wish to use, or use the upload control to upload an image directly from your own computer.', '', 'global', '', 0, ''),
(37948, 0, 'enter_uploaded_signature_url', 'Enter Signature URL', '', 'global', '', 0, ''),
(37949, 0, 'upload_signature_from_computer', 'Upload a Signature From Your Computer', '', 'global', '', 0, ''),
(37950, 0, 'upload_signature', 'Upload Signature', '', 'global', '', 0, ''),
(37953, 0, 'welcome_to_our_newest_members', 'New members in the last 24 hours', '', 'global', '', 0, ''),
(37954, 0, 'referrals_config_error', 'ERROR: Make sure you have set all limits that are required.', '', 'cpstopmsg', '', 0, ''),
(37955, 0, 'yes_referrals_reset', 'All members referrals have been SUCCESSFULLY reset to zero.', '', 'cpstopmsg', '', 0, ''),
(37956, 0, 'no_referrals_found', 'There are no members who have referrals at this time.', '', 'cpstopmsg', '', 0, ''),
(37957, 0, 'yes_memberrefer_reset', 'Referrals have been successfully reset for this member.', '', 'cpstopmsg', '', 0, ''),
(37958, 0, 'no_referrals', 'The username you provided does not exist, please go back and try again.', '', 'cpstopmsg', '', 0, ''),
(37959, 0, 'referrals_edit_success', 'Your referral statistics settings have successfully been saved.', '', 'cpstopmsg', '', 0, ''),
(37960, 0, 'settinggroup_maf', 'Moderation Application Form', '', 'vbsettings', '', 0, ''),
(37961, 0, 'setting_maf_forumid_title', 'Forum ID', '', 'vbsettings', '', 0, ''),
(37962, 0, 'setting_maf_forumid_desc', 'Please enter for the forum id of the forum you want the threads to appear in', '', 'vbsettings', '', 0, ''),
(37963, 0, 'setting_maf_username_title', 'Username', '', 'vbsettings', '', 0, ''),
(37964, 0, 'setting_maf_username_desc', 'Please enter the username of the person who will start the threads for rating.', '', 'vbsettings', '', 0, ''),
(37965, 0, 'maf_mustagree', 'You did not agree, thus we cannot see you as part of the team, sorry.', '', 'error', '', 0, ''),
(37966, 0, 'maf_alreadyapplied', 'You cannot submit more than one application. Please be patient.', '', 'error', '', 0, ''),
(37967, 0, 'maf_thanks', 'Thank you for your application, your desire to be part of the team means alot to everyone here.\n\nWe will process your application ASAP please allow us 2-3 weeks to get back to you, before chasing us up.', '', 'frontredirect', '', 0, ''),
(37968, 0, 'maf_rated', 'Applicantion Rated Successfully Moderated.', '', 'cpstopmsg', '', 0, ''),
(37969, 0, 'maf_deleted', 'Applicantion Deleted Successfully.', '', 'cpstopmsg', '', 0, ''),
(37971, 0, 'journalmodulenotactive', 'The journal module has been deactivated.', '', 'error', '', 0, ''),
(37972, 0, 'journalcommentinserted', 'Your comment for this journal or entry has been successfully added!', '', 'frontredirect', '', 0, ''),
(37973, 0, 'journalinserted', 'Your journal has been successfully added to the database. You are being redirected to it.', '', 'frontredirect', '', 0, ''),
(37974, 0, 'journalnoentries', '<b>This journal either has no entries or no entries for this journal have been approved.</b>', '', 'global', '', 0, ''),
(37975, 0, 'journalnojournals', '<tr><td align="center" colspan="5"><b>There are no journals.</b></td></tr>', '', 'global', '', 0, ''),
(37976, 0, 'journalalrdyexists', 'Sorry, but you already have a journal. If you did not create that journal please contact your board administrator.', '', 'error', '', 0, ''),
(37977, 0, 'journalnotexist', 'This journal does not exist or has not been approved as of yet. If you followed a link, please contact your board administrator.', '', 'error', '', 0, ''),
(37978, 0, 'journalentryinserted', 'Journal Entry Successfully Inserted!', '', 'frontredirect', '', 0, ''),
(37979, 0, 'journalentryupdated', 'Journal Entry Successfully Updated!', '', 'frontredirect', '', 0, ''),
(37980, 0, 'journalupdated', 'Journal Information Successfully Updated!', '', 'frontredirect', '', 0, ''),
(37981, 0, 'journal_entries_moderated_successfully', 'All Journal Entries Moderated Successfully!', '', 'cpstopmsg', '', 0, ''),
(37982, 0, 'journals_moderated_successfully', 'All Journals Moderated Successfully!', '', 'cpstopmsg', '', 0, ''),
(37983, 0, 'journal_updated_successfully', 'This journal has been updated <b>Successfully</b>!', '', 'cpstopmsg', '', 0, ''),
(37984, 0, 'journal_inserted_mood_successfully', '<i>{1}</i> added successfully.', '', 'cpstopmsg', '', 0, ''),
(37985, 0, 'nojournal_buddies', 'You do not have any journal buddies.', '', 'global', '', 0, ''),
(37986, 0, 'journalratevoted', 'According to our records you have already voted on this journal. Changing your rating on a journal is <b>not</b> allowed.', '', 'error', '', 0, ''),
(37987, 0, 'journal_permissions', 'vBJournal Premissions', '', 'global', '', 0, ''),
(37988, 0, 'can_view_journal', 'Can View Journals', '', 'cppermission', '', 0, ''),
(37989, 0, 'can_have_journal', 'Can Have a Journal', '', 'cppermission', '', 0, ''),
(37990, 0, 'can_comment_journals', 'Can Comment on Journals', '', 'cppermission', '', 0, ''),
(37991, 0, 'can_rate_journals', 'Can Rate Journals', '', 'cppermission', '', 0, ''),
(37992, 0, 'can_edit_own_journal', 'Can Edit Own Journal', '', 'cppermission', '', 0, ''),
(37993, 0, 'can_delete_own_journal', 'Can Delete Own Journal', '', 'cppermission', '', 0, ''),
(37994, 0, 'can_search_journal', 'Can Search Journal', '', 'cppermission', '', 0, ''),
(37995, 0, 'journalratedsuccessfully', 'You have rated this journal successfully!', '', 'frontredirect', '', 0, ''),
(37996, 0, 'journal_reporttitle', '<b>REPORTED JOURNAL ENTRY</b>: "{1}"', '', 'global', '', 0, ''),
(37997, 0, 'journal_reporttext', 'The entry titled: "{1}" has been reported by [url={2}/member.php?u={3}]{4}[/url].\r\n\r\nThe content of the reported entry is as follows:\r\n[quote]\r\n{5}\r\n[/quote]\r\n\r\nThe reported entry can be found [url={2}/journal.php?do=showentry&e={6}]here[/url].\r\n\r\nThe reported entry''s journal can be found [url={2}/journal.php?do=showjournal&j={7}]here[/url].\r\n\r\n[b]All[/b] administrators have received this report.', '', 'global', '', 0, ''),
(37998, 0, 'journal_entry_dump_for_x_y', 'Journal Entries Dump for {1}, {2} at {3}', '', 'global', '', 0, ''),
(37999, 0, 'journal_entry_title', 'Title', '', 'global', '', 0, ''),
(38000, 0, 'journal_entry_date', 'Date:', '', 'global', '', 0, ''),
(38001, 0, 'journal_entry_url', 'Entry Url', '', 'global', '', 0, ''),
(38002, 0, 'journal_entry_message', 'Message', '', 'global', '', 0, ''),
(38003, 0, 'journal_settings_updated', 'Journal System Settings Successfully Updated!', '', 'cpstopmsg', '', 0, ''),
(38004, 0, 'journalsreadsuccessfully', 'All Journals Marked Read Successfully!', '', 'frontredirect', '', 0, ''),
(38005, 0, 'journalcommentdeleted', 'Journal Comment Deleted Successfully!', '', 'frontredirect', '', 0, ''),
(38006, 0, 'journaldeleted', 'Journal Successfully Deleted!', '', 'frontredirect', '', 0, ''),
(38007, 0, 'journalentrydeleted', 'Journal Entry Successfully Deleted!', '', 'frontredirect', '', 0, ''),
(38008, 0, 'journalentrynotfound', 'This entry either does not exist or has yet to be approved by a site administrator.', '', 'error', '', 0, ''),
(38009, 0, 'journalfloodcheck', 'You must wait another {1} seconds before {2}.', '', 'global', '', 0, ''),
(38010, 0, 'journalstatusupdated', 'Journal Is Now Successfully {1}.', '', 'global', '', 0, ''),
(38011, 0, 'updatelist_jbuddy', 'Journal Buddy List Successfully Updated!', '', 'frontredirect', '', 0, ''),
(38012, 0, 'journalcrn', 'vB Journal(Version: 1.0.0) by <a href="http://www.animationation.net">Antonbomb22</a><br /><div class="smallfont">Antonbomb22(Anthony Scudese) holds all rights to this code and code may not be redistributed,modifed, or duplicated without consent.', '', 'global', '', 0, ''),
(38013, 0, 'journalcomments_deleted_successfully', 'All Journal Comments Deleted Successfully!', '', 'cpstopmsg', '', 0, ''),
(38014, 0, 'journalentries_deleted_successfully', 'All Journal Entries Deleted Successfully!', '', 'cpstopmsg', '', 0, ''),
(38015, 0, 'journalentriescomments_deleted_successfully', 'All Journal Entries and Comments Successfully Deleted!', '', 'cpstopmsg', '', 0, ''),
(38016, 0, 'journal_deleted_successfully', 'Journal Successfully Deleted!', '', 'cpstopmsg', '', 0, ''),
(81120, -1, 'settinggroup_mnbgroup', 'Mini Navbar', 'navbarmini', 'vbsettings', 'randominity', 1157397643, '1.0.4'),
(81119, -1, 'setting_mnbon_title', 'Mini Navbar On?', 'navbarmini', 'vbsettings', 'randominity', 1157397796, '1.0.4'),
(81118, -1, 'setting_mnbon_desc', 'Would you like to display the Mini Navbar?', 'navbarmini', 'vbsettings', 'randominity', 1157397784, '1.0.4'),
(81115, -1, 'setting_gosterx2_title', 'View Style', 'Separate', 'vbsettings', '', 0, ''),
(81116, -1, 'setting_gosterx3_desc', '', 'Separate', 'vbsettings', '', 0, ''),
(81117, -1, 'setting_gosterx3_title', 'Turn off sticky prefix in forum display', 'Separate', 'vbsettings', '', 0, ''),
(81114, -1, 'setting_gosterx2_desc', '', 'Separate', 'vbsettings', '', 0, ''),
(81112, -1, 'setting_gosterx1_desc', 'If separate want; yes choose', 'Separate', 'vbsettings', '', 0, ''),
(81113, -1, 'setting_gosterx1_title', 'Separate Sticky and Normal Threads', 'Separate', 'vbsettings', '', 0, ''),
(81111, -1, 'delim_sticky', 'Sticky Threads', 'Separate', 'global', '', 0, ''),
(81110, -1, 'delim_normal', 'Normal Threads', 'Separate', 'global', '', 0, ''),
(176718, 0, 'sub4_title', 'Supporting Vendor - from $60 / month', 'vbulletin', 'subscription', 'Lisa', 1260139102, '3.8.4'),
(176719, 0, 'sub4_desc', '• Logo link on our main page<br>\r\n• Logo link on the Supporting Vendor page<br>\r\n• Mass email to entire membership about your company<br>\r\n• Exclusive forum with the ability to post whatever you wish to promote your products<br>\r\n• Small banner will be shown on our main forums page, next to your forum<br>\r\n• Large banner will be in rotation across the top of our forums<br>\r\n• Signature and avatar promoting your business<br>\r\n• Supporting Vendor title under your screen name to designate you as authorized to post commercially<br>\r\n<br>\r\n3 months = $75 / month<br>\r\n6 months = $70 / month<br>\r\n12 months = $60 / month', 'vbulletin', 'subscription', 'Lisa', 1260139102, '3.8.4'),
(58808, -1, 'setting_abe1_mms_time_thread_forum_title', 'Days for new threads in all forums.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58809, -1, 'setting_abe1_mms_time_thread_title', 'Days for new threads in his forums.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58810, -1, 'setting_abe1_mms_usergroups_show_desc', 'Enter the UsergroupIDs of usergroups you want to include on the stats page besides moderators.<dfn>Enter a list of usergroupID numbers, separated by a | (for example: 1|2|3).</dfn>', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58811, -1, 'setting_abe1_mms_usergroups_show_title', 'Additional usergroups to show in stats.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58812, -1, 'settinggroup_abe1_mms', 'Moderator Statistics', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58801, -1, 'setting_abe1_mms_time_mod_actions_title', 'Days for logs.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58802, -1, 'setting_abe1_mms_time_post_desc', 'How many days would you like to see in the stats for posts in your moderators forums?', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58803, -1, 'setting_abe1_mms_time_post_forum_desc', 'How many days would you like to see in the stats for posts your moderators made total?', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58804, -1, 'setting_abe1_mms_time_post_forum_title', 'Days for posts in all forums.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58805, -1, 'setting_abe1_mms_time_post_title', 'Days for posts in his forums.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58806, -1, 'setting_abe1_mms_time_thread_desc', 'How many days would you like to see in the stats for new threads in your moderators forums?', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58807, -1, 'setting_abe1_mms_time_thread_forum_desc', 'How many days would you like to see in the stats for new threads your moderators made in your forum?', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58799, -1, 'setting_abe1_mms_permissions_users_title', 'Users that can view the stats.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58800, -1, 'setting_abe1_mms_time_mod_actions_desc', 'How many days would you like to see in the stats for moderator logs?', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58797, -1, 'setting_abe1_mms_permissions_usergroups_title', 'Usergroups that can view the stats.', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(58798, -1, 'setting_abe1_mms_permissions_users_desc', 'Enter the UserIDs of users you want that can view the stats. You only need to enter here if their usergroup was not included above. <dfn>Enter a list of userID numbers, separated by a | (for example: 1|2|3).</dfn>', 'abe1_moderator_stats', 'vbsettings', '', 0, ''),
(81176, -1, 'settinggroup_topposters', 'Top Posters', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81175, -1, 'setting_tpmonth_title', 'Display Monthly Top Posts', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81174, -1, 'setting_tpmonth_desc', 'Set to yes to include the posts this month column.', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81172, -1, 'setting_tplines_desc', 'Set the number of Top Post lines to be displayed, e.g. 10 = Display the Top Ten.', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81173, -1, 'setting_tplines_title', 'Number of Display Lines', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81171, -1, 'setting_tpgrps_title', 'User Groups List', 'paulm_20051029', 'vbsettings', 'Paul M', 1162000000, '3.28'),
(81170, -1, 'setting_tpgrps_desc', 'Comma seperated list of primary usergroups - used in conjunction with the include/exclude setting to determine which members will be listed.', 'paulm_20051029', 'vbsettings', 'Paul M', 1162000000, '3.28'),
(81169, -1, 'setting_tpgrpx_title', 'Include/Exclude Usergroups', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81168, -1, 'setting_tpgrpx_desc', 'Determines how the Usergroup list is used. If Include or Exclude is selected then members whose primary usergroup is listed will be included/excluded from the page. If ''all'' is selected then members of any usergroup may be displayed.', 'paulm_20051029', 'vbsettings', 'Paul M', 1152000000, '3.22'),
(81167, -1, 'setting_tplink_title', 'Automatic Link Creation', 'paulm_20051029', 'vbsettings', 'Paul M', 1165000000, '3.26'),
(190543, -1, 'usergroup_add_edit_canpostevent_text', 'This permission allows members of this group to post events on the calendar(s).<br /><br />\r\n\r\nThis group must also have permission to post events on a specific calendar if they are to post events on it.  You can check your calendar permissions <a href="calendarpermission.php?do=modify" target="_blank">here</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190532, -1, 'usergroup_add_edit_pmquota_title', 'Maximum Stored Messages', 'vbulletin', 'cphelptext', '', 0, ''),
(190533, -1, 'usergroup_add_edit_canignorequota_text', 'This permission allows this usergroup to send PMs to users who have reached their Maximum Stored Messages.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190534, -1, 'usergroup_add_edit_canignorequota_title', 'Can send PMs to users who have reached their quota', 'vbulletin', 'cphelptext', 'Scott', 1229013241, '3.8.0 Release Candidate 2'),
(190535, -1, 'usergroup_add_edit_cantrackpm_text', 'Private message tracking allows users to request read receipts for their PMs.  The sender will know the recipient has read their PM if the recipient chooses to acknowledge the read receipt.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href="options.php?dogroup=pm&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  The "Maximum Stored Messages" permission above must also be set to a positive number for members of this group to use the PM feature.', 'vbulletin', 'cphelptext', '', 0, ''),
(190536, -1, 'usergroup_add_edit_cantrackpm_title', 'Can Use Message Tracking', 'vbulletin', 'cphelptext', '', 0, ''),
(190537, -1, 'usergroup_add_edit_candenypmreceipts_text', 'This permission allows members of this group to deny read receipts on PMs.  In this way the recipient can not tell the sender that their message was read.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href="options.php?dogroup=pm&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  The "Maximum Stored Messages" permission above must also be set to a positive number for members of this group to use the PM feature.', 'vbulletin', 'cphelptext', '', 0, ''),
(190530, -1, 'usergroup_add_edit_profilepicmaxsize_title', 'Profile Picture Maximum File Size', 'vbulletin', 'cphelptext', '', 0, ''),
(190531, -1, 'usergroup_add_edit_pmquota_text', 'This permission determines how many private messages members of this group can have in their private message folders.  If a user reaches this limit then they will need to delete some PMs before they can receive anymore.<br /><br />\r\n\r\nPrivate Messaging must be enabled in your <a href="options.php?dogroup=pm&amp;do=options" target="_blank">vBulletin options</a> for this permission to have any effect.  Additionally, there are other private message settings on that page in your vBulletin options.', 'vbulletin', 'cphelptext', '', 0, ''),
(190518, -1, 'usergroup_add_edit_canprofilepic_title', 'Can Upload Profile Pictures', 'vbulletin', 'cphelptext', '', 0, ''),
(190519, -1, 'usergroup_add_edit_sigpicmaxheight_text', 'If users can upload an image for their signature, this limits the maximum height of the image in pixels. You may use 0 to specify no limit.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190520, -1, 'usergroup_add_edit_sigpicmaxheight_title', 'Signature Image Maximum Height (pixels)', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190521, -1, 'usergroup_add_edit_sigpicmaxwidth_text', 'If users can upload an image for their signature, this limits the maximum width of the image in pixels. You may use 0 to specify no limit.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190522, -1, 'usergroup_add_edit_sigpicmaxwidth_title', 'Signature Image Maximum Width (pixels)', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190523, -1, 'usergroup_add_edit_profilepicmaxwidth_text', 'This is the maximum pixel width that a profile picture can have for members of this usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(190524, -1, 'usergroup_add_edit_profilepicmaxwidth_title', 'Profile Picture Maximum Width', 'vbulletin', 'cphelptext', '', 0, ''),
(190525, -1, 'usergroup_add_edit_sigpicmaxsize_text', 'This is the maximum file size that a signature image can be for members of this group. Enter a byte value. You may use 0 to specify no limit.<br />\r\n<br />\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190529, -1, 'usergroup_add_edit_profilepicmaxsize_text', 'This is the maximum file size that a profile picture can have for members of this group.  Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes', 'vbulletin', 'cphelptext', '', 0, ''),
(190526, -1, 'usergroup_add_edit_sigpicmaxsize_title', 'Signature Image Maximum Filesize (bytes)', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190527, -1, 'usergroup_add_edit_profilepicmaxheight_text', 'This is the maximum pixel height that a profile picture can have for members of this usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(190528, -1, 'usergroup_add_edit_profilepicmaxheight_title', 'Profile Picture Maximum Height', 'vbulletin', 'cphelptext', '', 0, ''),
(190516, -1, 'usergroup_add_edit_cananimatesigpic_title', 'Can Upload Animated GIF for Signature', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190517, -1, 'usergroup_add_edit_canprofilepic_text', 'This permission will allow members of this group to upload a profile picture on the <a href="../profile.php?do=editprofilepic" target="_blank">Edit Profile Picture</a> page in their User CP.  Profile pictures are uploaded from the user''s computer or from a URL and are stored on your web server.<br /><br />\r\n\r\nProfile pictures must be enabled in your <a href="options.php?dogroup=userpix&amp;do=options" target="_blank">vBulletin options</a> for this setting to have any effect.', 'vbulletin', 'cphelptext', '', 0, ''),
(190514, -1, 'usergroup_add_edit_cansigpic_title', 'Can Upload images for Signature', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190515, -1, 'usergroup_add_edit_cananimatesigpic_text', 'If users have permission to upload an image with their signature via "Can upload images for signature", you may prevent them from uploading an animated image.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190486, -1, 'usergroup_add_edit_picturefollowforummoderation_title', 'New Pictures Bypass Moderation Queue', 'vbulletin', 'cphelptext', 'freddie', 1203546867, '3.7.0 Beta 6'),
(190487, -1, 'usergroup_add_edit_cantagothers_text', 'Setting this permission to "yes" allows the user to add tags to other users'' threads', 'vbulletin', 'cphelptext', 'Mez', 1195733408, '3.7.0 Beta 1'),
(190488, -1, 'usergroup_add_edit_cantagothers_title', 'Can Tag Others'' Threads', 'vbulletin', 'cphelptext', 'Mez', 1195733408, '3.7.0 Beta 1'),
(190489, -1, 'usergroup_add_edit_commentfollowforummoderation_text', 'If you disable this option then all picture comment made by members of this group will go into the <a href="../moderation.php?do=viewpcs&amp;type=moderated" target="_blank">moderation queue</a>.  You will need to validate their comments before they show up.', 'vbulletin', 'cphelptext', 'Kier', 1208787108, '3.7.0 Release Candidate 4'),
(190490, -1, 'usergroup_add_edit_commentfollowforummoderation_title', 'New Pictures Bypass Moderation Queue', 'vbulletin', 'cphelptext', 'freddie', 1203546910, '3.7.0 Beta 6'),
(190491, -1, 'usergroup_add_edit_candeletetagown_text', 'Setting this permission to "yes" allows the user to remove tags from their own threads', 'vbulletin', 'cphelptext', 'Mez', 1195733535, '3.7.0 Beta 1'),
(190492, -1, 'usergroup_add_edit_candeletetagown_title', 'Can Delete Tags on Own Threads', 'vbulletin', 'cphelptext', 'Mez', 1195733535, '3.7.0 Beta 1'),
(190493, -1, 'usergroup_add_edit_cancreatetag_text', 'Setting this permission to "yes" allows the user to create tags', 'vbulletin', 'cphelptext', 'Mez', 1195733584, '3.7.0 Beta 1'),
(190494, -1, 'usergroup_add_edit_cancreatetag_title', 'Can Create Tags', 'vbulletin', 'cphelptext', 'Mez', 1195733584, '3.7.0 Beta 1'),
(190495, -1, 'usergroup_add_edit_canthreadrate_text', 'This permission allows members of this group to rate threads.  Average thread ratings are shown as a row of stars next to a thread''s title.<br /><br />\r\n\r\nThread ratings must also be allowed for the forum in question for this group to be able to rate threads.  Choose the "Edit Forum" option in the <a href="forum.php?do=modify" target="_blank">Forum Manager</a> to view this setting.  Additionally, there are some thread rating options in your <a href="options.php?dogroup=poll&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190496, -1, 'usergroup_add_edit_canthreadrate_title', 'Can Rate Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190497, -1, 'usergroup_add_edit_canpostattachment_text', 'vBulletin allows users to upload files to their posts.  This permission will enable that functionality for members of this group.  Users can upload files by clicking the "Manage Attachments" button on the posting form.', 'vbulletin', 'cphelptext', '', 0, ''),
(190498, -1, 'usergroup_add_edit_canpostattachment_title', 'Can Upload Attachments', 'vbulletin', 'cphelptext', '', 0, ''),
(190499, -1, 'usergroup_add_edit_attachlimit_text', 'Members of this group cannot exceed this amount of space for all of the attachments they post.  Enter a byte amount.<br /><br />\r\n\r\n1048576 bytes = 1 megabyte', 'vbulletin', 'cphelptext', '', 0, ''),
(190500, -1, 'usergroup_add_edit_attachlimit_title', 'Space (in bytes) that a user''s total attachment usage may consume', 'vbulletin', 'cphelptext', '', 0, ''),
(190501, -1, 'usergroup_add_edit_canpostpoll_text', 'This permission will allow members of this group to post polls when they post a new thread.  Users can post polls by checking the "Yes, post a poll with this thread" option on the new thread posting page.<br /><br />\r\n\r\nAdditionally, there are some poll options in your <a href="options.php?dogroup=poll&amp;do=options" target="_blank">vBulletin Options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190510, -1, 'usergroup_add_edit_avatarmaxheight_title', 'Custom Avatar Maximum Height', 'vbulletin', 'cphelptext', '', 0, ''),
(190511, -1, 'usergroup_add_edit_avatarmaxsize_text', 'This is the maximum file size that a custom avatar can have for members of this group.  Enter a byte value.<br /><br />\r\n\r\n1024 bytes = 1 kilobyte<br />\r\n10240 bytes = 10 kilobytes<br />\r\n51200 bytes = 50 kilobytes<br />\r\n102400 bytes = 100 kilobytes', 'vbulletin', 'cphelptext', '', 0, ''),
(190513, -1, 'usergroup_add_edit_cansigpic_text', 'This controls whether users can upload a picture to be placed within their signature. This will use some bandwidth as the images are served from your server, but with this method you may control the dimensions and file size of the uploaded image; if the user simply links to an image on a different site, this is not possible.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190512, -1, 'usergroup_add_edit_avatarmaxsize_title', 'Custom Avatar Maximum File Size', 'vbulletin', 'cphelptext', '', 0, ''),
(190509, -1, 'usergroup_add_edit_avatarmaxheight_text', 'This is the maximum pixel height that a custom avatar can have for members of this usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(190507, -1, 'usergroup_add_edit_avatarmaxwidth_text', 'This is the maximum pixel width that a custom avatar can have for members of this usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(190508, -1, 'usergroup_add_edit_avatarmaxwidth_title', 'Custom Avatar Maximum Width', 'vbulletin', 'cphelptext', '', 0, ''),
(190506, -1, 'usergroup_add_edit_canuseavatar_title', 'Can Upload Custom Avatars', 'vbulletin', 'cphelptext', '', 0, ''),
(190503, -1, 'usergroup_add_edit_canvote_text', 'This permission is self-explanatory.  If this is set to "Yes" then members of this group will be able to vote on polls.', 'vbulletin', 'cphelptext', '', 0, ''),
(190504, -1, 'usergroup_add_edit_canvote_title', 'Can Vote on Polls', 'vbulletin', 'cphelptext', '', 0, ''),
(190505, -1, 'usergroup_add_edit_canuseavatar_text', 'This permission will allow members of this group to upload a custom avatar on the <a href="../profile.php?do=editavatar" target="_blank">Edit Avatar</a> page in their User CP.  Custom avatars are uploaded from the user''s computer or from a URL and are stored on your web server.<br /><br />\r\n\r\nAvatars must be enabled in your <a href="options.php?dogroup=userpix&amp;do=options" target="_blank">vBulletin options</a> for this setting to have any effect.  There are also some avatar settings on the same page in your vBulletin options.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190502, -1, 'usergroup_add_edit_canpostpoll_title', 'Can Post Polls', 'vbulletin', 'cphelptext', '', 0, ''),
(190464, -1, 'usergroup_add_edit_cangetattachment_title', 'Can Download Attachments', 'vbulletin', 'cphelptext', '', 0, ''),
(190465, -1, 'usergroup_add_edit_canpostnew_text', 'This permission is pretty self-explanatory.  If a user doesn''t have this permission then they cannot post new threads on your forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190466, -1, 'usergroup_add_edit_canpostnew_title', 'Can Post Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190467, -1, 'usergroup_add_edit_canreplyown_text', 'This permission allows members of this group to post replies in their own threads.  If for some reason you don''t want thread authors to reply to their threads then you can disable this permission.', 'vbulletin', 'cphelptext', '', 0, ''),
(190468, -1, 'usergroup_add_edit_canreplyown_title', 'Can Reply to Own Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190469, -1, 'usergroup_add_edit_canreplyothers_text', 'This permission is similar to the <a href="help.php?s=&amp;do=answer&amp;page=usergroup&amp;pageaction=add&amp;option=canreplyown">Can Reply to Own Threads</a> permission except it applies to "others''" threads, as in threads that weren''t authored by the current logged in user.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190470, -1, 'usergroup_add_edit_canreplyothers_title', 'Can Reply to Others'' Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190471, -1, 'usergroup_add_edit_caneditpost_text', 'This permission allows members of this group to edit their own posts.  This permission works in conjunction with the "Time Limit on Editing of Posts" setting in your <a href="options.php?dogroup=posting&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190472, -1, 'usergroup_add_edit_caneditpost_title', 'Can Edit Own Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(190473, -1, 'usergroup_add_edit_candeletepost_text', 'This permission allows members of this group to delete their own posts.  This group must have post editing permissions (see previous permission) if they are to delete a post.<br /><br />\r\n\r\nBe careful with allowing post deletion.  If you allow users to edit their posts indefinitely (see "Time Limit on Editing of Posts" setting <a href="options.php?dogroup=posting&amp;do=options" target="_blank">here</a>) as well as allow them to delete their posts, then they can go back into your forum history and delete <b>all</b> of their posts if they want.\r\n\r\nNote: Users can only soft-delete their own post. As staff you can undelete them again at any time.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190485, -1, 'usergroup_add_edit_picturefollowforummoderation_text', 'If you disable this option then all pictures made by members of this group will go into the <a href="../moderation.php?do=viewpics" target="_blank">moderation queue</a>.  You will need to validate their pictures before they show up in their albums.', 'vbulletin', 'cphelptext', 'Kier', 1208787129, '3.7.0 Release Candidate 4'),
(190484, -1, 'usergroup_add_edit_cantagown_title', 'Can Tag Own Threads', 'vbulletin', 'cphelptext', 'Mez', 1195733271, '3.7.0 Beta 1'),
(190482, -1, 'usergroup_add_edit_followforummoderation_title', 'New Posts Bypass Moderation Queue', 'vbulletin', 'cphelptext', '', 0, ''),
(190483, -1, 'usergroup_add_edit_cantagown_text', 'Setting this permission to "yes" allows the user to add tags to their own threads', 'vbulletin', 'cphelptext', 'Mez', 1195733271, '3.7.0 Beta 1'),
(190481, -1, 'usergroup_add_edit_followforummoderation_text', 'If you disable this option then all posts made by members of this group will go into the <a href="../{$vbulletin->config[Misc][modcpdir]}/moderate.php?do=posts" target="_blank">moderation queue</a>.  You will need to validate their posts before they show up on the forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190480, -1, 'usergroup_add_edit_candeletethread_title', 'Can Delete Own Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190458, -1, 'usergroup_add_edit_canseedelnotice_title', 'Can See Deletion Notices', 'vbulletin', 'cphelptext', '', 0, ''),
(190459, -1, 'usergroup_add_edit_cansearch_text', 'This permission allows members of this group to search your forums.  For this permission to work you must have the search engine enabled in your <a href="options.php?dogroup=search&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190478, -1, 'usergroup_add_edit_canopenclose_title', 'Can Open / Close Own Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190479, -1, 'usergroup_add_edit_candeletethread_text', 'This permission allows members of this group to delete their own threads.  This group must have post editing permissions (see "Can Edit Own Posts" permission above) if they are to delete a thread.  This permission refers to deleting threads by editing the first post in a thread, not by selecting the "Delete Thread" option from the "Thread Tools" menu.<br /><br />\r\n\r\nBe careful with allowing thread deletion.  When a thread is deleted all of the posts in it are also deleted.  If you allow users to edit their posts indefinitely (see "Time Limit on Editing of Posts" setting <a href="options.php?dogroup=posting&amp;do=options" target="_blank">here</a>) as well as allow them to delete their threads, then they can go back into your forum history and delete <b>all</b> of their threads if they want.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190477, -1, 'usergroup_add_edit_canopenclose_text', 'If this permission is enabled then members of this group will be able to open / close their own threads by selecting the "Open / Close Thread" option from the "Thread Tools" menu on the showthread page.<br /><br />\r\n\r\nAn open thread is open to replies.  A closed thread is not open to replies, not including admins and mods.', 'vbulletin', 'cphelptext', '', 0, ''),
(190474, -1, 'usergroup_add_edit_candeletepost_title', 'Can Delete Own Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(190475, -1, 'usergroup_add_edit_canmove_text', 'If this permission is enabled then members of this group will be able to move their own threads to other forums by selecting the "Move / Copy Thread" option from the "Thread Tools" menu on the showthread page.', 'vbulletin', 'cphelptext', '', 0, ''),
(190476, -1, 'usergroup_add_edit_canmove_title', 'Can Move Own Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190452, -1, 'usergroup_add_edit_canseehiddencustomfields_title', 'Can View Private Custom Fields', 'vbulletin', 'cphelptext', '', 0, ''),
(190453, -1, 'usergroup_add_edit_canview_text', 'This permission determines whether or not members of this group can view pages on your forum.  If this permission is set to "No" then members of this usergroup will see a "no permission" screen on all of your forum pages.  Generally this option is used to deny forum access for banned groups.', 'vbulletin', 'cphelptext', '', 0, ''),
(190454, -1, 'usergroup_add_edit_canview_title', 'Can View Forum', 'vbulletin', 'cphelptext', '', 0, ''),
(190455, -1, 'usergroup_add_edit_canviewothers_text', 'If this option is disabled then members of this group will only be able to see their own threads on forum thread listings.  Threads that were not posted by them will not even show up in the thread listing.', 'vbulletin', 'cphelptext', '', 0, ''),
(190456, -1, 'usergroup_add_edit_canviewothers_title', 'Can View Others'' Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190457, -1, 'usergroup_add_edit_canseedelnotice_text', 'When an admin or mod deletes a thread they are given the option to "soft delete" or "physically delete."  When a thread is "soft deleted" a deletion notice is left in its place in the forum thread listing.  This permission determines whether or not members of this group can see those deletion notices.', 'vbulletin', 'cphelptext', '', 0, ''),
(190448, -1, 'usergroup_add_edit_canusesignature_title', 'Can Use Signatures', 'vbulletin', 'cphelptext', '', 0, ''),
(190449, -1, 'usergroup_add_edit_canseeprofilepic_text', 'A user''s profile picture is displayed on their profile page.  Profile pictures are a way for your users to upload pictures of themselves so everyone else can see what they look like.  This setting determines whether or not members of this usergroup can view those profile pictures.', 'vbulletin', 'cphelptext', '', 0, ''),
(190463, -1, 'usergroup_add_edit_cangetattachment_text', 'This permission allows members of this group to download / view post attachments on your forums.  If a user doesn''t have this permission then inline attachments such as images will be displayed as links and clicking those and other attachment links will result in a "no permission" page.', 'vbulletin', 'cphelptext', '', 0, ''),
(190460, -1, 'usergroup_add_edit_cansearch_title', 'Can Search Forums', 'vbulletin', 'cphelptext', '', 0, ''),
(190461, -1, 'usergroup_add_edit_canemail_text', 'This permission refers to the "Email this Page" link on showthread pages.  This feature allows members of this group to send an email from your forums containing a link to a thread on your forums.  If you don''t allow guests to view threads then this feature probably won''t be useful.', 'vbulletin', 'cphelptext', '', 0, ''),
(190462, -1, 'usergroup_add_edit_canemail_title', 'Can Use Email to Friend', 'vbulletin', 'cphelptext', '', 0, ''),
(190451, -1, 'usergroup_add_edit_canseehiddencustomfields_text', 'Allows the user to view information in custom profile fields that are marked as Private.', 'vbulletin', 'cphelptext', '', 0, ''),
(190450, -1, 'usergroup_add_edit_canseeprofilepic_title', 'Can View Others'' Profile Pictures', 'vbulletin', 'cphelptext', '', 0, ''),
(190446, -1, 'usergroup_add_edit_canusecustomtitle_title', 'Can Use Custom Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190447, -1, 'usergroup_add_edit_canusesignature_text', 'Signatures show up at the end of a user''s posts.  If this option is enabled then members of this group will be able to set their signatures in the <a href="../profile.php?do=editsignature" target="_blank">Edit Signature</a> section of their User CP.', 'vbulletin', 'cphelptext', 'freddie', 1152729976, '3.6.0 Release Candidate 2'),
(190440, -1, 'usergroup_add_edit_showeditedby_title', 'Show <i>edited by</i> note on edited messages?', 'vbulletin', 'cphelptext', '', 0, ''),
(190441, -1, 'usergroup_add_edit_canseeraters_text', 'Allows the user to see who left the reputation comments that are displayed in the User CP. Requires that reputation be enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190442, -1, 'usergroup_add_edit_canseeraters_title', 'Can See Who Left User Ratings', 'vbulletin', 'cphelptext', '', 0, ''),
(190443, -1, 'usergroup_add_edit_canjoingroups_text', 'This permission, when set to "yes" allows the user to Join Social Groups (Also requires the "Can View Social Groups" permission).', 'vbulletin', 'cphelptext', 'Mez', 1195740034, '3.7.0 Beta 1'),
(190436, -1, 'usergroup_add_edit_canmodifyprofile_title', 'Can Edit Own Profile', 'vbulletin', 'cphelptext', '', 0, ''),
(190437, -1, 'usergroup_add_edit_caninvisible_text', 'If this option is enabled then members of this group will be able to set themselves to invisible in the <a href="../profile.php?do=editoptions" target="_blank">Edit Options</a> section of their User CP.  Invisible users are shown with an asterisk (*) next to their names in the online list (for those that can see them).', 'vbulletin', 'cphelptext', '', 0, ''),
(190438, -1, 'usergroup_add_edit_caninvisible_title', 'Can Set Self to Invisible Mode', 'vbulletin', 'cphelptext', '', 0, ''),
(190439, -1, 'usergroup_add_edit_showeditedby_text', 'Enabling this option will display an "edited by" note in posts that are edited by members of this group.  This setting works in conjunction with the "Time to Wait Before Starting to Display ''Edited by" setting in your <a href="options.php?dogroup=posting&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190444, -1, 'usergroup_add_edit_canjoingroups_title', 'Can Join Social Groups', 'vbulletin', 'cphelptext', 'Mez', 1195740034, '3.7.0 Beta 1'),
(190445, -1, 'usergroup_add_edit_canusecustomtitle_text', 'If this option is enabled, members of this usergroup will be able to enter a custom title in the <a href="../profile.php?do=editprofile" target="_blank">Edit Profile</a> section of their User CP.  The custom title will be displayed in the user''s posts and profile page in place of any title specified for their group or post count (see <a href="usertitle.php?do=modify" target="_blank">User Title Manager</a>).', 'vbulletin', 'cphelptext', '', 0, ''),
(190435, -1, 'usergroup_add_edit_canmodifyprofile_text', 'Setting this option to "no" will prevent members of this group from editing their:\r\n\r\n<ul>\r\n<li>profile</li>\r\n<li>options</li>\r\n<li>signature</li>\r\n<li>avatar</li>\r\n<li>profile picture</li>\r\n<li>profile privacy</li>\r\n<li>profile customizations</li>\r\n<li>public groups memberships</li>\r\n</ul>', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1231766203, '3.8.1'),
(190432, -1, 'usergroup_add_edit_canseehidden_title', 'Can ''See'' Users Who Have Chosen to be Invisible While Online', 'vbulletin', 'cphelptext', '', 0, ''),
(190433, -1, 'usergroup_add_edit_canviewmembers_text', 'This option refers to user profiles on your forums.  If this option is disabled then members of this group will not be able to view user profiles on your forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190434, -1, 'usergroup_add_edit_canviewmembers_title', 'Can View Member Info', 'vbulletin', 'cphelptext', '', 0, ''),
(190427, -1, 'usergroup_add_edit_ispublicgroup_text', 'If this option is enabled then users will be able to request membership to this group from their <a href="../profile.php?do=editusergroups" target="_blank">User CP</a>.  Join requests are queued up in the Usergroup Manager where you can handle them all at once.', 'vbulletin', 'cphelptext', '', 0, ''),
(190428, -1, 'usergroup_add_edit_ispublicgroup_title', 'Public (Joinable) Custom Usergroups', 'vbulletin', 'cphelptext', '', 0, ''),
(190429, -1, 'usergroup_add_edit_canoverride_text', 'Enable this option if you use this group as a member (secondary) group and you want group members to have this group''s user title and username markup instead of the user title and username markup from their primary group.', 'vbulletin', 'cphelptext', '', 0, ''),
(190430, -1, 'usergroup_add_edit_canoverride_title', 'Can override primary group title/markup', 'vbulletin', 'cphelptext', '', 0, ''),
(190431, -1, 'usergroup_add_edit_canseehidden_text', 'If their group permissions allow it, users can choose to be invisible in the online list by setting the option in their <a href="../profile.php?do=editoptions" target="_blank">User CP</a>.<br /><br />\r\n\r\nEnabling this option will allow members of this group to see invisible users in the online list.  Invisible users have an asterisk (*) next to their name in the online list (for those that can see them).', 'vbulletin', 'cphelptext', '', 0, ''),
(190422, -1, 'usergroup_add_edit_showmemberlist_title', 'Viewable on the Memberlist', 'vbulletin', 'cphelptext', '', 0, ''),
(190423, -1, 'usergroup_add_edit_allowmembergroups_text', 'This option must be set to "Yes" if secondary (member) groups are to have any effect on the permissions of users whose primary group is this group.<br /><br />\r\n\r\nSecondary groups serve no purpose if this option is set to "No".  The only reason this option should be set to "No" is if this group is a banned group, in which case you don''t want secondary group memberships to override the null access of the banned group.', 'vbulletin', 'cphelptext', '', 0, ''),
(190424, -1, 'usergroup_add_edit_allowmembergroups_title', 'Allow Users to have Member Groups', 'vbulletin', 'cphelptext', '', 0, ''),
(190426, -1, 'usergroup_add_edit_isnotbannedgroup_title', 'This Usergroup is not a ''Banned'' Group', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190425, -1, 'usergroup_add_edit_isnotbannedgroup_text', 'If you make this a banned group then you should probably also set most of the permissions below to "No," depending on what you want banned users to be able to do and not do.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190416, -1, 'usergroup_add_edit_passwordhistory_title', 'Password History', 'vbulletin', 'cphelptext', '', 0, ''),
(190417, -1, 'usergroup_add_edit_showgroup_text', 'If you don''t want your users to know who is in this usergroup then you can disable this option.', 'vbulletin', 'cphelptext', '', 0, ''),
(190418, -1, 'usergroup_add_edit_showgroup_title', 'Viewable on Show Groups', 'vbulletin', 'cphelptext', '', 0, ''),
(190419, -1, 'usergroup_add_edit_showbirthday_text', 'For birthdays to be displayed on a calendar the "Show Birthdays on this Calendar" option needs to be enabled for that calendar.  See your <a href="admincalendar.php?do=modify" target="_blank">Calendar Mananger</a>.<br /><br />\r\n\r\nFor birthdays to be displayed on the forumhome page you need to have the "Display Today''s Birthdays" option enabled in your <a href="options.php?dogroup=forumhome&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190420, -1, 'usergroup_add_edit_showbirthday_title', 'Birthdays Viewable', 'vbulletin', 'cphelptext', '', 0, ''),
(190421, -1, 'usergroup_add_edit_showmemberlist_text', 'This option refers to <a href="../memberlist.php" target="_blank">this page</a>.  The member list shows all members of your forums.  If you disable this option then members of this group will not show up on the member list.<br />\r\n<br />\r\n<em>Note:</em> By default, due to performance issues, secondary groups cannot override the value of the primary group. If you need this functionality, add the following line to your includes/config.php file:\r\n<pre>define(''MEMBERLIST_INCLUDE_SECONDARY'', true);</pre>', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1174307144, '3.6.6'),
(190414, -1, 'usergroup_add_edit_passwordexpires_title', 'Password Expiry', 'vbulletin', 'cphelptext', '', 0, ''),
(190415, -1, 'usergroup_add_edit_passwordhistory_text', 'For example, if this is set to 30 days and the user tries to change their password they will not be able to use any passwords which they have used within the last 30 days.  This setting can be used in conjunction with the previous setting to increase password security.', 'vbulletin', 'cphelptext', '', 0, ''),
(190412, -1, 'usergroup_add_edit_htmltags_title', 'Username HTML Markup', 'vbulletin', 'cphelptext', '', 0, ''),
(190413, -1, 'usergroup_add_edit_passwordexpires_text', 'Enter a number of days after which users in this group will need to change their password.  Enter 0 for no expiry.', 'vbulletin', 'cphelptext', '', 0, ''),
(190402, -1, 'usergroup_add_edit_canviewthreads_title', 'Can View Thread Content', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190403, -1, 'usergroup_add_edit_isnotmoderated_text', 'Event moderation can be enabled for an entire calendar by editing that calendar''s settings. This permission allows you to make an exception for a specific usergroup.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1155823343, '3.6.1'),
(190404, -1, 'usergroup_add_edit_isnotmoderated_title', 'Posted Events are Not Moderated', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1155823343, '3.6.1'),
(190405, -1, 'usergroup_add_edit_title_text', 'This is the name of this usergroup.  This name is used to identify this group in the Usergroup Manager and on your forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190406, -1, 'usergroup_add_edit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190407, -1, 'usergroup_add_edit_description_text', 'Enter a description for this group.  For example, if this group is used to grant special permissions then you might say what those permissions are in the group''s description.', 'vbulletin', 'cphelptext', '', 0, ''),
(190408, -1, 'usergroup_add_edit_description_title', 'Description', 'vbulletin', 'cphelptext', '', 0, ''),
(190409, -1, 'usergroup_add_edit_usertitle_text', 'If you want users who are members of this group to have a special title to identify them as such, then you can enter a title here.  This title will show up in the user''s profile, posts, etc.', 'vbulletin', 'cphelptext', '', 0, ''),
(190410, -1, 'usergroup_add_edit_usertitle_title', 'User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190411, -1, 'usergroup_add_edit_htmltags_text', 'The first field is the opening tag.  The second field is the closing tag.  These tags will be inserted around the user''s username like this:<br /><br />\r\n\r\n[opening tag]username[closing tag]<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n&lt;span style="font-weight: bold;"&gt;username&lt;/span&gt; = <span style="font-weight: bold;">username</span><br />\r\n&lt;span style="font-style: italic;"&gt;username&lt;/span&gt; = <span style="font-style: italic;">username</span><br />\r\n&lt;span style="text-decoration: underline;"&gt;username&lt;/span&gt; = <span style="text-decoration: underline;">username</span><br />\r\n&lt;span style="color: red;"&gt;username&lt;/span&gt; = <span style="color: red;">username</span><br />\r\n&lt;span style="font: 20px verdana;"&gt;username&lt;/span&gt; = <span style="font: 20px verdana;">username</span><br /><br />\r\n\r\nYou can also do combinations by using more than one attribute in the style property:<br /><br />\r\n\r\n&lt;span style="font: 20px verdana; color: red;"&gt;username&lt;/span&gt; = <span style="font: 20px verdana; color: red;">username</span>', 'vbulletin', 'cphelptext', 'Scott', 1169465876, '3.6.5'),
(190346, -1, 'user_modify_display[usertitle]_title', 'Display User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190347, -1, 'user_modify_display[joindate]_text', 'Setting this to "yes" will display each user''s join date in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190348, -1, 'user_modify_display[joindate]_title', 'Display Join Date', 'vbulletin', 'cphelptext', '', 0, ''),
(190349, -1, 'user_modify_display[lastactivity]_text', 'Setting this to "yes" will display each user''s last activity in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190350, -1, 'user_modify_display[lastactivity]_title', 'Display Last Activity', 'vbulletin', 'cphelptext', '', 0, ''),
(190351, -1, 'user_modify_display[lastpost]_text', 'Setting this to "yes" will display each user''s last post date in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190352, -1, 'user_modify_display[lastpost]_title', 'Display Last Post', 'vbulletin', 'cphelptext', '', 0, ''),
(190353, -1, 'user_modify_display[posts]_text', 'Setting this to "yes" will display each user''s post count in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190354, -1, 'user_modify_display[posts]_title', 'Display Post Count', 'vbulletin', 'cphelptext', '', 0, ''),
(190355, -1, 'user_modify_display[reputation]_text', 'Setting this to "yes" will display each user''s reputation score in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190356, -1, 'user_modify_display[reputation]_title', 'Display Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190357, -1, 'user_modify_display[ipaddress]_text', 'Setting this to "yes" will display each user''s IP address in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190358, -1, 'user_modify_display[ipaddress]_title', 'Display IP Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190359, -1, 'user_modify_display[birthday]_text', 'Setting this to "yes" will display each user''s birthday in the results (if he/she has entered a birthday into their profile).', 'vbulletin', 'cphelptext', '', 0, ''),
(190360, -1, 'user_modify_display[birthday]_title', 'Display Birthday', 'vbulletin', 'cphelptext', '', 0, ''),
(190361, -1, 'user_modify_orderby_text', 'This setting allows you to specify the order of the search results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190362, -1, 'user_modify_orderby_title', 'Order By', 'vbulletin', 'cphelptext', '', 0, ''),
(190363, -1, 'user_modify_limitstart_text', 'This setting allows you to begin the list of search results at any of the matching records.<br /><br />\r\n\r\nFor example, if a search finds 50 records and you start the results at record 25, then the results page will show you records 25 - 50.', 'vbulletin', 'cphelptext', '', 0, ''),
(190364, -1, 'user_modify_limitstart_title', 'Starting at Result', 'vbulletin', 'cphelptext', '', 0, ''),
(190365, -1, 'user_modify_limitnumber_text', 'This setting allows you to limit the number of returned results.<br /><br />\r\n\r\nFor example, if a search finds 50 matching records and you limit the results to 25 then the results page will only show you 25 results, starting at the record number specified in the previous setting.', 'vbulletin', 'cphelptext', '', 0, ''),
(190366, -1, 'user_modify_limitnumber_title', 'Max Results', 'vbulletin', 'cphelptext', '', 0, ''),
(190367, -1, 'user_prune_text', 'Here you can mass-move / prune users based on the conditions below.  Submitting this first page will show you a list of matching users.  You can then deal with each user individually or with all of them as a whole.', 'vbulletin', 'cphelptext', '', 0, ''),
(190368, -1, 'user_prune_title', 'User Moving/Pruning System', 'vbulletin', 'cphelptext', '', 0, ''),
(190369, -1, 'user_prune_usergroupid_text', 'Select the usergroup that matching users should be in.  If a user is not in the group selected here then they will not be in the search results on the next page.', 'vbulletin', 'cphelptext', '', 0, ''),
(190370, -1, 'user_prune_usergroupid_title', 'Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190371, -1, 'user_prune_daysprune_text', 'Users who have not logged in for at least this number of days and who meet the other search criteria will be listed on the search results page.  This is a good way to find inactive members.', 'vbulletin', 'cphelptext', '', 0, ''),
(190372, -1, 'user_prune_daysprune_title', 'Has not logged on for x days', 'vbulletin', 'cphelptext', '', 0, ''),
(190373, -1, 'user_prune_joindate_text', 'Select a month and enter a two digit day and four digit year.  Users who joined before this date and who match the other search criteria will be listed on the search results page.  This is a good way to find old members.', 'vbulletin', 'cphelptext', '', 0, ''),
(190374, -1, 'user_prune_joindate_title', 'Join Date is Before', 'vbulletin', 'cphelptext', '', 0, ''),
(190375, -1, 'user_prune_minposts_text', 'Users who have a post count less than this number and who meet the other search criteria will be listed on the search results page.  This is a good way to find members who don''t post a lot.', 'vbulletin', 'cphelptext', '', 0, ''),
(190376, -1, 'user_prune_minposts_title', 'Posts is less than', 'vbulletin', 'cphelptext', '', 0, ''),
(190377, -1, 'user_prune_order_text', 'Specifies the way in which users matching your search criteria will be listed.', 'vbulletin', 'cphelptext', '', 0, ''),
(190378, -1, 'user_prune_order_title', 'Order By', 'vbulletin', 'cphelptext', '', 0, ''),
(190379, -1, 'user_pruneusers_text', 'Below is a list of users matching your search criteria.  Here you can choose to delete or move these users.  Put a check mark next to each user on which you want to take action.  Then select an action at the bottom (Delete or Move).  If you select "Move" then be sure to choose a usergroup to which you want to move the selected users.  Click the "Go" button at the bottom to perform the action.', 'vbulletin', 'cphelptext', '', 0, ''),
(190380, -1, 'user_pruneusers_title', 'Delete / Move Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190381, -1, 'user_remove_text', 'Click the "Yes" button below to delete this user.  If you want to remove this user''s posts, private messages, etc you should do so BEFORE deleting their account.', 'vbulletin', 'cphelptext', '', 0, ''),
(190382, -1, 'user_remove_title', 'Delete User', 'vbulletin', 'cphelptext', '', 0, ''),
(190383, -1, 'usergroup_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=usergroup&amp;pageaction=&amp;option=">Usergroups</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=forumpermission&amp;pageaction=&amp;option=">Forum Permissions</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=adminpermissions&amp;pageaction=&amp;option=">Administrator Permissions</a><br /><br />\r\n\r\n<b>Usergroups:</b><br />\r\nvBulletin''s usergroup system, like any usergroup system, is used for managing forum permissions.  You can manage forum permissions by putting users into groups and setting permissions for the groups.  In addition, vBulletin takes usergroups to a new level by allowing users to belong to multiple groups and to submit join requests for groups.  On top of this, vBulletin lets you setup group promotions to automatically change a user''s group memberships when certain conditions are met.<br /><br />\r\n\r\nUsergroup permissions have two levels to them, the first of which is the usergroup permissions that are set in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a>.  By default, a user will have these permissions everywhere on your forums.  If you want to set exceptions to default usergroup permissions then you can do so by editing usergroup permissions at the forum-level on the <a href="forumpermission.php?do=modify" target="_blank">Forum Permissions</a> page.  On the Forum Permissions page you can set group permissions on a per-forum basis.  The <a href="calendarpermission.php?do=modify" target="_blank">Calendar Permissions</a> page provides similar functionality for calendars.  Other usergroup permissions can only be set at the highest usergroup-level in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a>.<br /><br />\r\n\r\nvBulletin also allows users to belong to multiple usergroups.  There are two kinds of usergroups, primary and secondary (also called member groups).  A user can belong to only one primary group but can belong to any number of secondary groups.  A user''s primary group is used to define their base forum permissions; at a minimum, a user will always have their primary group''s forum permissions.  Secondary groups, on the other hand, can be used to grant additional permissions that are not granted by a user''s primary group.<br /><br />\r\n\r\nFor secondary groups to be able to affect a user''s permissions, the user''s primary group needs to have the "Allow Users to have Member Groups" option enabled in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a>.  The way the overlapping of primary and secondary permissions works is that the user is always given the "greater" of the multiple settings for the same permission.  For example, if a user''s primary group has "Can View Forum" set to No and one of the same user''s secondary groups has "Can View Forum" set to Yes, then the user''s final setting for that permission will be Yes.  Numeric group permissions overlap in a similar way, except instead of Yes or No the user is given the more lenient of the two numbers.  Possible applications of secondary groups for forum permissions include granting access to a private forum where multiple primary groups can have access.  The primary groups in question would have null access to the private forum set on the <a href="forumpermission.php?do=modify" target="_blank">Forum Permissions</a> page.  The secondary group would have all permissions set to No in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a> but would have forum-level access to the private forum set on the <a href="forumpermission.php?do=modify" target="_blank">Forum Permissions</a> page.  The result of adding a user to this secondary group would be that its "Yes" permissions for the private forum would override the null access of their primary group.  This is much more convenient than setting up redundant permissions for additional primary groups that have access to the private forum, which is what would need to be done without secondary groups.<br /><br />\r\n\r\nIf the user''s primary group does not have the "Allow Users to have Member Groups" option enabled in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a> then secondary group memberships will have no effect on their permissions.  Secondary groups serve no purpose in this case.  The only reason this option should be disabled in a primary group is if the group is a banned group, in which case you don''t want secondary group memberships to override the null access of the banned group.<br /><br />\r\n\r\nAnother feature of vBulletin''s usergroup system is the ability for users to request memberships into groups.  In this way vBulletin allows users to request forum permissions because forum permissions are controlled with group memberships.  Users can request to join a group on the <a href="../profile.php?do=editusergroups" target="_blank">Group Memberships</a> page in their User CP.  Users can only request to join custom groups that have the "Public (Joinable) Custom Usergroups" option enabled in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a>.  You can manage join requests on the <a href="usergroup.php?do=viewjoinrequests" target="_blank">Join Requests</a> page.  Optionally, you can appoint group leaders in the <a href="usergroup.php?do=modify" target="_blank">Usergroup Manager</a> that can manage join requests for their group on the <a href="../profile.php?do=editusergroups" target="_blank">Group Memberships</a> page in their User CP.<br /><br />\r\n\r\nvBulletin''s usergroup system also supports group promotions based on certain conditions.  Promotions are used to change a user''s group memberships when they reach a certain reputation level, number of days registered, and / or post count.  Promotions used in conjunction with user reputations can be especially powerful (see the general help topic for <a href="help.php?s=&amp;do=answer&amp;page=adminreputation&amp;pageaction=&amp;option=">User Reputations</a>).  You can manage your promotions on the <a href="usergroup.php?do=modifypromotion" target="_blank">Promotions</a> page.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190384, -1, 'usergroup_title', 'About Usergroups', 'vbulletin', 'cphelptext', '', 0, ''),
(190385, -1, 'usergroup_add_text', 'On this page you can add a new usergroup with the permissions you specify below.  Please see the individual help topics if you have questions about particular permissions and settings.', 'vbulletin', 'cphelptext', '', 0, ''),
(190386, -1, 'usergroup_add_title', 'Add New Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190387, -1, 'usergroup_add_ugid_base_text', 'This setting ensures that your newly created usergroup will have the same forum permissions as an existing usergroup. This is especially important when creating new usergroups that won''t have permission to all forums.', 'vbulletin', 'cphelptext', 'Scott', 1214998438, '3.8.0 Alpha 1'),
(190388, -1, 'usergroup_add_ugid_base_title', 'Create Permissions Based off of Usergroup', 'vbulletin', 'cphelptext', 'freddie', 1200353630, '3.7.0 Beta 4'),
(190389, -1, 'usergroup_add_edit_cananimateavatar_text', 'This permission allows animated GIF images to be uploaded.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190390, -1, 'usergroup_add_edit_cananimateavatar_title', 'Can Upload Animated Avatar', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190391, -1, 'usergroup_add_edit_cananimateprofilepic_text', 'This permission allows animated GIF images to be uploaded.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190392, -1, 'usergroup_add_edit_cananimateprofilepic_title', 'Can Upload Animated Profile Picture', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190393, -1, 'usergroup_add_edit_canemailmember_text', 'When enabled this permission allows users to email other members through the forums.  Your forum must have email enabled and each user can still choose to disable the receipt of email from other users.', 'vbulletin', 'cphelptext', 'freddie', 1145033153, '3.6.0 Beta 1'),
(190394, -1, 'usergroup_add_edit_canemailmember_title', 'Can Email Members', 'vbulletin', 'cphelptext', 'freddie', 1145033153, '3.6.0 Beta 1'),
(190395, -1, 'usergroup_add_edit_cangivearbinfraction_text', 'This permission allows the user to specify an arbitrary infraction point value and expiration date. The user must also have the "Can Give Infractions to Others" permission.', 'vbulletin', 'cphelptext', 'freddie', 1149889255, '3.6.0 Beta 2'),
(190396, -1, 'usergroup_add_edit_cangivearbinfraction_title', 'Can Give Arbitrary Value Infractions', 'vbulletin', 'cphelptext', 'freddie', 1149889255, '3.6.0 Beta 2'),
(190397, -1, 'usergroup_add_edit_cansearchft_bool_text', 'This permission allows members of this group to search your forums using the Boolean option. This permission only applies to search performed when your forum''s search type is set to Fulltext.  This permission allows Boolean searches, which includes the usage of AND, OR, and NOT to limit results.  This option can be  server intensive for very large forums so its usage is cautioned.  When this permission is disabled, the Fulltext search will use a less intensive relevance based search.<br /><br />For this permission to work you must have the search engine enabled in your vBulletin options and the usergroup must also have search permission.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190398, -1, 'usergroup_add_edit_cansearchft_bool_title', 'Boolean Fulltext Search', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(190399, -1, 'usergroup_add_edit_canusefriends_text', 'If this is set to yes, the user is allowed to use the "Friends" features within the forum (if they are enabled)', 'vbulletin', 'cphelptext', 'Mez', 1199282335, '3.7.0 Beta 4'),
(190400, -1, 'usergroup_add_edit_canusefriends_title', 'Can use Friends List?', 'vbulletin', 'cphelptext', 'Mez', 1199282335, '3.7.0 Beta 4'),
(190401, -1, 'usergroup_add_edit_canviewthreads_text', 'If this option is disabled then members of this group will not be able to view the content of threads.  They will be limited to only ever seeing the titles of threads.  This permission is useful as a teaser to what can be available to your membership.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1197643100, '3.7.0 Beta 2'),
(190342, -1, 'user_modify_display[msn]_title', 'Display MSN ID', 'vbulletin', 'cphelptext', '', 0, ''),
(190343, -1, 'user_modify_display[signature]_text', 'Setting this to "yes" will display each user''s signature in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190344, -1, 'user_modify_display[signature]_title', 'Display Signature', 'vbulletin', 'cphelptext', '', 0, ''),
(190345, -1, 'user_modify_display[usertitle]_text', 'Setting this to "yes" will display each user''s user title in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190340, -1, 'user_modify_display[yahoo]_title', 'Display Yahoo! ID', 'vbulletin', 'cphelptext', '', 0, ''),
(190341, -1, 'user_modify_display[msn]_text', 'Setting this to "yes" will display each user''s MSN ID in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190336, -1, 'user_modify_display[icq]_title', 'Display ICQ UIN', 'vbulletin', 'cphelptext', '', 0, ''),
(190337, -1, 'user_modify_display[aim]_text', 'Setting this to "yes" will display each user''s AIM handle in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190338, -1, 'user_modify_display[aim]_title', 'Display AIM Screen Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190339, -1, 'user_modify_display[yahoo]_text', 'Setting this to "yes" will display each user''s Yahoo! ID in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190316, -1, 'user_modify_pointsupper_title', 'Infraction Points are less than', 'vbulletin', 'cphelptext', 'Kier', 1207660011, '3.7.0 Release Candidate 3'),
(190312, -1, 'user_modify_infractionsupper_title', 'Infractions are less than', 'vbulletin', 'cphelptext', 'Kier', 1207659934, '3.7.0 Release Candidate 3'),
(190313, -1, 'user_modify_pointslower_text', 'Enter the minimum amount of Infraction Points that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Scott', 1207908457, '3.7.0 Release Candidate 4'),
(190335, -1, 'user_modify_display[icq]_text', 'Setting this to "yes" will display each user''s ICQ UIN in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190334, -1, 'user_modify_display[homepage]_title', 'Display Homepage', 'vbulletin', 'cphelptext', '', 0, ''),
(190333, -1, 'user_modify_display[homepage]_text', 'Setting this to "yes" will display each user''s homepage in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190332, -1, 'user_modify_display[coppauser]_title', 'Display COPPA User', 'vbulletin', 'cphelptext', '', 0, ''),
(190330, -1, 'user_modify_display[parentemail]_title', 'Display Parent Email Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190331, -1, 'user_modify_display[coppauser]_text', 'Setting this to "yes" will label each user in the results as a COPPA user or not.', 'vbulletin', 'cphelptext', '', 0, ''),
(190328, -1, 'user_modify_display[email]_title', 'Display Email', 'vbulletin', 'cphelptext', '', 0, ''),
(190329, -1, 'user_modify_display[parentemail]_text', 'Setting this to "yes" will display each user''s parent''s email address in the results (if he/she has one).', 'vbulletin', 'cphelptext', '', 0, ''),
(190327, -1, 'user_modify_display[email]_text', 'Setting this to "yes" will display each user''s email address in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190326, -1, 'user_modify_display[usergroup]_title', 'Display Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(190324, -1, 'user_modify_display[options]_title', 'Display Options', 'vbulletin', 'cphelptext', '', 0, ''),
(190325, -1, 'user_modify_display[usergroup]_text', 'Setting this to "yes" will display each user''s usergroup in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190323, -1, 'user_modify_display[options]_text', 'Setting this to "yes" will display a menu of options for each user in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190321, -1, 'user_modify_useridupper_text', 'Enter a number here in order to match users whose User ID is less than the specified value.', 'vbulletin', 'cphelptext', 'Kier', 1207660131, '3.7.0 Release Candidate 3'),
(190322, -1, 'user_modify_useridupper_title', 'User ID is less than', 'vbulletin', 'cphelptext', 'Kier', 1207660131, '3.7.0 Release Candidate 3'),
(190319, -1, 'user_modify_useridlower_text', 'Use this option to list users with User IDs greater or equal to the value entered.', 'vbulletin', 'cphelptext', 'Kier', 1207660072, '3.7.0 Release Candidate 3'),
(190320, -1, 'user_modify_useridlower_title', 'User ID is greater than or equal to', 'vbulletin', 'cphelptext', 'Kier', 1207660072, '3.7.0 Release Candidate 3'),
(190317, -1, 'user_modify_display[username]_text', 'Setting this to "yes" will display each user''s username in the results.', 'vbulletin', 'cphelptext', '', 0, ''),
(190318, -1, 'user_modify_display[username]_title', 'Display Username', 'vbulletin', 'cphelptext', '', 0, ''),
(190314, -1, 'user_modify_pointslower_title', 'Infraction Points are greater than or equal to', 'vbulletin', 'cphelptext', 'Kier', 1207659992, '3.7.0 Release Candidate 3'),
(190315, -1, 'user_modify_pointsupper_text', 'Enter the maximum amount of Infraction Points that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Kier', 1207660011, '3.7.0 Release Candidate 3'),
(190308, -1, 'user_modify_warningsupper_title', 'Warnings are less than', 'vbulletin', 'cphelptext', 'Kier', 1207659890, '3.7.0 Release Candidate 3'),
(190309, -1, 'user_modify_infractionslower_text', 'Enter the minimum amount of Infractions that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Kier', 1207659912, '3.7.0 Release Candidate 3'),
(190295, -1, 'user_modify_postslower_text', 'The user must have at least this many posts to be found. This criteria can be used in conjunction with the Number of Posts is Less Than criteria. Keep in mind that if you use both, this number must be LESS than the Number of Posts is Less Than number for any users to be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=postsupper">Number of Posts is Less Than</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190311, -1, 'user_modify_infractionsupper_text', 'Enter the maximum amount of Infractions that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Kier', 1207659934, '3.7.0 Release Candidate 3'),
(190310, -1, 'user_modify_infractionslower_title', 'Infractions are greater than or equal to', 'vbulletin', 'cphelptext', 'Kier', 1207659912, '3.7.0 Release Candidate 3'),
(190296, -1, 'user_modify_postslower_title', 'Number of Posts is Greater Than or Equal To', 'vbulletin', 'cphelptext', '', 0, ''),
(190297, -1, 'user_modify_postsupper_text', 'The user must have less than this number of posts in order to be found. This criteria can be used in conjunction with the Number of Posts is Greater Than or Equal To criteria. Keep in mind that if you do use both, this number must be MORE than the Number of Posts is Greater Than number for any users to be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=postslower">Number of Posts is Greater Than or Equal To</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190307, -1, 'user_modify_warningsupper_text', 'Enter the maximum amount of Warnings that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Kier', 1207659890, '3.7.0 Release Candidate 3'),
(190288, -1, 'user_modify_lastpostafter_title', 'Last Post is After', 'vbulletin', 'cphelptext', '', 0, ''),
(190289, -1, 'user_modify_lastpostbefore_text', 'The user''s last post must be before this date and time for the user to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 20:22:02 would find all users who last posted before August 30, 2002 at 8:22:02 PM. This criteria can be used in conjunction with the Last Post is After criteria to create a finite range of last post dates. Keep in mind that if you do use both, this date and time must be AFTER the Last Post is After date and time or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=lastpostafter">Last Post is After</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190306, -1, 'user_modify_warningslower_title', 'Warnings are greater than or equal to', 'vbulletin', 'cphelptext', 'Kier', 1207659868, '3.7.0 Release Candidate 3'),
(190305, -1, 'user_modify_warningslower_text', 'Enter the minimum amount of Warnings that a user has received that you wish to search for.', 'vbulletin', 'cphelptext', 'Kier', 1207659868, '3.7.0 Release Candidate 3'),
(190304, -1, 'user_modify_ipaddress_title', 'IP Address Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190302, -1, 'user_modify_reputationupper_title', 'Reputation is Less Than', 'vbulletin', 'cphelptext', '', 0, ''),
(190303, -1, 'user_modify_ipaddress_text', 'Enter a number in this field to search by IP address. It can be a full IP address (such as 24.23.120.15) or a partial (such as 24.23.120). In the case of a partial, it would match users with any number(s) for the last block.', 'vbulletin', 'cphelptext', '', 0, ''),
(190301, -1, 'user_modify_reputationupper_text', 'The user must have less than this many reputation points to be found. This criteria can be used in conjunction with the Reputation is Greater Than or Equal To criteria to create a finite range of reputation points to find. Keep in mind that if you do use both, this number must be MORE than the Reputation is Greater Than number or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=reputationlower">Reputation is Greater Than or Equal To</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190300, -1, 'user_modify_reputationlower_title', 'Reputation is Greater Than or Equal To', 'vbulletin', 'cphelptext', '', 0, ''),
(190299, -1, 'user_modify_reputationlower_text', 'The user must have at least this number of reputation points in order to be found. This criteria can be used in conjunction with the Reputation is Less Than criteria to create a finite range of reputation points to be found. Keep in mind that if you do use both, this number must be LESS than the Reputation is Less Than number or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=reputationupper">Reputation is Less Than</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190298, -1, 'user_modify_postsupper_title', 'Number of Posts is Less Than', 'vbulletin', 'cphelptext', '', 0, ''),
(190281, -1, 'user_modify_lastactivitybefore_text', 'The user must have loaded a forum page before this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the "Last Activity is After" criteria to create a range of active dates.', 'vbulletin', 'cphelptext', '', 0, ''),
(190282, -1, 'user_modify_lastactivitybefore_title', 'Last Activity is Before', 'vbulletin', 'cphelptext', '', 0, ''),
(190283, -1, 'user_modify_lastvisitafter_text', 'This is the date and time the user must have visited after to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 will find all users who visited after August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is Before criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Visit is Before date and time or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=lastvisitbefore">Last Visit is Before</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190294, -1, 'user_modify_birthdaybefore_title', 'Birthday is Before', 'vbulletin', 'cphelptext', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190293, -1, 'user_modify_birthdaybefore_text', 'This is the date the user''s birthday must be before to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. This criteria can be used in conjunction with the Birthday is After criteria to create a finite range of birthday dates. Keep in mind that if you use them together, this date must be AFTER the Birthday is After criteria or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=birthdayafter">Birthday is After</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190292, -1, 'user_modify_birthdayafter_title', 'Birthday is After', 'vbulletin', 'cphelptext', '', 0, ''),
(190290, -1, 'user_modify_lastpostbefore_title', 'Last Post is Before', 'vbulletin', 'cphelptext', '', 0, ''),
(190291, -1, 'user_modify_birthdayafter_text', 'Enter the date that the user''s birthday must be after to be found. The date format is yyyy-mm-dd; for example, 2002-08-30. Users without a birthday entered will be automatically excluded from the results of this search. This criteria can be used in conjunction with the Birthday is Before criteria to create a finite range of birthday dates. Keep in mind that if you use both, this date must be BEFORE the Birthday is Before date or it will not find any users! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=birthdaybefore">Birthday is Before</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190287, -1, 'user_modify_lastpostafter_text', 'The user''s most recent post must have been made after this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 15:02:12 would find all users who last posted after August 30, 2002 at 3:02:12 PM. This criteria can be used in conjunction with the Last Post is Before criteria to create a finite range of last post dates. Keep in mind that if you use both, this date and time must be BEFORE the Last Post is Before date and time or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=lastpostbefore">Last Post is Before</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190286, -1, 'user_modify_lastvisitbefore_title', 'Last Visit is Before', 'vbulletin', 'cphelptext', '', 0, ''),
(190284, -1, 'user_modify_lastvisitafter_title', 'Last Visit is After', 'vbulletin', 'cphelptext', '', 0, ''),
(190285, -1, 'user_modify_lastvisitbefore_text', 'The user''s most recent visit must have been before this date and time to be found. The date and time format is yyyy-mm-dd hh:mm:ss; for example, 2002-08-30 10:15:00 would find users who last visited before August 30, 2002 at 10:15:00 AM. This criteria can be used in conjunction with the Last Visit is After criteria to create a finite range of last visit dates. Keep in mind that if you use both, this date and time must be AFTER the Last Visit is After date and time or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=lastvisitafter">Last Visit is After</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190278, -1, 'user_modify_joindatebefore_title', 'Join Date is Before', 'vbulletin', 'cphelptext', '', 0, ''),
(190279, -1, 'user_modify_lastactivityafter_text', 'The user must have loaded a forum page after this date if they are to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the "Last Activity is Before" criteria to create a range of active dates.', 'vbulletin', 'cphelptext', '', 0, ''),
(190280, -1, 'user_modify_lastactivityafter_title', 'Last Activity is After', 'vbulletin', 'cphelptext', '', 0, ''),
(190273, -1, 'user_modify_usertitle_text', 'Enter the text that the user''s title must contain. This is applicable even if you don''t allow custom user titles, since the user title of every user is stored with their username, so default group titles would be searched as well. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for more information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190274, -1, 'user_modify_usertitle_title', 'User Title Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190275, -1, 'user_modify_joindateafter_text', 'Enter the date the user must have joined after to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is Before criteria to create a finite range of join dates. Keep in mind that if you use them together, that this date must be BEFORE the Join Date is Before date, or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=joindatebefore">Join Date is Before</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190276, -1, 'user_modify_joindateafter_title', 'Join Date is After', 'vbulletin', 'cphelptext', '', 0, ''),
(190277, -1, 'user_modify_joindatebefore_text', 'The user must have joined before this date to be found. The format is yyyy-mm-dd; for example, 2002-08-30. This can work in conjunction with the Join Date is After criteria to create a finite range of join dates. Keep in mind that if you use them together, this date must be AFTER the Join Date is After date, or no users will be found! (see <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=joindateafter">Join Date is After</a>)', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190268, -1, 'user_modify_msn_title', 'MSN ID', 'vbulletin', 'cphelptext', '', 0, ''),
(190269, -1, 'user_modify_skype_text', 'Enter the string that the user''s Skype name must contain.<br />\r\n<br />\r\nUsers without a Skype name will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for more information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190270, -1, 'user_modify_skype_title', 'Skype Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190271, -1, 'user_modify_signature_text', 'Enter the string that the user''s signature must contain. Users without a signature will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for more information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190272, -1, 'user_modify_signature_title', 'Signature Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190266, -1, 'user_modify_yahoo_title', 'Yahoo Messenger Handle Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190267, -1, 'user_modify_msn_text', 'Enter the string that the user''s MSN ID must contain. Users without a MSN ID entered will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for more information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190244, -1, 'user_modify_title', 'Search for Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190245, -1, 'user_modify_username_text', 'The usernames to be found must contain the phrase entered in this box. By "phrase", we mean a string of characters. They do not have to make a word but they must be exactly how they appear in the user(s) name(s).<br /><br />\r\nFor example, the string <i>exam</i> would match <i>example</i>, <i>anexample</i>, and <i>theexam</i>, but not <i>exsiam</i>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190246, -1, 'user_modify_username_title', 'User Name Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190247, -1, 'user_modify_usergroupid_text', 'Users must be in the specified group to be found if you select a usergroup here.', 'vbulletin', 'cphelptext', '', 0, ''),
(190248, -1, 'user_modify_usergroupid_title', 'Primary Usergroup Is', 'vbulletin', 'cphelptext', '', 0, ''),
(190249, -1, 'user_modify_membergroup_text', 'If the users to be found should belong to any other usergroups, check them off here.', 'vbulletin', 'cphelptext', '', 0, ''),
(190250, -1, 'user_modify_membergroup_title', 'Also Belongs to Usergroups', 'vbulletin', 'cphelptext', '', 0, ''),
(190251, -1, 'user_modify_adminemail_text', 'This option allows you to include or exclude users from the search results based on whether or not they have opted to receive admin emails in their user options.', 'vbulletin', 'cphelptext', '', 0, ''),
(190252, -1, 'user_modify_adminemail_title', 'Include users that have declined admin emails?', 'vbulletin', 'cphelptext', '', 0, ''),
(190253, -1, 'user_modify_email_text', 'The user''s email address must contain the string entered here. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190254, -1, 'user_modify_email_title', 'Email Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190255, -1, 'user_modify_parentemail_text', 'If the user(s) you are looking for are of the COPPA variety, they will have had to enter their parent''s email for verification. If this is the case, enter the string to find in their parent''s email address here. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190256, -1, 'user_modify_parentemail_title', 'Parent''s Email Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190257, -1, 'user_modify_coppauser_text', 'If this is set to Yes, the user(s) found will all be COPPA users; that is, under 13. Set this to No to not find COPPA users, or leave it blank to find both.', 'vbulletin', 'cphelptext', '', 0, ''),
(190258, -1, 'user_modify_coppauser_title', 'Is COPPA User', 'vbulletin', 'cphelptext', '', 0, ''),
(190259, -1, 'user_modify_homepage_text', 'Enter the string that the user''s homepage must contain. Users without a homepage URL entered will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190265, -1, 'user_modify_yahoo_text', 'Enter the string that the user''s Yahoo Messenger Handle must contain. Users without a Yahoo Messenger Handle entered will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for more information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190264, -1, 'user_modify_aim_title', 'AIM Handle Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190263, -1, 'user_modify_aim_text', 'Enter the string of characters the user''s AIM handle, or screen name, must contain. Users without an AIM screen name are automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190262, -1, 'user_modify_icq_title', 'ICQ Number Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190261, -1, 'user_modify_icq_text', 'Since ICQ Numbers naturally contain only numbers, you must enter a string of number(s) here. Users without an ICQ number entered will be automatically excluded from the results of this search. See <a href="help.php?do=answer&amp;page=user&amp;pageaction=modify&amp;option=username">Username Contains</a> for information on the string matching used here.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190260, -1, 'user_modify_homepage_title', 'Homepage Contains', 'vbulletin', 'cphelptext', '', 0, ''),
(190216, -1, 'user_doips_ipaddress_title', 'Find Users by IP Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190217, -1, 'user_doips_username_text', 'Enter the username of a member to search for their IP addresses.', 'vbulletin', 'cphelptext', '', 0, ''),
(190218, -1, 'user_doips_username_title', 'Find IP Addresses for user', 'vbulletin', 'cphelptext', '', 0, ''),
(190219, -1, 'user_doips_depth_text', 'A depth setting of 1 will only return the results of the specified search.  A depth setting of 2 will return the results of the specified search, as well as running a search on each of the results.\r\n<br /><br />For example:<br /><br />\r\nA search on 127.0.0.1 with a depth of 1 returns "Freddie" and "Scott". A search on 127.0.0.1 with a depth setting of 2 returns "Freddie" and "Scott", as well as returning all of the ip addresses used by "Freddie" and "Scott".', 'vbulletin', 'cphelptext', '', 0, ''),
(190220, -1, 'user_doips_depth_title', 'Search Depth', 'vbulletin', 'cphelptext', '', 0, ''),
(190221, -1, 'user_edit_text', 'Here you can edit this user''s profile and preferences.', 'vbulletin', 'cphelptext', '', 0, ''),
(190222, -1, 'user_edit_title', 'Edit User', 'vbulletin', 'cphelptext', '', 0, ''),
(190223, -1, 'user_edit_receivepmbuddies_text', 'This setting restricts a user to only receiving private messages from the user''s contacts.', 'vbulletin', 'cphelptext', 'Mike', 1196775359, '3.7.0 Beta 1'),
(190224, -1, 'user_edit_receivepmbuddies_title', 'Receive Private Messages only from Contacts/Moderators', 'vbulletin', 'cphelptext', 'Mez', 1196766083, '3.7.0 Beta 1'),
(190225, -1, 'user_edit_vm_contactonly_text', 'When this option is set to yes, only Contacts of the user, or Moderators and Administrators may post a Visitor Message for this user.', 'vbulletin', 'cphelptext', 'Mez', 1207920870, '3.7.0 Release Candidate 4'),
(190226, -1, 'user_edit_vm_contactonly_title', 'Limit usage of Visitor Messages to Contacts and Moderators', 'vbulletin', 'cphelptext', 'Mez', 1207920870, '3.7.0 Release Candidate 4'),
(190227, -1, 'user_edit_password_text', 'If you want to change this user''s password, enter it here.  Otherwise leave it blank.', 'vbulletin', 'cphelptext', '', 0, ''),
(190228, -1, 'user_edit_password_title', 'Password', 'vbulletin', 'cphelptext', '', 0, ''),
(190229, -1, 'user_editaccess_text', 'Here you can edit this user''s forum access at the user level (as opposed to the group level).\r\n<br /><br />\r\nMake sure access masks are enabled <a href="options.php?dogroup=general&amp;do=options" target="_blank"><b>here</b></a> or these user-level permissions will not work.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(190200, -1, 'user_add_edit_dstauto_title', 'Automatically detect DST settings', 'vbulletin', 'cphelptext', '', 0, ''),
(190201, -1, 'user_add_edit_dstonoff_text', 'Set to "Yes" if Daylight Savings Time is currently in effect for this user''s time zone.  This setting can be left alone if the "Automatically detect DST settings" option is enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190243, -1, 'user_modify_text', 'On this page you can search for users based on several different criteria.  The are "Quick Search" options and then there are "Advanced Search" options.<br /><br />\r\n\r\nThe "Quick Search" table has several options.  "Show All Users" does exactly that... no restrictions on search results.  "List Top Posters" returns all users and orders them according to their post counts, showing the highest post counts first.  "List Visitors in the Last 24 Hours" returns all users who have visited your forums within the last 24 hours.  "List New Registrations" returns all users and orders them by their registration dates, showing the newest registrations first.  "List Users Awaiting Moderation" returns all users who are in the "(COPPA) Users Awaiting Moderation" user group.  "Show All COPPA Users" returns all users who are marked as COPPA users in their profiles.  For more information about COPPA visit <a href="http://www.vbulletin.com/go/coppa" target="_blank">this link</a>.<br /><br />\r\n\r\nThe "Advanced Search" table contains several search options.  Please see the individual help topics below if you have any questions.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1231760784, '3.8.1'),
(190242, -1, 'user_moderate_send_deleted_title', 'Send email to users who have been deleted', 'vbulletin', 'cphelptext', '', 0, ''),
(190241, -1, 'user_moderate_send_deleted_text', 'Select "Yes" to send an email to the users whose registrations you are deleting.  Otherwise select "No."', 'vbulletin', 'cphelptext', '', 0, ''),
(190240, -1, 'user_moderate_send_validated_title', 'Send email to users who have been accepted', 'vbulletin', 'cphelptext', '', 0, ''),
(190238, -1, 'user_moderate_title', 'Users Awaiting Moderation', 'vbulletin', 'cphelptext', '', 0, ''),
(190239, -1, 'user_moderate_send_validated_text', 'Select "Yes" to send an email to the users whose registrations you are accepting.  Otherwise select "No."', 'vbulletin', 'cphelptext', '', 0, ''),
(190236, -1, 'user_find2_title', 'Find Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190237, -1, 'user_moderate_text', 'These are the users that are awaiting moderation.  You have the option of accepting, deleting, or ignoring these registrations.', 'vbulletin', 'cphelptext', '', 0, ''),
(190230, -1, 'user_editaccess_title', 'Edit Access', 'vbulletin', 'cphelptext', '', 0, ''),
(190231, -1, 'user_emailpassword_text', 'Click the "Send" button below to email this user their password.', 'vbulletin', 'cphelptext', '', 0, ''),
(190232, -1, 'user_emailpassword_title', 'Email Password Reminder to User', 'vbulletin', 'cphelptext', '', 0, ''),
(190233, -1, 'user_find_text', 'These are the results of your user search.', 'vbulletin', 'cphelptext', '', 0, ''),
(190234, -1, 'user_find_title', 'Find Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190235, -1, 'user_find2_text', 'These are the results of your user search.', 'vbulletin', 'cphelptext', '', 0, ''),
(190214, -1, 'user_doips_title', 'Search IP Addresses', 'vbulletin', 'cphelptext', '', 0, ''),
(190215, -1, 'user_doips_ipaddress_text', 'Enter an IP address to search for.  You may enter a full IP address (eg. 11.22.33.44) or a partial IP address (eg. 11 or 11.22 or 11.22.33 or 11.22.3).<br /><br /><dfn><b>Note:</b> If you have a large post table, this process may lock or take an exceedingly long time to complete.</dfn>', 'vbulletin', 'cphelptext', 'admin', 1199736638, '3.7.0 Beta 4'),
(190212, -1, 'user_changehistory_title', 'User Change History', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1191257642, '3.7.0 Beta 1'),
(190213, -1, 'user_doips_text', 'Here you can match IP addresses to usernames and usernames to IP addresses.', 'vbulletin', 'cphelptext', '', 0, ''),
(190210, -1, 'user_add_edit_lastpost_title', 'Last Post', 'vbulletin', 'cphelptext', '', 0, ''),
(190211, -1, 'user_changehistory_text', 'This page shows the historical values of several pieces of user data, including:\r\n\r\n<ul>\r\n<li>User names</li>\r\n<li>Emails</li>\r\n<li>User group membership</li>\r\n</ul>\r\n\r\nThe user that made the change is also listed.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1191257642, '3.7.0 Beta 1'),
(190202, -1, 'user_add_edit_dstonoff_title', 'Is DST currently in effect', 'vbulletin', 'cphelptext', '', 0, ''),
(190203, -1, 'user_add_edit_daysprune_text', 'This setting determines the default age of threads the user sees in the thread listing when they are viewing a forum.', 'vbulletin', 'cphelptext', '', 0, ''),
(190204, -1, 'user_add_edit_daysprune_title', 'Default View Age', 'vbulletin', 'cphelptext', '', 0, ''),
(190205, -1, 'user_add_edit_joindate_text', 'Enter the join date for this user here.  Select a month and enter a two digit day and four digit year.', 'vbulletin', 'cphelptext', '', 0, ''),
(190206, -1, 'user_add_edit_joindate_title', 'Join Date', 'vbulletin', 'cphelptext', '', 0, ''),
(190207, -1, 'user_add_edit_lastactivity_text', 'Enter the last activity date for this user here.  Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.', 'vbulletin', 'cphelptext', '', 0, ''),
(190208, -1, 'user_add_edit_lastactivity_title', 'Last Activity', 'vbulletin', 'cphelptext', '', 0, ''),
(190209, -1, 'user_add_edit_lastpost_text', 'Enter the last post date for this user here.  Select a month and enter a two digit day, four digit year, two digit hour, and two digit minute.', 'vbulletin', 'cphelptext', '', 0, ''),
(190196, -1, 'user_add_edit_styleid_title', 'Style', 'vbulletin', 'cphelptext', '', 0, ''),
(190197, -1, 'user_add_edit_timezoneoffset_text', 'Select the time zone for this user in terms of GMT.', 'vbulletin', 'cphelptext', '', 0, ''),
(190198, -1, 'user_add_edit_timezoneoffset_title', 'Time Zone Offset', 'vbulletin', 'cphelptext', '', 0, ''),
(190199, -1, 'user_add_edit_dstauto_text', 'If this option is set to "Yes," the times for this user will automatically adjust for Daylight Savings Time.', 'vbulletin', 'cphelptext', '', 0, ''),
(190175, -1, 'user_add_edit_emailonpm_text', 'If this option is enabled, this user will receive a notification email when they receive a new private message.', 'vbulletin', 'cphelptext', '', 0, ''),
(190176, -1, 'user_add_edit_emailonpm_title', 'Send Email When a Private Message is Received', 'vbulletin', 'cphelptext', '', 0, ''),
(190177, -1, 'user_add_edit_pmpopup_text', 'If this option is enabled, this user will be alerted by a popup window when they have a new private message and are visiting the forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190178, -1, 'user_add_edit_pmpopup_title', 'Private Message Popup', 'vbulletin', 'cphelptext', '', 0, ''),
(190179, -1, 'user_add_edit_showsignatures_text', 'This option determines if this user sees signatures when viewing posts.', 'vbulletin', 'cphelptext', '', 0, ''),
(190180, -1, 'user_add_edit_showsignatures_title', 'Display Signatures', 'vbulletin', 'cphelptext', '', 0, ''),
(190181, -1, 'user_add_edit_showavatars_text', 'This option determines if this user sees avatars when viewing posts.  Users with slow connections can disable this option to speed up load time on forums where the users have large (file size) avatars.', 'vbulletin', 'cphelptext', '', 0, ''),
(190182, -1, 'user_add_edit_showavatars_title', 'Display Avatars', 'vbulletin', 'cphelptext', '', 0, ''),
(190183, -1, 'user_add_edit_showimages_text', 'This option determines if this user sees inline images when viewing posts.  Users with slow connections can disable this option to speed up load time on threads with lots of inline images.', 'vbulletin', 'cphelptext', '', 0, ''),
(190184, -1, 'user_add_edit_showimages_title', 'Display Images', 'vbulletin', 'cphelptext', '', 0, ''),
(190185, -1, 'user_add_edit_showusercss_text', 'If this option is set to "No" then the user will not see customized Profile Styles on other user''s Profiles', 'vbulletin', 'cphelptext', 'Mez', 1199283907, '3.7.0 Beta 4'),
(190194, -1, 'user_add_edit_showvbcode_title', 'Message Editor Interface', 'vbulletin', 'cphelptext', '', 0, ''),
(190195, -1, 'user_add_edit_styleid_text', 'This is the style in which this user will view the forums.  Pick one or set this option to "Use Forum Default" to have them use your default style.', 'vbulletin', 'cphelptext', '', 0, ''),
(190193, -1, 'user_add_edit_showvbcode_text', 'This option determines the editor toolbar that is present when this user is composing a post.  The editor toolbar provides shortcuts making it easy to add BB code elements to posts without knowing the codes themselves.\r\n<br /><br />\r\nThe standard editor toolbar provides shortcuts to all BB code tags, inserting the final code directly into the post.\r\n<br /><br />\r\nThe WYSIWYG editor toolbar provides the same functionality as the standard editor toolbar, plus it shows you what the post will look like instead of just showing you the final code... hence WYSIWYG (What You See Is What You Get).', 'vbulletin', 'cphelptext', 'Kier', 1206964550, '3.7.0 Release Candidate 2'),
(190192, -1, 'user_add_edit_threadedmode_title', 'Thread Display Mode', 'vbulletin', 'cphelptext', '', 0, ''),
(190191, -1, 'user_add_edit_threadedmode_text', 'This option determines the default format of posts in a thread when this user views a thread.\r\n<br /><br />\r\nLinear mode shows all posts on the page in a top-down expanded format so that you can view the posts without having to click their links.\r\n<br /><br />\r\nThreaded mode shows a tree of links to individual posts within the thread.  The tree shows the threading of the posts by indenting reply posts under the post they are in reply to.  Only one post is viewable at a time.\r\n<br /><br />\r\nHybrid mode shows the threaded tree of post links as well as the linear expansion of those posts.', 'vbulletin', 'cphelptext', 'Mez', 1205942524, '3.7.0 Release Candidate 1'),
(190190, -1, 'user_add_edit_autosubscribe_title', 'Automatic Thread Subscription Mode', 'vbulletin', 'cphelptext', '', 0, ''),
(190187, -1, 'user_add_edit_receivefriendemailrequest_text', 'If this option is set to "Yes" then the user will receive an email notification of new friend requests.', 'vbulletin', 'cphelptext', 'Mez', 1199283977, '3.7.0 Beta 4'),
(190188, -1, 'user_add_edit_receivefriendemailrequest_title', 'Receive Friend Request Notification', 'vbulletin', 'cphelptext', 'Mez', 1199283977, '3.7.0 Beta 4'),
(190189, -1, 'user_add_edit_autosubscribe_text', 'This option determines the default level of subscription when this user makes a post.', 'vbulletin', 'cphelptext', '', 0, ''),
(190186, -1, 'user_add_edit_showusercss_title', 'Show Other Users'' Custom Profile Styles', 'vbulletin', 'cphelptext', 'Mez', 1199283907, '3.7.0 Beta 4'),
(190173, -1, 'user_add_edit_receivepmbuddies_text', 'If this option is set to "yes" then the user can only receive Private Messages from people on their contact list, or Moderators/Administrators', 'vbulletin', 'cphelptext', 'Mez', 1199284204, '3.7.0 Beta 4'),
(190174, -1, 'user_add_edit_receivepmbuddies_title', 'Receive Private Messages only from Contacts and Moderators', 'vbulletin', 'cphelptext', 'Mez', 1199283736, '3.7.0 Beta 4'),
(190172, -1, 'user_add_edit_receivepm_title', 'Receive Private Messages', 'vbulletin', 'cphelptext', '', 0, ''),
(190169, -1, 'user_add_edit_showvcard_text', 'Setting this option to Yes will allow users to download a vCard from the profile of this user. vCards can be used with many contact managers and email clients.', 'vbulletin', 'cphelptext', '', 0, ''),
(190170, -1, 'user_add_edit_showvcard_title', 'vCard Download', 'vbulletin', 'cphelptext', '', 0, ''),
(190171, -1, 'user_add_edit_receivepm_text', 'This setting determines if the user can receive private messages or not.', 'vbulletin', 'cphelptext', '', 0, ''),
(190168, -1, 'user_add_edit_invisible_title', 'Invisible Mode', 'vbulletin', 'cphelptext', '', 0, ''),
(190167, -1, 'user_add_edit_invisible_text', 'If set to "Yes," this option will hide this user from showing on the Who''s Online list except to groups who have permission to view invisible users.', 'vbulletin', 'cphelptext', '', 0, ''),
(190166, -1, 'user_add_edit_showemail_title', 'Receive Email from Other Users', 'vbulletin', 'cphelptext', '', 0, ''),
(190165, -1, 'user_add_edit_showemail_text', 'This option will determine if the user can receive email sent by other members.', 'vbulletin', 'cphelptext', '', 0, ''),
(190164, -1, 'user_add_edit_adminemail_title', 'Receive Admin Emails', 'vbulletin', 'cphelptext', '', 0, ''),
(190162, -1, 'user_add_edit_reputationpower_title', 'Reputation Power', 'vbulletin', 'cphelptext', '', 0, ''),
(190163, -1, 'user_add_edit_adminemail_text', 'This option determines if this user will receive emails sent by the Admin through the <a href="email.php?do=start" target="_blank"><b>Admin CP -> Users -> Send Email to Users</b></a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190161, -1, 'user_add_edit_reputationpower_text', 'This power is computed via the options you set in the Reputation section of the vBulletin Options. Negative comments from non-admins will receive half this power', 'vbulletin', 'cphelptext', '', 0, ''),
(190159, -1, 'user_add_edit_reputation_text', 'Enter this user''s current reputation level.', 'vbulletin', 'cphelptext', '', 0, ''),
(190160, -1, 'user_add_edit_reputation_title', 'Reputation Level', 'vbulletin', 'cphelptext', '', 0, ''),
(190158, -1, 'user_add_edit_showreputation_title', 'Display Reputation', 'vbulletin', 'cphelptext', '', 0, ''),
(190156, -1, 'user_add_edit_membergroupids_title', 'Additional Usergroups', 'vbulletin', 'cphelptext', '', 0, ''),
(190157, -1, 'user_add_edit_showreputation_text', 'This determines whether or not this user''s reputation is visible to other forum members.', 'vbulletin', 'cphelptext', '', 0, ''),
(190155, -1, 'user_add_edit_membergroupids_text', 'Check all additional user groups this user is a member of.', 'vbulletin', 'cphelptext', '', 0, ''),
(190154, -1, 'user_add_edit_usergroupid_title', 'Primary User Group', 'vbulletin', 'cphelptext', '', 0, ''),
(190152, -1, 'user_add_edit_ipaddress_title', 'IP Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190153, -1, 'user_add_edit_usergroupid_text', 'Select the user''s primary user group.', 'vbulletin', 'cphelptext', '', 0, ''),
(190151, -1, 'user_add_edit_ipaddress_text', 'This is the IP address of this user.', 'vbulletin', 'cphelptext', '', 0, ''),
(190149, -1, 'user_add_edit_referrerid_text', 'Enter the userid of the person who referred this user.', 'vbulletin', 'cphelptext', '', 0, ''),
(190150, -1, 'user_add_edit_referrerid_title', 'Referrer', 'vbulletin', 'cphelptext', '', 0, ''),
(190148, -1, 'user_add_edit_posts_title', 'Post Count', 'vbulletin', 'cphelptext', '', 0, ''),
(190147, -1, 'user_add_edit_posts_text', 'This is the user''s post count.  A user''s post count can be artificially inflated or deflated by editing this field.\r\n<br /><br />\r\nKeep in mind that if you update your users'' post counts <a href="misc.php?do=chooser" target="_blank"><b>here</b></a> then all post counts will be set to their true values, overwriting any changes made here.', 'vbulletin', 'cphelptext', 'Mez', 1205942825, '3.7.0 Release Candidate 1'),
(190146, -1, 'user_add_edit_parentemail_title', 'Parent Email Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190144, -1, 'user_add_edit_coppauser_title', 'COPPA', 'vbulletin', 'cphelptext', '', 0, ''),
(190145, -1, 'user_add_edit_parentemail_text', 'Enter the user''s parent''s email address here.  This only needs to be filled in for COPPA users.\r\n<br /><br />\r\nFor more info about this law, see here: <a href="http://www.vbulletin.com/go/coppa" target="_blank"><b>http://www.vbulletin.com/go/coppa</b></a>.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1231760784, '3.8.1'),
(190142, -1, 'user_add_edit_skype_title', 'Skype Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190143, -1, 'user_add_edit_coppauser_text', 'A COPPA user is under the age of 13.  COPPA is a law that requires children under the age of 13 to get parental consent before they can post.\r\n<br /><br />\r\nFor more info about this law, see here: <a href="http://www.vbulletin.com/go/coppa" target="_blank"><b>http://www.vbulletin.com/go/coppa</b></a>.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1231760784, '3.8.1'),
(190140, -1, 'user_add_edit_msn_title', 'MSN ID', 'vbulletin', 'cphelptext', '', 0, ''),
(190141, -1, 'user_add_edit_skype_text', 'Enter the user''s Skype name here.<br />\r\n<br />\r\nSkype names must be at least 6 characters long and can contain letters, numbers, underscores, hyphens, commas and periods.<br />\r\n<br />\r\nSkype is a popular voice-over-IP and telephony service. Find out more at the <a href="http://www.skype.com" target="_blank"><b>Skype</b> web site</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190138, -1, 'user_add_edit_yahoo_title', 'Yahoo! Messenger', 'vbulletin', 'cphelptext', '', 0, ''),
(190139, -1, 'user_add_edit_msn_text', 'Enter the user''s MSN ID here.\r\n<br />\r\n<br />\r\nMSN Messenger is a popular instant message service.  Find out more at the <a href="http://messenger.msn.com/" target="_blank"><b>MSN Messenger homepage</b></a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190131, -1, 'user_add_edit_signature_text', 'Enter the user''s signature here.  HTML, BB code, and smilies will be parsed or not depending on your settings <a href="options.php?dogroup=user&amp;do=options" target="_blank"><b>here</b></a>.', 'vbulletin', 'cphelptext', 'Kier', 1206964560, '3.7.0 Release Candidate 2'),
(190132, -1, 'user_add_edit_signature_title', 'Signature', 'vbulletin', 'cphelptext', '', 0, ''),
(190133, -1, 'user_add_edit_icq_text', 'Enter the user''s ICQ number here.\r\n<br /><br />\r\nICQ is a popular instant message service.  Find out more at the <a href="http://web.icq.com/" target="_blank"><b>ICQ homepage</b></a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190134, -1, 'user_add_edit_icq_title', 'ICQ', 'vbulletin', 'cphelptext', '', 0, ''),
(190135, -1, 'user_add_edit_aim_text', 'Enter the user''s AIM screen name here.\r\n<br /><br />\r\nAIM is a popular instant message service.  Find out more at the <a href="http://www.aim.com/" target="_blank"><b>AIM homepage</b></a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190136, -1, 'user_add_edit_aim_title', 'AIM Screen Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190137, -1, 'user_add_edit_yahoo_text', 'Enter the user''s Yahoo! Messenger ID here.\r\n<br /><br />\r\nYahoo! Messenger is a popular instant message service.  Find out more at the <a href="http://messenger.yahoo.com/" target="_blank"><b>Yahoo! Messenger homepage</b></a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(190129, -1, 'user_add_edit_showbirthday_text', 'Select the privacy level for the user''s birthday here.', 'vbulletin', 'cphelptext', '', 0, ''),
(190130, -1, 'user_add_edit_showbirthday_title', 'Privacy', 'vbulletin', 'cphelptext', '', 0, ''),
(190126, -1, 'user_add_edit_homepage_title', 'Homepage', 'vbulletin', 'cphelptext', '', 0, ''),
(190127, -1, 'user_add_edit_birthday_text', 'Enter the user''s birthday here.  Select a month and enter a two digit day and four digit year.', 'vbulletin', 'cphelptext', '', 0, ''),
(190128, -1, 'user_add_edit_birthday_title', 'Birthday', 'vbulletin', 'cphelptext', '', 0, ''),
(190124, -1, 'user_add_edit_customtitle_title', 'Custom User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190125, -1, 'user_add_edit_homepage_text', 'Enter the user''s homepage here (http://www... ).', 'vbulletin', 'cphelptext', '', 0, ''),
(190122, -1, 'user_add_edit_usertitle_title', 'User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190123, -1, 'user_add_edit_customtitle_text', 'When set to "No" the user''s title will be set to the default user title of their primary user group.\r\n<br /><br />\r\nWhen set to "Yes, user set" the user''s title will be forced to whatever is in the User Title field above.  HTML code is not allowed and this is the same as if the user set the title themself.  These titles will be reset if the user is not in an usergroup that allows custom titles.\r\n<br /><br />\r\nWhen set to "Yes, admin set (HTML allowed)" the user''s title will be forced to whatever is in the User Title field above.  HTML code in the title will be shown as is and not be parsed. These titles will be maintained if the user is not in an usergroup that allows custom titles.', 'vbulletin', 'cphelptext', '', 0, ''),
(190120, -1, 'user_add_edit_languageid_title', 'Language', 'vbulletin', 'cphelptext', '', 0, ''),
(190121, -1, 'user_add_edit_usertitle_text', 'Enter the user''s title here.  A user''s title is displayed next to their name in posts.  If you enter a custom title be sure you select "Yes" for the "Custom User Title" option below.', 'vbulletin', 'cphelptext', '', 0, ''),
(190116, -1, 'user_add_edit_username_title', 'Username', 'vbulletin', 'cphelptext', '', 0, ''),
(190117, -1, 'user_add_edit_email_text', 'Enter the email address of the user, this will be used when contact is made with the user by the forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190118, -1, 'user_add_edit_email_title', 'Email Address', 'vbulletin', 'cphelptext', '', 0, ''),
(190119, -1, 'user_add_edit_languageid_text', 'Select the language in which this user will read the forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(190098, -1, 'user_title', 'User Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190099, -1, 'user_add_text', 'This page can be used to add a new user on your board by configuring the options below', 'vbulletin', 'cphelptext', '', 0, ''),
(190100, -1, 'user_add_title', 'Adding a User', 'vbulletin', 'cphelptext', '', 0, ''),
(190101, -1, 'user_add_password_text', 'Enter the user''s password here.', 'vbulletin', 'cphelptext', '', 0, ''),
(190102, -1, 'user_add_password_title', 'Password', 'vbulletin', 'cphelptext', '', 0, ''),
(190103, -1, 'user_add_edit_adminavatar_text', 'This option allows the user to keep their custom avatar in the event that they lose permission to upload custom avatars.\r\n\r\nIf the user is moved to an usergroup that doesn''t allow custom avatars; the user''s avatar will not be visible in posts, their profile, and the member''s list unless this option is enabled.\r\n\r\nThis option does not allow the user to change their avatar. Usergroup permission is required to accomplish that task.\r\n\r\nIf the admin changes or gives an a user a custom avatar when the user doesn''t have usergroup permission to have one, this option will be automatically enabled.', 'vbulletin', 'cphelptext', 'freddie', 1144687826, '3.6.0 Beta 1'),
(190115, -1, 'user_add_edit_username_text', 'Enter the username of the user here.  A member''s username is used when logging in and is displayed next to their posts.\r\n<br /><br />\r\nIf you are editing the username of an existing member, you should <a href="misc.php?do=chooser" target="_blank"><b>update your counters</b></a> afterwards.', 'vbulletin', 'cphelptext', '', 0, ''),
(190114, -1, 'user_add_edit_infractions_title', 'Infractions', 'vbulletin', 'cphelptext', 'Mez', 1199284133, '3.7.0 Beta 4'),
(190112, -1, 'user_add_edit_warnings_title', 'Warnings', 'vbulletin', 'cphelptext', 'Mez', 1199284076, '3.7.0 Beta 4'),
(190113, -1, 'user_add_edit_infractions_text', 'The number of Infractions a user has received. Leave Blank for None', 'vbulletin', 'cphelptext', 'Mez', 1199284187, '3.7.0 Beta 4'),
(190107, -1, 'user_add_edit_ipoints_text', 'The amount of Infraction Points a user has. Leave blank for None.', 'vbulletin', 'cphelptext', 'Mez', 1199284165, '3.7.0 Beta 4'),
(190108, -1, 'user_add_edit_ipoints_title', 'Infraction Points', 'vbulletin', 'cphelptext', 'Mez', 1199284165, '3.7.0 Beta 4'),
(190109, -1, 'user_add_edit_vm_enable_text', 'If this option is set to "No", Visitor messaging will not be enabled for this user.', 'vbulletin', 'cphelptext', 'Mez', 1207920354, '3.7.0 Release Candidate 4'),
(190110, -1, 'user_add_edit_vm_enable_title', 'Enable Visitor Messaging', 'vbulletin', 'cphelptext', 'Mez', 1207920279, '3.7.0 Release Candidate 4'),
(190111, -1, 'user_add_edit_warnings_text', 'The amount of Warnings a user has received. Leave Blank for none.', 'vbulletin', 'cphelptext', 'Mez', 1199284220, '3.7.0 Beta 4'),
(190106, -1, 'user_add_edit_adminprofilepic_title', 'Keep Custom Profile Pic', 'vbulletin', 'cphelptext', 'freddie', 1144687906, '3.6.0 Beta 1'),
(190104, -1, 'user_add_edit_adminavatar_title', 'Keep Custom Avatar', 'vbulletin', 'cphelptext', 'freddie', 1144687826, '3.6.0 Beta 1'),
(190105, -1, 'user_add_edit_adminprofilepic_text', 'This option allows the user to keep their profile picture in the event that they lose permission to upload profile pictures.\r\n\r\nIf the user is moved to an usergroup that doesn''t allow profile pictures; the user''s picture will not be visible in their profile or on the member''s list unless this option is enabled.\r\n\r\nThis option does not allow the user to change their picture. Usergroup permission is required to accomplish that task.\r\n\r\nIf the admin changes or gives an a user a profile picture when the user doesn''t have usergroup permission to have one, this option will be automatically enabled.', 'vbulletin', 'cphelptext', 'freddie', 1144687906, '3.6.0 Beta 1'),
(190096, -1, 'thread_votes_threadtitle_title', 'Thread', 'vbulletin', 'cphelptext', '', 0, ''),
(190097, -1, 'user_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=user&amp;pageaction=&amp;option=">Users</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=usertools&amp;pageaction=&amp;option=">User Tools</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=banning&amp;pageaction=&amp;option=">User Banning</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=email&amp;pageaction=&amp;option=">Emailing Users</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=accessmask&amp;pageaction=&amp;option=">Access Masks</a><br /><br />\r\n\r\n<b>Users:</b><br />\r\nvBulletin''s user system is made up of several different parts so make sure you read the related help topics above.  Within the "Users" tab of the Admin CP you have the ability to add new users, search for existing users based on several criteria, prune users, and do several other things that are covered in the "User Tools," "User Banning," "Emailing Users," and "Access Masks" help topics that are linked above.<br /><br />\r\n\r\nAdding a new user via the Admin CP is the same as some one registering a new account except that the "add form" in the Admin CP is free of the required fields and agreements that are imposed on the registration form.  For example, you can create an account without an email address when using the Admin CP.  Visit the <a href="user.php?do=add" target="_blank">Add New User</a> page to add a user via the Admin CP.<br /><br />\r\n\r\nvBulletin''s user search system provides you with numerous search criteria and display options.  You can use the user search feature to find and edit users and to run reports showing specific user info and profile fields.  See the <a href="user.php?do=modify" target="_blank">Search for Users</a> page to see the list of search and display options.<br /><br />\r\n\r\nvBulletin''s user system also allows you to prune / move users based on their usergroup, last visit date, join date, and post count.  Possible applications of the user pruning / moving system include cleaning out inactive users and changing usergroups to manage forum permissions.  The user pruning / moving page can be found <a href="user.php?do=prune" target="_blank">here</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190094, -1, 'thread_votes_pollid_title', 'Poll', 'vbulletin', 'cphelptext', '', 0, ''),
(190095, -1, 'thread_votes_threadtitle_text', 'This is the title of the thread to which the above selected poll belongs.  This is here to help you select the poll you want by making a connection between the poll name and the thread title.', 'vbulletin', 'cphelptext', '', 0, ''),
(190090, -1, 'thread_unsubscribe_forumid_title', 'Forum', 'vbulletin', 'cphelptext', '', 0, ''),
(190091, -1, 'thread_votes_text', 'This page allows you to see what users voted for what options for any poll on your forums.  Select a poll from the menu below and click the "Who Voted" button to see who voted for what.', 'vbulletin', 'cphelptext', '', 0, ''),
(190092, -1, 'thread_votes_title', 'Who Voted', 'vbulletin', 'cphelptext', '', 0, ''),
(190093, -1, 'thread_votes_pollid_text', 'Select a poll from this menu.  The polls are ordered by pollid and so they are ordered by when they were posted.  Older polls will have a smaller pollid whereas newer polls will have a larger pollid.', 'vbulletin', 'cphelptext', '', 0, ''),
(190086, -1, 'thread_unsubscribe_username_title', 'User Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190087, -1, 'thread_unsubscribe_daysprune_text', 'A thread must be at least this old for this user to be unsubscribed from it.  This is useful in removing thread subscriptions that serve no use anymore because they are for threads that are no longer active.', 'vbulletin', 'cphelptext', '', 0, ''),
(190088, -1, 'thread_unsubscribe_daysprune_title', 'Find All Threads Older Than X Days', 'vbulletin', 'cphelptext', '', 0, ''),
(190089, -1, 'thread_unsubscribe_forumid_text', 'A thread must be in this forum in order for this user to be unsubscribed from it.  Select "All Forums" to unsubscribe this user from threads independent of what forum the threads are in.', 'vbulletin', 'cphelptext', 'Mez', 1205941374, '3.7.0 Release Candidate 1'),
(190075, -1, 'thread_removepoll_text', 'This page is a confirmation that you have selected the correct poll before that poll is deleted.  Please make sure the information below is correct.  Click the "Delete" button below to delete this poll.', 'vbulletin', 'cphelptext', '', 0, ''),
(190085, -1, 'thread_unsubscribe_username_text', 'Enter the username of the user whose thread subscriptions you want to remove.  This user will be unsubscribed from all threads to which they are currently subscribed.  Leave this field blank to unsubscribe <b>all</b> users from <b>all</b> threads that meet the criteria below.', 'vbulletin', 'cphelptext', '', 0, ''),
(190084, -1, 'thread_unsubscribe_ids_title', 'Enter threadid(s)', 'vbulletin', 'cphelptext', '', 0, ''),
(190083, -1, 'thread_unsubscribe_ids_text', 'All users who are subscribed to these threads will be unsubscribed from them.  You can get a thread''s threadid by looking at its URL.  For example, a thread with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a threadid of 5323.', 'vbulletin', 'cphelptext', '', 0, ''),
(190082, -1, 'thread_unsubscribe_title', 'Unsubscribe From Threads', 'vbulletin', 'cphelptext', '', 0, ''),
(190081, -1, 'thread_unsubscribe_text', 'On this page you can unsubscribe all users from a specific thread or remove all of a specific user''s thread subscriptions.', 'vbulletin', 'cphelptext', '', 0, ''),
(190080, -1, 'thread_tags_tagtext_title', 'Tag List', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1191253897, '3.7.0 Beta 1'),
(190079, -1, 'thread_tags_tagtext_text', 'Thread tagging is a system that allows user to apply their own keywords (tags) to threads. See <a href="http://en.wikipedia.org/wiki/Tag_%28metadata%29" target="_blank">Wikipedia</a> for more information on the ideas behind tagging.<br />\r\n<br />\r\nThis area allows you to manage the existing tags and create new ones. Note that you cannot create tags that your normal users would not be able to use. This means that you can''t violate the length options or used censored words.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1191253897, '3.7.0 Beta 1'),
(190076, -1, 'thread_removepoll_title', 'Delete Poll', 'vbulletin', 'cphelptext', '', 0, ''),
(190077, -1, 'thread_tagmerge_tagtext_text', 'The tag that you enter is the tag that all of the selected tags will be merged with.  If this tag does not already exist then it will be created.  If the specified tag is already selected for merging then it will be preserved.  If you have only selected a single tag for merging and specify a new tag that does not exist, then you are essentially renaming the tag.', 'vbulletin', 'cphelptext', 'Darren', 1216743771, '3.8.0 Alpha 1'),
(190078, -1, 'thread_tagmerge_tagtext_title', 'Add Tag for Merge', 'vbulletin', 'cphelptext', 'Darren', 1216743741, '3.8.0 Alpha 1'),
(190074, -1, 'thread_pruneusersel_title', 'Selectively Delete Threads and Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(190066, -1, 'thread_prune_move_titlecontains_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(190067, -1, 'thread_prune_move_forumid_text', 'Select a forum from which you want to select threads to prune / move.  A thread must be in this forum in order for it to be selected.  Choose "All Forums" to select threads independent of their forum.', 'vbulletin', 'cphelptext', 'Mez', 1205941360, '3.7.0 Release Candidate 1'),
(190068, -1, 'thread_prune_move_forumid_title', 'Forum', 'vbulletin', 'cphelptext', '', 0, ''),
(190069, -1, 'thread_prune_move_subforums_text', 'If you want to include the children of the forum you selected above, enable this option.  For example, if Forum2 is a child of Forum1 and you select Forum1 as a source forum, then Forum2 will be included as a source forum if this option is enabled.', 'vbulletin', 'cphelptext', '', 0, ''),
(190070, -1, 'thread_prune_move_subforums_title', 'Include Child Forums', 'vbulletin', 'cphelptext', '', 0, ''),
(190071, -1, 'thread_prune_move_prefixid_text', 'Select a prefix that the matched threads must have. Choose "(no prefix)" to only select threads that do not have a prefix.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190110079, '3.7.0 Beta 1'),
(190072, -1, 'thread_prune_move_prefixid_title', 'Prefix', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190110079, '3.7.0 Beta 1'),
(190073, -1, 'thread_pruneusersel_text', 'Below is a list of all matching threads and posts.  Put a check mark next to the threads and posts that you want to delete.  Click the "Submit" button at the bottom to continue.  You can view a thread or post in a new window by clicking on its title.', 'vbulletin', 'cphelptext', '', 0, ''),
(190064, -1, 'thread_prune_move_posteduser_title', 'User Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190065, -1, 'thread_prune_move_titlecontains_text', 'A thread must contain this string in its title in order for it to be pruned / moved.  This is not case sensitive.', 'vbulletin', 'cphelptext', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(190062, -1, 'thread_prune_move_status_title', 'Thread Status', 'vbulletin', 'cphelptext', '', 0, ''),
(190063, -1, 'thread_prune_move_posteduser_text', 'A thread must have been posted by this user in order for it to be pruned / moved.  This is useful for dealing with users who post lots of spam threads.', 'vbulletin', 'cphelptext', '', 0, ''),
(190060, -1, 'thread_prune_move_state_title', 'Thread State', 'vbulletin', 'cphelptext', '', 0, ''),
(190061, -1, 'thread_prune_move_status_text', '<b>Open</b>:<br />\r\nAn open thread is one that users can reply to.  You can use this option to select only threads that are open.<br /><br />\r\n\r\n<b>Closed</b>:<br />\r\nA closed thread is one that is locked by an admin, mod, or user that has permission.  Users cannot reply to closed threads.  You can use this option to select only threads that are closed.<br /><br />\r\n\r\n<b>Redirect</b>:<br />\r\nWhen an admin or mod moves a thread to another forum, they are given the option to leave a redirection link in its place... that''s what a redirect is.  You can use this option to select only redirection threads.<br /><br />\r\n\r\n<b>Not Redirect</b>:<br />\r\nSee above.', 'vbulletin', 'cphelptext', '', 0, ''),
(190058, -1, 'thread_prune_move_issticky_title', 'Thread is sticky', 'vbulletin', 'cphelptext', '', 0, ''),
(190059, -1, 'thread_prune_move_state_text', '<b>Visible</b>:<br />\r\nA visible thread is one that is not awaiting moderation by an admin or mod.  An invisible thread is one that is awaiting moderation of some kind.  You can use this option to select only visible threads, invisible threads, or both.<br /><br />\r\n\r\n<b>Awaiting Moderation</b>:<br />\r\nA thread that is "awaiting moderation" is one that still needs to be approved by an admin or mod before it will show up in the thread listing.<br /><br />\r\n\r\n<b>Deleted</b>:<br />\r\nWhen an admin or mod deletes a thread, they are given the option to "effectively" delete or "physically" delete.  "Effective" deletion will remove the thread from public view and leave a "deletion notice" in its place.  This option refers to "effective" deletion where the thread can still be undeleted.  You can use this option to select only "effectively" deleted threads, nondeleted threads, or both.', 'vbulletin', 'cphelptext', '', 0, ''),
(190056, -1, 'thread_prune_move_viewsmost_title', 'Thread has at Most X Views', 'vbulletin', 'cphelptext', '', 0, ''),
(190057, -1, 'thread_prune_move_issticky_text', 'A sticky thread is one that has been "stuck" by an admin or mod.  Sticky threads stay at the top of their forum listing regardless of their last post date.  You can use this option to select only sticky threads, nonsticky threads, or both.', 'vbulletin', 'cphelptext', '', 0, ''),
(190055, -1, 'thread_prune_move_viewsmost_text', 'The thread must have no more than this many views in order for it to be pruned / moved.  You can use this setting in conjunction with the previous setting to create a range of views you want to be pruned / moved.', 'vbulletin', 'cphelptext', '', 0, ''),
(190047, -1, 'thread_prune_move_lastdaysnewer_text', 'No one can have posted in this thread for longer than this time in order for it to be pruned / moved.  You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned /  moved.', 'vbulletin', 'cphelptext', '', 0, ''),
(190048, -1, 'thread_prune_move_lastdaysnewer_title', 'Last post date is at most X days ago', 'vbulletin', 'cphelptext', '', 0, ''),
(190049, -1, 'thread_prune_move_repliesleast_text', 'The thread must have at least this many replies in order for it to be pruned / moved.  This is useful for pruning / moving large threads.', 'vbulletin', 'cphelptext', '', 0, ''),
(190050, -1, 'thread_prune_move_repliesleast_title', 'Thread has at Least X Replies', 'vbulletin', 'cphelptext', '', 0, ''),
(190051, -1, 'thread_prune_move_repliesmost_text', 'The thread must have no more than this many replies in order for it to be pruned / moved.  You can use this setting in conjunction with the previous setting to create a range of replies you want to be pruned / moved.', 'vbulletin', 'cphelptext', '', 0, ''),
(190045, -1, 'thread_prune_move_lastdaysolder_text', 'No one can have posted in this thread for at least this long in order for it to be pruned / moved.  This is useful for selecting threads that are no longer active.', 'vbulletin', 'cphelptext', '', 0, ''),
(190054, -1, 'thread_prune_move_viewsleast_title', 'Thread has at Least X Views', 'vbulletin', 'cphelptext', '', 0, ''),
(190052, -1, 'thread_prune_move_repliesmost_title', 'Thread has at Most X Replies', 'vbulletin', 'cphelptext', '', 0, ''),
(190053, -1, 'thread_prune_move_viewsleast_text', 'The thread must have this many views or more in order for it to be pruned / moved.  This is useful for pruning / moving popular threads.', 'vbulletin', 'cphelptext', '', 0, ''),
(190046, -1, 'thread_prune_move_lastdaysolder_title', 'Last post date is at least X days ago', 'vbulletin', 'cphelptext', '', 0, ''),
(190044, -1, 'thread_prune_move_originaldaysnewer_title', 'Original post date is at most X days ago', 'vbulletin', 'cphelptext', '', 0, ''),
(190042, -1, 'thread_prune_move_originaldaysolder_title', 'Original post date is at least X days ago', 'vbulletin', 'cphelptext', '', 0, ''),
(190043, -1, 'thread_prune_move_originaldaysnewer_text', 'The thread must not have been created before this date in order to be pruned / moved.  You can use this setting in conjunction with the previous setting to create a window of time that you want to be pruned / moved.', 'vbulletin', 'cphelptext', '', 0, ''),
(190034, -1, 'thread_move_title', 'Move Threads Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(190035, -1, 'thread_move_destforumid_text', 'Select the forum to which you want to move the threads matching the criterion below.', 'vbulletin', 'cphelptext', '', 0, ''),
(190036, -1, 'thread_move_destforumid_title', 'Destination Forum', 'vbulletin', 'cphelptext', '', 0, ''),
(190037, -1, 'thread_prune_text', 'This page allows you to mass prune threads based on several criterion.  Fill in the options below and click the "Prune Threads" button to proceed.  Clicking the "Prune Threads" button will not perform the pruning, but will instead give you the option to prune all matching threads or to selectively prune.', 'vbulletin', 'cphelptext', '', 0, ''),
(190038, -1, 'thread_prune_title', 'Prune Threads Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(190039, -1, 'thread_prune_username_text', 'To prune by username you need to specify a user.  Enter the exact username of the user whose posts you want to prune.', 'vbulletin', 'cphelptext', '', 0, ''),
(190032, -1, 'thread_killpoll_threadid_title', 'Enter a threadid', 'vbulletin', 'cphelptext', '', 0, ''),
(190033, -1, 'thread_move_text', 'This page allows you to mass move threads based on several criterion.  Fill in the options below and click the "Move Threads" button to proceed.  Clicking the "Move Threads" button will not perform the moving, but will instead give you the option to move all matching threads or to selectively move.', 'vbulletin', 'cphelptext', '', 0, ''),
(190020, -1, 'template_view_title', 'Show Default', 'vbulletin', 'cphelptext', '', 0, ''),
(190021, -1, 'thread_text', '<b>Managing Threads &amp; Posts:</b><br />\r\nThis section of the Admin CP allows you to mass manage threads and posts.  You can mass prune and mass move threads and posts based on several criteria, mass unsubscribe users from threads, strip polls from threads, and see who voted for poll options in polls.<br /><br />\r\n\r\nPossible applications for mass pruning threads include removing a spammer''s threads and freeing up space in your database by deleting old threads.  Applications for mass moving threads include reorganizing your forums and archiving old threads in an archive forum.  You can unsubscribe users from threads to stop email notifications as a result of current thread subscriptions.  You can strip a poll from a thread if you want to delete a poll but not the thread that contains it.  Lastly, the "Who Voted" feature is useful in checking for "stuffed vote boxes."', 'vbulletin', 'cphelptext', '', 0, ''),
(190040, -1, 'thread_prune_username_title', 'User Name', 'vbulletin', 'cphelptext', '', 0, ''),
(190041, -1, 'thread_prune_move_originaldaysolder_text', 'The thread must have been created at least this long ago to be pruned / move.  This is useful in selecting old threads.', 'vbulletin', 'cphelptext', '', 0, ''),
(190024, -1, 'thread_dothreads_pruneuser_title', 'Prune / Move Threads Selectively', 'vbulletin', 'cphelptext', '', 0, ''),
(190025, -1, 'thread_dothreadssel_text', 'Below is a list of all matching threads.  Put a check mark next to the threads on which you want to take action.  Click the "Go" button at the bottom to continue.  You can view a thread in a new window by clicking on its title.', 'vbulletin', 'cphelptext', '', 0, ''),
(190026, -1, 'thread_dothreadssel_title', 'Selectively Prune / Move', 'vbulletin', 'cphelptext', '', 0, ''),
(190027, -1, 'thread_dovotes_text', 'This page shows you the poll results and a report on who voted for what options for the poll you selected.  You can view this poll and its thread by clicking on their links in the top bar.  You can view the profiles of the users who voted by clicking on their names.', 'vbulletin', 'cphelptext', 'freddie', 1204936670, '3.7.0 Release Candidate 1'),
(190028, -1, 'thread_dovotes_title', 'Poll Results', 'vbulletin', 'cphelptext', '', 0, ''),
(190029, -1, 'thread_killpoll_text', 'This page allows you to remove a poll from a thread based on the thread''s threadid.', 'vbulletin', 'cphelptext', '', 0, ''),
(190030, -1, 'thread_killpoll_title', 'Strip Poll', 'vbulletin', 'cphelptext', '', 0, ''),
(190031, -1, 'thread_killpoll_threadid_text', 'Enter the threadid of the thread with the poll you want to remove.  You can get a thread''s threadid by looking at its URL.  For example, a thread with this URL - http://www.domain.com/forum/showthread.php?t=5323 - has a thredid of 5323.', 'vbulletin', 'cphelptext', '', 0, ''),
(190022, -1, 'thread_title', 'Thread Title', 'vbulletin', 'cphelptext', 'Andy', 1219189890, '3.8.0 Alpha 1'),
(190023, -1, 'thread_dothreads_pruneuser_text', 'This page gives you the option to prune / move all matching threads or to select which threads of the matching threads you want to prune / move.  If you take action on all threads then they will be deleted immediately.  If you choose to selectively take action then you will be taken to a page where you must put a check mark by the threads on which you want to act.', 'vbulletin', 'cphelptext', '', 0, ''),
(190017, -1, 'template_search_case_insensitive_text', 'A "case-<b>in</b>sensitive" search will match the search phrase regardless of case.  For example, this search string:<br /><br />\r\n\r\n<i>search string</i><br /><br />\r\n\r\n...would also match:<br /><br />\r\n\r\n<i>sEarcH STRING</i>', 'vbulletin', 'cphelptext', '', 0, ''),
(190019, -1, 'template_view_text', 'This page shows you the default code for this template.  You can copy code to the clipboard for your use, but you may not edit the default.', 'vbulletin', 'cphelptext', '', 0, ''),
(190018, -1, 'template_search_case_insensitive_title', 'Case-Insensitive', 'vbulletin', 'cphelptext', '', 0, ''),
(190016, -1, 'template_search_regex_title', 'Use Regular Expressions', 'vbulletin', 'cphelptext', '', 0, ''),
(190014, -1, 'template_search_test_title', 'Test Replacement Only', 'vbulletin', 'cphelptext', '', 0, ''),
(190015, -1, 'template_search_regex_text', 'The regular expression option is for <b>advanced users only</b>! Setting this option to ''yes'' will use <a href="http://www.php.net/manual-lookup.php?function=preg-replace" target="_blank">preg_replace()</a> instead of <a href="http://www.php.net/manual-lookup.php?function=str-replace" target="_blank">str_replace()</a> for your find/replace operation. Do not use this option if you are not sure how to use PCRE regular expressions!<br /><br />\r\n\r\nExample usage: Find <b>&lt;img (.*)/?&gt;</b> and replace with <b>&lt;img \\1 /&gt;</b> would find all &lt;img&gt; tags and make them XHTML compliant by adding the closing slash. The actual command executed from this would be:<br /><br />\r\n\r\npreg_replace(''#&lt;img (.*)/?&gt;#siU'', ''&lt;img \\1 /&gt;'', $template);', 'vbulletin', 'cphelptext', '', 0, ''),
(190008, -1, 'template_search_titlesonly_title', 'Search Titles Only', 'vbulletin', 'cphelptext', '', 0, ''),
(190009, -1, 'template_search_dostyleid_text', 'Select the style in which you want to search.', 'vbulletin', 'cphelptext', '', 0, ''),
(190010, -1, 'template_search_dostyleid_title', 'Search in Style', 'vbulletin', 'cphelptext', '', 0, ''),
(190011, -1, 'template_search_replacestring_text', 'Enter a replacement string here.  This string will be substituted in for all instances of the search string above.<br /><br />\r\n\r\nFor example, if you search for "bullet" and your replacement string is "carrot" then "vbulletin" would become "vcarrotin".', 'vbulletin', 'cphelptext', '', 0, ''),
(190013, -1, 'template_search_test_text', 'This allows you to see the results of doing a "find and replace" before actually doing it.  It is recommended that you do this before doing the actual replacement since it''s very easy to unintentionally mess things up with a "find and replace."', 'vbulletin', 'cphelptext', '', 0, ''),
(190012, -1, 'template_search_replacestring_title', 'Replace with Text', 'vbulletin', 'cphelptext', '', 0, ''),
(190007, -1, 'template_search_titlesonly_text', 'Enable this option to search only the template titles.  The same search rules apply as are explained <a href="help.php?s=&amp;do=answer&amp;page=template&amp;pageaction=search&amp;option=searchstring">here</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(190002, -1, 'template_search_title', 'Search In Templates', 'vbulletin', 'cphelptext', '', 0, ''),
(190003, -1, 'template_search_searchset_text', 'Select the style in which you want to search.', 'vbulletin', 'cphelptext', '', 0, ''),
(190004, -1, 'template_search_searchset_title', 'Search in Style', 'vbulletin', 'cphelptext', '', 0, ''),
(190005, -1, 'template_search_searchstring_text', 'Enter the string of text you want to search for.  This search string is case sensitive.  The search will find any words / phrases containing the string you enter here.  For example, if you search for "bullet" the search will find "vbulletin", "bullets", etc.', 'vbulletin', 'cphelptext', '', 0, ''),
(190006, -1, 'template_search_searchstring_title', 'Search for Text', 'vbulletin', 'cphelptext', '', 0, ''),
(190000, -1, 'template_revertall_title', 'Revert All Templates', 'vbulletin', 'cphelptext', '', 0, ''),
(190001, -1, 'template_search_text', 'On this page you can search for strings in templates (useful in finding which templates you need to edit to change something on your forums) and run a "find and replace" search which allows you to replace all instances of a certain string with another string.', 'vbulletin', 'cphelptext', '', 0, ''),
(189997, -1, 'template_rebuild_text', 'This page is a report and confirmation of the rebuilding of your styles.', 'vbulletin', 'cphelptext', '', 0, ''),
(189998, -1, 'template_rebuild_title', 'Rebuild Styles', 'vbulletin', 'cphelptext', '', 0, ''),
(189999, -1, 'template_revertall_text', 'This page allows you to revert all customized templates for this style.  Below is a list of all templates that will be reverted.', 'vbulletin', 'cphelptext', '', 0, ''),
(189994, -1, 'template_historysubmit_title', 'Compare Versions', 'vbulletin', 'cphelptext', '', 0, ''),
(189995, -1, 'template_modify_text', 'You can manage your styles here.<br /><br />\r\n\r\nThe checkbox to the left of each style name indicates whether or not the user is allowed to select and use this style on your forums.  Checked = user selectable, unchecked = not user selectable.<br /><br />\r\n\r\nTo view your forums using a particular style you just click the name of the style on this page.<br /><br />\r\n\r\nThe number field before the options menu for each style is that style''s display order.  You can update display orders on this page by entering the numbers in these fields and clicking the "Save Display Order" button at the bottom of this page.<br /><br />\r\n\r\nThe menu on the right provides a list of options for each style.<br /><br />\r\n\r\nLastly, the "&laquo; &raquo;" button on the right expands the template listing for each style.', 'vbulletin', 'cphelptext', '', 0, ''),
(189996, -1, 'template_modify_title', 'Style Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189993, -1, 'template_historysubmit_text', 'This page shows all differences between the current template and the default template.  The changes are color coded (see key near bottom of page).  This page is useful in manually updating customized templates with new default functionality.', 'vbulletin', 'cphelptext', '', 0, ''),
(189973, -1, 'template_files_dostyleid_text', 'Select the style you want to download.', 'vbulletin', 'cphelptext', '', 0, ''),
(189974, -1, 'template_files_dostyleid_title', 'Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189975, -1, 'template_files_product_text', 'Select the Jelsoft product for which you want to download.', 'vbulletin', 'cphelptext', '', 0, ''),
(189976, -1, 'template_files_product_title', 'Product', 'vbulletin', 'cphelptext', '', 0, ''),
(189977, -1, 'template_files_filename_text', 'This is the name of the file under which this style will be saved.  This name should end with .xml', 'vbulletin', 'cphelptext', '', 0, ''),
(189978, -1, 'template_files_filename_title', 'Filename', 'vbulletin', 'cphelptext', '', 0, ''),
(189979, -1, 'template_files_mode_text', 'Styles inherit the templates, settings, etc from their parent styles.  If you want the downloaded style to stand alone so it appears as it does on your forums right now then you should choose the second option.', 'vbulletin', 'cphelptext', '', 0, ''),
(189980, -1, 'template_files_mode_title', 'Options', 'vbulletin', 'cphelptext', '', 0, ''),
(189981, -1, 'template_files_stylefile_text', 'Click the "Browse" button to select a vBullein style file to upload from your computer.', 'vbulletin', 'cphelptext', '', 0, ''),
(189982, -1, 'template_files_stylefile_title', 'Upload XML file', 'vbulletin', 'cphelptext', '', 0, ''),
(189983, -1, 'template_files_serverfile_text', 'Enter a file name complete with a server path that is relative to your main forum directory.<br /><br />\r\n\r\nFor example, if the name of the style file is vbulletin-style.xml and you uploaded it to the install directory inside your main forum directory then you would enter this value: ./install/vbulletin-style.xml', 'vbulletin', 'cphelptext', '', 0, ''),
(189984, -1, 'template_files_serverfile_title', 'Import XML File', 'vbulletin', 'cphelptext', '', 0, ''),
(189985, -1, 'template_files_overwritestyleid_text', 'Select a style to merge into or leave alone to create a new style.  If you choose to create a new style don''t forget to look over the options below.', 'vbulletin', 'cphelptext', '', 0, ''),
(189986, -1, 'template_files_overwritestyleid_title', 'Merge Into Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189987, -1, 'template_files_anyversion_text', 'You might want to ignore the style version if the style file you are uploading is from a different version but you know it to contain only customized templates that are compatible with your current version.  If the style is not compatible you can always upload it with this option enabled and then fix the customized templates using the <a href="template.php?do=findupdates" target="_blank">Find Updated Templates</a> page as a guide.', 'vbulletin', 'cphelptext', '', 0, ''),
(189988, -1, 'template_files_anyversion_title', 'Ignore Style Version', 'vbulletin', 'cphelptext', '', 0, ''),
(189989, -1, 'template_findupdates_text', 'vBulletin''s default templates are often updated during upgrades.  This page shows you what customized templates may need to be reverted and recustomized as a result of the default templates changing.', 'vbulletin', 'cphelptext', '', 0, ''),
(189992, -1, 'template_history_title', 'Template History', 'vbulletin', 'cphelptext', '', 0, ''),
(189991, -1, 'template_history_text', 'This page shows a record of changes made to this template.  If the default template has been updated after a custom change was made, then patching may be required (manually apply the changes or revert and recustomize).<br /><br />\r\n\r\nYou can view a "side by side" comparison of the new and old template by clicking the "Compare Versions" button below.', 'vbulletin', 'cphelptext', '', 0, ''),
(189990, -1, 'template_findupdates_title', 'Find Updated Templates', 'vbulletin', 'cphelptext', '', 0, ''),
(189972, -1, 'template_files_title', 'Download / Upload Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189970, -1, 'template_editstyle_title', 'Edit Settings', 'vbulletin', 'cphelptext', '', 0, ''),
(189971, -1, 'template_files_text', 'On this page you can download and upload styles using a variety of options.  Please see the individual help topics below for clarification of each option.', 'vbulletin', 'cphelptext', '', 0, ''),
(189966, -1, 'template_delete_title', 'Delete Template', 'vbulletin', 'cphelptext', '', 0, ''),
(189967, -1, 'template_deletestyle_text', 'This page allows you to delete this style.  Click the "Yes" button below to delete this style.  This action cannot be undone!', 'vbulletin', 'cphelptext', '', 0, ''),
(189968, -1, 'template_deletestyle_title', 'Delete Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189969, -1, 'template_editstyle_text', 'This page allows you to edit the basic settings for this style including the parent style, title, if the user can select this style to use, and the display order.', 'vbulletin', 'cphelptext', '', 0, ''),
(189964, -1, 'template_addstyle_editstyle_files_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', '', 0, ''),
(189965, -1, 'template_delete_text', 'This page allows you to revert this template to its default.  If this template is part of a parent style then the style''s children will also be affected by reverting this template.  Child styles inherit the custom templates of their parents.', 'vbulletin', 'cphelptext', '', 0, ''),
(189963, -1, 'template_addstyle_editstyle_files_displayorder_text', 'This display order is used to order the listing of styles at this level of styles in the Style Manager in the Admin CP and in the Quick Style Chooser at the bottom left of your forums.<br /><br />\r\n\r\nFor example, a style tree like this would have the display orders that are listed below:<br /><br />\r\n\r\nMASTER STYLE - 1<br />\r\n--Child Style - 1<br />\r\n--Another Child - 2<br />\r\n----Baby Style - 1<br />\r\n----Another Baby - 2<br />\r\n--Yet Another - 3', 'vbulletin', 'cphelptext', '', 0, ''),
(189962, -1, 'template_addstyle_editstyle_files_userselect_title', 'Allow User Selection', 'vbulletin', 'cphelptext', '', 0, ''),
(189961, -1, 'template_addstyle_editstyle_files_userselect_text', 'Enable this option to allow the user to select this style to use when viewing your forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(189960, -1, 'template_addstyle_editstyle_files_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(189958, -1, 'template_addstyle_editstyle_files_parentid_title', 'Parent Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189959, -1, 'template_addstyle_editstyle_files_title_text', 'This is the name of the style.  The title is used to identify a style in the Style Manager of the Admin CP and in the Quick Style Chooser at the bottom left of your forums.', 'vbulletin', 'cphelptext', '', 0, ''),
(189957, -1, 'template_addstyle_editstyle_files_parentid_text', 'This style will inherit the templates, settings, etc of the parent style that is selected here.  Any changes that are made to the parent will be passed down to its children unless the child has customized the settings that are changed.', 'vbulletin', 'cphelptext', '', 0, ''),
(189956, -1, 'template_addstyle_title', 'Add Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189955, -1, 'template_addstyle_text', 'This page allows you to create a new style.  For help with the options below please click on their help images to the right.', 'vbulletin', 'cphelptext', '', 0, ''),
(189954, -1, 'template_add_edit_template_title', 'Template', 'vbulletin', 'cphelptext', '', 0, ''),
(189952, -1, 'template_add_edit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(189953, -1, 'template_add_edit_template_text', '<p>This is where you actually edit the HTML. Any valid HTML is allowed here. To learn how to use HTML please visit www.w3c.org.</p>\r\n\r\n<p>vBulletin also provides some specialized tags that can be used here. These include the &lt;phrase&gt; tag and the &lt;if&gt; tag.  Please see the General Topic named "About vBulletin Styles" by clicking on the help image in a title bar.</p>', 'vbulletin', 'cphelptext', '', 0, ''),
(189950, -1, 'template_add_edit_title', 'Template Editor', 'vbulletin', 'cphelptext', '', 0, ''),
(189951, -1, 'template_add_edit_title_text', 'Enter the name of your template here. This will become the name of how the template is referenced by the system. This will be prefilled if you are editing an existing template.\r\n\r\nPlease note: When adding custom templates, in order to have them parsed, you must also write PHP code to call them.', 'vbulletin', 'cphelptext', '', 0, ''),
(189948, -1, 'template_add_dostyleid_title', 'Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189949, -1, 'template_add_edit_text', 'The template editor is where you modify the actual templates in order to change the look of your forums. Here, you will modify the HTML of individual templates.', 'vbulletin', 'cphelptext', '', 0, ''),
(189947, -1, 'template_add_dostyleid_text', 'This is a quick selection list of all your installed styles. It allows you to quickly switch among them. When editing templates, verify that the style shown is the style you wish to edit.', 'vbulletin', 'cphelptext', '', 0, ''),
(189946, -1, 'template_title', 'About Styles &amp; Templates', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1161596934, '3.6.3'),
(189926, -1, 'subscriptions_transactions_end_title', 'End Date', 'vbulletin', 'cphelptext', 'freddie', 1147123893, '3.6.0 Beta 1'),
(189927, -1, 'subscriptions_transactions_exact_text', 'Set this to ''Yes'' to search for transaction IDs that are an exact match.  Set this to ''No'' to do a partial match, e.g. ''x123'' would match ''ABCx123DEF''.', 'vbulletin', 'cphelptext', 'freddie', 1147124164, '3.6.0 Beta 1'),
(189928, -1, 'subscriptions_transactions_exact_title', 'Exact Match', 'vbulletin', 'cphelptext', 'freddie', 1147124164, '3.6.0 Beta 1'),
(189929, -1, 'subscriptions_transactions_orderby_text', 'Use this option to sort the report. You may also change the sort order while viewing the report by clicking on the column names.', 'vbulletin', 'cphelptext', 'freddie', 1147124032, '3.6.0 Beta 1'),
(189930, -1, 'subscriptions_transactions_orderby_title', 'Order By', 'vbulletin', 'cphelptext', 'freddie', 1147124032, '3.6.0 Beta 1'),
(189931, -1, 'subscriptions_transactions_paymentapiid_text', 'Use this option to narrow the report down to a specific payment processor.', 'vbulletin', 'cphelptext', 'freddie', 1147123941, '3.6.0 Beta 1'),
(189932, -1, 'subscriptions_transactions_paymentapiid_title', 'Processor', 'vbulletin', 'cphelptext', 'freddie', 1147123941, '3.6.0 Beta 1'),
(189933, -1, 'subscriptions_transactions_scope_text', 'Use this option to define what type of report you wish to see.  ''Daily'' will group together all transactions that occur on a single day. ''Weekly'' will group together all transactions that occur within the same week. ''Monthly'' will group all transactions that occur within the same month.', 'vbulletin', 'cphelptext', 'freddie', 1147124266, '3.6.0 Beta 1'),
(189934, -1, 'subscriptions_transactions_scope_title', 'Scope', 'vbulletin', 'cphelptext', 'freddie', 1147124266, '3.6.0 Beta 1'),
(189935, -1, 'subscriptions_transactions_start_text', 'Select a start date for this report. Select a month, day, and year. The selected transaction must be no older than this date for it to be included in the report.', 'vbulletin', 'cphelptext', 'freddie', 1147123869, '3.6.0 Beta 1'),
(189920, -1, 'subscriptions_modify_title', 'Subscription Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189921, -1, 'subscriptions_remove_text', 'This is a confirmation that you want to delete this subscription.  Click the "Yes" button below to perform the deletion.', 'vbulletin', 'cphelptext', '', 0, ''),
(189922, -1, 'subscriptions_remove_title', 'Delete Subscription', 'vbulletin', 'cphelptext', '', 0, ''),
(189923, -1, 'subscriptions_transactions_currency_text', 'Use this option to narrow the report down to a specific currency.', 'vbulletin', 'cphelptext', 'freddie', 1147123961, '3.6.0 Beta 1'),
(189924, -1, 'subscriptions_transactions_currency_title', 'Currency', 'vbulletin', 'cphelptext', 'freddie', 1147123961, '3.6.0 Beta 1'),
(189925, -1, 'subscriptions_transactions_end_text', 'Select an end date for this report. Select a month, day, and year. The selected transaction must not be newer than this date for it to be included in the report. You can use this setting in conjunction with the "Start Date" setting to create a window of time for this report.', 'vbulletin', 'cphelptext', 'freddie', 1147123893, '3.6.0 Beta 1'),
(189945, -1, 'template_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=template&amp;pageaction=&amp;option=">Styles &amp; Templates</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=css&amp;pageaction=&amp;option=">Common Templates, StyleVars, and CSS</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=replacement&amp;pageaction=&amp;option=">Replacement Variables</a><br /><br />\r\n\r\n<b>Inheritance:</b><br />\r\nvBulletin''s styles use inheritance to manage templates and style settings.  A child style inherits the templates and settings of its parent.  For example, if a template is customized in a parent style then its children will inherit that customized template as their default.<br /><br />\r\n\r\nPossible applications of style inheritance include creating variations on a theme.  Let''s say you have a style with a customized template set that creates a specific physical layout of your forums, but you want your users to be able to choose from different colors while using the same layout.  In that situation you could create child styles for the style with the customized template set.  The children would inherit all of the parent''s templates, thereby keeping the same layout, but they would have their own color settings which would override the colors of the parent.<br /><br />\r\n\r\nThe power of inheritance can be seen in the above example.  To create variations on a theme without inheritance you would need to duplicate the template set for each style which would make changing the layout very cumbersome as you would need to edit the templates in each style.  With inheritance you only have to edit the parent''s template set.<br /><br />\r\n\r\n<b>Template Conditionals:</b><br />\r\nvBulletin supports conditionals in its templates.  Conditionals allow you to display code in the templates or not based on a condition that evaluates to boolean true or false.  Here is an example of the syntax:<br /><br />\r\n\r\n<i>&lt;if condition="$bbuserinfo[userid]"&gt;<br />\r\n<font color="green">code that is displayed if the user is registered and logged in (not a guest)</font><br />\r\n&lt;else /&gt;<br />\r\n<font color="red">code that is displayed if the user is not registered and/or not logged in (is a guest)</font><br />\r\n&lt;/if&gt;</i><br /><br />\r\n\r\nIn the above example, the condition checks for whether or not the logged in user is registered by checking their userid (guests have a userid of 0 which evaluates to false).  The <font color="green">green</font> code is included in the page output if the user is logged in (the condition is true).  Else the <font color="red">red</font> code is included if the user is <b>not</b> logged in (the condition is false).  The <i>&lt;else /&gt;</i> tag and <font color="red">red</font> code are optional in the syntax shown above.<br /><br />\r\n\r\nThe $bbuserinfo array in the above example contains all of the current logged in user''s information and is global to all vBulletin templates.  The $vboptions array is another such global array that holds the values for your <a href="options.php?null=0" target="_blank">vBulletin options</a>.  If you need help creating conditions using vBulletin variables please post on the <a href="http://www.vbulletin.com/forum/" target="_blank">vBulletin.com forums</a> or the <a href="http://www.vbulletin.org/forum/" target="_blank">vBulletin.org forums</a>.', 'vbulletin', 'cphelptext', 'Mez', 1205942760, '3.7.0 Release Candidate 1'),
(189942, -1, 'subscriptions_transactions_transactionid_title', 'Transaction ID', 'vbulletin', 'cphelptext', 'freddie', 1147124099, '3.6.0 Beta 1'),
(189943, -1, 'subscriptions_transactions_username_text', 'Use this option to narrow the report down to a specific user.', 'vbulletin', 'cphelptext', 'freddie', 1147123996, '3.6.0 Beta 1'),
(189944, -1, 'subscriptions_transactions_username_title', 'Username', 'vbulletin', 'cphelptext', 'freddie', 1147123996, '3.6.0 Beta 1'),
(189941, -1, 'subscriptions_transactions_transactionid_text', 'This option is used to search for a specific transaction ID. The transaction ID is the ID assigned to the transaction by the payment processor. This ID is generally included in any email send from the payment processor or in the payment processor''s admin center.', 'vbulletin', 'cphelptext', 'freddie', 1147124099, '3.6.0 Beta 1'),
(189936, -1, 'subscriptions_transactions_start_title', 'Start Date', 'vbulletin', 'cphelptext', 'freddie', 1147123869, '3.6.0 Beta 1'),
(189937, -1, 'subscriptions_transactions_state_text', 'Use this option to narrow the report down to only charges or reversals.', 'vbulletin', 'cphelptext', 'freddie', 1147123981, '3.6.0 Beta 1'),
(189938, -1, 'subscriptions_transactions_state_title', 'Type', 'vbulletin', 'cphelptext', 'freddie', 1147123981, '3.6.0 Beta 1'),
(189939, -1, 'subscriptions_transactions_subscriptionid_text', 'Use this option to narrow the report down to a specific subscription.', 'vbulletin', 'cphelptext', 'freddie', 1147123923, '3.6.0 Beta 1'),
(189940, -1, 'subscriptions_transactions_subscriptionid_title', 'Subscription', 'vbulletin', 'cphelptext', 'freddie', 1147123923, '3.6.0 Beta 1'),
(189919, -1, 'subscriptions_modify_text', 'Below is a list of existing subscriptions (if any).  The "Title" column contains the name of the corresponding subscription.  The title is used to identify a subscription for users on your forums and for you in this subscription manager.<br /><br />\r\n\r\nThe "Cost" column contains the cost of the corresponding subscription for each of the available currencies.<br /><br />\r\n\r\nThe "Active" column tells you how many active subscriptions there are for the corresponding subscription.  An active subscription is one that was purchased not longer ago than the length of the subscription.<br /><br />\r\n\r\nThe "Completed" column shows the number of subscriptions that are inactive for the corresponding subscription.  An inactive subscription is one that was purchased longer ago than the length of the subscription.<br /><br />\r\n\r\nThe "Total" column shows the sum of active and inactive subscriptions for the corresponding subscription.<br /><br />\r\n\r\nThe "Controls" column contains a menu of options for each subscription.  The "Edit" option allows you to edit the settings for the subscription including the: title, description, cost, group memberships, and access masks.  The "Delete" option does exactly that.  The "View Users" option shows you all users that have purchased this subscription, whether their subscription is active or inactive.  And finally, the "Add User" option allows you to manually subscribe a user to the corresponding subscription.', 'vbulletin', 'cphelptext', 'Scott', 1207908565, '3.7.0 Release Candidate 4'),
(189918, -1, 'subscriptions_find_title', 'View Users', 'vbulletin', 'cphelptext', '', 0, ''),
(189898, -1, 'subscriptions_api_title', 'Payment API Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189899, -1, 'subscriptions_apiadd_text', 'This page allows you to add a new payment processor.  The specific options are detailed below.', 'vbulletin', 'cphelptext', '', 0, ''),
(189900, -1, 'subscriptions_apiadd_title', 'Add API', 'vbulletin', 'cphelptext', '', 0, ''),
(189901, -1, 'subscriptions_apiadd_apiedit_title_text', 'This is the title of this payment API.  It is only for labelling purposes.', 'vbulletin', 'cphelptext', '', 0, ''),
(189902, -1, 'subscriptions_apiadd_apiedit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(189903, -1, 'subscriptions_apiadd_apiedit_active_text', 'This option allows you to enable / disable this API without having to delete and recreate the API to toggle its status.  If an API is disabled then it will not be available as a payment option when a user purchases a subscription.', 'vbulletin', 'cphelptext', '', 0, ''),
(189904, -1, 'subscriptions_apiadd_apiedit_active_title', 'Active', 'vbulletin', 'cphelptext', '', 0, ''),
(189905, -1, 'subscriptions_apiadd_apiedit_classname_text', 'This name is used in calling this API''s class file.  Look at the class files in the <i>includes/paymentapi</i> directory.  For example, if the class name is "blah" then the class file would be located at <i>includes/paymentapi/class_blah.php</i>', 'vbulletin', 'cphelptext', '', 0, ''),
(189916, -1, 'subscriptions_edit_title', 'Edit Subscription', 'vbulletin', 'cphelptext', '', 0, ''),
(189917, -1, 'subscriptions_find_text', 'Below is a list of users who have purchased this subscription.  Click the "Edit" button on the right to edit the corresponding subscription.<br /><br />\r\n\r\nThe "Title" column tells you what subscription the corresponding record is for.<br /><br />\r\n\r\nThe "User Name" column tells you the user whom the corresponding subscription is for.  You can click on the username to view the user''s profile.<br /><br />\r\n\r\nThe "Start Date" column tells you when the corresponding subscription was purchased.  If the subscription was purchased longer ago than the length of the subscription then the "Status" column will read "Disabled."  Otherwise the subscription is "Active."', 'vbulletin', 'cphelptext', '', 0, ''),
(189887, -1, 'subscriptions_adjust_text', 'On this page you can add / edit a subscription.  If you are editing a subscription you can shorten, lengthen, activate, and deactivate it by editing the settings below.  If you are adding a subscription you need to fill in the settings below.', 'vbulletin', 'cphelptext', 'Mez', 1205942653, '3.7.0 Release Candidate 1'),
(189915, -1, 'subscriptions_edit_text', 'This page allows you to edit this subscription.  If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href="options.php?dogroup=general&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(189914, -1, 'subscriptions_apirem_title', 'Delete API', 'vbulletin', 'cphelptext', '', 0, ''),
(189911, -1, 'subscriptions_apiedit_text', 'This page allows you to edit the details of a payment processor.  The specific options are detailed below.', 'vbulletin', 'cphelptext', '', 0, ''),
(189912, -1, 'subscriptions_apiedit_title', 'Edit API', 'vbulletin', 'cphelptext', '', 0, ''),
(189913, -1, 'subscriptions_apirem_text', 'This is a confirmation that you want to delete this API.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(189908, -1, 'subscriptions_apiadd_apiedit_currency_title', 'Supported Currency', 'vbulletin', 'cphelptext', '', 0, ''),
(189909, -1, 'subscriptions_apiadd_apiedit_recurring_text', 'Does this payment processor support recurring payments?', 'vbulletin', 'cphelptext', '', 0, ''),
(189910, -1, 'subscriptions_apiadd_apiedit_recurring_title', 'Supports Recurring Payments', 'vbulletin', 'cphelptext', '', 0, ''),
(189907, -1, 'subscriptions_apiadd_apiedit_currency_text', 'This is a comma-separated list of currency abbreviations.  There are abbreviations available on <a href="http://www.xe.com/" target="_blank">this site</a>.<br /><br />\r\n\r\nFor example, if you want to accept US dollars, UK pounds, and Canadian dollars, then you would enter this value into this field:<br /><br />\r\n\r\n<i>usd,gbp,cad</i>', 'vbulletin', 'cphelptext', '', 0, ''),
(189906, -1, 'subscriptions_apiadd_apiedit_classname_title', 'Classname', 'vbulletin', 'cphelptext', '', 0, ''),
(189864, -1, 'subscriptions_add_edit_description_title', 'Description', 'vbulletin', 'cphelptext', '', 0, ''),
(189865, -1, 'subscriptions_add_edit_active_text', 'Check this box to make this subscription active so users will be able to purchase it.  Active subscriptions are available for purchase on the <a href="../payments.php" target="_blank">Paid Subscriptions</a> page in the User CP.  If you want to remove a subscription but you think you might use it again in the future, you can uncheck this box to disable the subscription as opposed to deleting it.', 'vbulletin', 'cphelptext', '', 0, ''),
(189888, -1, 'subscriptions_adjust_title', 'Add / Edit Subscription', 'vbulletin', 'cphelptext', '', 0, ''),
(189889, -1, 'subscriptions_adjust_username_text', 'Enter the exact username of the user whom you want to add to this subscription.', 'vbulletin', 'cphelptext', '', 0, ''),
(189890, -1, 'subscriptions_adjust_username_title', 'User Name', 'vbulletin', 'cphelptext', '', 0, ''),
(189891, -1, 'subscriptions_adjust_regdate_text', 'This is the date that this subscription will start to be active.  Select a month and enter a day, year, hour and minute.', 'vbulletin', 'cphelptext', '', 0, ''),
(189892, -1, 'subscriptions_adjust_regdate_title', 'Start Date', 'vbulletin', 'cphelptext', '', 0, ''),
(189893, -1, 'subscriptions_adjust_expirydate_text', 'This is the date when this subscription will stop being active.  Select a month and enter a day, year, hour and minute.', 'vbulletin', 'cphelptext', '', 0, ''),
(189894, -1, 'subscriptions_adjust_expirydate_title', 'Expiry Date', 'vbulletin', 'cphelptext', '', 0, ''),
(189895, -1, 'subscriptions_adjust_status_text', 'Select "Yes" if you want this subscription to be active.  Select "No" otherwise.', 'vbulletin', 'cphelptext', '', 0, ''),
(189896, -1, 'subscriptions_adjust_status_title', 'Active', 'vbulletin', 'cphelptext', '', 0, ''),
(189897, -1, 'subscriptions_api_text', 'This section allows you to manage the payment processors that you want to accept for your forum subscriptions.<br /><br />\r\n\r\nA payment processor is a company through which payments are handled.  For example, if you have a PayPal account and you enable that API on this page, then users can signup with PayPal and then use it to purchase a forum subscription.', 'vbulletin', 'cphelptext', 'freddie', 1198800939, '3.7.0 Beta 4'),
(189885, -1, 'subscriptions_add_edit_recurring_text', '<em>This only applies to PayPal payments.</em><br /><br />You can choose to have the payment recur until the user cancels the subscription.<br /><br />\r\nOnce enabled you cannot change the price of this subscription as existing users costs will not update, however you can cancel all of their subscriptions through the PayPal interface and force them to sign up again.', 'vbulletin', 'cphelptext', 'Scott', 1200668171, '3.7.0 Beta 4'),
(189886, -1, 'subscriptions_add_edit_recurring_title', 'Recurring Payments', 'vbulletin', 'cphelptext', '', 0, ''),
(189884, -1, 'subscriptions_add_edit_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', '', 0, ''),
(189882, -1, 'subscriptions_add_edit_shipping_title', 'Shipping Address', 'vbulletin', 'cphelptext', '', 0, ''),
(189883, -1, 'subscriptions_add_edit_displayorder_text', 'This setting determines the position of this subscription in the list of subscriptions relative to others.', 'vbulletin', 'cphelptext', '', 0, ''),
(189881, -1, 'subscriptions_add_edit_shipping_text', '<em>This only applies to PayPal payments.</em><br /><br />You can choose to have the buyer''s shipping address be optional, required, or not specified.', 'vbulletin', 'cphelptext', 'freddie', 1198800913, '3.7.0 Beta 4'),
(189880, -1, 'subscriptions_add_edit_tax_title', 'Sales Tax', 'vbulletin', 'cphelptext', '', 0, ''),
(189878, -1, 'subscriptions_add_edit_membergroup_title', 'Additional Usergroups', 'vbulletin', 'cphelptext', '', 0, ''),
(189879, -1, 'subscriptions_add_edit_tax_text', '<em>The following only applies for PayPal payments,   if you have enabled sales tax under the Selling Preferences of your PayPal account, and the buyer is located in an area that you tax.</em><br /><br />By default, no sales tax will be added to payments. Check this box if you need sales tax added to payments.', 'vbulletin', 'cphelptext', 'freddie', 1198800926, '3.7.0 Beta 4'),
(189876, -1, 'subscriptions_add_edit_nusergroupid_title', 'Primary Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(189877, -1, 'subscriptions_add_edit_membergroup_text', 'If you want this subscription to add users to any secondary groups you can check them here.  When a user purchases this subscription they will be added to these secondary groups.', 'vbulletin', 'cphelptext', '', 0, ''),
(189875, -1, 'subscriptions_add_edit_nusergroupid_text', 'If you want this subscription to change a user''s primary group then select a target usergroup here.  Select "No Change" if you don''t want this subscription to change a user''s primary group.', 'vbulletin', 'cphelptext', '', 0, ''),
(189873, -1, 'subscriptions_add_edit_sub[cost][eur]_text', 'Enter a cost for this subscription in euros.  Enter 0.00 if you don''t want to accept payments in euros for this subscription.<br /><br />\r\n\r\nIf you need to calculate the euro equivalent of some other currency you can use <a href="http://www.xe.com/ucc/" target="_blank">this site</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(189874, -1, 'subscriptions_add_edit_sub[cost][eur]_title', 'Cost in Euros', 'vbulletin', 'cphelptext', '', 0, ''),
(189872, -1, 'subscriptions_add_edit_sub[cost][gbp]_title', 'Cost in Pounds Sterling', 'vbulletin', 'cphelptext', '', 0, ''),
(189870, -1, 'subscriptions_add_edit_sub[cost][usd]_title', 'Cost in U.S. Dollars', 'vbulletin', 'cphelptext', '', 0, ''),
(189871, -1, 'subscriptions_add_edit_sub[cost][gbp]_text', 'Enter a cost for this subscription in pounds sterling.  Enter 0.00 if you don''t want to accept payments in pounds sterling for this subscription.<br /><br />\r\n\r\nIf you need to calculate the pounds sterling equivalent of some other currency you can use <a href="http://www.xe.com/ucc/" target="_blank">this site</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(189869, -1, 'subscriptions_add_edit_sub[cost][usd]_text', 'Enter a cost for this subscription in U.S. dollars.  Enter 0.00 if you don''t want to accept payments in U.S. dollars for this subscription.<br /><br />\r\n\r\nIf you need to calculate the U.S. dollar equivalent of some other currency you can use <a href="http://www.xe.com/ucc/" target="_blank">this site</a>.', 'vbulletin', 'cphelptext', '', 0, ''),
(189868, -1, 'subscriptions_add_edit_length_title', 'Subscription Length', 'vbulletin', 'cphelptext', '', 0, ''),
(189867, -1, 'subscriptions_add_edit_length_text', 'Enter a number in the text field and select a unit of time to create a subscription length.', 'vbulletin', 'cphelptext', '', 0, ''),
(189866, -1, 'subscriptions_add_edit_active_title', 'Active', 'vbulletin', 'cphelptext', '', 0, ''),
(189862, -1, 'subscriptions_add_edit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(189863, -1, 'subscriptions_add_edit_description_text', 'Enter a description for this subscription.  The description should explain what the users get for buying this subscription.  This description will show up on the <a href="../payments.php" target="_blank">Paid Subscriptions</a> page in the User CP when users go to buy subscriptions.Use the <em>Translations</em> like to translate the description for your other languages.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(189860, -1, 'subscriptions_add_edit_adminprofilepic_title', 'Keep Profile Pic', 'vbulletin', 'cphelptext', 'freddie', 1144702948, '3.6.0 Beta 1'),
(189861, -1, 'subscriptions_add_edit_title_text', 'The subscription title is used to identify this subscription on the <a href="../payments.php" target="_blank">Paid Subscriptions</a> page in the User CP and in the subscription manager in the Admin CP.  The title should indicate what this subscription is for.<br /><br />Use the <em>Translations</em> like to translate the title for your other languages.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(189854, -1, 'subscriptions_add_title', 'Add New Subscription', 'vbulletin', 'cphelptext', '', 0, ''),
(189858, -1, 'subscriptions_add_edit_adminavatar_title', 'Keep Custom Avatar', 'vbulletin', 'cphelptext', 'freddie', 1144702919, '3.6.0 Beta 1'),
(189859, -1, 'subscriptions_add_edit_adminprofilepic_text', 'This option only applies if this subscription results in the user gaining permission to have a profile picture.\r\n\r\nIf the user selects a profile picture, then they will be allowed to keep it after this subscription expires if their normal permissions do not allow for profile pictures.', 'vbulletin', 'cphelptext', 'Mez', 1205942626, '3.7.0 Release Candidate 1');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(189857, -1, 'subscriptions_add_edit_adminavatar_text', 'This option only applies if this subscription results in the user gaining permission to have custom avatars.\r\n\r\nIf the user selects a custom avatar, then they will be allowed to keep it after this subscription expires if their normal permissions do not allow for custom avatars.', 'vbulletin', 'cphelptext', 'freddie', 1144702919, '3.6.0 Beta 1'),
(189856, -1, 'subscriptions_add_varname_title', 'Shortname', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(189855, -1, 'subscriptions_add_varname_text', 'This is a short name for the subscription and is only used internally. It may only contain letters, numerals and the underscore character and must start with a letter.', 'vbulletin', 'cphelptext', 'Jelsoft', 1142519066, '3.6.0 Beta 1'),
(189828, -1, 'stats_index_title', 'Statistics', 'vbulletin', 'cphelptext', '', 0, ''),
(189829, -1, 'stats_reg_activity_thread_post_text', 'On this page you can run a report on the selected statistic.  Select a date range, unit of time (scope), and an order for the report.  When you are done selecting from the options you can click the "Go" button to run the report.  Please see the individual help topics below if you have questions about an option.', 'vbulletin', 'cphelptext', '', 0, ''),
(189853, -1, 'subscriptions_add_text', 'This page allows you to add a new subscription.  If you have any questions about the options below please see the individual help topics.<br /><br />\r\n\r\nIf you want this subscription to manipulate user access masks, make sure you have access masks enabled in your <a href="options.php?dogroup=general&amp;do=options" target="_blank">vBulletin options</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(189852, -1, 'subscriptions_title', 'About Subscriptions', 'vbulletin', 'cphelptext', '', 0, ''),
(189850, -1, 'subscriptionpermission_modify_title', 'Modifying Subscription Permissions', 'vbulletin', 'cphelptext', 'freddie', 1146682613, '3.6.0 Beta 1'),
(189851, -1, 'subscriptions_text', '<b>Subscriptions:</b><br />\r\nvBulletin''s subscription manager is used to charge users for forum access.  Make sure you enable at least one payment method within the <a href="subscriptions.php?do=api" target="_blank">Payment API Manager</a> if you use paid subscriptions.<br /><br />\r\n\r\nSubscriptions manage forum access by adding and removing primary and secondary group memberships as well as manipulating user access masks.  For an explanation about usergroups and forum permissions see the general help topic for <a href="help.php?s=&amp;do=answer&amp;page=usergroup&amp;pageaction=&amp;option=">Usergroups</a>.', 'vbulletin', 'cphelptext', 'Scott', 1209481464, '3.7.1'),
(189848, -1, 'subscriptionpermission_edit_usesub_title', 'Can Use Subscription', 'vbulletin', 'cphelptext', 'freddie', 1146682517, '3.6.0 Beta 1'),
(189849, -1, 'subscriptionpermission_modify_text', 'From here you can deny access for any usergroup for a specific subscription. For each subscription you have, each usergroup is listed. If the name of the group is red, they are denied access to purchase the subscription. If the name is black, they have permission to purchase the subscription. To change permissions, click Edit next to the group name you wish to change, under the subscription you wish it to apply to.', 'vbulletin', 'cphelptext', 'freddie', 1146682613, '3.6.0 Beta 1'),
(189846, -1, 'subscriptionpermission_edit_title', 'Editing Subscription Permissions', 'vbulletin', 'cphelptext', 'freddie', 1146682105, '3.6.0 Beta 1'),
(189847, -1, 'subscriptionpermission_edit_usesub_text', 'By default users will be allowed access to purchase any subscription. If this option is set to <em>No</em> then this usergroup will be denied access to purchase this subscription. Please be aware that a user can have a primary and secondary groups.  If permission is allowed for one of the user''s secondary groups then they will be able to purchase the donation, even if their primary usergroup does not have permission.', 'vbulletin', 'cphelptext', 'freddie', 1146682517, '3.6.0 Beta 1'),
(189845, -1, 'subscriptionpermission_edit_text', 'On this screen you set up allow or deny access for the specific subscription and usergroup. Options are described below.', 'vbulletin', 'cphelptext', 'Kier', 1151503112, '3.6.0 Beta 4'),
(189844, -1, 'subscriptionpermission_title', 'About Subscription Permissions', 'vbulletin', 'cphelptext', 'freddie', 1146682049, '3.6.0 Beta 1'),
(189842, -1, 'stats_top_title', 'Top Statistics', 'vbulletin', 'cphelptext', '', 0, ''),
(189843, -1, 'subscriptionpermission_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=subscriptions&amp;pageaction=&amp;option=">Subscriptions</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=subscriptionpermission&amp;pageaction=&amp;option=">Subscription Permissions</a><br /><br />\r\n\r\n<b>Subscription Permissions:</b><br />\r\nBy default, users will have the permission to purchase any of your available subscriptions (see the <a href="subscriptions.php?do=modify" target="_blank">Subscription Manager</a>).  However, you might not want users of a particular usergroup to have access to purchase a subscription.  In that case, vBulletin allows you to deny any subscription for any usergroup.  The user must not have the denied usergroup as their primary usergroup or as one of their secondary groups.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189841, -1, 'stats_top_text', 'Below is a list of trivial statistics for your forums.  You can click on the individual links in the statistics to view the corresponding user, thread, or forum.', 'vbulletin', 'cphelptext', '', 0, ''),
(189840, -1, 'stats_reg_activity_thread_post_nullvalue_title', 'Empty Results', 'vbulletin', 'cphelptext', '', 0, ''),
(189838, -1, 'stats_reg_activity_thread_post_sort_title', 'Order By Date', 'vbulletin', 'cphelptext', '', 0, ''),
(189839, -1, 'stats_reg_activity_thread_post_nullvalue_text', 'Any days, weeks, or months that have no results will not be shown if this option is set to "No".', 'vbulletin', 'cphelptext', '', 0, ''),
(189836, -1, 'stats_reg_activity_thread_post_scope_title', 'Scope', 'vbulletin', 'cphelptext', '', 0, ''),
(189837, -1, 'stats_reg_activity_thread_post_sort_text', '"Ascending" order will put the oldest dates at the top of the report and the newest dates at the bottom... the dates "ascend" as you get further into the report.  "Descending" is just the opposite.', 'vbulletin', 'cphelptext', '', 0, ''),
(189835, -1, 'stats_reg_activity_thread_post_scope_text', 'Select the unit of time by which you want the report to group the statistics.  If you select "Daily" then the report will tell you the number per day, etc.', 'vbulletin', 'cphelptext', '', 0, ''),
(189833, -1, 'stats_reg_activity_thread_post_end_text', 'Select an end date for this report.  Select a month, day, and year.  The selected statistic must not be newer than this date for it to be included in the report.  You can use this setting in conjunction with the "Start Date" setting to create a window of time for this report.', 'vbulletin', 'cphelptext', '', 0, ''),
(189834, -1, 'stats_reg_activity_thread_post_end_title', 'End Date', 'vbulletin', 'cphelptext', '', 0, ''),
(189830, -1, 'stats_reg_activity_thread_post_title', 'Statistics Report', 'vbulletin', 'cphelptext', '', 0, ''),
(189831, -1, 'stats_reg_activity_thread_post_start_text', 'Select a start date for this report.  Select a month, day, and year.  The selected statistic must be no older than this date for it to be included in the report.', 'vbulletin', 'cphelptext', '', 0, ''),
(189832, -1, 'stats_reg_activity_thread_post_start_title', 'Start Date', 'vbulletin', 'cphelptext', '', 0, ''),
(189808, -1, 'socialgroups_editcategory_title_title', 'Title', 'vbulletin', 'cphelptext', 'admin', 1220958618, '3.8.0 Alpha 1'),
(189809, -1, 'socialgroups_search_category_text', 'Search for groups within the specified category.', 'vbulletin', 'cphelptext', 'Darren', 1215784065, '3.8.0 Alpha 1'),
(189810, -1, 'socialgroups_search_category_title', 'Category', 'vbulletin', 'cphelptext', 'Darren', 1215784065, '3.8.0 Alpha 1'),
(189811, -1, 'socialgroups_search_creator_text', 'Search for groups created by this username', 'vbulletin', 'cphelptext', 'Mez', 1205513857, '3.7.0 Release Candidate 1'),
(189812, -1, 'socialgroups_search_creator_title', 'Group Created By', 'vbulletin', 'cphelptext', 'Mez', 1205513857, '3.7.0 Release Candidate 1'),
(189813, -1, 'socialgroups_search_date_gteq_text', 'Search for groups created after this date.', 'vbulletin', 'cphelptext', 'Mez', 1205513779, '3.7.0 Release Candidate 1'),
(189814, -1, 'socialgroups_search_date_gteq_title', 'Creation Date is After', 'vbulletin', 'cphelptext', 'Mez', 1205513779, '3.7.0 Release Candidate 1'),
(189815, -1, 'socialgroups_search_date_lteq_text', 'Search for groups created before this date.', 'vbulletin', 'cphelptext', 'Mez', 1205513744, '3.7.0 Release Candidate 1'),
(189816, -1, 'socialgroups_search_date_lteq_title', 'Creation Date is Before', 'vbulletin', 'cphelptext', 'Mez', 1205513744, '3.7.0 Release Candidate 1'),
(189817, -1, 'socialgroups_search_filtertext_text', 'Words to search for within the social group (This searches title and description)', 'vbulletin', 'cphelptext', 'Mez', 1205513658, '3.7.0 Release Candidate 1'),
(189818, -1, 'socialgroups_search_filtertext_title', 'Keyword(s)', 'vbulletin', 'cphelptext', 'Mez', 1213632849, '3.8.0 Alpha 1'),
(189819, -1, 'socialgroups_search_members_gteq_text', 'Search for groups with more than this amount of Members.', 'vbulletin', 'cphelptext', 'Mez', 1205513691, '3.7.0 Release Candidate 1'),
(189820, -1, 'socialgroups_search_members_gteq_title', 'Members Greater Than', 'vbulletin', 'cphelptext', 'Mez', 1205513691, '3.7.0 Release Candidate 1'),
(189821, -1, 'socialgroups_search_members_lteq_text', 'Search for groups with less than this amount of Members.', 'vbulletin', 'cphelptext', 'Mez', 1205513712, '3.7.0 Release Candidate 1'),
(189822, -1, 'socialgroups_search_members_lteq_title', 'Members Less Than', 'vbulletin', 'cphelptext', 'Mez', 1205513712, '3.7.0 Release Candidate 1'),
(189823, -1, 'socialgroups_search_type_text', 'Search for groups of this type.', 'vbulletin', 'cphelptext', 'Mez', 1205513940, '3.7.0 Release Candidate 1'),
(189824, -1, 'socialgroups_search_type_title', 'Group Type', 'vbulletin', 'cphelptext', 'Mez', 1205513940, '3.7.0 Release Candidate 1'),
(189825, -1, 'stats_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=stats&amp;pageaction=&amp;option=">Statistics</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=adminlog&amp;pageaction=&amp;option=">Control Panel Log</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=modlog&amp;pageaction=&amp;option=">Moderator Log</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=cronlog&amp;pageaction=&amp;option=">Scheduled Task Log</a><br /><br />\r\n\r\n<b>Statistics:</b><br />\r\nvBulletin''s statistics page contains various stats for your forums.  The stats on this page include "top" stats (newest member, top poster, most users online, etc) and various forum activity stats.<br /><br />\r\n\r\nYou can run reports for a specific stat over a specific time period to view patterns of activity on your forums.  Patterns of forum activity can be used for many different things.  For example, if you run an advertising campaign for your site and want to check its effectiveness in terms of new forum registrations then you can run reports showing new registrations from before and during the campaign.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189826, -1, 'stats_title', 'About Statistics', 'vbulletin', 'cphelptext', '', 0, ''),
(189827, -1, 'stats_index_text', 'The [Top Statistics] link will show you the following statistics: the newest registered member, the most users online at one time, the user with the highest post count, the most replied to thread, the most viewed thread, and the most popular forum.<br /><br />\r\n\r\nThe [Registration Statistics], [User Activity Statistics], [New Thread Statistics], and [New Post Statistics] links will take you to a page where you can run a report by date showing corresponding statistic on a daily, weekly, or monthly basis.', 'vbulletin', 'cphelptext', '', 0, ''),
(189807, -1, 'socialgroups_editcategory_title_text', 'This is the title of the Social Group Category.  This will be displayed in the breadcrumb when viewing a social group or filtering by categories.  It will also be displayed in the category cloud in the Social Group overview page.', 'vbulletin', 'cphelptext', 'admin', 1220958618, '3.8.0 Alpha 1'),
(189805, -1, 'socialgroups_editcategory_displayorder_text', 'This determines where the category is displayed in option lists.', 'vbulletin', 'cphelptext', 'admin', 1220958714, '3.8.0 Alpha 1'),
(189806, -1, 'socialgroups_editcategory_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', 'admin', 1220958714, '3.8.0 Alpha 1'),
(189804, -1, 'socialgroups_editcategory_description_title', 'Description', 'vbulletin', 'cphelptext', 'admin', 1220958657, '3.8.0 Alpha 1'),
(189803, -1, 'socialgroups_editcategory_description_text', 'This is a friendly description of the category.', 'vbulletin', 'cphelptext', 'admin', 1220958690, '3.8.0 Alpha 1'),
(189802, -1, 'socialgroup_icon_switchtype_groupiconurl_title', 'Social Group Icon URL', 'vbulletin', 'cphelptext', 'admin', 1220958848, '3.8.0 Alpha 1'),
(189801, -1, 'socialgroup_icon_switchtype_groupiconurl_text', 'This is the URL to the social group icons when they are stored in the filesystem.  This should not be changed unless you know what you are doing.', 'vbulletin', 'cphelptext', 'admin', 1220958848, '3.8.0 Alpha 1'),
(189800, -1, 'socialgroup_icon_switchtype_groupiconpath_title', 'Social Group Icon Path', 'vbulletin', 'cphelptext', 'admin', 1220958784, '3.8.0 Alpha 1'),
(189799, -1, 'socialgroup_icon_switchtype_groupiconpath_text', 'This is the icon path to the social group icons when they are stored on the filesystem.  This should not be changed unless you know what you are doing.', 'vbulletin', 'cphelptext', 'admin', 1220958784, '3.8.0 Alpha 1'),
(189798, -1, 'rssposter_edit_endannouncement_title', 'Days for Announcement to Remain Active', 'vbulletin', 'cphelptext', 'Kier', 1149684933, '3.6.0 Beta 1'),
(189797, -1, 'rssposter_edit_endannouncement_text', 'Announcements posted by this RSS feed will become inactive and disappear from public view after this number of days.', 'vbulletin', 'cphelptext', 'Kier', 1149684933, '3.6.0 Beta 1'),
(189796, -1, 'rssposter_edit_allowhtml_title', 'Allow HTML in Announcements', 'vbulletin', 'cphelptext', 'Kier', 1149684884, '3.6.0 Beta 1'),
(189795, -1, 'rssposter_edit_allowhtml_text', 'If you enable this option, any HTML in RSS feed items will be allowed <em>as HTML</em> in announcements posted by the feed.<br />\r\n<br />\r\n<strong>Do not enable this option unless you trust the RSS feed source completely, as your board could be hacked if the RSS feed source contains malicious HTML.</strong>', 'vbulletin', 'cphelptext', 'Kier', 1149684884, '3.6.0 Beta 1'),
(189794, -1, 'rssposter_edit_closethread_title', 'Close Thread After Delay', 'vbulletin', 'cphelptext', 'Kier', 1149684703, '3.6.0 Beta 1'),
(189793, -1, 'rssposter_edit_closethread_text', 'Select this option to have threads posted by this RSS feed automatically close after the delay specified in ''Thread Action Delay''.', 'vbulletin', 'cphelptext', 'Kier', 1149684686, '3.6.0 Beta 1'),
(189792, -1, 'rssposter_edit_unstickthread_title', 'Unstick Sticky Thread After Delay', 'vbulletin', 'cphelptext', 'Kier', 1149684697, '3.6.0 Beta 1'),
(189791, -1, 'rssposter_edit_unstickthread_text', 'Select this option to have threads posted by this RSS feed unstuck after the delay specified by ''Thread Action Delay''.', 'vbulletin', 'cphelptext', 'Kier', 1149684720, '3.6.0 Beta 1'),
(189790, -1, 'rssposter_edit_threadactiondelay_title', 'Thread Action Delay', 'vbulletin', 'cphelptext', 'Kier', 1149684477, '3.6.0 Beta 1'),
(189789, -1, 'rssposter_edit_threadactiondelay_text', 'If items are posted as threads, you may specify a delay in hours here and have the system then perform an action on the thread.<br />\r\n<br />\r\nFor example, you could specify a delay of 6 hours, then have the system close threads posted by this RSS feed after that delay.<br />\r\n<br />\r\nA setting of ''0'' disables the thread action delay, so no actions will be automatically applied to threads after they are posted.', 'vbulletin', 'cphelptext', 'Kier', 1149684592, '3.6.0 Beta 1'),
(189788, -1, 'rssposter_edit_moderatethread_title', 'Moderate Thread', 'vbulletin', 'cphelptext', 'Kier', 1149683930, '3.6.0 Beta 1'),
(189786, -1, 'rssposter_edit_stickthread_title', 'Make Thread Sticky', 'vbulletin', 'cphelptext', 'Kier', 1149683771, '3.6.0 Beta 1'),
(189787, -1, 'rssposter_edit_moderatethread_text', 'If you would like your moderation staff to be able to review each item posted from this RSS feed before it appears on your forums, set this option to ''Yes''.', 'vbulletin', 'cphelptext', 'Kier', 1149683930, '3.6.0 Beta 1'),
(189785, -1, 'rssposter_edit_stickthread_text', 'Select this option if you would like threads posted from this feed to be made into sticky threads, which remain at the top of the forumdisplay list.', 'vbulletin', 'cphelptext', 'Kier', 1149683771, '3.6.0 Beta 1'),
(189784, -1, 'rssposter_edit_iconid_title', 'Post Icons', 'vbulletin', 'cphelptext', 'Kier', 1149683270, '3.6.0 Beta 1'),
(189780, -1, 'rssposter_edit_itemtype_title', 'Post Items as Threads or Announcements', 'vbulletin', 'cphelptext', 'Kier', 1149683708, '3.6.0 Beta 1'),
(189781, -1, 'rssposter_edit_prefixid_text', 'You may use this option to apply a prefix to automatically posted threads. However, this prefix must be allowed in the destination forum. To ensure this is the case, note the prefix set of the prefix you wish to use. Go into the "Forum Manager", edit the destination forum for this RSS feed, and ensure that the correct prefix set (or sets) are selected.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190110337, '3.7.0 Beta 1'),
(189782, -1, 'rssposter_edit_prefixid_title', 'Prefix', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190110337, '3.7.0 Beta 1'),
(189783, -1, 'rssposter_edit_iconid_text', 'Allows you to pick an icon for threads posted by this RSS feed.', 'vbulletin', 'cphelptext', 'Kier', 1149683270, '3.6.0 Beta 1'),
(189768, -1, 'rssposter_edit_forumid_title', 'Forum', 'vbulletin', 'cphelptext', 'Kier', 1149678060, '3.6.0 Beta 1'),
(189769, -1, 'rssposter_edit_allowsmilies_text', 'If this item is set to ''Yes'', any smilie codes found in the RSS feed items will be parsed into their corresponding smilie images.', 'vbulletin', 'cphelptext', 'Kier', 1149678268, '3.6.0 Beta 1'),
(189770, -1, 'rssposter_edit_allowsmilies_title', 'Allow Smilies', 'vbulletin', 'cphelptext', 'Kier', 1149678268, '3.6.0 Beta 1'),
(189771, -1, 'rssposter_edit_showsignature_text', 'Select ''Yes'' if you would like the signature of the user specified above to be shown on RSS feed items posted by that user.', 'vbulletin', 'cphelptext', 'Kier', 1149678310, '3.6.0 Beta 1'),
(189772, -1, 'rssposter_edit_showsignature_title', 'Display Signature', 'vbulletin', 'cphelptext', 'Kier', 1149678310, '3.6.0 Beta 1'),
(189773, -1, 'rssposter_edit_html2bbcode_text', 'When this option is enabled any HTML found within the RSS feed item will be converted to BB code prior to posting, it is not retroactive so when enabled only new posts will have this conversion.', 'vbulletin', 'cphelptext', 'Kier', 1206966113, '3.7.0 Release Candidate 2'),
(189774, -1, 'rssposter_edit_html2bbcode_title', 'Convert HTML to BB Code', 'vbulletin', 'cphelptext', 'Scott', 1150892058, '3.6.0 Beta 3'),
(189775, -1, 'rssposter_edit_titletemplate_text', 'The title template controls how thread or announcement titles will appear when items are posted.<br />\r\n<br />\r\nYou may use any node from the feed XML by entering {feed:<strong>x</strong>} into the template, where ''x'' corresponds to:\r\n<ul>\r\n<li>title</li>\r\n<li>description</li>\r\n<li>link</li>\r\n<li>id</li>\r\n<li>date</li>\r\n<li>enclosure_href</li>\r\n<li>content:encoded.</li>\r\n</ul>\r\n<br />\r\nFor the most part, you will use {feed:title} to show the title for the current feed item.', 'vbulletin', 'cphelptext', 'Scott', 1193149089, '3.7.0 Beta 1'),
(189778, -1, 'rssposter_edit_bodytemplate_title', 'Body Template', 'vbulletin', 'cphelptext', 'Kier', 1149682725, '3.6.0 Beta 1'),
(189779, -1, 'rssposter_edit_itemtype_text', 'Items found in RSS feeds can be posted either as new threads or as announcements.<br />\r\n<br />\r\nDifferent options apply to each post type and are detailed below.<br />\r\n<br />\r\nRemember that users can not reply to announcements, so if you want discussion of RSS items it''s probably best to post items as threads.', 'vbulletin', 'cphelptext', 'Kier', 1149683708, '3.6.0 Beta 1'),
(189777, -1, 'rssposter_edit_bodytemplate_text', 'The body template controls the main text of threads or announcements for feed items.<br />\r\n<br />\r\nIn the same way as can be done with the <a href="help.php?do=answer&amp;page=rssposter&amp;pageaction=edit&amp;option=titletemplate">Title Template</a>, you may use selected nodes from the feed XML by specifying {feed:<strong>x</strong>}.<br />\r\nValid values for x include:<br />\r\n<ul>\r\n<li>title</li>\r\n<li>description</li>\r\n<li>link</li>\r\n<li>id</li>\r\n<li>date</li>\r\n<li>enclosure_href</li>\r\n<li>content:encoded.</li>\r\n</ul>\r\n<br />\r\nThe main replacements to include in this template is the &lt;description&gt; and &lt;link&gt; nodes, which can be referenced with <strong>{feed:description}</strong> and <strong>{feed:link}</strong>.<br />\r\n<br />\r\nFor example:\r\n<pre class="alt2" style="border:inset 1px; padding:4px">[b][i]My RSS Feed[/i] Has Just Posted the Following:[/b]\r\n\r\n<strong style="color:red">{feed:description}</strong>\r\n\r\n[url=&quot;<strong style="color:red">{feed:link}</strong>&quot;]Click here to view the article.[/url]</pre>', 'vbulletin', 'cphelptext', 'Scott', 1193149585, '3.7.0 Beta 1'),
(189776, -1, 'rssposter_edit_titletemplate_title', 'Title Template', 'vbulletin', 'cphelptext', 'Kier', 1149682430, '3.6.0 Beta 1'),
(189766, -1, 'rssposter_edit_username_title', 'User Name', 'vbulletin', 'cphelptext', 'Kier', 1149678038, '3.6.0 Beta 1'),
(189767, -1, 'rssposter_edit_forumid_text', 'Specify here the forum into which you would like items from this RSS feed to be posted.<br />\r\n<br />\r\nEnsure that the forum can contain posts (is not a category) when selecting.', 'vbulletin', 'cphelptext', 'Kier', 1149678216, '3.6.0 Beta 1'),
(189760, -1, 'rssposter_edit_ttl_title', 'Check Feed Every...', 'vbulletin', 'cphelptext', 'Kier', 1149677740, '3.6.0 Beta 1'),
(189761, -1, 'rssposter_edit_maxresults_text', 'Some feeds may list many items. If you would like to limit the number of items to read from a feed, enter a maximum number in this box.<br />\r\n<br />\r\nFor example, if you specify ''5'', any items over this number will be ignored.<br />\r\n<br />\r\nEnter ''0'' to fetch all items.', 'vbulletin', 'cphelptext', 'Kier', 1149677952, '3.6.0 Beta 1'),
(189765, -1, 'rssposter_edit_username_text', 'Enter the user name of the user as whom items from the feed will be posted.<br />\r\n<br />\r\nThe user name must exist, though you could add a new user specifically for the purpose of posting RSS items.', 'vbulletin', 'cphelptext', 'Kier', 1149678038, '3.6.0 Beta 1'),
(189764, -1, 'rssposter_edit_searchwords_title', 'Search Items for Words', 'vbulletin', 'cphelptext', 'Kier', 1149679577, '3.6.0 Beta 1'),
(189763, -1, 'rssposter_edit_searchwords_text', 'You may specify a list of words and phrases here with which to search the items from an RSS feed.<br /><br />\r\nSeparate each word or phrase with a space or a new line.<br /><br />\r\nPhrases that contain spaces may be used by surrounding them with double quotes.<br /><br />\r\nIf any of the words or phrases listed here are contained within the title (or the title <strong>and</strong> description if ''Search Item Body'' is checked) then the item will be posted. If not, the item will be ignored.<br /><br />\r\nIf you select ''Match All Words'' then only items that contain all of the terms and phrases will be posted.<br /><br />', 'vbulletin', 'cphelptext', 'admin', 1220447959, '3.8.0 Alpha 1'),
(189762, -1, 'rssposter_edit_maxresults_title', 'Maximum Items to Fetch', 'vbulletin', 'cphelptext', 'Kier', 1149677952, '3.6.0 Beta 1'),
(189750, -1, 'resources_viewuser_title', 'View User', 'vbulletin', 'cphelptext', '', 0, ''),
(189751, -1, 'rssposter_edit_resetlastrun_text', 'If this box is checked when the feed is saved, the last run time will be set so that the feed <strong>will</strong> be checked the next time the RSS Poster scheduled task is run, regardless of the TTL setting for the feed.', 'vbulletin', 'cphelptext', 'Kier', 1209205296, '3.7.0'),
(189752, -1, 'rssposter_edit_resetlastrun_title', 'Reset Last Checked Time', 'vbulletin', 'cphelptext', 'Kier', 1149677250, '3.6.0 Beta 1'),
(189753, -1, 'rssposter_edit_enabled_text', 'If this option is set to ''No'', the feed will not be checked whenever the scheduled task is run.<br />\r\n<br />\r\nUse this to temporarily disable a feed without deleting it.', 'vbulletin', 'cphelptext', 'Kier', 1149677240, '3.6.0 Beta 1'),
(189759, -1, 'rssposter_edit_ttl_text', 'While the RSS Poster scheduled task runs every ten minutes, you can limit the frequency at which this feed is checked.', 'vbulletin', 'cphelptext', 'Kier', 1149677740, '3.6.0 Beta 1'),
(189758, -1, 'rssposter_edit_url_title', 'URL of Feed', 'vbulletin', 'cphelptext', 'Kier', 1149677544, '3.6.0 Beta 1'),
(189757, -1, 'rssposter_edit_url_text', 'This box should contain the complete URL of the feed to be read.<br />\r\n<br />\r\nFor example: <code>http://www.vbulletin.com/forum/external.php?type=RSS2&amp;forumids=1</code>', 'vbulletin', 'cphelptext', 'Kier', 1149677544, '3.6.0 Beta 1'),
(189754, -1, 'rssposter_edit_enabled_title', 'Feed is Enabled', 'vbulletin', 'cphelptext', 'Kier', 1149677240, '3.6.0 Beta 1'),
(189755, -1, 'rssposter_edit_title_text', 'This should contain some text that describes the source of the feed for easy identification in the RSS Feed Manager.', 'vbulletin', 'cphelptext', 'Kier', 1149677290, '3.6.0 Beta 1'),
(189756, -1, 'rssposter_edit_title_title', 'Title', 'vbulletin', 'cphelptext', 'Kier', 1149677290, '3.6.0 Beta 1'),
(189749, -1, 'resources_viewuser_text', 'Here you can view this user''s permissions at the forum level.', 'vbulletin', 'cphelptext', '', 0, ''),
(189740, -1, 'resources_title', 'About Viewing Permissions', 'vbulletin', 'cphelptext', '', 0, ''),
(189741, -1, 'resources_index_text', 'This page allows you to view the forum permissions for a usergroup for a specific forum.  This can be useful in confirming correct permissions when permission inheritance and other complexities are involved.<br /><br />\r\n\r\nFirst select a forum and usergroup for which you want to view permissions.  Then put a check next to the permissions you want to view.  Click "Find" to view the permissions.', 'vbulletin', 'cphelptext', '', 0, ''),
(189742, -1, 'resources_index_title', 'View Forum Permissions', 'vbulletin', 'cphelptext', '', 0, ''),
(189743, -1, 'resources_index_forumid_text', 'Select a forum for which you want to view permissions.', 'vbulletin', 'cphelptext', '', 0, ''),
(189744, -1, 'resources_index_forumid_title', 'Forum', 'vbulletin', 'cphelptext', '', 0, ''),
(189745, -1, 'resources_index_usergroupid_text', 'Select a usergroup for which you want to view permissions for the selected forum.', 'vbulletin', 'cphelptext', '', 0, ''),
(189746, -1, 'resources_index_usergroupid_title', 'Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(189747, -1, 'resources_view_text', 'Below is a report showing the forum permissions for the forum and group you selected.', 'vbulletin', 'cphelptext', '', 0, ''),
(189748, -1, 'resources_view_title', 'Permissions', 'vbulletin', 'cphelptext', '', 0, ''),
(189738, -1, 'replacement_remove_title', 'Delete Replacement Variable', 'vbulletin', 'cphelptext', '', 0, ''),
(189739, -1, 'resources_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=forum&amp;pageaction=&amp;option=">Forums</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=forumpermission&amp;pageaction=&amp;option=">Forum Permissions</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=moderator&amp;pageaction=&amp;option=">Moderators</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=resources&amp;pageaction=&amp;option=">Viewing Permissions</a><br /><br />\r\n\r\n<b>Viewing Permissions:</b><br />\r\nvBulletin''s permission system is very powerful and flexible, but it can be complex to work with if you are inexperienced with vBulletin.  Sometimes it is hard to know if you have permissions setup correctly.  This page allows you to confirm correct permissions for a forum for a usergroup.<br /><br />\r\n\r\nFor a detailed explanation about usergroups and forum permissions, see the general help topic for <a href="help.php?s=&amp;do=answer&amp;page=usergroup&amp;pageaction=&amp;option=">Usergroups</a>.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189737, -1, 'replacement_remove_text', 'This page allows you to delete this replacement variable.  Click the "Yes" button below to perform the deletion.  If this style has any children then they will also lose access to this replacement variable when it is deleted.  This action cannot be undone!', 'vbulletin', 'cphelptext', '', 0, ''),
(189736, -1, 'replacement_modify_title', 'Replacement Variable Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189734, -1, 'replacement_edit_title', 'Edit Replacement Variable', 'vbulletin', 'cphelptext', '', 0, ''),
(189735, -1, 'replacement_modify_text', 'This page shows you replacement variables for all styles.  Replacement variables can be used in templates.  When a forum page is loaded all of the replacement variables in its templates are parsed into their replacement values.', 'vbulletin', 'cphelptext', '', 0, ''),
(189706, -1, 'ranks_add_edit_stack_title', 'Stack Rank', 'vbulletin', 'cphelptext', '', 0, ''),
(189707, -1, 'ranks_add_edit_display_text', '<strong>Always</strong>: This rank will always be displayed if a member has this rank''s usergroup as their primary or one of their secondary groups.<br /><br />\r\n<strong>If Displaygroup = This Group</strong>: This rank will only be displayed if a member''s displaygroup is equal to this rank''s usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(189708, -1, 'ranks_add_edit_display_title', 'Display Type', 'vbulletin', 'cphelptext', '', 0, ''),
(189709, -1, 'ranks_edit_text', 'Here you can edit this user rank. Please see the individual help topics below if you have questions about the options.', 'vbulletin', 'cphelptext', '', 0, ''),
(189710, -1, 'ranks_edit_title', 'Edit User Rank', 'vbulletin', 'cphelptext', '', 0, ''),
(189711, -1, 'ranks_modify_text', 'This is the user rank manager.  Here you can manage ranks based on post count for one or all usergroups.  Ranks can be represented by images or text (HTML is allowed).<br /><br />\r\n\r\nBelow is a list of all existing ranks (if any).  The ranks below are grouped by the usergroups to which they apply.  The "User Rank" column shows the image or text that is granted to the user when they qualify for the corresponding rank.  The "Minimum Posts" column shows you the post count that is needed to acquire the corresponding rank.<br /><br />\r\n\r\nClick the [Edit] link to the right of a rank to change its target usergroup, minimum required post count, and the image / text that is the rank.  Click the [Delete] link to delete the rank completely.', 'vbulletin', 'cphelptext', '', 0, ''),
(189732, -1, 'replacement_add_edit_replacetext_title', 'Replace with Text', 'vbulletin', 'cphelptext', '', 0, ''),
(189733, -1, 'replacement_edit_text', 'Here you can edit this replacement variable.  Replacement variables are useful in representing commonly used values in templates.  For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable.  The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nThe "Search for Text" field is the variable that is used in the templates.  The "Replace with Text" field is the value that is substituted in for the replacement variable everywhere it is used.', 'vbulletin', 'cphelptext', '', 0, ''),
(189726, -1, 'replacement_add_title', 'Add New Replacement Variable', 'vbulletin', 'cphelptext', '', 0, ''),
(189727, -1, 'replacement_add_dostyleid_text', 'Select a style to which you want this replacement variable to belong.', 'vbulletin', 'cphelptext', '', 0, ''),
(189728, -1, 'replacement_add_dostyleid_title', 'Style', 'vbulletin', 'cphelptext', '', 0, ''),
(189729, -1, 'replacement_add_edit_findtext_text', 'This field is the variable that is used in the templates.  The value in the "Replace with Text" field will be substituted in for this variable everywhere it is used.', 'vbulletin', 'cphelptext', '', 0, ''),
(189730, -1, 'replacement_add_edit_findtext_title', 'Search for Text', 'vbulletin', 'cphelptext', '', 0, ''),
(189731, -1, 'replacement_add_edit_replacetext_text', 'This field is the value that will be substituted in for this replacement variable everywhere it is used.', 'vbulletin', 'cphelptext', '', 0, ''),
(189724, -1, 'replacement_title', 'About Replacement Variables', 'vbulletin', 'cphelptext', '', 0, ''),
(189725, -1, 'replacement_add_text', 'Here you can add a new replacement variable.  Replacement variables are useful in representing commonly used values in templates.  For example, the images directory path is used in many vBulletin templates and so it is represented by a replacement variable.  The images directory replacement variable can be edited to change the images path in every template.<br /><br />\r\n\r\nFirst you need to select a style to which you want this replacement variable to belong.  The "Search for Text" field is the variable you will use in the templates.  The "Replace with Text" field is the value that will be substituted in for the replacement variable everywhere it is used.', 'vbulletin', 'cphelptext', '', 0, ''),
(189720, -1, 'repair_list_optimizetables_title', 'Optimize Tables', 'vbulletin', 'cphelptext', '', 0, ''),
(189721, -1, 'repair_list_repairtables_text', 'Repairs the selected database tables if errors are found.', 'vbulletin', 'cphelptext', '', 0, ''),
(189722, -1, 'repair_list_repairtables_title', 'Repair Tables', 'vbulletin', 'cphelptext', '', 0, ''),
(189723, -1, 'replacement_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=template&amp;pageaction=&amp;option=">Styles &amp; Templates</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=css&amp;pageaction=&amp;option=">Common Templates, StyleVars, and CSS</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=replacement&amp;pageaction=&amp;option=">Replacement Variables</a><br /><br />\r\n\r\n<b>Replacement Variables:</b><br />\r\nReplacement variables are raw string replacements for your templates that are case-<b>in</b>sensitive.<br /><br />\r\n\r\nFor example, if you create a replacement variable using the variable string "vbulletin" and the replacement string "is cool", then these template strings will be parsed into the following strings upon loading a forum page:<br /><br />\r\n\r\nTemplate string: <i>Powered by vBulletin</i><br />\r\nParsed string: <i>Powered by is cool</i><br /><br />\r\n\r\nTemplate string: <i>vBULLetin3</i><br />\r\nParsed string: <i>is cool3</i><br /><br />\r\n\r\nYou can use replacement variables the same way vBulletin uses stylevars (see "Common Templates, StyleVars, and CSS" link above).  If you use the same string in several templates then you can create a replacement variable for it.  You can use the replacement variable in the templates and set its value in this Replacement Variable Manager.  If you need to change the value of the string then you can edit the replacement variable which will change its value in every template where the variable occurs.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189719, -1, 'repair_list_optimizetables_text', 'Database tables should be optimized if you have deleted a large part of a table or if you have made many changes to a table with variable-length rows (tables that have VARCHAR, BLOB, or TEXT columns).  Optimizing helps you reclaim unused space which can reduce the size of your database.', 'vbulletin', 'cphelptext', '', 0, ''),
(189716, -1, 'repair_title', 'About Repair / Optimize', 'vbulletin', 'cphelptext', '', 0, ''),
(189717, -1, 'repair_list_text', 'Select the tables below and then the appropriate action to repair your tables if they have been corrupted or optimize to improve speed.', 'vbulletin', 'cphelptext', '', 0, ''),
(189718, -1, 'repair_list_title', 'Repair / Optimize Tables', 'vbulletin', 'cphelptext', '', 0, ''),
(189700, -1, 'ranks_add_edit_usergroupid_title', 'Usergroup', 'vbulletin', 'cphelptext', '', 0, ''),
(189701, -1, 'ranks_add_edit_rankimg_text', 'Enter a file path to an image for this rank.  The path should be relative to your main forum directory.  For example, if the image you want for this rank is named rank.gif and you upload it to the images directory within your forum directory then you would enter: images/rank.gif<br /><br />\r\n\r\nAlternately, you can leave this field blank and fill in the next one instead.', 'vbulletin', 'cphelptext', '', 0, ''),
(189702, -1, 'ranks_add_edit_rankimg_title', 'User Rank File Path', 'vbulletin', 'cphelptext', '', 0, ''),
(189703, -1, 'ranks_add_edit_rankhtml_text', 'If you want to display text for this rank instead of an image, then leave the previous field blank and fill in this field instead.  You can use HTML code in this field.<br /><br />\r\n\r\nSome HTML tags you might want to use here include:<br /><br />\r\n\r\n&lt;b&gt;rank&lt;/b&gt; = <b>rank</b><br />\r\n&lt;i&gt;rank&lt;/i&gt; = <i>rank</i><br />\r\n&lt;u&gt;rank&lt;/u&gt; = <u>rank</u><br />\r\n&lt;font color="red"&gt;rank&lt;/font&gt; = <font color="red">rank</font><br />\r\n&lt;font size="4"&gt;rank&lt;/font&gt; = <font size="3">rank</font>', 'vbulletin', 'cphelptext', 'Kier', 1205431156, '3.7.0 Release Candidate 1'),
(189699, -1, 'ranks_add_edit_usergroupid_text', 'This is the usergroup to which this rank applies.  The users to whom is applied depends on the value of the "Display Type" setting. If you select "Always", all users with this usergroup in his/her primary <strong>or</strong> secondary groups will receive this rank. If you select "If Displaygroup = This Group", then only users that identify themselves as this group will receive this rank.<br />\r\n<br />\r\nSelect "All Usergroups" to have this rank apply to everyone regardless of their usergroup.', 'vbulletin', 'cphelptext', '', 0, ''),
(189712, -1, 'ranks_modify_title', 'User Rank Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189713, -1, 'ranks_remove_text', 'This is a confirmation that you want to delete this rank.  Click the "Yes" button below to perform the deletion.', 'vbulletin', 'cphelptext', '', 0, ''),
(189714, -1, 'ranks_remove_title', 'Delete Rank', 'vbulletin', 'cphelptext', '', 0, ''),
(189715, -1, 'repair_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=backup&amp;pageaction=&amp;option=">Database Backup</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=repair&amp;pageaction=&amp;option=">Repair / Optimize</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=misc&amp;pageaction=&amp;option=">Update Counters</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=diagnostic&amp;pageaction=&amp;option=">Diagnostics</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=queries&amp;pageaction=&amp;option=">Execute SQL Query</a><br /><br />\r\n\r\n<b>Repair / Optimize:</b><br />\r\nThis script can be used to repair / optimize your database.  If you are getting database errors caused by corruption then running this script might fix them.  An alternative to repairing your database with this script is to run a <a href="http://www.mysql.com/doc/en/REPAIR_TABLE.html" target="_blank">REPAIR TABLE</a> query from the mysql prompt through a telnet / SSH connection to your server (if you have access).<br /><br />\r\n\r\nYou can also use this script to optimize your tables.  You should optimize your database tables if you have recently pruned a large number of threads, posts, users, etc.  Optimizing helps you reclaim unused space which can reduce the size of your database.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189704, -1, 'ranks_add_edit_rankhtml_title', 'Rank Text', 'vbulletin', 'cphelptext', '', 0, ''),
(189705, -1, 'ranks_add_edit_stack_text', 'If chosen, the rank will be stacked when appearing with other ranks.  Otherwise the rank will be placed to the left of other ranks.  In HTML terms, this option controls whether or not a &lt;br /&gt; tag is inserted before the rank.', 'vbulletin', 'cphelptext', 'Mez', 1205942440, '3.7.0 Release Candidate 1'),
(189693, -1, 'ranks_add_text', 'Here you can add a new user rank.  Please see the individual help topics below if you have questions about the options.', 'vbulletin', 'cphelptext', '', 0, ''),
(189694, -1, 'ranks_add_title', 'Add New User Rank', 'vbulletin', 'cphelptext', '', 0, ''),
(189695, -1, 'ranks_add_edit_ranklevel_text', 'This is the number of times that this rank image or text will be repeated when it is displayed next to a user''s name in their posts.<br /><br />\r\n\r\nFor example, if you specify a rank text of "Captain" and this setting is set to 2, then the user''s rank will be shown as "CaptainCaptain".', 'vbulletin', 'cphelptext', '', 0, ''),
(189698, -1, 'ranks_add_edit_minposts_title', 'Minimum Posts', 'vbulletin', 'cphelptext', '', 0, ''),
(189697, -1, 'ranks_add_edit_minposts_text', 'This is the minimum number of posts required for a user to obtain this rank.  When a user in the specified usergroup reaches this many posts then they will be given this rank.', 'vbulletin', 'cphelptext', '', 0, ''),
(189696, -1, 'ranks_add_edit_ranklevel_title', 'Number of times to repeat rank', 'vbulletin', 'cphelptext', '', 0, ''),
(189692, -1, 'ranks_title', 'About User Ranks', 'vbulletin', 'cphelptext', '', 0, ''),
(189681, -1, 'queries_text', '<b>Related General Help Topics:</b><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=backup&amp;pageaction=&amp;option=">Database Backup</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=repair&amp;pageaction=&amp;option=">Repair / Optimize</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=misc&amp;pageaction=&amp;option=">Update Counters</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=diagnostic&amp;pageaction=&amp;option=">Diagnostics</a><br />\r\n<a href="help.php?s=&amp;do=answer&amp;page=queries&amp;pageaction=&amp;option=">Execute SQL Query</a><br /><br />\r\n\r\n<b>Execute SQL Query:</b><br />\r\nThis page can be used to run queries on your forum database.  This can be useful for mass-updating records in your database.  You should always backup your database before querying it.  Any valid MySQL query can be run here.  See <a href="http://www.mysql.com/" target="_blank">mysql.com</a> for more information.', 'vbulletin', 'cphelptext', 'Kier', 1205431035, '3.7.0 Release Candidate 1'),
(189690, -1, 'queries_modify_perpage_title', 'Results to Show Per Page', 'vbulletin', 'cphelptext', '', 0, ''),
(189691, -1, 'ranks_text', '<b>User Ranks:</b><br />\r\nUsers ranks are rank insignia based on post count and usergroup that are displayed next to names in posts.  User ranks work very similar to user titles, the main difference being that user titles are for all usergroups while user ranks can be created for specific usergroups.  In this way you can create different rank insignia for different usergroups.  User ranks appear next to names in posts.', 'vbulletin', 'cphelptext', '', 0, ''),
(189688, -1, 'queries_modify_query_title', 'Manual Query', 'vbulletin', 'cphelptext', '', 0, ''),
(189689, -1, 'queries_modify_perpage_text', 'Queries return results after they are executed.  Here you can specify the number of returned results to show per page.', 'vbulletin', 'cphelptext', '', 0, ''),
(189687, -1, 'queries_modify_query_text', 'Here you can manually type in the query you want to run.  Only one query can be run at a time. Once a query is executed it can not be reversed.', 'vbulletin', 'cphelptext', '', 0, ''),
(189686, -1, 'queries_modify_autoquery_title', 'Automatic Query', 'vbulletin', 'cphelptext', '', 0, ''),
(189685, -1, 'queries_modify_autoquery_text', 'These are predefined queries for managing user settings.  Select the query you want to run and click the "Continue" button to execute it.', 'vbulletin', 'cphelptext', '', 0, ''),
(189682, -1, 'queries_title', 'About Execute SQL Query', 'vbulletin', 'cphelptext', '', 0, ''),
(189683, -1, 'queries_modify_text', 'This feature lets you run queries on your vBulletin database.  You should backup your database before querying it.', 'vbulletin', 'cphelptext', '', 0, ''),
(189684, -1, 'queries_modify_title', 'Execute SQL Query', 'vbulletin', 'cphelptext', '', 0, ''),
(189680, -1, 'profilefield_remove_title', 'Delete Profile Field', 'vbulletin', 'cphelptext', '', 0, ''),
(189678, -1, 'profilefield_modify_title', 'User Profile Field Manager', 'vbulletin', 'cphelptext', '', 0, ''),
(189679, -1, 'profilefield_remove_text', 'This is a confirmation that you want to delete this profile field.  Deleting this profile field will lose information if your users have information in this field.  Click the "Yes" button below to perform the deletion.  This action cannot be undone.', 'vbulletin', 'cphelptext', '', 0, ''),
(189676, -1, 'profilefield_editcat_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', 'Kier', 1205937243, '3.7.0 Release Candidate 1'),
(189677, -1, 'profilefield_modify_text', 'On this page you can manage your user profile fields.  User profile fields are used to hold information and preferences about your users.<br /><br />\r\n\r\nClick the [Edit] link to edit the settings of the corresponding profile field.  Click the [Delete] link to do exactly that (this will lose information if users have information in the field!).<br /><br />\r\n\r\nUser profile fields can be displayed in posts next to the author''s name.  If you want to display a profile field in posts then you need to edit your <b>postbit</b> or <b>postbit_legacy</b> template (depending on which one you use as is indicated by the "Use Legacy (Vertical) Postbit Template" option in your <a href="options.php?dogroup=stylelang&amp;do=options" target="_blank">vBulletin options</a>) and add <b>$post[fieldX]</b> where <b>X</b> is the field ID of the profile field as shown under the "Name" column on this page.<br /><br />\r\n\r\nBelow is a list of existing profile fields.  The "Title / Profile Field Type" column tells you the name and type of the profile field.  Please see the General Topics for examples of each type of profile field.<br /><br />\r\n\r\nThe "Options" column tells you which options are enabled for the corresponding profile field.  Profile fields can be required, editable, private, searchable, and shown on the <a href="../memberlist.php" target="_blank">member list</a> - or not.<br /><br />\r\n\r\nThe "Name" column tells you the field number of the corresponding profile field.  You can use a profile field''s field number to make it show in user posts (see above).<br /><br />\r\n\r\nThe "Display Order" column tells you the display order of the corresponding profile field.  Display orders are used to order profile fields on the various pages of the User CP on which they can be displayed.  You can change display orders on this page by editing the display order fields and clicking the "Save Display Order" button.<br /><br />', 'vbulletin', 'cphelptext', 'Kier', 1205430879, '3.7.0 Release Candidate 1'),
(189672, -1, 'profilefield_editcat_desc_title', 'Description', 'vbulletin', 'cphelptext', 'Kier', 1205937083, '3.7.0 Release Candidate 1'),
(189673, -1, 'profilefield_editcat_location_text', '<p>Use this control to specify whereabouts on a users'' profile pages you would like this profile field category to appear.</p>\r\n\r\n<p>There are several options, some of which will cause the information to appear as a tab, and other will display the information as a block in the column next to the tabs.</p>', 'vbulletin', 'cphelptext', 'Kier', 1205937185, '3.7.0 Release Candidate 1'),
(189674, -1, 'profilefield_editcat_location_title', 'Location on Profile Page', 'vbulletin', 'cphelptext', 'Kier', 1205937185, '3.7.0 Release Candidate 1'),
(189675, -1, 'profilefield_editcat_displayorder_text', 'This option controls where the category will appear relative to other categories when listed. A category with a higher display order number will appear after or below a lower number.', 'vbulletin', 'cphelptext', 'Kier', 1205937243, '3.7.0 Release Candidate 1'),
(189671, -1, 'profilefield_editcat_desc_text', 'Enter a description of the profile field category. This information will appear in small text below the title of the category in the ''About Me'' tab of users'' profile pages.', 'vbulletin', 'cphelptext', 'Kier', 1205937083, '3.7.0 Release Candidate 1'),
(189660, -1, 'profilefield_add_edit_regex_title', 'Regular Expression (<i>Select, Input, Radio, Textarea only</i>)', 'vbulletin', 'cphelptext', '', 0, '');
INSERT INTO `phrase` (`phraseid`, `languageid`, `varname`, `text`, `product`, `fieldname`, `username`, `dateline`, `version`) VALUES
(189661, -1, 'profilefield_add_edit_form_text', 'This controls what page the profile field is displayed on. Most likely you want to leave this on "Edit Your Details" but if you wish to create your own user options that can be manipulated via template conditionals then select "Options". This field will then appear on the "Options" page of the User CP. Also, this field will not appear when viewing a user''s profile.<br /><br />\r\n\r\nAs mentioned, you can use template conditionals to add additional options for your users. For example, you can make this profile field a "one option" check box field under one of the "Options" categories.  You can then use the field as a conditional to display something in your postbit template.  If the "Name" of this profile field is field1 then you can use this code in your postbit template:<br /><br />\r\n\r\n<i>&lt;if condition="$post[''field1'']"&gt;<br />\r\n<font color="green">code to display if the user has checked the profile field</font><br />\r\n&lt;/if&gt;</i><br /><br />\r\n\r\nThe <font color="green">green</font> code in the middle will only be displayed if the user has checked the profile field in their options.', 'vbulletin', 'cphelptext', 'Mez', 1201688570, '3.7.0 Beta 5'),
(189653, -1, 'profilefield_add_edit_searchable_text', 'If this is set to No, users will not be able to search using this field on the Member''s List Advanced Search. If this field is set to Private than only those users with the proper usergroup permission will be able to search on it.', 'vbulletin', 'cphelptext', '', 0, ''),
(189666, -1, 'profilefield_editcat_title', 'User Profile Field Category Editor', 'vbulletin', 'cphelptext', 'Kier', 1205936925, '3.7.0 Release Candidate 1'),
(189667, -1, 'profilefield_editcat_allowprivacy_text', 'This option controls whether the category will appear in the ''Customize Profile'' page, allowing users to select whether to hide or display the category''s profile block to other users.', 'vbulletin', 'cphelptext', 'Darren', 1215167628, '3.8.0 Alpha 1'),
(189668, -1, 'profilefield_editcat_allowprivacy_title', 'Allow User Privacy Options', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1218102521, '3.8.0 Alpha 1'),
(189669, -1, 'profilefield_editcat_title_text', 'Enter the title of the profile field category, as you would like it to be seen by your visitors. Do not use raw HTML.', 'vbulletin', 'cphelptext', 'Kier', 1205936976, '3.7.0 Release Candidate 1'),
(189670, -1, 'profilefield_editcat_title_title', 'Title', 'vbulletin', 'cphelptext', 'Kier', 1205936976, '3.7.0 Release Candidate 1'),
(189662, -1, 'profilefield_add_edit_form_title', 'Which page displays this option?', 'vbulletin', 'cphelptext', '', 0, ''),
(189663, -1, 'profilefield_edit_text', 'On this screen you can edit this user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.', 'vbulletin', 'cphelptext', '', 0, ''),
(189664, -1, 'profilefield_edit_title', 'Edit Profile Field', 'vbulletin', 'cphelptext', '', 0, ''),
(189665, -1, 'profilefield_editcat_text', 'It is possible to group custom user profile fields into categories so that they can be logically grouped. The primary purpose of doing this is to allow different categories to be shown in different tabs or blocks on a user''s profile page (in addition to being shown in the ''About Me'' tab).', 'vbulletin', 'cphelptext', 'Kier', 1205936925, '3.7.0 Release Candidate 1'),
(189659, -1, 'profilefield_add_edit_regex_text', 'You may require this field''s contents to match a PCRE-type regular expression. For example, you could have a field that is for the user''s ICQ number. Since ICQ numbers consist of only numerals, you could write a regular expression to check for non-numerals. \r\n<br /><br />\r\nExample: <span class="smallfont">(Do not start or end the expression with an escape character)</span><br />\r\n<br />\r\n<b>^[0-9]{7,8}$</b><br />\r\n<br />\r\nIf you want to allow an empty response to be given, you need to account for it within the regex:<br />\r\n<br />\r\n<b>^[0-9]{7,8}$|^$</b><br />\r\n<br />\r\nSee <a href="http://www.php.net/manual-lookup.php?function=preg-match" target="_blank">PHP.net</a> for more information on regular expressions.', 'vbulletin', 'cphelptext', 'freddie', 1161192426, '3.6.3'),
(189656, -1, 'profilefield_add_edit_memberlist_title', 'Show on member''s list?', 'vbulletin', 'cphelptext', '', 0, ''),
(189657, -1, 'profilefield_add_edit_optional_text', 'If this is set to Yes, the user will be allowed to fill in a text input field as an alternative to the options you have given for this field.', 'vbulletin', 'cphelptext', '', 0, ''),
(189658, -1, 'profilefield_add_edit_optional_title', 'Allow Additional Field? (<i>Select, Radio only</i>)', 'vbulletin', 'cphelptext', '', 0, ''),
(189654, -1, 'profilefield_add_edit_searchable_title', 'Field searchable on member''s list', 'vbulletin', 'cphelptext', '', 0, ''),
(189655, -1, 'profilefield_add_edit_memberlist_text', 'If this is set to Yes, this field will be displayed on the Member''s List for each user. If you set this field as Private, only those with the proper usergroup permission will be able to see this field on the Member''s List.', 'vbulletin', 'cphelptext', '', 0, ''),
(189652, -1, 'profilefield_add_edit_hidden_title', 'Private Field', 'vbulletin', 'cphelptext', '', 0, ''),
(189649, -1, 'profilefield_add_edit_editable_text', '<b>Yes</b> - User may edit this field at any time.<br />\r\n<br />\r\n<b>No</b>  - User may never edit this field.<br />\r\n<br />\r\n<b>Only at registration</b> - User may only edit this field at registration or if it is set to be required and it is blank.', 'vbulletin', 'cphelptext', 'freddie', 1147803250, '3.6.0 Beta 1'),
(189650, -1, 'profilefield_add_edit_editable_title', 'Field Editable by User?', 'vbulletin', 'cphelptext', '', 0, ''),
(189651, -1, 'profilefield_add_edit_hidden_text', 'If this is set to Yes, this field can be filled in by the user but will only be viewable to those with the proper usergroup permission.', 'vbulletin', 'cphelptext', '', 0, ''),
(189648, -1, 'profilefield_add_edit_required_title', 'Field Required?', 'vbulletin', 'cphelptext', '', 0, ''),
(189646, -1, 'profilefield_add_edit_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', '', 0, ''),
(189647, -1, 'profilefield_add_edit_required_text', '<b>Yes, at registration and profile updating</b> - User will be required to complete this field at registration and when updating their profile.<br />\r\n<br />\r\n<b>Yes, always</b> - User will be required to complete this field at registration.  Enabling this setting will force all users to complete it before they can continue using your forum. This applies only if the field is shown on the "Edit Your Details" page.<br />\r\n<br />\r\n<b>No</b> - Completion of this field is optional.<br />\r\n<br />\r\n<b>No, but display at registration</b> - Completion of this field is optional but it will appear at registration.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1214221606, '3.8.0 Alpha 1'),
(189642, -1, 'profilefield_add_edit_perline_title', 'Items Per Line (<i>Radio, Checkbox only</i>)', 'vbulletin', 'cphelptext', 'freddie', 1147805177, '3.6.0 Beta 1'),
(189643, -1, 'profilefield_add_edit_boxheight_text', 'This setting is how tall the box should be. If you have 12 options and want 3 of them displayed without the user having to use the scrollbar, set this to 3. It is recommended that you set this to at least 3 for user sanity reasons.', 'vbulletin', 'cphelptext', '', 0, ''),
(189644, -1, 'profilefield_add_edit_boxheight_title', 'Box Height (<i>Select Multiple only</i>)', 'vbulletin', 'cphelptext', '', 0, ''),
(189645, -1, 'profilefield_add_edit_displayorder_text', 'This sets the order in which fields are displayed. The default is to add it to the end of your current fields. Display order starts at 1 and can be any whole positive number (e.g. don''t use decimals or fractions).', 'vbulletin', 'cphelptext', '', 0, ''),
(189640, -1, 'profilefield_add_edit_def_title', 'Set Default?', 'vbulletin', 'cphelptext', '', 0, ''),
(189641, -1, 'profilefield_add_edit_perline_text', 'This setting is how many controls to display per line on forms. Set this to 0 to show all controls on one line.', 'vbulletin', 'cphelptext', 'freddie', 1199998638, '3.7.0 Beta 4'),
(189631, -1, 'profilefield_add_edit_maxlength_text', '<b>Maximum Input (Input, Textarea only)</b><br />\r\nThis setting is how many characters a user is allowed to enter into this field.<br />\r\n<br />\r\n<b>Maximum Input (for Optional Field, Select, Radio only)</b><br />\r\nThis setting is how many characters a user may enter into the optional field.', 'vbulletin', 'cphelptext', '', 0, ''),
(189639, -1, 'profilefield_add_edit_def_text', '<b>Select Fields</b><br />\r\nIf you wish to have the first option set as the default choice for this field, set this to Yes. Otherwise, a blank line will be the default. This is useful to force users to select an option at registration if this is a required field.<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIf this is set to Yes, the first radio button will be preselected for the user. Otherwise, none will be selected. This is useful if you wish to force a user to select one if this field is required.', 'vbulletin', 'cphelptext', '', 0, ''),
(189635, -1, 'profilefield_add_edit_newtype_text', 'Select a field type for this profile field.  Please see the General Topics for examples of each type of profile field.', 'vbulletin', 'cphelptext', '', 0, ''),
(189636, -1, 'profilefield_add_edit_newtype_title', 'Profile Field Type', 'vbulletin', 'cphelptext', '', 0, ''),
(189637, -1, 'profilefield_add_edit_height_text', 'This is how many rows high the input should be on the forms. It is recommend that you set this to at least 2 for user sanity reasons.<br />\r\n<i>This only applies to Textarea type fields</i>', 'vbulletin', 'cphelptext', 'Scott', 1152785567, '3.6.0 Release Candidate 2'),
(189638, -1, 'profilefield_add_edit_height_title', 'Field Height (<i>Textarea only</i>)', 'vbulletin', 'cphelptext', '', 0, ''),
(189634, -1, 'profilefield_add_edit_size_title', 'Field Length &amp; Limit Boxes', 'vbulletin', 'cphelptext', '', 0, ''),
(189633, -1, 'profilefield_add_edit_size_text', '<b>Field Length (<i>Input, Textarea only</i>)</b><br />\r\nThis is how many characters long the input should appear on the forms. This should be less than or equal to the maximum number of characters allowed to be entered into this field.<br />\r\n<br />\r\n<b>Field Length (for Optional Field, <i>Select, Radio only</i>)</b><br />\r\nThis setting is how many characters long the input field should appear as on the form. It is recommended that you set this to be equal to or less than the maximum number of characters the user may enter as set above.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Select Multiple only</i>)</b><br />\r\nThis is how many options the user may choose. Set to 0 to allow the user to select all options.<br />\r\n<br />\r\n<b>Limit Boxes (<i>Checkbox only</i>)</b><br />\r\nThis setting is how many checkboxes the user may check total for this field. Enter 0 to allow them to select all checkboxes.', 'vbulletin', 'cphelptext', '', 0, ''),
(189632, -1, 'profilefield_add_edit_maxlength_title', 'Maximum Input Length', 'vbulletin', 'cphelptext', '', 0, ''),
(189630, -1, 'profilefield_add_edit_data_title', 'Multiple Choice Fields', 'vbulletin', 'cphelptext', '', 0, ''),
(189628, -1, 'profilefield_add_edit_profilefieldcategoryid_title', 'Profile Field Category', 'vbulletin', 'cphelptext', 'Kier', 1205937422, '3.7.0 Release Candidate 1'),
(189629, -1, 'profilefield_add_edit_data_text', '<b>Select Fields</b><br />\r\nIn this box, put each value that should appear as an option. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Radio Fields</b><br />\r\nIn this box, put each value that should appear as a radio button. Make sure to press Enter after each option or it will not work correctly!<br />\r\n<br />\r\n<b>Checkbox Fields</b><br />\r\nIn this box, put each value that should appear as a checkbox. Make sure to press Enter after each option or it will not work correctly!', 'vbulletin', 'cphelptext', '', 0, ''),
(189623, -1, 'profilefield_add_edit_title_text', 'This is the title of the profile field as displayed to your users and in the admin control panel. It can be up to 50 characters long.', 'vbulletin', 'cphelptext', '', 0, ''),
(189624, -1, 'profilefield_add_edit_title_title', 'Title', 'vbulletin', 'cphelptext', '', 0, ''),
(189625, -1, 'profilefield_add_edit_description_text', 'This is the description of the field as shown to your users. You should describe here what the field is intended for, and if it is required field or not, and/or if it is private from other users or not.', 'vbulletin', 'cphelptext', '', 0, ''),
(189626, -1, 'profilefield_add_edit_description_title', 'Description', 'vbulletin', 'cphelptext', '', 0, ''),
(189627, -1, 'profilefield_add_edit_profilefieldcategoryid_text', 'It is possible to group custom user profile fields into categories so that they can be logically grouped. The primary purpose of doing this is to allow different categories to be shown in different tabs or blocks on a user''s profile page (in addition to being shown in the ''About Me'' tab).<br />\r\n<br />\r\n<a href="help.php?do=answer&amp;page=profilefield&amp;pageaction=editcat">For further information, see the help entry for the profile field category manager.</a>', 'vbulletin', 'cphelptext', 'Kier', 1205937526, '3.7.0 Release Candidate 1'),
(189622, -1, 'profilefield_add_profilefieldtype_title', 'Profile Field Type', 'vbulletin', 'cphelptext', 'admin', 1220959801, '3.8.0 Alpha 1'),
(189620, -1, 'profilefield_add_title', 'Adding a User Profile Field', 'vbulletin', 'cphelptext', '', 0, ''),
(189621, -1, 'profilefield_add_profilefieldtype_text', 'This option determines what kind of control will be used to enter the value of the field.', 'vbulletin', 'cphelptext', 'admin', 1220959801, '3.8.0 Alpha 1'),
(189618, -1, 'profilefield_title', 'About User Profile Fields', 'vbulletin', 'cphelptext', '', 0, ''),
(189619, -1, 'profilefield_add_text', 'On this screen you can add a user profile field. A user profile field is a field that the users fill in during registration (or afterwards on their Edit Profile page) that can then be displayed in various places.', 'vbulletin', 'cphelptext', '', 0, ''),
(189612, -1, 'prefix_addset_editset_forumids_title', 'Use Prefix Set in These Forums', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190048861, '3.7.0 Beta 1'),
(189613, -1, 'prefix_addset_editset_displayorder_text', 'The sorting order for sets. Sets with lower values will be shown before sets with higher values.<br />\r\n<br />\r\nNote that the display order setting for individual prefixes only controls their order within the set.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190047556, '3.7.0 Beta 1'),
(189614, -1, 'prefix_addset_editset_displayorder_title', 'Display Order', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190047556, '3.7.0 Beta 1'),
(189615, -1, 'prefix_list_text', 'Thread prefixes are a structured way to specify how certain topics are discussed within a forum. You create prefix sets which contain many prefixes and can be tied to any number of forums.<br />\r\n<br />\r\nWhen a user creates a thread, he or she will have the option of specifying a prefix to the thread title. This prefix can be used to filter threads within the forum or searched on.<br />\r\n<br />\r\nFor example, you may wish to use prefixes in a marketplace forum, where people post "Wanted" and "For Sale" entries. Alternatively, if you have multiple products and only one announcement forum, you could have prefix threads in that forum depending on the product they relate to.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190108556, '3.7.0 Beta 1'),
(189598, -1, 'prefix_addprefix_editprefix_prefixid_title', 'Prefix ID', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190106476, '3.7.0 Beta 1'),
(189599, -1, 'prefix_addprefix_editprefix_prefixsetid_text', 'The set this prefix is to be placed in. This prefix will only be selectable in forums that have this set enabled.<br />\r\n<br />\r\nIf you change this set, threads that can no longer use this prefix will have it removed!', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190106571, '3.7.0 Beta 1'),
(189600, -1, 'prefix_addprefix_editprefix_prefixsetid_title', 'Prefix Set', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190106571, '3.7.0 Beta 1'),
(189601, -1, 'prefix_addprefix_editprefix_title_plain_text', 'This is the title of the prefix, using no special markup. This will be shown in the prefix list menu, when the thread title is shown in the navigation bar, or when the thread title is used in an email.<br />\r\n<br />\r\nThis title will be placed before the thread title with a space only. You will probably want to include some sort of delimiter character to make it more obvious that the prefix is being used. For example, if you use the prefix "For Sale", you may wish to enter "For Sale:" or "[For Sale]" here.', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190106746, '3.7.0 Beta 1'),
(189602, -1, 'prefix_addprefix_editprefix_title_plain_title', 'Title (Plain Text)', 'vbulletin', 'cphelptext', 'Ed Sullivan', 1190106746, '3.7.0 Beta 1'),
(189603, -1, 'prefix_addprefix_editprefix_title_rich_text', 'This is also the title of the prefix, but you may use HTML to add additional markup to the title. For example, you could turn a prefix red and bold by using: &lt;span style="color: red"&gt;&lt;b&gt;For Sale&lt;/b&g