en.php 505 B

12345678910111213141516171819202122
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'expages' => "Site pages",
  7. 'admin:appearance:expages' => "Site Pages",
  8. 'expages:edit:viewpage' => "View page on site",
  9. 'expages:about' => "About",
  10. 'expages:terms' => "Terms",
  11. 'expages:privacy' => "Privacy",
  12. 'expages:contact' => "Contact",
  13. 'expages:notset' => "This page has not been set up yet.",
  14. /**
  15. * Status messages
  16. */
  17. 'expages:posted' => "Your page was successfully updated.",
  18. 'expages:error' => "Unable to save this page.",
  19. );