en.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. /**
  3. * The Wire English language file
  4. */
  5. $english = array(
  6. /**
  7. * Menu items and titles
  8. */
  9. 'thewire' => "Wires",
  10. 'thewire:everyone' => "All wire posts",
  11. 'thewire:user' => "%s's wire posts",
  12. 'thewire:friends' => "Friends' wire posts",
  13. 'thewire:reply' => "Reply",
  14. 'thewire:replying' => "Replying to %s (@%s) who wrote",
  15. 'thewire:thread' => "Thread",
  16. 'thewire:charleft' => "characters remaining",
  17. 'thewire:tags' => "Wire posts tagged with '%s'",
  18. 'thewire:noposts' => "No wire posts yet",
  19. 'item:object:thewire' => "Wire posts",
  20. 'thewire:update' => 'Update',
  21. 'thewire:by' => 'Wire post by %s',
  22. 'thewire:previous' => "Previous",
  23. 'thewire:hide' => "Hide",
  24. 'thewire:previous:help' => "View previous post",
  25. 'thewire:hide:help' => "Hide previous post",
  26. /**
  27. * The wire river
  28. */
  29. 'river:create:object:thewire' => "%s posted to the %s",
  30. 'thewire:wire' => 'wire',
  31. /**
  32. * Wire widget
  33. */
  34. 'thewire:widget:desc' => 'Display your latest wire posts',
  35. 'thewire:num' => 'Number of posts to display',
  36. 'thewire:moreposts' => 'More wire posts',
  37. /**
  38. * Status messages
  39. */
  40. 'thewire:posted' => "Your message was successfully posted to the wire.",
  41. 'thewire:deleted' => "The wire post was successfully deleted.",
  42. 'thewire:blank' => "Sorry, you need to enter some text before we can post this.",
  43. 'thewire:notfound' => "Sorry, we could not find the specified wire post.",
  44. 'thewire:notdeleted' => "Sorry. We could not delete this wire post.",
  45. /**
  46. * Notifications
  47. */
  48. 'thewire:notify:subject' => "New wire post",
  49. 'thewire:notify:reply' => '%s responded to %s on the wire:',
  50. 'thewire:notify:post' => '%s posted on the wire:',
  51. );
  52. add_translation("en", $english);