aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/messages/languages/en.php')
-rw-r--r--mod/messages/languages/en.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod/messages/languages/en.php b/mod/messages/languages/en.php
index 8e4cd015f..7732a9dce 100644
--- a/mod/messages/languages/en.php
+++ b/mod/messages/languages/en.php
@@ -11,6 +11,7 @@ $english = array(
*/
'messages' => "Messages",
+ 'messages:unreadcount' => "%s unread",
'messages:back' => "back to messages",
'messages:user' => "%s's inbox",
'messages:posttitle' => "%s's messages: %s",
@@ -39,7 +40,7 @@ $english = array(
'messages:new' => 'New message',
- 'notification:method:site' => 'Messages',
+ 'notification:method:site' => 'Site',
'messages:error' => 'There was a problem saving your message. Please try again.',
@@ -88,6 +89,9 @@ $english = array(
'messages:nomessages' => "There are no messages.",
'messages:user:nonexist' => "We could not find the recipient in the user database.",
'messages:user:blank' => "You did not select someone to send this to.",
+
+ 'messages:deleted_sender' => 'Deleted user',
+
);
add_translation("en", $english); \ No newline at end of file