EmailTemplates.english.php 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. <?php
  2. // Version: 2.1 Alpha 1; EmailTemplates
  3. // Since all of these strings are being used in emails, numeric entities should be used.
  4. // Do not translate anything that is between {}, they are used as replacement variables and MUST remain exactly how they are.
  5. // Additionally do not translate the @additioinal_parmas: line or the variable names in the lines that follow it. You may
  6. // translate the description of the variable. Do not translate @description:, however you may translate the rest of that line.
  7. // Do not use block comments in this file, they will have special meaning.
  8. global $context, $txtBirthdayEmails;
  9. $txt['scheduled_approval_email_topic'] = 'The following topics are awaiting approval:';
  10. $txt['scheduled_approval_email_msg'] = 'The following posts are awaiting approval:';
  11. $txt['scheduled_approval_email_attach'] = 'The following attachments are awaiting approval:';
  12. $txt['scheduled_approval_email_event'] = 'The following events are awaiting approval:';
  13. /**
  14. @additional_params: resend_activate_message
  15. REALNAME: The display name for the member receiving the email.
  16. USERNAME: The user name for the member receiving the email.
  17. ACTIVATIONLINK: The url link to activate the member's account.
  18. ACTIVATIONCODE: The code needed to activate the member's account.
  19. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  20. FORGOTPASSWORDLINK: The url to the "forgot password" page.
  21. @description:
  22. */
  23. $txt['resend_activate_message_subject'] = 'Welcome to {FORUMNAME}';
  24. $txt['resend_activate_message_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}. If you forget your password, you can reset it by visiting {FORGOTPASSWORDLINK}.
  25. Before you can login, you must first activate your account by selecting the following link:
  26. {ACTIVATIONLINK}
  27. Should you have any problems with the activation, please visit {ACTIVATIONLINKWITHOUTCODE} and enter the code "{ACTIVATIONCODE}".
  28. {REGARDS}';
  29. /**
  30. @additional_params: resend_pending_message
  31. REALNAME: The display name for the member receiving the email.
  32. USERNAME: The user name for the member receiving the email.
  33. @description:
  34. */
  35. $txt['resend_pending_message_subject'] = 'Welcome to {FORUMNAME}';
  36. $txt['resend_pending_message_body'] = 'Hello {REALNAME}, your registration request at {FORUMNAME} has been received.
  37. The username you registered with was {USERNAME}.
  38. Before you can login and start using the forum, your request will be reviewed and approved. When this happens, you will receive another email from this address.
  39. {REGARDS}';
  40. /**
  41. @additional_params: mc_group_approve
  42. USERNAME: The user name for the member receiving the email.
  43. GROUPNAME: The name of the membergroup that the user was accepted into.
  44. @description: The request to join a particular membergroup has been accepted.
  45. */
  46. $txt['mc_group_approve_subject'] = 'Group Membership Approval';
  47. $txt['mc_group_approve_body'] = '{USERNAME},
  48. We\'re pleased to notify you that your application to join the "{GROUPNAME}" group at {FORUMNAME} has been accepted, and your account has been updated to include this new membergroup.
  49. {REGARDS}';
  50. /**
  51. @additional_params: mc_group_reject
  52. USERNAME: The user name for the member receiving the email.
  53. GROUPNAME: The name of the membergroup that the user was rejected from.
  54. @description: The request to join a particular membergroup has been rejected.
  55. */
  56. $txt['mc_group_reject_subject'] = 'Group Membership Rejection';
  57. $txt['mc_group_reject_body'] = '{USERNAME},
  58. We\'re sorry to notify you that your application to join the "{GROUPNAME}" group at {FORUMNAME} has been rejected.
  59. {REGARDS}';
  60. /**
  61. @additional_params: mc_group_reject_reason
  62. USERNAME: The user name for the member receiving the email.
  63. GROUPNAME: The name of the membergroup that the user was rejected from.
  64. REASON: Reason for the rejection.
  65. @description: The request to join a particular membergroup has been rejected with a reason given.
  66. */
  67. $txt['mc_group_reject_reason_subject'] = 'Group Membership Rejection';
  68. $txt['mc_group_reject_reason_body'] = '{USERNAME},
  69. We\'re sorry to notify you that your application to join the "{GROUPNAME}" group at {FORUMNAME} has been rejected.
  70. This is due to the following reason: {REASON}
  71. {REGARDS}';
  72. /**
  73. @additional_params: admin_approve_accept
  74. NAME: The display name of the member.
  75. USERNAME: The user name for the member receiving the email.
  76. PROFILELINK: The URL of the profile page.
  77. FORGOTPASSWORDLINK: The URL of the "forgot password" page.
  78. @description:
  79. */
  80. $txt['admin_approve_accept_subject'] = 'Welcome to {FORUMNAME}';
  81. $txt['admin_approve_accept_body'] = 'Welcome, {NAME}
  82. Your account has been activated manually by the admin and you can now login and post. Your username is: {USERNAME}. If you forget your password, you can change it at {FORGOTPASSWORDLINK}.
  83. {REGARDS}';
  84. /**
  85. @additional_params: admin_approve_activation
  86. USERNAME: The user name for the member receiving the email.
  87. ACTIVATIONLINK: The url link to activate the member's account.
  88. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  89. ACTIVATIONCODE: The activation code.
  90. @description:
  91. */
  92. $txt['admin_approve_activation_subject'] = 'Welcome to {FORUMNAME}';
  93. $txt['admin_approve_activation_body'] = 'Welcome, {USERNAME}!
  94. Your account on {FORUMNAME} has been approved by the forum administrator. Before you can login, you must first activate your account by selecting the following link:
  95. {ACTIVATIONLINK}
  96. Should you have any problems with the activation, please visit {ACTIVATIONLINKWITHOUTCODE} and enter the code "{ACTIVATIONCODE}".
  97. {REGARDS}';
  98. /**
  99. @additional_params: admin_approve_reject
  100. USERNAME: The user name for the member receiving the email.
  101. @description:
  102. */
  103. $txt['admin_approve_reject_subject'] = 'Registration Rejected';
  104. $txt['admin_approve_reject_body'] = '{USERNAME},
  105. Regrettably, your application to join {FORUMNAME} has been rejected.
  106. {REGARDS}';
  107. /**
  108. @additional_params: admin_approve_delete
  109. USERNAME: The user name for the member receiving the email.
  110. @description:
  111. */
  112. $txt['admin_approve_delete_subject'] = 'Account Deleted';
  113. $txt['admin_approve_delete_body'] = '{USERNAME},
  114. Your account on {FORUMNAME} has been deleted. This may be because you never activated your account, in which case you should be able to register again.
  115. {REGARDS}';
  116. /**
  117. @additional_params: admin_approve_remind
  118. USERNAME: The user name for the member receiving the email.
  119. ACTIVATIONLINK: The url link to activate the member's account.
  120. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  121. ACTIVATIONCODE: The activation code.
  122. @description:
  123. */
  124. $txt['admin_approve_remind_subject'] = 'Registration Reminder';
  125. $txt['admin_approve_remind_body'] = '{USERNAME},
  126. You still have not activated your account at {FORUMNAME}.
  127. Please use the link below to activate your account:
  128. {ACTIVATIONLINK}
  129. Should you have any problems with the activation, please visit {ACTIVATIONLINKWITHOUTCODE} and enter the code "{ACTIVATIONCODE}".
  130. {REGARDS}';
  131. /**
  132. @additional_params:
  133. USERNAME: The user name for the member receiving the email.
  134. ACTIVATIONLINK: The url link to activate the member's account.
  135. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  136. ACTIVATIONCODE: The activation code.
  137. @description:
  138. */
  139. $txt['admin_register_activate_subject'] = 'Welcome to {FORUMNAME}';
  140. $txt['admin_register_activate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME} and your password is {PASSWORD}.
  141. Before you can login, you must first activate your account by selecting the following link:
  142. {ACTIVATIONLINK}
  143. Should you have any problems with the activation, please visit {ACTIVATIONLINKWITHOUTCODE} and enter the code "{ACTIVATIONCODE}".
  144. {REGARDS}';
  145. $txt['admin_register_immediate_subject'] = 'Welcome to {FORUMNAME}';
  146. $txt['admin_register_immediate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME} and your password is {PASSWORD}.
  147. {REGARDS}';
  148. /**
  149. @additional_params: new_announcement
  150. TOPICSUBJECT: The subject of the topic being announced.
  151. MESSAGE: The message body of the first post of the announced topic.
  152. TOPICLINK: A link to the topic being announced.
  153. @description:
  154. */
  155. $txt['new_announcement_subject'] = 'New announcement: {TOPICSUBJECT}';
  156. $txt['new_announcement_body'] = '{MESSAGE}
  157. To unsubscribe from these announcements, login to the forum and uncheck "Receive forum announcements and important notifications by email." in your profile.
  158. You can view the full announcement by following this link:
  159. {TOPICLINK}
  160. {REGARDS}';
  161. /**
  162. @additional_params: notify_boards_once_body
  163. TOPICSUBJECT: The subject of the topic causing the notification
  164. TOPICLINK: A link to the topic.
  165. MESSAGE: This is the body of the message.
  166. UNSUBSCRIBELINK: Link to unsubscribe from notifications.
  167. @description:
  168. */
  169. $txt['notify_boards_once_body_subject'] = 'New Topic: {TOPICSUBJECT}';
  170. $txt['notify_boards_once_body_body'] = 'A new topic, \'{TOPICSUBJECT}\', has been made on a board you are watching.
  171. You can see it at
  172. {TOPICLINK}
  173. More topics may be posted, but you won\'t receive more email notifications until you return to the board and read some of them.
  174. The text of the topic is shown below:
  175. {MESSAGE}
  176. Unsubscribe to new topics from this board by using this link:
  177. {UNSUBSCRIBELINK}
  178. {REGARDS}';
  179. /**
  180. @additional_params: notify_boards_once
  181. TOPICSUBJECT: The subject of the topic causing the notification
  182. TOPICLINK: A link to the topic.
  183. UNSUBSCRIBELINK: Link to unsubscribe from notifications.
  184. @description:
  185. */
  186. $txt['notify_boards_once_subject'] = 'New Topic: {TOPICSUBJECT}';
  187. $txt['notify_boards_once_body'] = 'A new topic, \'{TOPICSUBJECT}\', has been made on a board you are watching.
  188. You can see it at
  189. {TOPICLINK}
  190. More topics may be posted, but you won\'t receive more email notifications until you return to the board and read some of them.
  191. Unsubscribe to new topics from this board by using this link:
  192. {UNSUBSCRIBELINK}
  193. {REGARDS}';
  194. /**
  195. @additional_params: notify_boards_body
  196. TOPICSUBJECT: The subject of the topic causing the notification
  197. TOPICLINK: A link to the topic.
  198. MESSAGE: This is the body of the message.
  199. UNSUBSCRIBELINK: Link to unsubscribe from notifications.
  200. @description:
  201. */
  202. $txt['notify_boards_body_subject'] = 'New Topic: {TOPICSUBJECT}';
  203. $txt['notify_boards_body_body'] = 'A new topic, \'{TOPICSUBJECT}\', has been made on a board you are watching.
  204. You can see it at
  205. {TOPICLINK}
  206. The text of the topic is shown below:
  207. {MESSAGE}
  208. Unsubscribe to new topics from this board by using this link:
  209. {UNSUBSCRIBELINK}
  210. {REGARDS}';
  211. /**
  212. @additional_params: notify_boards
  213. TOPICSUBJECT: The subject of the topic causing the notification
  214. TOPICLINK: A link to the topic.
  215. UNSUBSCRIBELINK: Link to unsubscribe from notifications.
  216. @description:
  217. */
  218. $txt['notify_boards_subject'] = 'New Topic: {TOPICSUBJECT}';
  219. $txt['notify_boards_body'] = 'A new topic, \'{TOPICSUBJECT}\', has been made on a board you are watching.
  220. You can see it at
  221. {TOPICLINK}
  222. Unsubscribe to new topics from this board by using this link:
  223. {UNSUBSCRIBELINK}
  224. {REGARDS}';
  225. /**
  226. @additional_params: request_membership
  227. RECPNAME: The name of the person recieving the email
  228. APPYNAME: The name of the person applying for group membership
  229. GROUPNAME: The name of the group being applied to.
  230. REASON: The reason given by the applicant for wanting to join the group.
  231. MODLINK: Link to the group moderation page.
  232. @description:
  233. */
  234. $txt['request_membership_subject'] = 'New Group Application';
  235. $txt['request_membership_body'] = '{RECPNAME},
  236. {APPYNAME} has requested membership to the "{GROUPNAME}" group. The user has given the following reason:
  237. {REASON}
  238. You can approve or reject this application by clicking the link below:
  239. {MODLINK}
  240. {REGARDS}';
  241. /**
  242. @additional_params: scheduled_approval
  243. REALNAME: The real (display) name of the person receiving the email.
  244. PROFILE_LINK: Link to profile of member receiving email where can renew.
  245. SUBSCRIPTION: Name of the subscription.
  246. END_DATE: Date it expires.
  247. @description:
  248. */
  249. $txt['paid_subscription_reminder_subject'] = 'Subscription about to expire at {FORUMNAME}';
  250. $txt['paid_subscription_reminder_body'] = '{REALNAME},
  251. A subscription you are subscribed to at {FORUMNAME} is about to expire. If when you took out the subscription you selected to auto-renew you need take no action - otherwise you may wish to consider subscribing once more. Details are below:
  252. Subscription Name: {SUBSCRIPTION}
  253. Expires: {END_DATE}
  254. To edit your subscriptions visit the following URL:
  255. {PROFILE_LINK}
  256. {REGARDS}';
  257. /**
  258. @additional_params: activate_reactivate
  259. ACTIVATIONLINK: The url link to reactivate the member's account.
  260. ACTIVATIONCODE: The code needed to reactivate the member's account.
  261. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  262. @description:
  263. */
  264. $txt['activate_reactivate_subject'] = 'Welcome back to {FORUMNAME}';
  265. $txt['activate_reactivate_body'] = 'In order to re-validate your email address, your account has been deactivated. Click the following link to activate it again:
  266. {ACTIVATIONLINK}
  267. Should you have any problems with activation, please visit {ACTIVATIONLINKWITHOUTCODE} and use the code "{ACTIVATIONCODE}".
  268. {REGARDS}';
  269. /**
  270. @additional_params: forgot_password
  271. REALNAME: The real (display) name of the person receiving the reminder.
  272. REMINDLINK: The link to reset the password.
  273. IP: The IP address of the requester.
  274. MEMBERNAME:
  275. @description:
  276. */
  277. $txt['forgot_password_subject'] = 'New password for {FORUMNAME}';
  278. $txt['forgot_password_body'] = 'Dear {REALNAME},
  279. This mail was sent because the \'forgot password\' function has been applied to your account. To set a new password, click the following link:
  280. {REMINDLINK}
  281. IP: {IP}
  282. Username: {MEMBERNAME}
  283. {REGARDS}';
  284. /**
  285. @additional_params: forgot_password
  286. REALNAME: The real (display) name of the person receiving the reminder.
  287. IP: The IP address of the requester.
  288. OPENID: The members OpenID identity.
  289. @description:
  290. */
  291. $txt['forgot_openid_subject'] = 'OpenID reminder for {FORUMNAME}';
  292. $txt['forgot_openid_body'] = 'Dear {REALNAME},
  293. This mail was sent because the \'forgot OpenID\' function has been applied to your account. Below is the OpenID that your account is associated with:
  294. {OPENID}
  295. IP: {IP}
  296. Username: {MEMBERNAME}
  297. {REGARDS}';
  298. /**
  299. @additional_params: scheduled_approval
  300. REALNAME: The real (display) name of the person receiving the email.
  301. BODY: The generated body of the mail.
  302. @description:
  303. */
  304. $txt['scheduled_approval_subject'] = 'Summary of posts awaiting approval at {FORUMNAME}';
  305. $txt['scheduled_approval_body'] = '{REALNAME},
  306. This email contains a summary of all items awaiting approval at {FORUMNAME}.
  307. {BODY}
  308. Please log in to the forum to review these items.
  309. {SCRIPTURL}
  310. {REGARDS}';
  311. /**
  312. @additional_params: send_email
  313. EMAILSUBJECT: The subject the user wants to email.
  314. EMAILBODY: The body the user wants to email.
  315. SENDERNAME: The name of the member sending the email.
  316. RECPNAME: The name of the person receiving the email.
  317. @description:
  318. */
  319. $txt['send_email_subject'] = '{EMAILSUBJECT}';
  320. $txt['send_email_body'] = '{EMAILBODY}';
  321. /**
  322. @additional_params: report_to_moderator
  323. TOPICSUBJECT: The subject of the reported post.
  324. POSTERNAME: The reported post's author's name.
  325. REPORTERNAME: The name of the person reporting the post.
  326. TOPICLINK: The url of the post that is being reported.
  327. REPORTLINK: The url of the moderation center report.
  328. COMMENT: The comment left by the reporter, hopefully to explain why they are reporting the post.
  329. @description: When a user reports a post this email is sent out to moderators and admins of that board.
  330. */
  331. $txt['report_to_moderator_subject'] = 'Reported post: {TOPICSUBJECT} by {POSTERNAME}';
  332. $txt['report_to_moderator_body'] = 'The following post, "{TOPICSUBJECT}" by {POSTERNAME} has been reported by {REPORTERNAME} on a board you moderate:
  333. The topic: {TOPICLINK}
  334. Moderation center: {REPORTLINK}
  335. The reporter has made the following comment:
  336. {COMMENT}
  337. {REGARDS}';
  338. /**
  339. @additional_params: report_to_moderator
  340. TOPICSUBJECT: The subject of the reported post.
  341. POSTERNAME: The reported post's author's name.
  342. COMMENTERNAME: The name of the person who replied to the report.
  343. TOPICLINK: The url of the post that is being reported.
  344. REPORTLINK: The url of the moderation center report.
  345. @description: When a moderator replies to a moderation report, this can be sent to the other moderators who previously replied.
  346. */
  347. $txt['reply_to_moderator_subject'] = 'Follow-up to reported post: {TOPICSUBJECT} by {POSTERNAME}';
  348. $txt['reply_to_moderator_body'] = 'Previously, "{TOPICSUBJECT}" was reported to moderators.
  349. Since then, {COMMENTERNAME} has added a comment to the report. More information can be found in the forum.
  350. The topic: {TOPICLINK}
  351. Moderation center: {REPORTLINK}
  352. {REGARDS}';
  353. /**
  354. @additional_params: report_user_profile
  355. MEMBERNAME: The display name of the reported user
  356. REPORTERNAME: The name of the person reporting the profile
  357. PROFILELINK: The link to the profile that was reported
  358. COMMENT: The comment left by the reporter.
  359. @description: When a user's profile is reported
  360. */
  361. $txt['report_member_profile_subject'] = 'Reported profile: {MEMBERNAME}';
  362. $txt['report_member_profile_body'] = 'The profile of "{MEMBERNAME}" has been reported by {REPORTERNAME}.
  363. The profile: {PROFILELINK}
  364. Moderation center: {REPORTLINK}
  365. The reporter has made the following comment:
  366. {COMMENT}
  367. {REGARDS}';
  368. /**
  369. @additional_params: report_user_profile
  370. MEMBERNAME: The display name of the reported user
  371. COMMENTERNAME: The name of the person who added the comment
  372. PROFILELINK: The link to the profile that was reported
  373. @description: When someone replies to a report about a profile, this can be sent to others who replied
  374. */
  375. $txt['reply_to_member_report_subject'] = 'Follow-up to reported profile: {MEMBERNAME}';
  376. $txt['reply_to_member_report_body'] = 'Previously, the profile of {MEMBERNAME} was reported.
  377. Since then, {COMMENTERNAME} has added a comment to the report. More information can be found in the forum.
  378. The profile: {PROFILELINK}
  379. Moderation center: {REPORTLINK}
  380. {REGARDS}';
  381. /**
  382. @additional_params: change_password
  383. USERNAME: The user name for the member receiving the email.
  384. PASSWORD: The password for the member.
  385. @description:
  386. */
  387. $txt['change_password_subject'] = 'New Password Details';
  388. $txt['change_password_body'] = 'Dear, {USERNAME}
  389. Your login details at {FORUMNAME} have been changed and your password reset. Below are your new login details.
  390. Your username is "{USERNAME}" and your password is "{PASSWORD}".
  391. You may change it after you login by going to the profile page, or by visiting this page after you login:
  392. {SCRIPTURL}?action=profile
  393. {REGARDS}';
  394. /**
  395. @additional_params: register_activate
  396. REALNAME: The display name for the member receiving the email.
  397. USERNAME: The user name for the member receiving the email.
  398. PASSWORD: The password for the member.
  399. ACTIVATIONLINK: The url link to reactivate the member's account.
  400. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  401. ACTIVATIONCODE: The code needed to reactivate the member's account.
  402. FORGOTPASSWORDLINK: The url to the "forgot password" page.
  403. @description:
  404. */
  405. $txt['register_activate_subject'] = 'Welcome to {FORUMNAME}';
  406. $txt['register_activate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}. If you forget your password, you can reset it by visiting {FORGOTPASSWORDLINK}.
  407. Before you can login, you first need to activate your account. To do so, please follow this link:
  408. {ACTIVATIONLINK}
  409. Should you have any problems with activation, please visit {ACTIVATIONLINKWITHOUTCODE} use the code "{ACTIVATIONCODE}".
  410. {REGARDS}';
  411. /**
  412. @additional_params: register_activate
  413. REALNAME: The display name for the member receiving the email.
  414. USERNAME: The user name for the member receiving the email.
  415. OPENID: The openID identity for the member.
  416. ACTIVATIONLINK: The url link to reactivate the member's account.
  417. ACTIVATIONLINKWITHOUTCODE: The url to the page where the activation code can be entered.
  418. ACTIVATIONCODE: The code needed to reactivate the member's account.
  419. @description:
  420. */
  421. $txt['register_openid_activate_subject'] = 'Welcome to {FORUMNAME}';
  422. $txt['register_openid_activate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}. You have chosen to authenticate using the following OpenID identity:
  423. {OPENID}
  424. Before you can login, you first need to activate your account. To do so, please follow this link:
  425. {ACTIVATIONLINK}
  426. Should you have any problems with activation, please visit {ACTIVATIONLINKWITHOUTCODE} and use the code "{ACTIVATIONCODE}".
  427. {REGARDS}';
  428. /**
  429. @additional_params: register_coppa
  430. REALNAME: The display name for the member receiving the email.
  431. USERNAME: The user name for the member receiving the email.
  432. PASSWORD: The password for the member.
  433. COPPALINK: The url link to the coppa form.
  434. FORGOTPASSWORDLINK: The url to the "forgot password" page.
  435. @description:
  436. */
  437. $txt['register_coppa_subject'] = 'Welcome to {FORUMNAME}';
  438. $txt['register_coppa_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}. If you forget your password, you can change it at {FORGOTPASSWORDLINK}
  439. Before you can login, the admin requires consent from your parent/guardian for you to join the community. You can obtain more information at the link below:
  440. {COPPALINK}
  441. {REGARDS}';
  442. /**
  443. @additional_params: register_coppa
  444. REALNAME: The display name for the member receiving the email.
  445. USERNAME: The user name for the member receiving the email.
  446. OPENID: The openID identity for the member.
  447. COPPALINK: The url link to the coppa form.
  448. @description:
  449. */
  450. $txt['register_openid_coppa_subject'] = 'Welcome to {FORUMNAME}';
  451. $txt['register_openid_coppa_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}.
  452. You have chosen to authenticate using the following OpenID identity:
  453. {OPENID}
  454. Before you can login, the admin requires consent from your parent/guardian for you to join the community. You can obtain more information at the link below:
  455. {COPPALINK}
  456. {REGARDS}';
  457. /**
  458. @additional_params: register_immediate
  459. REALNAME: The display name for the member receiving the email.
  460. USERNAME: The user name for the member receiving the email.
  461. PASSWORD: The password for the member.
  462. FORGOTPASSWORDLINK: The url to the "forgot password" page.
  463. @description:
  464. */
  465. $txt['register_immediate_subject'] = 'Welcome to {FORUMNAME}';
  466. $txt['register_immediate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}. If you forget your password, you may change it at {FORGOTPASSWORDLINK}.
  467. {REGARDS}';
  468. /**
  469. @additional_params: register_immediate
  470. REALNAME: The display name for the member receiving the email.
  471. USERNAME: The user name for the member receiving the email.
  472. OPENID: The openID identity for the member.
  473. @description:
  474. */
  475. $txt['register_openid_immediate_subject'] = 'Welcome to {FORUMNAME}';
  476. $txt['register_openid_immediate_body'] = 'Thank you for registering at {FORUMNAME}. Your username is {USERNAME}.
  477. You have chosen to authenticate using the following OpenID identity:
  478. {OPENID}
  479. You may update your profile by visiting this page after you login:
  480. {SCRIPTURL}?action=profile
  481. {REGARDS}';
  482. /**
  483. @additional_params: register_pending
  484. REALNAME: The display name for the member receiving the email.
  485. USERNAME: The user name for the member receiving the email.
  486. PASSWORD: The password for the member.
  487. FORGOTPASSWORDLINK: The url to the "forgot password" page.
  488. @description:
  489. */
  490. $txt['register_pending_subject'] = 'Welcome to {FORUMNAME}';
  491. $txt['register_pending_body'] = 'Hello {REALNAME}, your registration request at {FORUMNAME} has been received.
  492. The username you registered with was {USERNAME}. If you forget your password, you can change it at {FORGOTPASSWORDLINK}.
  493. Before you can login and start using the forum, your request will be reviewed and approved. When this happens, you will receive another email from this address.
  494. {REGARDS}';
  495. /**
  496. @additional_params: register_pending
  497. REALNAME: The display name for the member receiving the email.
  498. USERNAME: The user name for the member receiving the email.
  499. OPENID: The openID identity for the member.
  500. @description:
  501. */
  502. $txt['register_openid_pending_subject'] = 'Welcome to {FORUMNAME}';
  503. $txt['register_openid_pending_body'] = 'Hello {REALNAME}, your registration request at {FORUMNAME} has been received.
  504. The username you registered with was {USERNAME}.
  505. You have chosen to authenticate using the following OpenID identity:
  506. {OPENID}
  507. Before you can login and start using the forum, your request will be reviewed and approved. When this happens, you will receive another email from this address.
  508. {REGARDS}';
  509. /**
  510. @additional_params: notification_reply
  511. TOPICSUBJECT:
  512. POSTERNAME:
  513. TOPICLINK:
  514. UNSUBSCRIBELINK:
  515. @description:
  516. */
  517. $txt['notification_reply_subject'] = 'Topic reply: {TOPICSUBJECT}';
  518. $txt['notification_reply_body'] = 'A reply has been posted to a topic you are watching by {POSTERNAME}.
  519. View the reply at: {TOPICLINK}
  520. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  521. {REGARDS}';
  522. /**
  523. @additional_params: notification_reply_body
  524. TOPICSUBJECT:
  525. POSTERNAME:
  526. TOPICLINK:
  527. UNSUBSCRIBELINK:
  528. MESSAGE:
  529. @description:
  530. */
  531. $txt['notification_reply_body_subject'] = 'Topic reply: {TOPICSUBJECT}';
  532. $txt['notification_reply_body_body'] = 'A reply has been posted to a topic you are watching by {POSTERNAME}.
  533. View the reply at: {TOPICLINK}
  534. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  535. The text of the reply is shown below:
  536. {MESSAGE}
  537. {REGARDS}';
  538. /**
  539. @additional_params: notification_reply_once
  540. TOPICSUBJECT:
  541. POSTERNAME:
  542. TOPICLINK:
  543. UNSUBSCRIBELINK:
  544. @description:
  545. */
  546. $txt['notification_reply_once_subject'] = 'Topic reply: {TOPICSUBJECT}';
  547. $txt['notification_reply_once_body'] = 'A reply has been posted to a topic you are watching by {POSTERNAME}.
  548. View the reply at: {TOPICLINK}
  549. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  550. More replies may be posted, but you won\'t receive any more notifications until you read the topic.
  551. {REGARDS}';
  552. /**
  553. @additional_params: notification_reply_body_once
  554. TOPICSUBJECT:
  555. POSTERNAME:
  556. TOPICLINK:
  557. UNSUBSCRIBELINK:
  558. MESSAGE:
  559. @description:
  560. */
  561. $txt['notification_reply_body_once_subject'] = 'Topic reply: {TOPICSUBJECT}';
  562. $txt['notification_reply_body_once_body'] = 'A reply has been posted to a topic you are watching by {POSTERNAME}.
  563. View the reply at: {TOPICLINK}
  564. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  565. The text of the reply is shown below:
  566. {MESSAGE}
  567. More replies may be posted, but you won\'t receive any more notifications until you read the topic.
  568. {REGARDS}';
  569. /**
  570. @additional_params: notification_sticky
  571. @description:
  572. */
  573. $txt['notification_sticky_subject'] = 'Topic stickied: {TOPICSUBJECT}';
  574. $txt['notification_sticky_body'] = 'A topic you are watching has been marked as a sticky topic by {POSTERNAME}.
  575. View the topic at: {TOPICLINK}
  576. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  577. {REGARDS}';
  578. /**
  579. @additional_params: notification_lock
  580. @description:
  581. */
  582. $txt['notification_lock_subject'] = 'Topic locked: {TOPICSUBJECT}';
  583. $txt['notification_lock_body'] = 'A topic you are watching has been locked by {POSTERNAME}.
  584. View the topic at: {TOPICLINK}
  585. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  586. {REGARDS}';
  587. /**
  588. @additional_params: notification_unlock
  589. @description:
  590. */
  591. $txt['notification_unlock_subject'] = 'Topic unlocked: {TOPICSUBJECT}';
  592. $txt['notification_unlock_body'] = 'A topic you are watching has been unlocked by {POSTERNAME}.
  593. View the topic at: {TOPICLINK}
  594. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  595. {REGARDS}';
  596. /**
  597. @additional_params: notification_remove
  598. @description:
  599. */
  600. $txt['notification_remove_subject'] = 'Topic removed: {TOPICSUBJECT}';
  601. $txt['notification_remove_body'] = 'A topic you are watching has been removed by {POSTERNAME}.
  602. {REGARDS}';
  603. /**
  604. @additional_params: notification_move
  605. @description:
  606. */
  607. $txt['notification_move_subject'] = 'Topic moved: {TOPICSUBJECT}';
  608. $txt['notification_move_body'] = 'A topic you are watching has been moved to another board by {POSTERNAME}.
  609. View the topic at: {TOPICLINK}
  610. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  611. {REGARDS}';
  612. /**
  613. @additional_params: notification_merged
  614. @description:
  615. */
  616. $txt['notification_merge_subject'] = 'Topic merged: {TOPICSUBJECT}';
  617. $txt['notification_merge_body'] = 'A topic you are watching has been merged with another topic by {POSTERNAME}.
  618. View the new merged topic at: {TOPICLINK}
  619. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  620. {REGARDS}';
  621. /**
  622. @additional_params: notification_split
  623. @description:
  624. */
  625. $txt['notification_split_subject'] = 'Topic split: {TOPICSUBJECT}';
  626. $txt['notification_split_body'] = 'A topic you are watching has been split into two or more topics by {POSTERNAME}.
  627. View what remains of this topic at: {TOPICLINK}
  628. Unsubscribe to this topic by using this link: {UNSUBSCRIBELINK}
  629. {REGARDS}';
  630. /**
  631. @additional_params: admin_notify
  632. USERNAME:
  633. PROFILELINK:
  634. @description:
  635. */
  636. $txt['admin_notify_subject'] = 'A new member has joined';
  637. $txt['admin_notify_body'] = '{USERNAME} has just signed up as a new member of your forum. Click the link below to view their profile.
  638. {PROFILELINK}
  639. {REGARDS}';
  640. /**
  641. @additional_params: admin_notify_approval
  642. USERNAME:
  643. PROFILELINK:
  644. APPROVALLINK:
  645. @description:
  646. */
  647. $txt['admin_notify_approval_subject'] = 'A new member has joined';
  648. $txt['admin_notify_approval_body'] = '{USERNAME} has just signed up as a new member of your forum. Click the link below to view their profile.
  649. {PROFILELINK}
  650. Before this member can begin posting they must first have their account approved. Click the link below to go to the approval screen.
  651. {APPROVALLINK}
  652. {REGARDS}';
  653. /**
  654. @additional_params: admin_attachments_full
  655. REALNAME:
  656. @description:
  657. */
  658. $txt['admin_attachments_full_subject'] = 'Urgent! Attachments directory almost full';
  659. $txt['admin_attachments_full_body'] = '{REALNAME},
  660. The attachments directory at {FORUMNAME} is almost full. Please visit the forum to resolve this problem.
  661. Once the attachments directory reaches it\'s maximum permitted size users will not be able to continue to post attachments or upload custom avatars (If enabled).
  662. {REGARDS}';
  663. /**
  664. @additional_params: paid_subscription_refund
  665. NAME: Subscription title.
  666. REALNAME: Recipients name
  667. REFUNDUSER: Username who took out the subscription.
  668. REFUNDNAME: User's display name who took out the subscription.
  669. DATE: Today's date.
  670. PROFILELINK: Link to members profile.
  671. @description:
  672. */
  673. $txt['paid_subscription_refund_subject'] = 'Refunded Paid Subscription';
  674. $txt['paid_subscription_refund_body'] = '{REALNAME},
  675. A member has received a refund on a paid subscription. Below are the details of this subscription:
  676. Subscription: {NAME}
  677. User Name: {REFUNDNAME} ({REFUNDUSER})
  678. Date: {DATE}
  679. You can view this members profile by clicking the link below:
  680. {PROFILELINK}
  681. {REGARDS}';
  682. /**
  683. @additional_params: paid_subscription_new
  684. NAME: Subscription title.
  685. REALNAME: Recipients name
  686. SUBEMAIL: Email address of the user who took out the subscription
  687. SUBUSER: Username who took out the subscription.
  688. SUBNAME: User's display name who took out the subscription.
  689. DATE: Today's date.
  690. PROFILELINK: Link to members profile.
  691. @description:
  692. */
  693. $txt['paid_subscription_new_subject'] = 'New Paid Subscription';
  694. $txt['paid_subscription_new_body'] = '{REALNAME},
  695. A member has taken out a new paid subscription. Below are the details of this subscription:
  696. Subscription: {NAME}
  697. User Name: {SUBNAME} ({SUBUSER})
  698. User Email: {SUBEMAIL}
  699. Price: {PRICE}
  700. Date: {DATE}
  701. You can view this members profile by clicking the link below:
  702. {PROFILELINK}
  703. {REGARDS}';
  704. /**
  705. @additional_params: paid_subscription_error
  706. ERROR: Error message.
  707. REALNAME: Recipients name
  708. @description:
  709. */
  710. $txt['paid_subscription_error_subject'] = 'Paid Subscription Error Occurred';
  711. $txt['paid_subscription_error_body'] = 'Dear, {REALNAME},
  712. The following error occurred when processing a paid subscription
  713. ---------------------------------------------------------------
  714. {ERROR}
  715. {REGARDS}';
  716. /**
  717. @additional_params: new_pm
  718. SUBJECT: The personal message subject.
  719. SENDER: The user name for the member sending the personal message.
  720. READLINK: The link to directly access the read page.
  721. REPLYLINK: The link to directly access the reply page.
  722. @description: A notification email sent to the receivers of a personal message
  723. */
  724. $txt['new_pm_subject'] = 'New Personal Message: {SUBJECT}';
  725. $txt['new_pm_body'] = 'You have just been sent a personal message by {SENDER} on {FORUMNAME}
  726. IMPORTANT: Remember, this is just a notification. Please do not reply to this email.
  727. Read this Personal Message here: {READLINK}
  728. Reply to this Personal Message here: {REPLYLINK}';
  729. /**
  730. @additional_params: new_pm_body
  731. SUBJECT: The personal message subject.
  732. SENDER: The user name for the member sending the personal message.
  733. MESSAGE: The text of the personal message.
  734. REPLYLINK: The link to directly access the reply page.
  735. @description: A notification email sent to the receivers of a personal message
  736. */
  737. $txt['new_pm_body_subject'] = 'New Personal Message: {SUBJECT}';
  738. $txt['new_pm_body_body'] = 'You have just been sent a personal message by {SENDER} on {FORUMNAME}
  739. IMPORTANT: Remember, this is just a notification. Please do not reply to this email.
  740. The message they sent you was:
  741. {MESSAGE}
  742. Reply to this Personal Message here: {REPLYLINK}';
  743. /**
  744. @additional_params: new_pm_tolist
  745. SUBJECT: The personal message subject.
  746. SENDER: The user name for the member sending the personal message.
  747. READLINK: The link to directly access the read page.
  748. REPLYLINK: The link to directly access the reply page.
  749. TOLIST: The list of users that will receive the personal message.
  750. @description: A notification email sent to the receivers of a personal message
  751. */
  752. $txt['new_pm_tolist_subject'] = 'New Personal Message: {SUBJECT}';
  753. $txt['new_pm_tolist_body'] = 'You and {TOLIST} have just been sent a personal message by {SENDER} on {FORUMNAME}
  754. IMPORTANT: Remember, this is just a notification. Please do not reply to this email.
  755. Read this Personal Message here: {READLINK}
  756. Reply to this Personal Message (to the sender only) here: {REPLYLINK}';
  757. /**
  758. @additional_params: new_pm_body_tolist
  759. SUBJECT: The personal message subject.
  760. SENDER: The user name for the member sending the personal message.
  761. MESSAGE: The text of the personal message.
  762. REPLYLINK: The link to directly access the reply page.
  763. TOLIST: The list of users that will receive the personal message.
  764. @description: A notification email sent to the receivers of a personal message
  765. */
  766. $txt['new_pm_body_tolist_subject'] = 'New Personal Message: {SUBJECT}';
  767. $txt['new_pm_body_tolist_body'] = 'You and {TOLIST} have just been sent a personal message by {SENDER} on {FORUMNAME}
  768. IMPORTANT: Remember, this is just a notification. Please do not reply to this email.
  769. The message they sent you was:
  770. {MESSAGE}
  771. Reply to this Personal Message (to the sender only) here: {REPLYLINK}';
  772. /**
  773. @additional_params: happy_birthday
  774. REALNAME: The real (display) name of the person receiving the birthday message.
  775. @description: A message sent to members on their birthday.
  776. */
  777. $txtBirthdayEmails['happy_birthday_subject'] = 'Happy birthday from {FORUMNAME}.';
  778. $txtBirthdayEmails['happy_birthday_body'] = 'Dear {REALNAME},
  779. We here at {FORUMNAME} would like to wish you a happy birthday. May this day and the year to follow be full of joy.
  780. {REGARDS}';
  781. $txtBirthdayEmails['happy_birthday_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=2676">Thantos</a>';
  782. $txtBirthdayEmails['karlbenson1_subject'] = 'On your Birthday...';
  783. $txtBirthdayEmails['karlbenson1_body'] = 'We could have sent you a birthday card. We could have sent you some flowers or a cake.
  784. But we didn\'t.
  785. We could have even sent you one of those automatically generated messages to wish you happy birthday where we don\'t even have to replace INSERT NAME.
  786. But we didn\'t
  787. We wrote this birthday greeting just for you.
  788. We would like to wish you a very special birthday.
  789. {REGARDS}
  790. //:: This message was automatically generated :://';
  791. $txtBirthdayEmails['karlbenson1_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=63186">karlbenson</a>';
  792. $txtBirthdayEmails['nite0859_subject'] = 'Happy Birthday!';
  793. $txtBirthdayEmails['nite0859_body'] = 'Your friends at {FORUMNAME} would like to take a moment of your time to wish you a happy birthday, {REALNAME}. If you have not done so recently, please visit our community in order for others to have the opportunity to pass along their warm regards.
  794. Even though today is your birthday, {REALNAME}, we would like to remind you that your membership in our community has been the best gift to us thus far.
  795. Best Wishes,
  796. The Staff of {FORUMNAME}';
  797. $txtBirthdayEmails['nite0859_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=46625">nite0859</a>';
  798. $txtBirthdayEmails['zwaldowski_subject'] = 'Birthday Wishes to {REALNAME}';
  799. $txtBirthdayEmails['zwaldowski_body'] = 'Dear {REALNAME},
  800. Another year in your life has passed. We at {FORUMNAME} hope it has been filled with happiness, and wish you luck in the coming one.
  801. {REGARDS}';
  802. $txtBirthdayEmails['zwaldowski_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=72038">zwaldowski</a>';
  803. $txtBirthdayEmails['geezmo_subject'] = 'Happy birthday, {REALNAME}!';
  804. $txtBirthdayEmails['geezmo_body'] = 'Do you know who\'s having a birthday today, {REALNAME}?
  805. We know... YOU!
  806. Happy birthday!
  807. You\'re now a year older but we hope you\'re a lot happier than last year.
  808. Enjoy your day today, {REALNAME}!
  809. - From your {FORUMNAME} family';
  810. $txtBirthdayEmails['geezmo_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=48671">geezmo</a>';
  811. $txtBirthdayEmails['karlbenson2_subject'] = 'Your Birthday Greeting';
  812. $txtBirthdayEmails['karlbenson2_body'] = 'We hope your birthday is the best ever cloudy, sunny or whatever the weather.
  813. Have lots of birthday cake and fun, and tell us what you have done.
  814. We hope this message brought you cheer, and make it last, until same time same place, next year.
  815. {REGARDS}';
  816. $txtBirthdayEmails['karlbenson2_author'] = '<a href="http://www.simplemachines.org/community/?action=profile;u=63186">karlbenson</a>';
  817. ?>