diff options
Diffstat (limited to 'mod/externalpages')
-rw-r--r-- | mod/externalpages/languages/en.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mod/externalpages/languages/en.php b/mod/externalpages/languages/en.php deleted file mode 100644 index 5f0f4ad7b..000000000 --- a/mod/externalpages/languages/en.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php -/** - * External pages English language file - */ - -$english = array( - - /** - * Menu items and titles - */ - 'expages' => "Site pages", - 'admin:appearance:expages' => "Site Pages", - '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.", -); - -add_translation("en", $english); |