diff options
Diffstat (limited to 'mod/thewire/languages/en.php')
| -rw-r--r-- | mod/thewire/languages/en.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index 226af187e..b55fb11d0 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -47,6 +47,13 @@ $english = array(  	'thewire:notfound' => "Sorry, we could not find the specified wire post.",  	'thewire:notdeleted' => "Sorry. We could not delete this wire post.", +	/** +	 * Notifications +	 */ +	'thewire:notify:subject' => "New wire post", +	'thewire:notify:reply' => '%s responded to %s on the wire:', +	'thewire:notify:post' => '%s posted on the wire:', +  );  add_translation("en", $english);  | 
