
var msgsversion = '1.0.2';
var accountmsg = 'The username of this Twitter account. Case insensitive.';
var passwordmsg = 'The password of this Twitter account. Note: Blank password fields are auto-recovered if you update, you do not need to re-enter them.';
var newpasswordmsg = 'The password of this Twitter account. Make sure you enter this correctly!';
var addperdaymsg = 'The maximum number of Twitter users to follow per day.';
var removeperdaymsg = 'The maximum number of Twitter users to unfollow per day.';
var rotmsg = 'Number of days to wait before unfollowing users who do not follow you back.';
var vetmsg = 'Set if you wish to unfollow ALL users who are not following you. Recommended: do this once for existing accounts to allow for maximum following.';
var vettingmsg = 'Vetting status, used to unfollow all users who are not following you.';
var activatemsg = 'Tick if you wish to activate this account immediately. Unactivated accounts will be created but paused.';
var statusmsg = 'Status of the current account. Paused accounts will not be processed in the run loop.';
var prioritymsg = 'Change the order in which accounts are processed. Probably unnecessary.';
var updatemsg = 'Click the Go button to save and update changed settings.';
var deletemsg = 'Click the cross to delete this account. You can always add this account again later as all account information will be kept.';
var deletesearchmsg = 'Click the cross to delete this search.';

var searchtypemsg = 'The type of search that will be conducted for this account.';
var searchmsg = 'The keyword term or Twitter username that is being searched.';
var searchtermmsg = 'The keyword search term you wish to search for for the chosen search type. May include quotes, phrases, spaces and more.. See Twitter or Google operators for correct format.';
var twitteroperatorsmsg = 'Link to advanced Twitter search operators page for determining correct search operator format.';
var googleoperatorsmsg = 'Link to advanced Google search page for determining correct search operator format.';
var searchusernamemsg = 'The username of the Twitter user whose friends or followers you wish to start following. Case insensitive.';
var addedskippedmsg = 'Indicator of search performance giving how many found users have been followed (added) and how many are duplicates (skipped.)';
var startpagemsg = 'The page to start at when retrieving friends or followers of an account. Leaving blank will default to minimum for ascending and maximum for descending.';
var directionmsg = 'The page retrieval direction used for finding friends or followers of a specific account.';
var catidmsg = 'Allows you to define which Twellow profile category to search in. Blank will default to all.';
var processordermsg = 'Defines how multisearch is processed. Consecutive will attempt to finish a search then change, cyclical will retrieve one page per search then change, random will pick a random search page then change.';
var addpersearchmsg = 'The maximum number of users to follow for this search before changing to the next search.';
var addpermultimsg = 'The maximum number of users to follow for each given search term before changing to the next search term.';
var activatesearchmsg = 'Tick if you wish to activate this search immediately. Unactivated searches will be created but paused.';
var searchstatusmsg = 'Status of the current search. Paused and finished searches will not be processed.';
var searchprioritymsg = 'Change the order in which searches are made. Recommended: put most relevent searches first and include others to fallback on.';

var crontabmsg = 'This is the recommended Cron line to put in your webhosts Cronjob based on the location of your script and server settings.';
var curlmsg = 'Curl is a PHP page retrieval extension required to run Twitter Ally.';
var opensslmsg = 'OpenSSL support is only required for direct login emulation if you do not wish to use our login proxy.';
var loginattemptsmsg = 'Number of login attempts to make before falling back to proxy attempts and/or to API. Default is 3.';
var dynamicproxiesmsg = 'Dynamic anonymous proxy support is recommended to allow for a larger number of Twitter accounts from a single server to help avoid being flagged by Twitter for serial accounts.';
var loginproxymsg = 'This is for the Twitter Ally servers proxy login fallback, recommended if you do not have OpenSSL, otherwise Twitter Ally can only use the API.';
var leaveapimsg = 'Number of Twitter API requests to leave per hour per account if API fallback becomes necessary. Default: 20.';
var sleepmsg = 'Minimum and maximum number of seconds to sleep between page retrieval requests. For safety reasons you may increase but not reduce. Defaults: 3 and 7.';
var maxdupesmsg = 'Number of duplicate users found before skipping the current search. Search is picked up again on next the run. Prevents Twitter Ally from searching indefinitely and becoming stuck.';
var maxrunsmsg = 'Maximum number of full runthroughs per day. Determines how runs are divided evenly throughout the day which allows for searches to find more users.';
var debugmsg = 'In debug mode greater variable detail and step positions are echoed to logs to help debugging, but as a result logs will use more disk space.';
var regoemailmsg = 'The email address you used to generate your license key in the Twitter Ally members area. This is required to run.';
var licensemsg = 'The license key generated by your email address in the Twitter Ally members area. This is required to run.';
var defmsg = 'Whether you wish to download and install new login and search definitions as they become available. Recommended.';
var updatemsg = 'Whether you wish to download and install program updates of Twitter Ally as they become available. Recommended.';
var notifyemailmsg = 'The email address where you wish to send summary notifications of processing activity.';
var notifyfreqmsg = 'How often you wish Twitter Ally to send processing notifications.';
var backupemailmsg = 'The email address where you wish to backups of your account processing data.';
var backupfreqmsg = 'How often you wish Twitter Ally to send account data backups.';
