12345678910111213141516171819202122 |
- <?php
- return array(
- /**
- * Menu items and titles
- */
- 'expages' => "Site pages",
- 'admin:appearance:expages' => "Site Pages",
- 'expages:edit:viewpage' => "View page on site",
- 'expages:about' => "About",
- 'expages:terms' => "Terms",
- 'expages:privacy' => "Privacy",
- 'expages:contact' => "Contact",
- 'expages:notset' => "This page has not been set up yet.",
- /**
- * Status messages
- */
- 'expages:posted' => "Your page was successfully updated.",
- 'expages:error' => "Unable to save this page.",
- );
|