Файл: qa-include/qa-lang-emails.php
Строк: 415
<?php
/*
Question2Answer (c) Gideon Greenspan
http://www.question2answer.org/
File: qa-include/qa-lang-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for email notifications
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/
return array(
'a_commented_body' => "Your answer on ^site_title has a new comment by ^c_handle:nn^open^c_content^closennYour answer was:nn^open^c_context^closennYou may respond by adding your own comment:nn^urlnnThank you,nn^site_title",
'a_commented_subject' => 'Your ^site_title answer has a new comment',
'a_followed_body' => "Your answer on ^site_title has a new related question by ^q_handle:nn^open^q_title^closennYour answer was:nn^open^a_content^closennClick below to answer the new question:nn^urlnnThank you,nn^site_title",
'a_followed_subject' => 'Your ^site_title answer has a related question',
'a_selected_body' => "Congratulations! Your answer on ^site_title has been selected as the best by ^s_handle:nn^open^a_content^closennThe question was:nn^open^q_title^closennClick below to see your answer:nn^urlnnThank you,nn^site_title",
'a_selected_subject' => 'Your ^site_title answer has been selected!',
'c_commented_body' => "A new comment by ^c_handle has been added after your comment on ^site_title:nn^open^c_content^closennThe discussion is following:nn^open^c_context^closennYou may respond by adding another comment:nn^urlnnThank you,nn^site_title",
'c_commented_subject' => 'Your ^site_title comment has been added to',
'confirm_body' => "Please click below to confirm your email address for ^site_title.nn^urlnnThank you,n^site_title",
'confirm_subject' => '^site_title - Email Address Confirmation',
'feedback_body' => "Comments:n^messagennName:n^namennEmail:n^emailnnPrevious page:n^previousnnUser:n^urlnnIP address:n^ipnnBrowser:n^browser",
'feedback_subject' => '^ feedback',
'flagged_body' => "A post by ^p_handle has received ^flags:nn^open^p_context^closennClick below to see the post:nn^urlnnThank you,nn^site_title",
'flagged_subject' => '^site_title has a flagged post',
'moderate_body' => "A post by ^p_handle requires your approval:nn^open^p_context^closennClick below to approve or reject the post:nn^urlnnThank you,nn^site_title",
'moderate_subject' => '^site_title moderation',
'new_password_body' => "Your new password for ^site_title is below.nnPassword: ^passwordnnIt is recommended to change this password immediately after logging in.nnThank you,n^site_titlen^url",
'new_password_subject' => '^site_title - Your New Password',
'private_message_body' => "You have been sent a private message by ^f_handle on ^site_title:nn^open^message^closenn^moreThank you,nn^site_titlennnTo block private messages, visit your account page:n^a_url",
'private_message_info' => "More information about ^f_handle:nn^urlnn",
'private_message_reply' => "Click below to reply to ^f_handle by private message:nn^urlnn",
'private_message_subject' => 'Message from ^f_handle on ^site_title',
'q_answered_body' => "Your question on ^site_title has been answered by ^a_handle:nn^open^a_content^closennYour question was:nn^open^q_title^closennIf you like this answer, you may select it as the best:nn^urlnnThank you,nn^site_title",
'q_answered_subject' => 'Your ^site_title question was answered',
'q_commented_body' => "Your question on ^site_title has a new comment by ^c_handle:nn^open^c_content^closennYour question was:nn^open^c_context^closennYou may respond by adding your own comment:nn^urlnnThank you,nn^site_title",
'q_commented_subject' => 'Your ^site_title question has a new comment',
'q_posted_body' => "A new question has been asked by ^q_handle:nn^open^q_titlenn^q_content^closennClick below to see the question:nn^urlnnThank you,nn^site_title",
'q_posted_subject' => '^site_title has a new question',
'reset_body' => "Please click below to reset your password for ^site_title.nn^urlnnAlternatively, enter the code below into the field provided.nnCode: ^codennIf you did not ask to reset your password, please ignore this message.nnThank you,n^site_title",
'reset_subject' => '^site_title - Reset Forgotten Password',
'to_handle_prefix' => "^,nn",
'welcome_body' => "Thank you for registering for ^site_title.nn^custom^confirmYour login details are as follows:nnEmail: ^emailnPassword: ^passwordnnPlease keep this information safe for future reference.nnThank you,nn^site_titlen^url",
'welcome_confirm' => "Please click below to confirm your email address.nn^urlnn",
'welcome_subject' => 'Welcome to ^site_title!',
);
/*
Omit PHP closing tag to help avoid accidental output
*/