en.php 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'bookmarks' => "Bookmarks",
  7. 'bookmarks:add' => "Add a bookmark",
  8. 'bookmarks:edit' => "Edit bookmark",
  9. 'bookmarks:owner' => "%s's bookmarks",
  10. 'bookmarks:friends' => "Friends' bookmarks",
  11. 'bookmarks:everyone' => "All site bookmarks",
  12. 'bookmarks:this' => "Bookmark this page",
  13. 'bookmarks:this:group' => "Bookmark in %s",
  14. 'bookmarks:bookmarklet' => "Get bookmarklet",
  15. 'bookmarks:bookmarklet:group' => "Get group bookmarklet",
  16. 'bookmarks:inbox' => "Bookmarks inbox",
  17. 'bookmarks:with' => "Share with",
  18. 'bookmarks:new' => "A new bookmark",
  19. 'bookmarks:address' => "Address of the bookmark",
  20. 'bookmarks:none' => 'No bookmarks',
  21. 'bookmarks:notify:summary' => 'New bookmark called %s',
  22. 'bookmarks:notify:subject' => 'New bookmark: %s',
  23. 'bookmarks:notify:body' =>
  24. '%s added a new bookmark: %s
  25. Address: %s
  26. %s
  27. View and comment on the bookmark:
  28. %s
  29. ',
  30. 'bookmarks:delete:confirm' => "Are you sure you want to delete this resource?",
  31. 'bookmarks:numbertodisplay' => 'Number of bookmarks to display',
  32. 'bookmarks:shared' => "Bookmarked",
  33. 'bookmarks:visit' => "Visit resource",
  34. 'bookmarks:recent' => "Recent bookmarks",
  35. 'river:create:object:bookmarks' => '%s bookmarked %s',
  36. 'river:comment:object:bookmarks' => '%s commented on a bookmark %s',
  37. 'bookmarks:river:annotate' => 'a comment on this bookmark',
  38. 'bookmarks:river:item' => 'an item',
  39. 'item:object:bookmarks' => 'Bookmarks',
  40. 'bookmarks:group' => 'Group bookmarks',
  41. 'bookmarks:enablebookmarks' => 'Enable group bookmarks',
  42. 'bookmarks:nogroup' => 'This group does not have any bookmarks yet',
  43. /**
  44. * Widget and bookmarklet
  45. */
  46. 'bookmarks:widget:description' => "Display your latest bookmarks.",
  47. 'bookmarks:bookmarklet:description' =>
  48. "A bookmarklet is a special kind of button you save to your browser's links bar. This allows you to save any resource you find on the web to your bookmarks, and optionally share it with your friends. To set it up, drag the button below to your browser's links bar:",
  49. 'bookmarks:bookmarklet:descriptionie' =>
  50. "If you are using Internet Explorer, you will need to right click on the bookmarklet icon, select 'add to favorites', and then the Links bar.",
  51. 'bookmarks:bookmarklet:description:conclusion' =>
  52. "You can then bookmark any page you visit by clicking the button in your browser at any time.",
  53. /**
  54. * Status messages
  55. */
  56. 'bookmarks:save:success' => "Your item was successfully bookmarked.",
  57. 'bookmarks:delete:success' => "Your bookmark was deleted.",
  58. /**
  59. * Error messages
  60. */
  61. 'bookmarks:save:failed' => "Your bookmark could not be saved. Make sure you've entered a title and address and then try again.",
  62. 'bookmarks:save:invalid' => "The address of the bookmark is invalid and could not be saved.",
  63. 'bookmarks:delete:failed' => "Your bookmark could not be deleted. Please try again.",
  64. 'bookmarks:unknown_bookmark' => 'Cannot find specified bookmark',
  65. );