diff options
Diffstat (limited to 'mod/externalpages/languages/en.php')
| -rw-r--r-- | mod/externalpages/languages/en.php | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/mod/externalpages/languages/en.php b/mod/externalpages/languages/en.php new file mode 100644 index 000000000..5f0f4ad7b --- /dev/null +++ b/mod/externalpages/languages/en.php @@ -0,0 +1,27 @@ +<?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);  | 
