Files
RTG/webroot/forum/inc/languages/english/contact.lang.php
2026-06-19 20:08:01 +06:00

27 lines
1.4 KiB
PHP

<?php
/**
* MyBB 1.8 English Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
*/
$l['contact'] = 'Contact Us';
$l['contact_no_message'] = 'You have not provided a message to send.';
$l['contact_no_subject'] = 'You are required to enter a subject.';
$l['contact_no_email'] = 'You must enter a valid email address.';
$l['contact_success_message'] = 'Your message has been successfully sent to the Administrator.';
$l['contact_subject'] = 'Subject';
$l['contact_subject_desc'] = 'Brief the topic of your message.';
$l['contact_message'] = 'Message';
$l['contact_message_desc'] = 'Describe your concern in this area in detail.';
$l['contact_email'] = 'Email';
$l['contact_email_desc'] = 'Enter your email so we can contact you back.';
$l['contact_send'] = 'Send';
$l['subject_too_long'] = 'The subject is too long. Please enter a subject shorter than {1} characters (currently {2}).';
$l['message_too_short'] = 'The message is too short. Please enter a message longer than {1} characters (currently {2}).';
$l['message_too_long'] = 'The message is too long. Please enter a message shorter than {1} characters (currently {2}).';
$l['error_stop_forum_spam_spammer'] = 'Sorry, {1} matches that of a known spammer and therefore your contact submission has been blocked.';
$l['error_stop_forum_spam_fetching'] = 'Sorry, something went wrong verifying your message against a spammer database. Most likely the database couldn\'t be accessed. Please try again later.';