INSERT INTO phrase VALUES('8013', '-1', 'template_text', 'cphelptext', '<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=template&pageaction=&option=\">Styles & Templates</a><br />\r\n<a href=\"help.php?s=&do=answer&page=css&pageaction=&option=\">Common Templates, StyleVars, and CSS</a><br />\r\n<a href=\"help.php?s=&do=answer&page=replacement&pageaction=&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 appliations 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 evalutates 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', '', '0', '');
INSERT INTO phrase VALUES('8014', '-1', 'template_title', 'cphelptext', 'About Styles &amp; Templates', 'vbulletin', 'Ed Sullivan', '1161596934', '3.6.3');
INSERT INTO phrase VALUES('8015', '-1', 'template_add_dostyleid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8016', '-1', 'template_add_dostyleid_title', 'cphelptext', 'Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8017', '-1', 'template_add_edit_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8018', '-1', 'template_add_edit_title', 'cphelptext', 'Template Editor', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8019', '-1', 'template_add_edit_title_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8020', '-1', 'template_add_edit_title_title', 'cphelptext', 'Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8021', '-1', 'template_add_edit_template_text', 'cphelptext', '<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', '', '0', '');
INSERT INTO phrase VALUES('8022', '-1', 'template_add_edit_template_title', 'cphelptext', 'Template', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8023', '-1', 'template_addstyle_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8024', '-1', 'template_addstyle_title', 'cphelptext', 'Add Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8025', '-1', 'template_addstyle_editstyle_files_parentid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8026', '-1', 'template_addstyle_editstyle_files_parentid_title', 'cphelptext', 'Parent Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8027', '-1', 'template_addstyle_editstyle_files_title_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8028', '-1', 'template_addstyle_editstyle_files_title_title', 'cphelptext', 'Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8029', '-1', 'template_addstyle_editstyle_files_userselect_text', 'cphelptext', 'Enable this option to allow the user to select this style to use when viewing your forums.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8030', '-1', 'template_addstyle_editstyle_files_userselect_title', 'cphelptext', 'Allow User Selection', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8031', '-1', 'template_addstyle_editstyle_files_displayorder_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8032', '-1', 'template_addstyle_editstyle_files_displayorder_title', 'cphelptext', 'Display Order', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8033', '-1', 'template_delete_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8034', '-1', 'template_delete_title', 'cphelptext', 'Delete Template', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8035', '-1', 'template_deletestyle_text', 'cphelptext', 'This page allows you to delete this style.  Click the \"Yes\" button below to delete this style.  This action cannot be undone!', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8036', '-1', 'template_deletestyle_title', 'cphelptext', 'Delete Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8037', '-1', 'template_editstyle_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8038', '-1', 'template_editstyle_title', 'cphelptext', 'Edit Settings', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8039', '-1', 'template_files_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8040', '-1', 'template_files_title', 'cphelptext', 'Download / Upload Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8041', '-1', 'template_files_dostyleid_text', 'cphelptext', 'Select the style you want to download.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8042', '-1', 'template_files_dostyleid_title', 'cphelptext', 'Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8043', '-1', 'template_files_product_text', 'cphelptext', 'Select the Jelsoft product for which you want to download.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8044', '-1', 'template_files_product_title', 'cphelptext', 'Product', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8045', '-1', 'template_files_filename_text', 'cphelptext', 'This is the name of the file under which this style will be saved.  This name should end with .xml', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8046', '-1', 'template_files_filename_title', 'cphelptext', 'Filename', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8047', '-1', 'template_files_mode_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8048', '-1', 'template_files_mode_title', 'cphelptext', 'Options', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8049', '-1', 'template_files_stylefile_text', 'cphelptext', 'Click the \"Browse\" button to select a vBullein style file to upload from your computer.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8050', '-1', 'template_files_stylefile_title', 'cphelptext', 'Upload XML file', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8051', '-1', 'template_files_serverfile_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8052', '-1', 'template_files_serverfile_title', 'cphelptext', 'Import XML File', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8053', '-1', 'template_files_overwritestyleid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8054', '-1', 'template_files_overwritestyleid_title', 'cphelptext', 'Merge Into Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8055', '-1', 'template_files_anyversion_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8056', '-1', 'template_files_anyversion_title', 'cphelptext', 'Ignore Style Version', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8057', '-1', 'template_findupdates_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8058', '-1', 'template_findupdates_title', 'cphelptext', 'Find Updated Templates', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8059', '-1', 'template_history_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8060', '-1', 'template_history_title', 'cphelptext', 'Template History', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8061', '-1', 'template_historysubmit_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8062', '-1', 'template_historysubmit_title', 'cphelptext', 'Compare Versions', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8063', '-1', 'template_modify_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8064', '-1', 'template_modify_title', 'cphelptext', 'Style Manager', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8065', '-1', 'template_rebuild_text', 'cphelptext', 'This page is a report and confirmation of the rebuilding of your styles.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8066', '-1', 'template_rebuild_title', 'cphelptext', 'Rebuild Styles', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8067', '-1', 'template_revertall_text', 'cphelptext', 'This page allows you to revert all customized templates for this style.  Below is a list of all templates that will be reverted.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8068', '-1', 'template_revertall_title', 'cphelptext', 'Revert All Templates', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8069', '-1', 'template_search_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8070', '-1', 'template_search_title', 'cphelptext', 'Search In Templates', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8071', '-1', 'template_search_searchset_text', 'cphelptext', 'Select the style in which you want to search.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8072', '-1', 'template_search_searchset_title', 'cphelptext', 'Search in Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8073', '-1', 'template_search_searchstring_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8074', '-1', 'template_search_searchstring_title', 'cphelptext', 'Search for Text', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8075', '-1', 'template_search_titlesonly_text', 'cphelptext', 'Enable this option to search only the template titles.  The same search rules apply as are explained <a href=\"help.php?s=&do=answer&page=template&pageaction=search&option=searchstring\">here</a>.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8076', '-1', 'template_search_titlesonly_title', 'cphelptext', 'Search Titles Only', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8077', '-1', 'template_search_dostyleid_text', 'cphelptext', 'Select the style in which you want to search.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8078', '-1', 'template_search_dostyleid_title', 'cphelptext', 'Search in Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8079', '-1', 'template_search_replacestring_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8080', '-1', 'template_search_replacestring_title', 'cphelptext', 'Replace with Text', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8081', '-1', 'template_search_test_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8082', '-1', 'template_search_test_title', 'cphelptext', 'Test Replacement Only', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8083', '-1', 'template_search_regex_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8084', '-1', 'template_search_regex_title', 'cphelptext', 'Use Regular Expressions', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8085', '-1', 'template_search_case_insensitive_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8086', '-1', 'template_search_case_insensitive_title', 'cphelptext', 'Case-Insensitive', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8087', '-1', 'template_view_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8088', '-1', 'template_view_title', 'cphelptext', 'Show Default', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8089', '-1', 'thread_text', 'cphelptext', '<b>Managing Threads & 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', '', '0', '');
INSERT INTO phrase VALUES('8090', '-1', 'thread_title', 'cphelptext', 'Thread Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8091', '-1', 'thread_dothreads_pruneuser_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8092', '-1', 'thread_dothreads_pruneuser_title', 'cphelptext', 'Prune / Move Threads Selectively', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8093', '-1', 'thread_dothreadssel_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8094', '-1', 'thread_dothreadssel_title', 'cphelptext', 'Selectively Prune / Move', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8095', '-1', 'thread_dovotes_text', 'cphelptext', '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 it\'s 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', '', '0', '');
INSERT INTO phrase VALUES('8096', '-1', 'thread_dovotes_title', 'cphelptext', 'Poll Results', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8097', '-1', 'thread_killpoll_text', 'cphelptext', 'This page allows you to remove a poll from a thread based on the thread\'s threadid.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8098', '-1', 'thread_killpoll_title', 'cphelptext', 'Strip Poll', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8099', '-1', 'thread_killpoll_threadid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8100', '-1', 'thread_killpoll_threadid_title', 'cphelptext', 'Enter a threadid', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8101', '-1', 'thread_move_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8102', '-1', 'thread_move_title', 'cphelptext', 'Move Threads Manager', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8103', '-1', 'thread_move_destforumid_text', 'cphelptext', 'Select the forum to which you want to move the threads matching the criterion below.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8104', '-1', 'thread_move_destforumid_title', 'cphelptext', 'Destination Forum', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8105', '-1', 'thread_prune_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8106', '-1', 'thread_prune_title', 'cphelptext', 'Prune Threads Manager', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8107', '-1', 'thread_prune_username_text', 'cphelptext', 'To prune by username you need to specify a user.  Enter the exact username of the user whose posts you want to prune.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8108', '-1', 'thread_prune_username_title', 'cphelptext', 'User Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8109', '-1', 'thread_prune_move_originaldaysolder_text', 'cphelptext', 'The thread must have been created at least this long ago to be pruned / move.  This is useful in selecting old threads.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8110', '-1', 'thread_prune_move_originaldaysolder_title', 'cphelptext', 'Original post date is at least X days ago', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8111', '-1', 'thread_prune_move_originaldaysnewer_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8112', '-1', 'thread_prune_move_originaldaysnewer_title', 'cphelptext', 'Original post date is at most X days ago', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8113', '-1', 'thread_prune_move_lastdaysolder_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8114', '-1', 'thread_prune_move_lastdaysolder_title', 'cphelptext', 'Last post date is at least X days ago', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8115', '-1', 'thread_prune_move_lastdaysnewer_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8116', '-1', 'thread_prune_move_lastdaysnewer_title', 'cphelptext', 'Last post date is at most X days ago', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8117', '-1', 'thread_prune_move_repliesleast_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8118', '-1', 'thread_prune_move_repliesleast_title', 'cphelptext', 'Thread has at Least X Replies', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8119', '-1', 'thread_prune_move_repliesmost_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8120', '-1', 'thread_prune_move_repliesmost_title', 'cphelptext', 'Thread has at Most X Replies', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8121', '-1', 'thread_prune_move_viewsleast_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8122', '-1', 'thread_prune_move_viewsleast_title', 'cphelptext', 'Thread has at Least X Views', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8123', '-1', 'thread_prune_move_viewsmost_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8124', '-1', 'thread_prune_move_viewsmost_title', 'cphelptext', 'Thread has at Most X Views', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8125', '-1', 'thread_prune_move_issticky_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8126', '-1', 'thread_prune_move_issticky_title', 'cphelptext', 'Thread is sticky', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8127', '-1', 'thread_prune_move_state_text', 'cphelptext', '<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', '', '0', '');
INSERT INTO phrase VALUES('8128', '-1', 'thread_prune_move_state_title', 'cphelptext', 'Thread State', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8129', '-1', 'thread_prune_move_status_text', 'cphelptext', '<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', '', '0', '');
INSERT INTO phrase VALUES('8130', '-1', 'thread_prune_move_status_title', 'cphelptext', 'Thread Status', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8131', '-1', 'thread_prune_move_posteduser_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8132', '-1', 'thread_prune_move_posteduser_title', 'cphelptext', 'User Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8133', '-1', 'thread_prune_move_titlecontains_text', 'cphelptext', 'A thread must contain this string in its title in order for it to be pruned / moved.  This is not case sensitive.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8134', '-1', 'thread_prune_move_titlecontains_title', 'cphelptext', 'Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8135', '-1', 'thread_prune_move_forumid_text', 'cphelptext', '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 independant of their forum.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8136', '-1', 'thread_prune_move_forumid_title', 'cphelptext', 'Forum', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8137', '-1', 'thread_prune_move_subforums_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8138', '-1', 'thread_prune_move_subforums_title', 'cphelptext', 'Include Child Forums', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8139', '-1', 'thread_pruneusersel_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8140', '-1', 'thread_pruneusersel_title', 'cphelptext', 'Selectively Delete Threads and Posts', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8141', '-1', 'thread_removepoll_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8142', '-1', 'thread_removepoll_title', 'cphelptext', 'Delete Poll', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8143', '-1', 'thread_unsubscribe_text', 'cphelptext', 'On this page you can unsubscribe all users from a specific thread or remove all of a specific user\'s thread subscriptions.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8144', '-1', 'thread_unsubscribe_title', 'cphelptext', 'Unsubscribe From Threads', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8145', '-1', 'thread_unsubscribe_ids_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8146', '-1', 'thread_unsubscribe_ids_title', 'cphelptext', 'Enter threadid(s)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8147', '-1', 'thread_unsubscribe_username_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8148', '-1', 'thread_unsubscribe_username_title', 'cphelptext', 'User Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8149', '-1', 'thread_unsubscribe_daysprune_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8150', '-1', 'thread_unsubscribe_daysprune_title', 'cphelptext', 'Find All Threads Older Than X Days', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8151', '-1', 'thread_unsubscribe_forumid_text', 'cphelptext', '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 independant of what forum the threads are in.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8152', '-1', 'thread_unsubscribe_forumid_title', 'cphelptext', 'Forum', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8153', '-1', 'thread_votes_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8154', '-1', 'thread_votes_title', 'cphelptext', 'Who Voted', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8155', '-1', 'thread_votes_pollid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8156', '-1', 'thread_votes_pollid_title', 'cphelptext', 'Poll', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8157', '-1', 'thread_votes_threadtitle_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8158', '-1', 'thread_votes_threadtitle_title', 'cphelptext', 'Thread', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8159', '-1', 'user_text', 'cphelptext', '<b>Related General Help Topics:</b><br />\r\n<a href=\"help.php?s=&do=answer&page=user&pageaction=&option=\">Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=usertools&pageaction=&option=\">User Tools</a><br />\r\n<a href=\"help.php?s=&do=answer&page=banning&pageaction=&option=\">User Banning</a><br />\r\n<a href=\"help.php?s=&do=answer&page=email&pageaction=&option=\">Emailing Users</a><br />\r\n<a href=\"help.php?s=&do=answer&page=accessmask&pageaction=&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', '', '0', '');
INSERT INTO phrase VALUES('8160', '-1', 'user_title', 'cphelptext', 'User Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8161', '-1', 'user_add_text', 'cphelptext', 'This page can be used to add a new user on your board by configuring the options below', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8162', '-1', 'user_add_title', 'cphelptext', 'Adding a User', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8163', '-1', 'user_add_password_text', 'cphelptext', 'Enter the user\'s password here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8164', '-1', 'user_add_password_title', 'cphelptext', 'Password', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8165', '-1', 'user_add_edit_adminprofilepic_text', 'cphelptext', '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', 'freddie', '1144687906', '3.6.0 Beta 1');
INSERT INTO phrase VALUES('8166', '-1', 'user_add_edit_adminprofilepic_title', 'cphelptext', 'Keep Custom Profile Pic', 'vbulletin', 'freddie', '1144687906', '3.6.0 Beta 1');
INSERT INTO phrase VALUES('8167', '-1', 'user_add_edit_adminavatar_text', 'cphelptext', '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', 'freddie', '1144687826', '3.6.0 Beta 1');
INSERT INTO phrase VALUES('8168', '-1', 'user_add_edit_adminavatar_title', 'cphelptext', 'Keep Custom Avatar', 'vbulletin', 'freddie', '1144687826', '3.6.0 Beta 1');
INSERT INTO phrase VALUES('8169', '-1', 'user_add_edit_username_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8170', '-1', 'user_add_edit_username_title', 'cphelptext', 'Username', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8171', '-1', 'user_add_edit_email_text', 'cphelptext', 'Enter the email address of the user, this will be used when contact is made with the user by the forums.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8172', '-1', 'user_add_edit_email_title', 'cphelptext', 'Email Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8173', '-1', 'user_add_edit_languageid_text', 'cphelptext', 'Select the language in which this user will read the forums.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8174', '-1', 'user_add_edit_languageid_title', 'cphelptext', 'Language', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8175', '-1', 'user_add_edit_usertitle_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8176', '-1', 'user_add_edit_usertitle_title', 'cphelptext', 'User Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8177', '-1', 'user_add_edit_customtitle_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8178', '-1', 'user_add_edit_customtitle_title', 'cphelptext', 'Custom User Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8179', '-1', 'user_add_edit_homepage_text', 'cphelptext', 'Enter the user\'s homepage here (http://www... ).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8180', '-1', 'user_add_edit_homepage_title', 'cphelptext', 'Homepage', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8181', '-1', 'user_add_edit_birthday_text', 'cphelptext', 'Enter the user\'s birthday here.  Select a month and enter a two digit day and four digit year.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8182', '-1', 'user_add_edit_birthday_title', 'cphelptext', 'Birthday', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8183', '-1', 'user_add_edit_showbirthday_text', 'cphelptext', 'Select the privacy level for the user\'s birthday here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8184', '-1', 'user_add_edit_showbirthday_title', 'cphelptext', 'Privacy', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8185', '-1', 'user_add_edit_signature_text', 'cphelptext', 'Enter the user\'s signature here.  HTML, vB code, and smilies will be parsed or not depending on your settings <a href=\"options.php?dogroup=user&do=options\" target=\"_blank\"><b>here</b></a>.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8186', '-1', 'user_add_edit_signature_title', 'cphelptext', 'Signature', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8187', '-1', 'user_add_edit_icq_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8188', '-1', 'user_add_edit_icq_title', 'cphelptext', 'ICQ', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8189', '-1', 'user_add_edit_aim_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8190', '-1', 'user_add_edit_aim_title', 'cphelptext', 'AIM Screen Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8191', '-1', 'user_add_edit_yahoo_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8192', '-1', 'user_add_edit_yahoo_title', 'cphelptext', 'Yahoo! Messenger', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8193', '-1', 'user_add_edit_msn_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8194', '-1', 'user_add_edit_msn_title', 'cphelptext', 'MSN ID', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8195', '-1', 'user_add_edit_skype_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8196', '-1', 'user_add_edit_skype_title', 'cphelptext', 'Skype Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8197', '-1', 'user_add_edit_coppauser_text', 'cphelptext', '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.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\"><b>http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm</b></a>.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8198', '-1', 'user_add_edit_coppauser_title', 'cphelptext', 'COPPA', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8199', '-1', 'user_add_edit_parentemail_text', 'cphelptext', '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.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" target=\"_blank\"><b>http://www.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm</b></a>.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8200', '-1', 'user_add_edit_parentemail_title', 'cphelptext', 'Parent Email Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8201', '-1', 'user_add_edit_posts_text', 'cphelptext', '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, overwritting any changes made here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8202', '-1', 'user_add_edit_posts_title', 'cphelptext', 'Post Count', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8203', '-1', 'user_add_edit_referrerid_text', 'cphelptext', 'Enter the userid of the person who referred this user.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8204', '-1', 'user_add_edit_referrerid_title', 'cphelptext', 'Referrer', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8205', '-1', 'user_add_edit_ipaddress_text', 'cphelptext', 'This is the IP address of this user.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8206', '-1', 'user_add_edit_ipaddress_title', 'cphelptext', 'IP Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8207', '-1', 'user_add_edit_usergroupid_text', 'cphelptext', 'Select the user\'s primary user group.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8208', '-1', 'user_add_edit_usergroupid_title', 'cphelptext', 'Primary User Group', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8209', '-1', 'user_add_edit_membergroupids_text', 'cphelptext', 'Check all additional user groups this user is a member of.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8210', '-1', 'user_add_edit_membergroupids_title', 'cphelptext', 'Additional Usergroups', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8211', '-1', 'user_add_edit_showreputation_text', 'cphelptext', 'This determines whether or not this user\'s reputation is visible to other forum members.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8212', '-1', 'user_add_edit_showreputation_title', 'cphelptext', 'Display Reputation', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8213', '-1', 'user_add_edit_reputation_text', 'cphelptext', 'Enter this user\'s current reputation level.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8214', '-1', 'user_add_edit_reputation_title', 'cphelptext', 'Reputation Level', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8215', '-1', 'user_add_edit_reputationpower_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8216', '-1', 'user_add_edit_reputationpower_title', 'cphelptext', 'Reputation Power', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8217', '-1', 'user_add_edit_adminemail_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8218', '-1', 'user_add_edit_adminemail_title', 'cphelptext', 'Receive Admin Emails', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8219', '-1', 'user_add_edit_showemail_text', 'cphelptext', 'This option will determine if the user can receive email sent by other members.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8220', '-1', 'user_add_edit_showemail_title', 'cphelptext', 'Receive Email from Other Users', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8221', '-1', 'user_add_edit_invisible_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8222', '-1', 'user_add_edit_invisible_title', 'cphelptext', 'Invisible Mode', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8223', '-1', 'user_add_edit_showvcard_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8224', '-1', 'user_add_edit_showvcard_title', 'cphelptext', 'vCard Download', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8225', '-1', 'user_add_edit_receivepm_text', 'cphelptext', 'This setting determines if the user can receive private messages or not.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8226', '-1', 'user_add_edit_receivepm_title', 'cphelptext', 'Receive Private Messages', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8227', '-1', 'user_add_edit_emailonpm_text', 'cphelptext', 'If this option is enabled, this user will receive a notification email when they receive a new private message.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8228', '-1', 'user_add_edit_emailonpm_title', 'cphelptext', 'Send Email When a Private Message is Received', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8229', '-1', 'user_add_edit_pmpopup_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8230', '-1', 'user_add_edit_pmpopup_title', 'cphelptext', 'Private Message Popup', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8231', '-1', 'user_add_edit_showsignatures_text', 'cphelptext', 'This option determines if this user sees signatures when viewing posts.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8232', '-1', 'user_add_edit_showsignatures_title', 'cphelptext', 'Display Signatures', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8233', '-1', 'user_add_edit_showavatars_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8234', '-1', 'user_add_edit_showavatars_title', 'cphelptext', 'Display Avatars', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8235', '-1', 'user_add_edit_showimages_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8236', '-1', 'user_add_edit_showimages_title', 'cphelptext', 'Display Images', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8237', '-1', 'user_add_edit_autosubscribe_text', 'cphelptext', 'This option determines the default level of subscription when this user makes a post.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8238', '-1', 'user_add_edit_autosubscribe_title', 'cphelptext', 'Automatic Thread Subscription Mode', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8239', '-1', 'user_add_edit_threadedmode_text', 'cphelptext', '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 threadedness 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', '', '0', '');
INSERT INTO phrase VALUES('8240', '-1', 'user_add_edit_threadedmode_title', 'cphelptext', 'Thread Display Mode', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8241', '-1', 'user_add_edit_showvbcode_text', 'cphelptext', '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 vB Code elements to posts without knowing the codes themselves.\r\n<br /><br />\r\nThe standard editor toolbar provides shortcuts to all vB Codes, 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', '', '0', '');
INSERT INTO phrase VALUES('8242', '-1', 'user_add_edit_showvbcode_title', 'cphelptext', 'Message Editor Interface', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8243', '-1', 'user_add_edit_styleid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8244', '-1', 'user_add_edit_styleid_title', 'cphelptext', 'Style', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8245', '-1', 'user_add_edit_timezoneoffset_text', 'cphelptext', 'Select the time zone for this user in terms of GMT.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8246', '-1', 'user_add_edit_timezoneoffset_title', 'cphelptext', 'Time Zone Offset', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8247', '-1', 'user_add_edit_dstauto_text', 'cphelptext', 'If this option is set to \"Yes,\" the times for this user will automatically adjust for Daylight Savings Time.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8248', '-1', 'user_add_edit_dstauto_title', 'cphelptext', 'Automatically detect DST settings', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8249', '-1', 'user_add_edit_dstonoff_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8250', '-1', 'user_add_edit_dstonoff_title', 'cphelptext', 'Is DST currently in effect', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8251', '-1', 'user_add_edit_daysprune_text', 'cphelptext', 'This setting determines the default age of threads the user sees in the thread listing when they are viewing a forum.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8252', '-1', 'user_add_edit_daysprune_title', 'cphelptext', 'Default View Age', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8253', '-1', 'user_add_edit_joindate_text', 'cphelptext', 'Enter the join date for this user here.  Select a month and enter a two digit day and four digit year.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8254', '-1', 'user_add_edit_joindate_title', 'cphelptext', 'Join Date', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8255', '-1', 'user_add_edit_lastvisit_text', 'cphelptext', '', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8256', '-1', 'user_add_edit_lastvisit_title', 'cphelptext', 'Last Visit', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8257', '-1', 'user_add_edit_lastactivity_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8258', '-1', 'user_add_edit_lastactivity_title', 'cphelptext', 'Last Activity', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8259', '-1', 'user_add_edit_lastpost_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8260', '-1', 'user_add_edit_lastpost_title', 'cphelptext', 'Last Post', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8261', '-1', 'user_doips_text', 'cphelptext', 'Here you can match IP addresses to usernames and usernames to IP addresses.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8262', '-1', 'user_doips_title', 'cphelptext', 'Search IP Addresses', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8263', '-1', 'user_doips_ipaddress_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8264', '-1', 'user_doips_ipaddress_title', 'cphelptext', 'Find Users by IP Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8265', '-1', 'user_doips_username_text', 'cphelptext', 'Enter the username of a member to search for their IP addresses.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8266', '-1', 'user_doips_username_title', 'cphelptext', 'Find IP Addresses for user', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8267', '-1', 'user_doips_depth_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8268', '-1', 'user_doips_depth_title', 'cphelptext', 'Search Depth', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8269', '-1', 'user_edit_receivepmbuddies_text', 'cphelptext', 'This setting restricts a user to only receiving private messages from the users on their buddy list.', 'vbulletin', 'freddie', '1155161124', '3.6.1');
INSERT INTO phrase VALUES('8270', '-1', 'user_edit_receivepmbuddies_title', 'cphelptext', 'Receive Private Messages only from Buddies', 'vbulletin', 'freddie', '1155161124', '3.6.1');
INSERT INTO phrase VALUES('8271', '-1', 'user_edit_text', 'cphelptext', 'Here you can edit this user\'s profile and preferences.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8272', '-1', 'user_edit_title', 'cphelptext', 'Edit User', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8273', '-1', 'user_edit_password_text', 'cphelptext', 'If you want to change this user\'s password, enter it here.  Otherwise leave it blank.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8274', '-1', 'user_edit_password_title', 'cphelptext', 'Password', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8275', '-1', 'user_editaccess_text', 'cphelptext', '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&do=options\" target=\"_blank\"><b>here</b></a> or these user-level permissions will not work.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8276', '-1', 'user_editaccess_title', 'cphelptext', 'Edit Access', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8277', '-1', 'user_emailpassword_text', 'cphelptext', 'Click the \"Send\" button below to email this user their password.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8278', '-1', 'user_emailpassword_title', 'cphelptext', 'Email Password Reminder to User', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8279', '-1', 'user_find_text', 'cphelptext', 'These are the results of your user search.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8280', '-1', 'user_find_title', 'cphelptext', 'Find Users', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8281', '-1', 'user_find2_text', 'cphelptext', 'These are the results of your user search.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8282', '-1', 'user_find2_title', 'cphelptext', 'Find Users', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8283', '-1', 'user_moderate_text', 'cphelptext', 'These are the users that are awaiting moderation.  You have the option of accepting, deleting, or ignoring these registrations.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8284', '-1', 'user_moderate_title', 'cphelptext', 'Users Awaiting Moderation', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8285', '-1', 'user_moderate_send_validated_text', 'cphelptext', 'Select \"Yes\" to send an email to the users whose registrations you are accepting.  Otherwise select \"No.\"', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8286', '-1', 'user_moderate_send_validated_title', 'cphelptext', 'Send email to users who have been accepted', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8287', '-1', 'user_moderate_send_deleted_text', 'cphelptext', 'Select \"Yes\" to send an email to the users whose registrations you are deleting.  Otherwise select \"No.\"', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8288', '-1', 'user_moderate_send_deleted_title', 'cphelptext', 'Send email to users who have been deleted', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8289', '-1', 'user_modify_text', 'cphelptext', 'On this page you can search for users based on serveral 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.ftc.gov/bcp/conline/pubs/buspubs/coppa.htm\" 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', '', '0', '');
INSERT INTO phrase VALUES('8290', '-1', 'user_modify_title', 'cphelptext', 'Search for Users', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8291', '-1', 'user_modify_username_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8292', '-1', 'user_modify_username_title', 'cphelptext', 'User Name Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8293', '-1', 'user_modify_usergroupid_text', 'cphelptext', 'Users must be in the specified group to be found if you select a usergroup here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8294', '-1', 'user_modify_usergroupid_title', 'cphelptext', 'Primary Usergroup Is', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8295', '-1', 'user_modify_membergroup_text', 'cphelptext', 'If the users to be found should belong to any other usergroups, check them off here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8296', '-1', 'user_modify_membergroup_title', 'cphelptext', 'Also Belongs to Usergroups', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8297', '-1', 'user_modify_adminemail_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8298', '-1', 'user_modify_adminemail_title', 'cphelptext', 'Include users that have declined admin emails?', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8299', '-1', 'user_modify_email_text', 'cphelptext', 'The user\'s email address must contain the string entered here. See <a href=\"help.php?do=answer&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8300', '-1', 'user_modify_email_title', 'cphelptext', 'Email Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8301', '-1', 'user_modify_parentemail_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8302', '-1', 'user_modify_parentemail_title', 'cphelptext', 'Parent\'s Email Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8303', '-1', 'user_modify_coppauser_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8304', '-1', 'user_modify_coppauser_title', 'cphelptext', 'Is COPPA User', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8305', '-1', 'user_modify_homepage_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8306', '-1', 'user_modify_homepage_title', 'cphelptext', 'Homepage Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8307', '-1', 'user_modify_icq_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8308', '-1', 'user_modify_icq_title', 'cphelptext', 'ICQ Number Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8309', '-1', 'user_modify_aim_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8310', '-1', 'user_modify_aim_title', 'cphelptext', 'AIM Handle Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8311', '-1', 'user_modify_yahoo_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8312', '-1', 'user_modify_yahoo_title', 'cphelptext', 'Yahoo Messenger Handle Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8313', '-1', 'user_modify_msn_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8314', '-1', 'user_modify_msn_title', 'cphelptext', 'MSN ID', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8315', '-1', 'user_modify_skype_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8316', '-1', 'user_modify_skype_title', 'cphelptext', 'Skype Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8317', '-1', 'user_modify_signature_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8318', '-1', 'user_modify_signature_title', 'cphelptext', 'Signature Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8319', '-1', 'user_modify_usertitle_text', 'cphelptext', '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&page=user&pageaction=modify&option=username\">Username Contains</a> for more information on the string matching used here.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8320', '-1', 'user_modify_usertitle_title', 'cphelptext', 'User Title Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8321', '-1', 'user_modify_joindateafter_text', 'cphelptext', '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&page=user&pageaction=modify&option=joindatebefore\">Join Date is Before</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8322', '-1', 'user_modify_joindateafter_title', 'cphelptext', 'Join Date is After', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8323', '-1', 'user_modify_joindatebefore_text', 'cphelptext', '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&page=user&pageaction=modify&option=joindateafter\">Join Date is After</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8324', '-1', 'user_modify_joindatebefore_title', 'cphelptext', 'Join Date is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8325', '-1', 'user_modify_lastactivityafter_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8326', '-1', 'user_modify_lastactivityafter_title', 'cphelptext', 'Last Activity is After', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8327', '-1', 'user_modify_lastactivitybefore_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8328', '-1', 'user_modify_lastactivitybefore_title', 'cphelptext', 'Last Activity is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8329', '-1', 'user_modify_lastvisitafter_text', 'cphelptext', '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&page=user&pageaction=modify&option=lastvisitbefore\">Last Visit is Before</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8330', '-1', 'user_modify_lastvisitafter_title', 'cphelptext', 'Last Visit is After', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8331', '-1', 'user_modify_lastvisitbefore_text', 'cphelptext', '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&page=user&pageaction=modify&option=lastvisitafter\">Last Visit is After</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8332', '-1', 'user_modify_lastvisitbefore_title', 'cphelptext', 'Last Visit is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8333', '-1', 'user_modify_lastpostafter_text', 'cphelptext', '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&page=user&pageaction=modify&option=lastpostbefore\">Last Post is Before</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8334', '-1', 'user_modify_lastpostafter_title', 'cphelptext', 'Last Post is After', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8335', '-1', 'user_modify_lastpostbefore_text', 'cphelptext', '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&page=user&pageaction=modify&option=lastpostafter\">Last Post is After</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8336', '-1', 'user_modify_lastpostbefore_title', 'cphelptext', 'Last Post is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8337', '-1', 'user_modify_birthdayafter_text', 'cphelptext', '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&page=user&pageaction=modify&option=birthdaybefore\">Birthday is Before</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8338', '-1', 'user_modify_birthdayafter_title', 'cphelptext', 'Birthday is After', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8339', '-1', 'user_modify_birthdaybefore_text', 'cphelptext', '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&page=user&pageaction=modify&option=birthdayafter\">Birthday is After</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8340', '-1', 'user_modify_birthdaybefore_title', 'cphelptext', 'Birthday is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8341', '-1', 'user_modify_postslower_text', 'cphelptext', '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&page=user&pageaction=modify&option=postsupper\">Number of Posts is Less Than</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8342', '-1', 'user_modify_postslower_title', 'cphelptext', 'Number of Posts is Greater Than or Equal To', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8343', '-1', 'user_modify_postsupper_text', 'cphelptext', '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&page=user&pageaction=modify&option=postslower\">Number of Posts is Greater Than or Equal To</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8344', '-1', 'user_modify_postsupper_title', 'cphelptext', 'Number of Posts is Less Than', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8345', '-1', 'user_modify_reputationlower_text', 'cphelptext', '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&page=user&pageaction=modify&option=reputationupper\">Reputation is Less Than</a>)', 'vbulletin', 'Jelsoft', '1142519066', '3.6.0 Beta 1');
INSERT INTO phrase VALUES('8346', '-1', 'user_modify_reputationlower_title', 'cphelptext', 'Reputation is Greater Than or Equal To', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8347', '-1', 'user_modify_reputationupper_text', 'cphelptext', '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&page=user&pageaction=modify&option=reputationlower\">Reputation is Greater Than or Equal To</a>)', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8348', '-1', 'user_modify_reputationupper_title', 'cphelptext', 'Reputation is Less Than', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8349', '-1', 'user_modify_ipaddress_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8350', '-1', 'user_modify_ipaddress_title', 'cphelptext', 'IP Address Contains', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8351', '-1', 'user_modify_display[username]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s username in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8352', '-1', 'user_modify_display[username]_title', 'cphelptext', 'Display Username', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8353', '-1', 'user_modify_display[options]_text', 'cphelptext', 'Setting this to \"yes\" will display a menu of options for each user in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8354', '-1', 'user_modify_display[options]_title', 'cphelptext', 'Display Options', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8355', '-1', 'user_modify_display[usergroup]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s usergroup in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8356', '-1', 'user_modify_display[usergroup]_title', 'cphelptext', 'Display Usergroup', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8357', '-1', 'user_modify_display[email]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s email address in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8358', '-1', 'user_modify_display[email]_title', 'cphelptext', 'Display Email', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8359', '-1', 'user_modify_display[parentemail]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s parent\'s email address in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8360', '-1', 'user_modify_display[parentemail]_title', 'cphelptext', 'Display Parent Email Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8361', '-1', 'user_modify_display[coppauser]_text', 'cphelptext', 'Setting this to \"yes\" will label each user in the results as a COPPA user or not.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8362', '-1', 'user_modify_display[coppauser]_title', 'cphelptext', 'Display COPPA User', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8363', '-1', 'user_modify_display[homepage]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s homepage in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8364', '-1', 'user_modify_display[homepage]_title', 'cphelptext', 'Display Homepage', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8365', '-1', 'user_modify_display[icq]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s ICQ UIN in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8366', '-1', 'user_modify_display[icq]_title', 'cphelptext', 'Display ICQ UIN', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8367', '-1', 'user_modify_display[aim]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s AIM handle in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8368', '-1', 'user_modify_display[aim]_title', 'cphelptext', 'Display AIM Screen Name', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8369', '-1', 'user_modify_display[yahoo]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s Yahoo! ID in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8370', '-1', 'user_modify_display[yahoo]_title', 'cphelptext', 'Display Yahoo! ID', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8371', '-1', 'user_modify_display[msn]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s MSN ID in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8372', '-1', 'user_modify_display[msn]_title', 'cphelptext', 'Display MSN ID', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8373', '-1', 'user_modify_display[signature]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s signature in the results (if he/she has one).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8374', '-1', 'user_modify_display[signature]_title', 'cphelptext', 'Display Signature', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8375', '-1', 'user_modify_display[usertitle]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s user title in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8376', '-1', 'user_modify_display[usertitle]_title', 'cphelptext', 'Display User Title', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8377', '-1', 'user_modify_display[joindate]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s join date in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8378', '-1', 'user_modify_display[joindate]_title', 'cphelptext', 'Display Join Date', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8379', '-1', 'user_modify_display[lastactivity]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s last activity in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8380', '-1', 'user_modify_display[lastactivity]_title', 'cphelptext', 'Display Last Activity', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8381', '-1', 'user_modify_display[lastpost]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s last post date in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8382', '-1', 'user_modify_display[lastpost]_title', 'cphelptext', 'Display Last Post', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8383', '-1', 'user_modify_display[posts]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s post count in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8384', '-1', 'user_modify_display[posts]_title', 'cphelptext', 'Display Post Count', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8385', '-1', 'user_modify_display[reputation]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s reputation score in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8386', '-1', 'user_modify_display[reputation]_title', 'cphelptext', 'Display Reputation', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8387', '-1', 'user_modify_display[ipaddress]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s IP address in the results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8388', '-1', 'user_modify_display[ipaddress]_title', 'cphelptext', 'Display IP Address', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8389', '-1', 'user_modify_display[birthday]_text', 'cphelptext', 'Setting this to \"yes\" will display each user\'s birthday in the results (if he/she has entered a birthday into their profile).', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8390', '-1', 'user_modify_display[birthday]_title', 'cphelptext', 'Display Birthday', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8391', '-1', 'user_modify_orderby_text', 'cphelptext', 'This setting allows you to specify the order of the search results.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8392', '-1', 'user_modify_orderby_title', 'cphelptext', 'Order By', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8393', '-1', 'user_modify_limitstart_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8394', '-1', 'user_modify_limitstart_title', 'cphelptext', 'Starting at Result', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8395', '-1', 'user_modify_limitnumber_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8396', '-1', 'user_modify_limitnumber_title', 'cphelptext', 'Max Results', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8397', '-1', 'user_prune_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8398', '-1', 'user_prune_title', 'cphelptext', 'User Moving/Pruning System', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8399', '-1', 'user_prune_usergroupid_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8400', '-1', 'user_prune_usergroupid_title', 'cphelptext', 'Usergroup', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8401', '-1', 'user_prune_daysprune_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8402', '-1', 'user_prune_daysprune_title', 'cphelptext', 'Has not logged on for x days', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8403', '-1', 'user_prune_joindate_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8404', '-1', 'user_prune_joindate_title', 'cphelptext', 'Join Date is Before', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8405', '-1', 'user_prune_minposts_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8406', '-1', 'user_prune_minposts_title', 'cphelptext', 'Posts is less than', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8407', '-1', 'user_prune_order_text', 'cphelptext', 'Specifies the way in which users matching your search criteria will be listed.', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8408', '-1', 'user_prune_order_title', 'cphelptext', 'Order By', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8409', '-1', 'user_pruneusers_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8410', '-1', 'user_pruneusers_title', 'cphelptext', 'Delete / Move Users', 'vbulletin', '', '0', '');
INSERT INTO phrase VALUES('8411', '-1', 'user_remove_text', 'cphelptext', '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', '', '0', '');
INSERT INTO phrase VALUES('8412', '-1', 'user_remove_title', 'cphelptext', 'Delete User', 'vbulletin', '', '0', '');
