| ############################################################################### |
| ############################################################################### |
| # SendTopic.lng (SendTopic text definitions) # |
| # SendTopic.lng (SendTopic text definitions) # |
| ############################################################################### |
| ############################################################################### |
| # YaBB: Yet another Bulletin Board # |
| # YaBB: Yet another Bulletin Board # |
| # Open-Source Community Software for Webmasters # |
| # Open-Source Community Software for Webmasters # |
| # Version: YaBB 2.5.2 # |
| # Version: YaBB 2.6.12 # |
| # Packaged: October 21, 2012 # |
| # Packaged: January 5, 2016 # |
| # Distributed by: http://www.yabbforum.com # |
| # Distributed by: http://www.yabbforum.com # |
| # =========================================================================== # |
| # =========================================================================== # |
| # Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Software by: The YaBB Development Team # |
| # Software by: The YaBB Development Team # |
| # with assistance from the YaBB community. # |
| # with assistance from the YaBB community. # |
| ############################################################################### |
| ############################################################################### |
| |
| |
| $sendtopiclngver = 'YaBB 2.5.2 $Revision: 1.1 $'; |
| $sendtopiclngver = 'YaBB 2.6.12 $Revision: 1651 $'; |
| |
| |
| %sendtopic_txt = ( |
| %sendtopic_txt = ( |
| '118' => 'Topic', |
| '118' => 'Topic', |
| '241' => 'field!', |
| '241' => 'field.', |
| '318' => 'From', |
| '318' => 'From', |
| '335' => 'Your name', |
| '335' => 'Your name', |
| '336' => 'Your e-mail address', |
| '336' => 'Your e-mail address', |
| '339' => 'Send', |
| '339' => 'Send', |
| '707' => 'Send Topic', |
| '707' => 'Send Topic', |
| '708' => 'to a friend!', |
| '708' => 'to a friend.', |
| '717' => 'Recipient\'s name', |
| '717' => 'Recipient's name', |
| '718' => 'Recipient\'s e-mail address', |
| '718' => 'Recipient's e-mail address', |
| 'error_sender_name' => 'You must insert your name.', |
| 'error_sender_name' => 'You must insert your name.', |
| 'error_sender_email' => 'You must insert your e-mail.', |
| 'error_sender_email' => 'You must insert your e-mail.', |
| 'error_recipient_name' => 'You must insert the recipient\'s name.', |
| 'error_recipient_name' => 'You must insert the recipient's name.', |
| 'error_recipient_email' => 'You must insert the recipient\'s e-mail.', |
| 'error_recipient_email' => 'You must insert the recipient's e-mail.', |
| 'error_verification' => 'The verification code is missing.', |
| 'error_verification' => 'The verification code is missing.', |
| |
| 'verification_question_desc' => 'Please answer the above verification question.', |
| |
| 'verification_question_case' => 'Answers are case-sensitive.', |
| |
| 'error_verification_question' => 'You must answer the verification question.', |
| ); |
| ); |
| |
| |
| %floodtxt=( |
| %floodtxt = ( |
| '1' => 'Your Verification Code is', |
| '1' => 'Your Verification Code is', |
| '3' => 'Verification Code', |
| '3' => 'Verification Code', |
| 'casewarning' => 'Please type exactly what text appears in the image. The characters must be typed in the same order, and it is case-sensitive.', |
| 'casewarning' => 'Please type the characters that appear in the image. The characters must be typed in the same order, and they are case-sensitive.', |
| |
| 'casewarning_1' => 'Please type the characters exactly as they appear in the image,', |
| |
| 'casewarning_2' => '<br /><span style="font-weight: bold;">without the first', |
| |
| 'casewarning_3' => '<br /><span style="font-weight: bold;">without the last', |
| |
| 'casewarning_4' => 'and last', |
| |
| 'casewarning_5' => 'characters.</span><br />The characters must be typed in the same order,<br />and they are case-sensitive.', |
| ); |
| ); |
| |
| |
| 1; |
| 1; |