[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> contact.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['contact'] = 'Contact Us';
   9  $l['contact_no_message'] = 'You have not provided a message to send.';
  10  $l['contact_no_subject'] = 'You are required to enter a subject.';
  11  $l['contact_no_email'] = 'You must enter a valid email address.';
  12  $l['contact_success_message'] = 'Your message has been successfully sent to the Administrator.';
  13  $l['contact_subject'] = 'Subject';
  14  $l['contact_subject_desc'] = 'Brief the topic of your message.';
  15  $l['contact_message'] = 'Message';
  16  $l['contact_message_desc'] = 'Describe your concern in this area in detail.';
  17  $l['contact_email'] = 'Email';
  18  $l['contact_email_desc'] = 'Enter your email so we can contact you back.';
  19  $l['contact_send'] = 'Send';
  20  $l['subject_too_long'] = 'The subject is too long. Please enter a subject shorter than {1} characters (currently {2}).';
  21  $l['message_too_short'] = 'The message is too short. Please enter a message longer than {1} characters (currently {2}).';
  22  $l['message_too_long'] = 'The message is too long. Please enter a message shorter than {1} characters (currently {2}).';
  23  
  24  $l['error_stop_forum_spam_spammer'] = 'Sorry, {1} matches that of a known spammer and therefore your contact submission has been blocked.';
  25  $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.';
  26  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref