diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-11-11 11:37:14 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2012-11-11 11:37:14 -0600 |
commit | 985d234a29b22086a196dca427e6c474229e3d36 (patch) | |
tree | 01f97caf389a49bbe58277fdef5ed6d56f63204e /phpBB/language/en/email/short/privmsg_notify.txt | |
parent | 84ba10ec8c023ab307eb7d0b829ab337aaaae78e (diff) | |
download | forums-985d234a29b22086a196dca427e6c474229e3d36.tar forums-985d234a29b22086a196dca427e6c474229e3d36.tar.gz forums-985d234a29b22086a196dca427e6c474229e3d36.tar.bz2 forums-985d234a29b22086a196dca427e6c474229e3d36.tar.xz forums-985d234a29b22086a196dca427e6c474229e3d36.zip |
[ticket/11103] Move all email templates to the email/ directory & prep short
Prepare short email templates (to be used in jabber)
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/email/short/privmsg_notify.txt')
-rw-r--r-- | phpBB/language/en/email/short/privmsg_notify.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/language/en/email/short/privmsg_notify.txt b/phpBB/language/en/email/short/privmsg_notify.txt new file mode 100644 index 0000000000..d3a86cc73c --- /dev/null +++ b/phpBB/language/en/email/short/privmsg_notify.txt @@ -0,0 +1,15 @@ +Subject: New private message has arrived + +Hello {USERNAME}, + +You have received a new private message from "{AUTHOR_NAME}" to your account on "{SITENAME}" with the following subject: + +{SUBJECT} + +You can view your new message by clicking on the following link: + +{U_VIEW_MESSAGE} + +You have requested that you be notified on this event, remember that you can always choose not to be notified of new messages by changing the appropriate setting in your profile. + +{EMAIL_SIG}
\ No newline at end of file |