en.php 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return array(
  3. 'AU_anonymous_comments:no_URLs_allowed' => "Too many URLs in the comment: your comment was not saved",
  4. 'AU_anonymous_comments:display_name' => "Anonymous",
  5. 'AU_anonymous_comments:name' => "Name",
  6. 'AU_anonymous_comments:name_blank' => "You must enter a name.",
  7. 'AU_anonymous_comments:email' => "Email address",
  8. 'AU_anonymous_comments:email:help' => "Note: Only shown to the creator of the post",
  9. 'AU_anonymous_comments:email_blank' => "You must enter an email address.",
  10. 'AU_anonymous_comments:select:all' => "Select all",
  11. 'AU_anonymous_comments:setting:add_to_river' => "Add anonymous comments to the site activity?",
  12. 'AU_anonymous_comments:profile_view' => "You are not permitted to view that profile.",
  13. 'AU_anonymous_comments:profile:warning' => " <h2>Warning</h2>
  14. This is the profile for the anonymous user created by the plugin \"AU_anonymous_comments\".<br><br>
  15. If you delete this user, every anonymous comment will also be deleted but the user will be instantly recreated.
  16. Disable the plugin \"AU_anonymous_comments\" first if you wish to permanently delete this user AND all anonymous comments.<br><br>
  17. Additionally, if you ban this user, then no comments can be posted anonymously.<br><br>
  18. You have been warned.",
  19. 'AU_anonymous_comments:confirm_user_delete' => "Deleting this user will delete all anonymous comments in the system, this action cannot be undone. Are you sure you want to proceed?",
  20. 'AU_anonymous_comments:post:comment' => "Post Comment",
  21. 'AU_anonymous_comments:comment_success' => "Your comment has been sent for review. Thank you for your input.",
  22. 'AU_anonymous_comments:comment_text' => "This comment has not yet been approved, and is visible only to you as the owner of this content. Please approve or delete this comment using the links below, or if there are many unreviewed comments you can use the checkboxes to approve a batch of comments.",
  23. 'AU_anonymous_comments:delete_confirm' => "This action cannot be undone, are you sure you want to delete this/these comment(s)?",
  24. 'AU_anonymous_comments:approved' => "Selected comments have been approved.",
  25. 'AU_anonymous_comments:deleted' => "Selected comments have been deleted.",
  26. 'AU_anonymous_comments:invalid:moderation' => "Invalid comment moderation",
  27. 'AU_anonymous_comments:approve_checked' => "Approve Selected",
  28. 'AU_anonymous_comments:delete_checked' => "Delete Selected",
  29. 'Au_anonymous_comments:approve' => "Approve",
  30. 'AU_anonymous_comments:wrong_permissions' => "You don't have the necessary permissions to do that.",
  31. 'AU_anonymous_comments:moderated_notice' => "These comments are moderated. Your comment will not be visible unless accepted by the content owner.<p><em style=\"font-weight:normal;\">Only simple HTML formatting is allowed and any hyperlinks will be stripped away. If you need to include a URL then please simply type it so that users can copy and paste it if needed.</em></p>",
  32. 'AU_anonymous_comments:entity_unmoderated' => "This content is unmoderated.",
  33. 'AU_anonymous_comments:moderation_on' => "Moderation has been enabled for this content.",
  34. 'AU_anonymous_comments:moderation_off' => "Moderation has been disabled for this content.",
  35. 'AU_anonymous_comments:moderation_already_on' => "Moderation is already enabled for this content.",
  36. 'AU_anonymous_comments:moderation_already_off' => "moderation is already disabled for this content.",
  37. 'AU_anonymous_comments:email:subject' => "You have a new comment to moderate!",
  38. 'AU_anonymous_comments:checkbox_description' => "Moderate Comments",
  39. 'AU_anonymous_comments:stopforumspamfail' => 'You appear to be using an address that is used by spammers. Your comment has not been saved',
  40. 'AU_anonymous_comments:longtextwarning' => 'Delete this to avoid having your message automatically junked.',
  41. 'AU_anonymous_comments:didntdelete' => 'You did not read the warning!',
  42. 'AU_anonymous_comments:email:body' => "You have a new comment on your item \"%s\" from %s. It reads:
  43. %s
  44. To reply or view the original item, click here:
  45. %s
  46. To approve the comment visit this URL:
  47. %s
  48. To delete the comment visit this URL:
  49. %s
  50. You cannot reply to this email.",
  51. );