config/locales/en.yml in commontator-6.0.0.pre.1 vs config/locales/en.yml in commontator-6.0.0.pre.2
- old
+ new
@@ -36,15 +36,22 @@
commontator/comment:
body: Comment
creator: Creator
editor: Editor
thread: Discussion
+ parent: Parent Comment
commontator/subscription:
subscriber: Subscriber
thread: Discussion
commontator/thread:
commontable: Commontable
+ errors:
+ models:
+ commontator/comment:
+ attributes:
+ body:
+ double_posted: is a duplicate of another comment.
models:
commontator/comment:
one: comment
other: comments
commontator/subscription:
@@ -67,18 +74,18 @@
update: Modify Comment
reply: Reply to Comment.
errors:
already_deleted: This comment has already been deleted.
create: "This comment could not be posted because:"
- double_posted: is a duplicate of another comment.
not_deleted: This comment is not deleted.
update: "This comment could not be modified because:"
status:
created_at: Posted on %{created_at}.
deleted_by: Comment deleted by %{deleter_name}.
updated_at: Last modified by %{editor_name} on %{updated_at}.
- replying: Replying to %{creator_name}
+ replying: Replying to %{creator_name}
+ reply_pages: "Reply pages:"
email:
comment_created:
body: "%{creator_name} commented on %{commontable_name}:"
subject: "%{creator_name} posted a comment on %{commontable_name}"
thread_link_html: <a href="%{comment_url}">Click here</a> to view all comments on %{commontable_name}.
@@ -104,8 +111,9 @@
not_closed: This discussion is not closed.
status:
cannot_post: New comments cannot be posted at this time.
closed: Comments (Closed by %{closer_name})
open: Comments
+ pages: "Comment pages:"
time:
formats:
commontator: "%b %d %Y at %I:%M%p %Z"