From d9a3703cc7f2856237d781bf4a00f465ff9ad535 Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 1 Apr 2011 00:54:53 +0000 Subject: added notification messages to the wire git-svn-id: http://code.elgg.org/elgg/trunk@8888 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/languages/en.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mod/thewire') 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); -- cgit v1.2.3