Vergleich inc/languages/english/datahandler_post.lang.php - 1.6.1 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * 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 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: datahandler_post.lang.php 5688 2011-11-29 16:53:15Z Tomm $

 */

$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 12Zeile 12
$l['postdata_missing_message'] = 'The message is missing. Please enter a message.';
$l['postdata_message_too_long'] = 'The message is too long. Please enter a message shorter than {1} characters (currently {2}).';
$l['postdata_message_too_short'] = 'The message is too short. Please enter a message longer than {1} characters.';

$l['postdata_missing_message'] = 'The message is missing. Please enter a message.';
$l['postdata_message_too_long'] = 'The message is too long. Please enter a message shorter than {1} characters (currently {2}).';
$l['postdata_message_too_short'] = 'The message is too short. Please enter a message longer than {1} characters.';

 
$l['postdata_subject_too_long'] = 'The subject is too long. Please enter a subject shorter than 85 characters (currently {1}).';

$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.';