2013-10-02 14:17:25 +00:00
|
|
|
define({
|
|
|
|
"postbox-text": "Type Comment Here (at least 3 chars)",
|
|
|
|
"postbox-author": "Name (optional)",
|
|
|
|
"postbox-email": "E-mail (optional)",
|
2014-05-26 16:47:49 +00:00
|
|
|
"postbox-website": "Website (optional)",
|
2013-10-03 11:48:38 +00:00
|
|
|
"postbox-submit": "Submit",
|
2013-10-02 14:17:25 +00:00
|
|
|
|
|
|
|
"num-comments": "One Comment\n{{ n }} Comments",
|
|
|
|
"no-comments": "No Comments Yet",
|
|
|
|
|
|
|
|
"comment-reply": "Reply",
|
2013-10-03 16:56:36 +00:00
|
|
|
"comment-edit": "Edit",
|
|
|
|
"comment-save": "Save",
|
2013-10-02 14:17:25 +00:00
|
|
|
"comment-delete": "Delete",
|
|
|
|
"comment-confirm": "Confirm",
|
|
|
|
"comment-close": "Close",
|
2013-10-03 16:56:36 +00:00
|
|
|
"comment-cancel": "Cancel",
|
2013-10-03 11:48:38 +00:00
|
|
|
"comment-deleted": "Comment deleted.",
|
|
|
|
"comment-queued": "Comment in queue for moderation.",
|
|
|
|
"comment-anonymous": "Anonymous",
|
2014-05-27 20:03:20 +00:00
|
|
|
"comment-hidden": "{{ n }} Hidden",
|
2013-10-02 14:17:25 +00:00
|
|
|
|
2013-10-03 11:48:38 +00:00
|
|
|
"date-now": "right now",
|
2013-10-02 14:17:25 +00:00
|
|
|
"date-minute": "a minute ago\n{{ n }} minutes ago",
|
|
|
|
"date-hour": "an hour ago\n{{ n }} hours ago",
|
|
|
|
"date-day": "Yesterday\n{{ n }} days ago",
|
|
|
|
"date-week": "last week\n{{ n }} weeks ago",
|
|
|
|
"date-month": "last month\n{{ n }} months ago",
|
|
|
|
"date-year": "last year\n{{ n }} years ago"
|
2014-01-06 12:33:28 +00:00
|
|
|
});
|