en.php 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'pages' => "Pages",
  7. 'pages:owner' => "%s's pages",
  8. 'pages:friends' => "Friends' pages",
  9. 'pages:all' => "All site pages",
  10. 'pages:add' => "Add a page",
  11. 'pages:group' => "Group pages",
  12. 'groups:enablepages' => 'Enable group pages',
  13. 'pages:new' => "A new page",
  14. 'pages:edit' => "Edit this page",
  15. 'pages:delete' => "Delete this page",
  16. 'pages:history' => "History",
  17. 'pages:view' => "View page",
  18. 'pages:revision' => "Revision",
  19. 'pages:current_revision' => "Current Revision",
  20. 'pages:revert' => "Revert",
  21. 'pages:navigation' => "Navigation",
  22. 'pages:notify:summary' => 'New page called %s',
  23. 'pages:notify:subject' => "A new page: %s",
  24. 'pages:notify:body' =>
  25. '%s added a new page: %s
  26. %s
  27. View and comment on the page:
  28. %s
  29. ',
  30. 'item:object:page_top' => 'Top-level pages',
  31. 'item:object:page' => 'Pages',
  32. 'pages:nogroup' => 'This group does not have any pages yet',
  33. 'pages:more' => 'More pages',
  34. 'pages:none' => 'No pages created yet',
  35. /**
  36. * River
  37. **/
  38. 'river:create:object:page' => '%s created a page %s',
  39. 'river:create:object:page_top' => '%s created a page %s',
  40. 'river:update:object:page' => '%s updated a page %s',
  41. 'river:update:object:page_top' => '%s updated a page %s',
  42. 'river:comment:object:page' => '%s commented on a page titled %s',
  43. 'river:comment:object:page_top' => '%s commented on a page titled %s',
  44. /**
  45. * Form fields
  46. */
  47. 'pages:title' => 'Page title',
  48. 'pages:description' => 'Page text',
  49. 'pages:tags' => 'Tags',
  50. 'pages:parent_guid' => 'Parent page',
  51. 'pages:access_id' => 'Read access',
  52. 'pages:write_access_id' => 'Write access',
  53. /**
  54. * Status and error messages
  55. */
  56. 'pages:noaccess' => 'No access to page',
  57. 'pages:cantedit' => 'You cannot edit this page',
  58. 'pages:saved' => 'Page saved',
  59. 'pages:notsaved' => 'Page could not be saved',
  60. 'pages:error:no_title' => 'You must specify a title for this page.',
  61. 'pages:delete:success' => 'The page was successfully deleted.',
  62. 'pages:delete:failure' => 'The page could not be deleted.',
  63. 'pages:revision:delete:success' => 'The page revision was successfully deleted.',
  64. 'pages:revision:delete:failure' => 'The page revision could not be deleted.',
  65. 'pages:revision:not_found' => 'Cannot find this revision.',
  66. /**
  67. * Page
  68. */
  69. 'pages:strapline' => 'Last updated %s by %s',
  70. /**
  71. * History
  72. */
  73. 'pages:revision:subtitle' => 'Revision created %s by %s',
  74. /**
  75. * Widget
  76. **/
  77. 'pages:num' => 'Number of pages to display',
  78. 'pages:widget:description' => "This is a list of your pages.",
  79. /**
  80. * Submenu items
  81. */
  82. 'pages:label:view' => "View page",
  83. 'pages:label:edit' => "Edit page",
  84. 'pages:label:history' => "Page history",
  85. /**
  86. * Sidebar items
  87. */
  88. 'pages:sidebar:this' => "This page",
  89. 'pages:sidebar:children' => "Sub-pages",
  90. 'pages:sidebar:parent' => "Parent",
  91. 'pages:newchild' => "Create a sub-page",
  92. 'pages:backtoparent' => "Back to '%s'",
  93. );