en.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /**
  3. * Favourites English language file
  4. */
  5. $english = array(
  6. 'favourites:groups' => 'Favourite Groups',
  7. 'favourites:users' => 'Favourite Users',
  8. 'favourites:menu' => 'Favourites',
  9. 'favourites:items' => 'All favourites',
  10. 'favourites:this' => 'marked this as favourite',
  11. 'favourites:deleted' => 'Your favourite marking has been removed',
  12. 'favourites:see' => 'See who has marked this as favourite',
  13. 'favourites:remove' => 'Remove marking as favourite',
  14. 'favourites:notdeleted' => 'There was a problem removing your marking as favourite',
  15. 'favourites:added' => 'Marked as favourite',
  16. 'favourites:failure' => 'There was a problem marking this item as favourite',
  17. 'favourites:alreadyfavourite' => 'You have already marked this item as favourite',
  18. 'favourites:notfound' => 'The item you are trying to mark as favourite cannot be found',
  19. 'favourites:markthis' => 'Mark this as favourite',
  20. 'favourites:usermarkedthis' => '%s has marked as favourite',
  21. 'favourites:usersmarkedthis' => '%s have marked as favourite',
  22. 'favourites:river:annotate' => 'marked as favourite',
  23. 'favourites:delete:confirm' => 'Are you sure you want to delete this marking?',
  24. 'river:favourites' => 'marked as favourite %s %s',
  25. 'favourites:notifications:subject' => '%s marked "%s as favourite"',
  26. 'favourites:notifications:body' =>
  27. 'Hi %1$s,
  28. %2$s marked "%3$s" as favourite on %4$s
  29. See your original post here:
  30. %5$s
  31. or view %2$s\'s profile here:
  32. %6$s
  33. Thanks,
  34. %4$s
  35. ',
  36. 'favourites:allowed_object_subtypes_label' => 'Comma separated list of object subtypes allowed to be marked as favourite (leave ampty to allow marking on all objects): ',
  37. );
  38. add_translation('en', $english);