Zeile 2 | Zeile 2 |
---|
/** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved
|
/** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved
|
* * $Id: datahandler_post.lang.php 5688 2011-11-29 16:53:15Z Tomm $
| * * $Id$
|
*/
$l['postdata_invalid_user_id'] = 'The user id does not exist. Please supply a valid user id.';
| */
$l['postdata_invalid_user_id'] = 'The user id does not exist. Please supply a valid user id.';
|
Zeile 16 | Zeile 16 |
---|
$l['postdata_post_flooding'] = 'You are trying to post a message too quickly after posting a previous message. Please wait {1} more seconds.'; $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.'; $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.';
|
$l['postdata_post_flooding'] = 'You are trying to post a message too quickly after posting a previous message. Please wait {1} more seconds.'; $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.'; $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.';
|
| $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.'; $l['postdata_invalid_prefix'] = 'The selected prefix is invalid. Please select a valid prefix.';
|
$l['thread_closed'] = "Thread Closed"; $l['thread_opened'] = "Thread Opened";
| $l['thread_closed'] = "Thread Closed"; $l['thread_opened'] = "Thread Opened";
|