[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   *
   6   * $Id$
   7   */
   8  
   9  $l['postdata_invalid_user_id'] = 'The user id does not exist. Please supply a valid user id.';
  10  $l['postdata_firstpost_no_subject'] = 'The thread does not have a subject. Please enter a subject.';
  11  $l['postdata_missing_subject'] = 'The subject is missing. Please enter a subject.';
  12  $l['postdata_missing_message'] = 'The message is missing. Please enter a message.';
  13  $l['postdata_message_too_long'] = 'The message is too long. Please enter a message shorter than {1} characters (currently {2}).';
  14  $l['postdata_message_too_short'] = 'The message is too short. Please enter a message longer than {1} characters.';
  15  $l['postdata_subject_too_long'] = 'The subject is too long. Please enter a subject shorter than 85 characters (currently {1}).';
  16  $l['postdata_post_flooding'] = 'You are trying to post a message too quickly after posting a previous message. Please wait {1} more seconds.';
  17  $l['postdata_post_flooding_one_second'] = 'You are trying to post a message too quickly after posting a previous message. Please wait 1 more second.';
  18  $l['postdata_too_many_images'] = 'The message you entered contained {1} images, while only {2} images per message are allowed. Please lower the image count in your message to meet the limit.';
  19  $l['postdata_too_many_videos'] = 'The message you entered contained {1} videos, while only {2} videos per message are allowed. Please lower the video count in your message to meet the limit.';
  20  
  21  $l['thread_closed'] = "Thread Closed";
  22  $l['thread_opened'] = "Thread Opened";
  23  $l['thread_stuck'] = "Thread Stuck";
  24  $l['thread_unstuck'] = "Thread Unstuck";
  25  
  26  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1