Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/language/en/posting.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: posting.php 8555 2008-05-15 14:10:11Z Kellanved $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    142142        'PARTIAL_UPLOAD'                        => 'The uploaded file was only partially uploaded.',
    143143        'PHP_SIZE_NA'                           => 'The attachment’s file size is too large.<br />Could not determine the maximum size defined by PHP in php.ini.',
    144         'PHP_SIZE_OVERRUN'                      => 'The attachment’s file size is too large, the maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overridden.',
     144        'PHP_SIZE_OVERRUN'                      => 'The attachment’s file size is too large, the maximum upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.',
    145145        'PLACE_INLINE'                          => 'Place inline',
    146146        'POLL_DELETE'                           => 'Delete poll',
     
    168168        'POST_NORMAL'                           => 'Normal',
    169169        'POST_REVIEW'                           => 'Post review',
     170        'POST_REVIEW_EDIT'                      => 'Post review',
     171        'POST_REVIEW_EDIT_EXPLAIN'      => 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.',
    170172        'POST_REVIEW_EXPLAIN'           => 'At least one new post has been made to this topic. You may wish to review your post in light of this.',
    171173        'POST_STORED'                           => 'This message has been posted successfully.',
     
    185187        'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
    186188        'STICK_TOPIC_FOR'                       => 'Stick topic for',
    187         'STICK_TOPIC_FOR_EXPLAIN'       => 'Enter 0 or leave blank for a never ending Sticky/Announcement.',
     189        'STICK_TOPIC_FOR_EXPLAIN'       => 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.',
    188190        'STYLES_TIP'                            => 'Tip: Styles can be applied quickly to selected text.',
    189191
    190192        'TOO_FEW_CHARS'                         => 'Your message contains too few characters.',
     193        'TOO_FEW_CHARS_LIMIT'           => 'Your message contains %1$d characters. The minimum number of characters you need to enter is %2$d.',
    191194        'TOO_FEW_POLL_OPTIONS'          => 'You must enter at least two poll options.',
    192195        'TOO_MANY_ATTACHMENTS'          => 'Cannot add another attachment, %d is the maximum.',
Note: See TracChangeset for help on using the changeset viewer.