diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 6b1f486cd..4d74ec2aa 100644 --- a/languages/en.php +++ b/languages/en.php @@ -225,7 +225,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'group' => "Group", 'item:group' => "Groups", - +
/** * Profile */ @@ -233,7 +233,9 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'profile' => "Profile", 'profile:edit:default' => 'Edit default profile', 'user' => "User", - 'item:user' => "Users", + 'item:user' => "Users",
+ 'riveritem:single:user' => 'a user',
+ 'riveritem:plural:user' => 'some users', /** * Profile menu items and titles @@ -769,7 +771,10 @@ If you requested this click on the link below, otherwise ignore this email. * Comments */ - 'comments:count' => "%s comments", + 'comments:count' => "%s comments",
+
+ 'riveraction:annotation:generic_comment' => '%s commented on %s',
+ 'generic_comments:add' => "Add a comment", 'generic_comments:text' => "Comment", 'generic_comment:posted' => "Your comment was successfully posted.", |