diff --git a/locale/en-CA/definitions.php b/locale/en-CA/definitions.php index 0a3b21c..1267d61 100755 --- a/locale/en-CA/definitions.php +++ b/locale/en-CA/definitions.php @@ -116,7 +116,6 @@ $Definition['User has'] = 'User has'; $Definition['Number of Badge Types'] = 'Number of Badge Types'; $Definition['Time Frame'] = 'Time Frame'; $Definition['Number of Comments'] = 'Number of Comments'; -$Definition['Time Frame'] = 'Time Frame'; $Definition['Total Comments'] = 'Total Comments'; $Definition['Total Discussions'] = 'Total Discussions'; $Definition['Holiday date'] = 'Holiday date'; @@ -126,31 +125,31 @@ $Definition['Total Reactions'] = 'Total Reactions'; $Definition['Time to Comment'] = 'Time to Comment'; $Definition['seconds.'] = 'seconds.'; $Definition['Social Networks'] = 'Social Networks'; -$Definition['User has connect to: '] = 'User has connect to: '; +$Definition['User has connected to: '] = 'User has connected to: '; $Definition['Yaga.Rules.AwardCombo'] = 'Award Combo'; -$Definition['Yaga.Rules.AwardCombo.Desc'] = 'This rule checks a users badge award type count within the past day. If it is a greater than or equal to the target, it will return true.'; +$Definition['Yaga.Rules.AwardCombo.Desc'] = 'Award this badge if the count of unique badge awards (based on rule) a user received within the past time frame meets or exceeds the target criteria.'; $Definition['Yaga.Rules.CommentCount'] = 'Comment Count Total'; -$Definition['Yaga.Rules.CommentCount.Desc'] = 'This rule checks a users total comment count against the criteria. If the user has more comments than the criteria, this will return true.'; +$Definition['Yaga.Rules.CommentCount.Desc'] = 'Award this badge if the total count of comments a user has ever made meets or exceeds the target criteria.'; $Definition['Yaga.Rules.CommentMarathon'] = 'Comment Marathon'; -$Definition['Yaga.Rules.CommentMarathon.Desc'] = 'This rule checks a users comment count within the past duration. If it is a greater than or equal to the target, it will return true.'; +$Definition['Yaga.Rules.CommentMarathon.Desc'] = 'Award this badge if the number of comments a user has made in the past time frame meets or exceeds the target criteria.'; $Definition['Yaga.Rules.DiscussionCount'] = 'Discussion Count Total'; -$Definition['Yaga.Rules.DiscussionCount.Desc'] = 'This rule checks a users total discussion count against the criteria. It will return true once the comparison is true.'; +$Definition['Yaga.Rules.DiscussionCount.Desc'] = 'Award this badges if the total count of discussions a user has ever started meets the specified comparison.'; $Definition['Yaga.Rules.HasMentioned'] = 'Mention'; -$Definition['Yaga.Rules.HasMentioned.Desc'] = 'This rule checks a users comment for mentions. If the user mentions someone, this will return true.'; +$Definition['Yaga.Rules.HasMentioned.Desc'] = 'Award this badge if the user mentions someone. Mentions are in the form of `@username`.'; $Definition['Yaga.Rules.HolidayVisit'] = 'Holiday Visit'; -$Definition['Yaga.Rules.HolidayVisit.Desc'] = 'This rule checks a users visit date against the target date. If they visited on the same day of the year, it is awarded.'; +$Definition['Yaga.Rules.HolidayVisit.Desc'] = 'Award this badge if the user visits on the same day of the year as the specified date.'; $Definition['Yaga.Rules.LengthOfService'] = 'Length of Service'; -$Definition['Yaga.Rules.LengthOfService.Desc'] = 'This rule checks a users join date against the current date. It will return true if the account is older than the specified number of days, weeks, or years.'; +$Definition['Yaga.Rules.LengthOfService.Desc'] = "Award this badge if the user's account is older than the specified number of days, weeks, or years."; $Definition['Yaga.Rules.ManualAward'] = 'Manual Award'; -$Definition['Yaga.Rules.ManualAward.Desc'] = 'This rule will never be awarded automatically. Use it for badges you want to hand out manually.'; +$Definition['Yaga.Rules.ManualAward.Desc'] = 'This badge will never be awarded automatically. Use it for badges you want to hand out manually.'; $Definition['Yaga.Rules.NewbieComment'] = "Comment on New User's Discussion"; -$Definition['Yaga.Rules.NewbieComment.Desc'] = 'This rule checks if a comment is placed on a newbs first discussion. If it is, this will return true.'; +$Definition['Yaga.Rules.NewbieComment.Desc'] = 'Award this badge if a comment is placed on a newbs first discussion.'; $Definition['Yaga.Rules.PhotoExists'] = 'User has Avatar'; -$Definition['Yaga.Rules.PhotoExists.Desc'] = 'This rule returns true if the user has uploaded a profile photo.'; +$Definition['Yaga.Rules.PhotoExists.Desc'] = 'Award this badge if the user has uploaded a profile photo.'; $Definition['Yaga.Rules.ReactionCount'] = 'Reaction Count Total'; -$Definition['Yaga.Rules.ReactionCount.Desc'] = 'This rule checks a users reaction count against the target. It will return true once the user has as many or more than the given reactions count.'; +$Definition['Yaga.Rules.ReactionCount.Desc'] = 'Award this badge if the user has received x total reactions of the type specified.'; $Definition['Yaga.Rules.ReflexComment'] = 'Comment on New Discussion Quickly'; -$Definition['Yaga.Rules.ReflexComment.Desc'] = 'This rule checks if a comment is placed within x seconds. If it is, this will return true.'; +$Definition['Yaga.Rules.ReflexComment.Desc'] = "Award this badge if a comment is placed within x seconds of its discussion's creation."; $Definition['Yaga.Rules.SocialConnection'] = 'Social Connections'; -$Definition['Yaga.Rules.SocialConnection.Desc'] = 'This rule checks if a user has connected to the target social network. If the user has, this will return true.'; +$Definition['Yaga.Rules.SocialConnection.Desc'] = 'Award this badge if the user has connected to the target social network.';