$MESS["BLOG_RATING_USER_VOTE_POST_NAME"] = "Voting For User's Posts In Blogs";
$MESS["BLOG_RATING_USER_VOTE_COMMENT_NAME"] = "Voting For User's Comments In Blogs";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_NAME"] = "Blogging Activity";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_DESC"] = "The estimation uses the count of posts created today; for the last 7 days and for the last 30 days.";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FORMULA_DESC"] = "P1, P7, P30, Pall - number of posts created: today; for the last week; for the last month and eternally, respectively;
KP1, KP7, KP30, KPall - user defined factors for posts created: today; for the last week; for the last month and eternally, respectively.
C1, C7, C30, Call - number of comments added: today; for the last week; for the last month and eternally, respectively;
KC1, KC7, KC30, KCall - user defined factors for comments added: today; for the last week; for the last month and eternally, respectively.";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_TODAY_POST_COEF"] = "Rating Multiplier For Today's Posts:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_WEEK_POST_COEF"] = "Rating Multiplier For Recent Week Posts:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_MONTH_POST_COEF"] = "Rating Multiplier For Recent Month Posts:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_ALL_POST_COEF"] = "Factor For Posts Older Than Month:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_TODAY_COMMENT_COEF"] = "Rating Multiplier For Today's Comments:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_WEEK_COMMENT_COEF"] = "Rating Multiplier For Recent Week Comments:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_MONTH_COMMENT_COEF"] = "Rating Multiplier For Recent Month Comments:";
$MESS["BLOG_RATING_USER_RATING_ACTIVITY_FIELDS_ALL_COMMENT_COEF"] = "Factor For Comments Older Than Month:";
$MESS["BLOG_MODULE_NAME"] = "Blog";
$MESS["BLOG_RATING_USER_VOTE_POST_DESC"] = "Calculate rating using the voting results for the specified number of days.
Set days to \"0\" to use all data for calculation.";
$MESS["BLOG_RATING_USER_VOTE_POST_LIMIT_NAME"] = "Day Span:";
$MESS["BLOG_RATING_USER_VOTE_COMMENT_DESC"] = "Calculate rating using the voting results for the specified number of days.
Set days to \"0\" to use all data for calculation.";
$MESS["BLOG_RATING_USER_VOTE_COMMENT_LIMIT_NAME"] = "Day Span:";
?>