|
From: Paul S. O. <ps...@us...> - 2002-03-02 18:13:58
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english/email
In directory usw-pr-cvs1:/tmp/cvs-serv10377/language/lang_english/email
Modified Files:
admin_activate.tpl admin_welcome_activated.tpl
admin_welcome_inactive.tpl coppa_welcome_inactive.tpl
group_added.tpl group_approved.tpl group_request.tpl
privmsg_notify.tpl topic_notify.tpl user_activate.tpl
user_activate_passwd.tpl user_welcome.tpl
user_welcome_inactive.tpl
Log Message:
Changed way subject is sent to email ... handled by templates where necessary ... all translators please note these changes!
Index: admin_activate.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/admin_activate.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** admin_activate.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- admin_activate.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: New user account
+
Hello,
Index: admin_welcome_activated.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/admin_welcome_activated.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** admin_welcome_activated.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- admin_welcome_activated.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Account Activated
+
Hello {USERNAME},
Index: admin_welcome_inactive.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/admin_welcome_inactive.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** admin_welcome_inactive.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- admin_welcome_inactive.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Welcome to {SITENAME} Forums
+
{WELCOME_MSG}
Index: coppa_welcome_inactive.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/coppa_welcome_inactive.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** coppa_welcome_inactive.tpl 22 Jan 2002 08:31:47 -0000 1.4
--- coppa_welcome_inactive.tpl 2 Mar 2002 18:13:23 -0000 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Welcome to {SITENAME} Forums
+
{WELCOME_MSG}
Index: group_added.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/group_added.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** group_added.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- group_added.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: You have been added to this usergroup
+
Congratulations,
Index: group_approved.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/group_approved.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** group_approved.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- group_approved.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Your request has been approved
+
Congratulations,
Index: group_request.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/group_request.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** group_request.tpl 22 Jan 2002 08:31:47 -0000 1.4
--- group_request.tpl 2 Mar 2002 18:13:23 -0000 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: A request to join your group has been made
+
Dear {GROUP_MODERATOR},
Index: privmsg_notify.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/privmsg_notify.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** privmsg_notify.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- privmsg_notify.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: New Private Message has arrived
+
Hello {USERNAME},
Index: topic_notify.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/topic_notify.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** topic_notify.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- topic_notify.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Topic Reply Notification - {TOPIC_TITLE}
+
Hello {USERNAME},
Index: user_activate.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/user_activate.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** user_activate.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- user_activate.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Reactivate your account
+
Hello {USERNAME},
Index: user_activate_passwd.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/user_activate_passwd.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** user_activate_passwd.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- user_activate_passwd.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: New password activation
+
Hello {USERNAME}
Index: user_welcome.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/user_welcome.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** user_welcome.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- user_welcome.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Welcome to {SITENAME} Forums
+
{WELCOME_MSG}
Index: user_welcome_inactive.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/email/user_welcome_inactive.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** user_welcome_inactive.tpl 24 Dec 2001 13:47:20 -0000 1.3
--- user_welcome_inactive.tpl 2 Mar 2002 18:13:23 -0000 1.4
***************
*** 1,2 ****
--- 1,4 ----
+ Subject: Welcome to {SITENAME} Forums
+
{WELCOME_MSG}
|