From 5c71c0aaa5c96683b56d2d8af0dfdac8424e41d2 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 2 Sep 2010 17:49:11 +1200 Subject: Comment moderation now working in the backend. Of course it still happens automatically if the blog isn't moderated based on whether it's spam or not. --- config/locales/en.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'config/locales/en.yml') diff --git a/config/locales/en.yml b/config/locales/en.yml index 1c00495..f137f30 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -11,8 +11,22 @@ en: index: no_items_yet: There are no categories yet. Click "{{create}}" to add your first category. comments: + approved: The comment from '{{author}}' has been approved. + rejected: The comment from '{{author}}' has been rejected. index: - no_items_yet: There are no {{type}} comments yet. + no_items_yet: There are no {{type}} comments. + show: + comment: Comment + blog_post: Blog Post + from: Posted by + date: Posted at + message: Comment + details: Details + age: Age + actions: Actions + back: Back to all comments + reject: Reject this comment + approve: Approve this comment posts: form: advanced_options: Advanced Options @@ -59,6 +73,8 @@ en: title: Comments by: Posted by {{who}} time_ago: '{{time}} ago' + thank_you: 'Thank you for commenting.' + thank_you_moderated: 'Thank you for commenting. Your message has been placed in the moderation queue and will appear shortly.' other: Other Blog Posts filed_in: Filed in created_at_title: Publishing Date -- cgit v1.2.3