aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/languages/en.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-29 13:12:24 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-29 13:12:24 +0000
commita7add808c43b0758a90791359bed0c075b0c35e6 (patch)
treed9a752f5caa5503fc484a06d3e973173be1b1b1a /mod/profile/languages/en.php
parentb77d118819ec7b31a399326c166a3681fb20d9da (diff)
downloadelgg-a7add808c43b0758a90791359bed0c075b0c35e6.tar.gz
elgg-a7add808c43b0758a90791359bed0c075b0c35e6.tar.bz2
simple comment wall added to profiles
git-svn-id: http://code.elgg.org/elgg/trunk@5537 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/languages/en.php')
-rw-r--r--mod/profile/languages/en.php39
1 files changed, 33 insertions, 6 deletions
diff --git a/mod/profile/languages/en.php b/mod/profile/languages/en.php
index ee1c20115..bb4230070 100644
--- a/mod/profile/languages/en.php
+++ b/mod/profile/languages/en.php
@@ -1,12 +1,6 @@
<?php
/**
* Elgg profile plugin language pack
- *
- * @package ElggProfile
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
$english = array(
@@ -78,6 +72,39 @@ $english = array(
'profile:saved' => "Your profile was successfully saved.",
'profile:icon:uploaded' => "Your profile picture was successfully uploaded.",
+
+/**
+ * Profile comment wall
+ **/
+ 'profile:commentwall:add' => "Add to the wall",
+ 'profile:commentwall:posted' => "You successfully posted on the comment wall.",
+ 'profile:commentwall:deleted' => "You successfully deleted the message.",
+ 'profile:commentwall:blank' => "Sorry; you need to actually put something in the message area before we can save it.",
+ 'profile:commentwall:notfound' => "Sorry; we could not find the specified item.",
+ 'profile:commentwall:notdeleted' => "Sorry; we could not delete this message.",
+ 'profile:commentwall:somethingwentwrong' => "Something went wrong when trying to save your message, make sure you actually wrote a message.",
+ 'profile:commentwall:failure' => "An unexpected error occurred when adding your message. Please try again.",
+
+/**
+ * Email messages commentwall
+ */
+
+ 'profile:comment:subject' => 'You have a new message board comment!',
+ 'profile:comment:body' => "You have a new message board comment from %s. It reads:
+
+
+%s
+
+
+To view your message board comments, click here:
+
+ %s
+
+To view %s's profile, click here:
+
+ %s
+
+You cannot reply to this email.",
/**
* Profile error messages