en.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * language settings for au_group_notices
  4. */
  5. return array(
  6. 'au_group_notices:help' => "You can use this tool to add notices to all this group's pages. Click the 'Show/hide notice forms' button to show or hide all the notices on this page, or click individual notices to see one at a time. Leave any notice entry form blank to display nothing for that tool (or, if one is set, the default group notice). Beware that, if a default notice is set, it will appear on every group page that does not have an alternative notice set for it. Note that, if you wish your notice to be displayed in the sidebar, it is best to keep it short, otherwise it may look very messy. Longer notices should be displayed in the header or footer of the group.",
  7. 'au_group_notices:noticeblurb' => 'Default notice',
  8. 'au_group_notices:toggle' => 'Show/hide notice forms',
  9. 'au_group_notices:blognoticeblurb' => 'Notice to display when viewing blogs',
  10. 'au_group_notices:discussionnoticeblurb' => 'Notice to display when viewing discussions',
  11. 'au_group_notices:bookmarksnoticeblurb' => 'Notice to display when viewing bookmarks',
  12. 'au_group_notices:pagesnoticeblurb' => 'Notice to display when viewing wikis',
  13. 'au_group_notices:filenoticeblurb' => 'Notice to display when viewing files',
  14. 'au_group_notices:click' => 'Click to show/hide',
  15. 'au_group_notices:position' => 'Position to display notice',
  16. 'au_group_notices:title' => 'Add a default notice to display in this group',
  17. 'au_group_notices:settings' => 'Add group notices',
  18. 'au_group_notices:saved' => "Saved to ",
  19. 'au_group_notices:saveerror' => "Not saved",
  20. 'au_group_notices:top' => 'Header',
  21. 'au_group_notices:bottom' => 'Footer',
  22. 'au_group_notices:sidetop' => 'Sidebar top',
  23. 'au_group_notices:sidebottom' => 'Sidebar bottom',
  24. 'au_group_notices:bg' => 'Notice background colour',
  25. 'au_group_notices:white' => "White",
  26. 'au_group_notices:black' => "Black",
  27. 'au_group_notices:transparent' => "Transparent",
  28. 'au_group_notices:red' => "Red",
  29. 'au_group_notices:green' => "Green",
  30. 'au_group_notices:yellow' => "Yellow",
  31. 'au_group_notices:blue' => "Blue",
  32. 'au_group_notices:silver'=>'Silver',
  33. 'au_group_notices:border' =>'Display notice border',
  34. 'au_group_notices:corners' =>'Display notice with rounded corners',
  35. );