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

Legend:

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

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: common.php 9162 2008-12-03 11:18:31Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8888        'AVATAR_PARTIAL_UPLOAD'                 => 'The specified file was only partially uploaded.',
    8989        'AVATAR_PHP_SIZE_NA'                    => 'The avatar’s filesize is too large.<br />The maximum allowed filesize set in php.ini could not be determined.',
    90         'AVATAR_PHP_SIZE_OVERRUN'               => 'The avatar’s filesize is too large. The maximum allowed upload size is %d MB.<br />Please note this is set in php.ini and cannot be overridden.',
     90        'AVATAR_PHP_SIZE_OVERRUN'               => 'The avatar’s filesize is too large. The maximum allowed upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.',
    9191        'AVATAR_URL_INVALID'                    => 'The URL you specified is invalid.',
    9292        'AVATAR_URL_NOT_FOUND'                  => 'The file specified could not be found.',
     
    159159
    160160        'EDIT_POST'                                                     => 'Edit post',
    161         'EMAIL'                                                         => 'E-mail',
     161        'EMAIL'                                                         => 'E-mail', // Short form for EMAIL_ADDRESS
    162162        'EMAIL_ADDRESS'                                         => 'E-mail address',
    163163        'EMAIL_SMTP_ERROR_RESPONSE'                     => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',
     
    229229
    230230        'GENERAL_ERROR'                         => 'General Error',
     231        'GB'                                            => 'GB',
     232        'GIB'                                           => 'GiB',
    231233        'GO'                                            => 'Go',
    232234        'GOTO_PAGE'                                     => 'Go to page',
     
    249251        'G_REGISTERED_COPPA'            => 'Registered COPPA users',
    250252        'G_GLOBAL_MODERATORS'           => 'Global moderators',
     253        'G_NEWLY_REGISTERED'            => 'Newly registered users',
    251254
    252255        'HIDDEN_USERS_ONLINE'                   => '%d hidden users online',
     
    382385        'NO_POSTS'                                      => 'No posts',
    383386        'NO_POSTS_TIME_FRAME'           => 'No posts exist inside this topic for the selected time frame.',
     387        'NO_FEED_ENABLED'                       => 'Feeds are not available on this board.',
     388        'NO_FEED'                                       => 'The requested feed is not available.',
    384389        'NO_SUBJECT'                            => 'No subject specified',                                                              // Used for posts having no subject defined but displayed within management pages.
    385390        'NO_SUCH_SEARCH_MODULE'         => 'The specified search backend doesn’t exist.',
     
    413418        'PAGE_OF'                               => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>',
    414419        'PASSWORD'                              => 'Password',
     420        'PIXEL'                                 => 'px',
    415421        'PLAY_QUICKTIME_FILE'   => 'Play Quicktime file',
    416422        'PM'                                    => 'PM',
     
    485491        'RETURN_TOPIC'                          => '%sReturn to the topic last visited%s',
    486492        'RETURN_TO'                                     => 'Return to',
     493        'FEED'                                          => 'Feed',
     494        'FEED_NEWS'                                     => 'News',
     495        'FEED_TOPICS_ACTIVE'            => 'Active Topics',
     496        'FEED_TOPICS_NEW'                       => 'New Topics',
    487497        'RULES_ATTACH_CAN'                      => 'You <strong>can</strong> post attachments in this forum',
    488498        'RULES_ATTACH_CANNOT'           => 'You <strong>cannot</strong> post attachments in this forum',
     
    516526        'SEARCH_TOPIC'                          => 'Search this topic…',
    517527        'SEARCH_UNANSWERED'                     => 'View unanswered posts',
     528        'SEARCH_UNREAD'                         => 'View unread posts',
    518529        'SECONDS'                                       => 'Seconds',
    519530        'SELECT'                                        => 'Select',
     
    521532        'SELECT_DESTINATION_FORUM'      => 'Please select a destination forum',
    522533        'SELECT_FORUM'                          => 'Select a forum',
    523         'SEND_EMAIL'                            => 'E-mail',
     534        'SEND_EMAIL'                            => 'E-mail',                            // Used for submit buttons
    524535        'SEND_EMAIL_USER'                       => 'E-mail',                            // Used as: {L_SEND_EMAIL_USER} {USERNAME} -> E-mail UserX
    525536        'SEND_PRIVATE_MESSAGE'          => 'Send private message',
     
    534545        'SORT_LOCATION'                         => 'Location',
    535546        'SORT_RANK'                                     => 'Rank',
     547        'SORT_POSTS'                            => 'Posts',
    536548        'SORT_TOPIC_TITLE'                      => 'Topic title',
    537549        'SORT_USERNAME'                         => 'Username',
     
    597609        'TOPIC'                         => 'Topic',
    598610        'TOPICS'                        => 'Topics',
     611        'TOPICS_UNAPPROVED'     => 'At least one topic in this forum has not been approved.',
    599612        'TOPIC_ICON'            => 'Topic icon',
    600613        'TOPIC_LOCKED'          => 'This topic is locked, you cannot edit posts or make further replies.',
     
    642655        'USERS'                                 => 'Users',
    643656        'USE_PERMISSIONS'               => 'Test out user’s permissions',
     657
     658        'USER_NEW_PERMISSION_DISALLOWED'        => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.',
    644659
    645660        'VARIANT_DATE_SEPARATOR'        => ' / ',       // Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with calendar date
Note: See TracChangeset for help on using the changeset viewer.