en.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'messageboard:board' => "Message board",
  7. 'messageboard:messageboard' => "message board",
  8. 'messageboard:viewall' => "View all",
  9. 'messageboard:postit' => "Post",
  10. 'messageboard:history:title' => "History",
  11. 'messageboard:none' => "There is nothing on this message board yet",
  12. 'messageboard:num_display' => "Number of messages to display",
  13. 'messageboard:desc' => "This is a message board that you can put on your profile where other users can comment.",
  14. 'messageboard:user' => "%s's message board",
  15. 'messageboard:replyon' => 'reply on',
  16. 'messageboard:history' => "history",
  17. 'messageboard:owner' => '%s\'s message board',
  18. 'messageboard:owner_history' => '%s\'s posts on %s\'s message board',
  19. /**
  20. * Message board widget river
  21. */
  22. 'river:messageboard:user:default' => "%s posted on %s's message board",
  23. /**
  24. * Status messages
  25. */
  26. 'messageboard:posted' => "You successfully posted on the message board.",
  27. 'messageboard:deleted' => "You successfully deleted the message.",
  28. /**
  29. * Email messages
  30. */
  31. 'messageboard:email:subject' => 'You have a new message board comment!',
  32. 'messageboard:email:body' => "You have a new message board comment from %s. It reads:
  33. %s
  34. To view your message board comments, click here:
  35. %s
  36. To view %s's profile, click here:
  37. %s
  38. You cannot reply to this email.",
  39. /**
  40. * Error messages
  41. */
  42. 'messageboard:blank' => "Sorry; you need to actually put something in the message area before we can save it.",
  43. 'messageboard:notfound' => "Sorry; we could not find the specified item.",
  44. 'messageboard:notdeleted' => "Sorry; we could not delete this message.",
  45. 'messageboard:somethingwentwrong' => "Something went wrong when trying to save your message, make sure you actually wrote a message.",
  46. 'messageboard:failure' => "An unexpected error occurred when adding your message. Please try again.",
  47. );