diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-01 00:54:53 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-01 00:54:53 +0000 | 
| commit | d9a3703cc7f2856237d781bf4a00f465ff9ad535 (patch) | |
| tree | 99a1b1a10a21d5f698920f90dfcaf8e973201a0a | |
| parent | dc09c23db9cadd20d24e04915c9e1565e2de489d (diff) | |
| download | elgg-d9a3703cc7f2856237d781bf4a00f465ff9ad535.tar.gz elgg-d9a3703cc7f2856237d781bf4a00f465ff9ad535.tar.bz2 | |
added notification messages to the wire
git-svn-id: http://code.elgg.org/elgg/trunk@8888 36083f99-b078-4883-b0ff-0f9b5a30f544
| -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); | 
