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/acp/forums.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: forums.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4545        'AUTO_PRUNE_VIEWED_EXPLAIN'     => 'Number of days since topic was viewed after which topic is removed.',
    4646
     47        'CONTINUE'                                              => 'Continue',
    4748        'COPY_PERMISSIONS'                              => 'Copy permissions from',
     49        'COPY_PERMISSIONS_EXPLAIN'              => 'To ease up the permission setup for your new forum, you can copy the permissions of an existing forum.',
    4850        'COPY_PERMISSIONS_ADD_EXPLAIN'  => 'Once created, the forum will have the same permissions as the one you select here. If no forum is selected the newly created forum will not be visible until permissions had been set.',
    4951        'COPY_PERMISSIONS_EDIT_EXPLAIN' => 'If you select to copy permissions, the forum will have the same permissions as the one you select here. This will overwrite any permissions you have previously set for this forum with the permissions of the forum you select here. If no forum is selected the current permissions will be kept.',
     52        'COPY_TO_ACL'                                   => 'Alternatively, you are also able to %sset up new permissions%s for this forum.',
    5053        'CREATE_FORUM'                                  => 'Create new forum',
    5154
     
    6366        'ENABLE_POST_REVIEW'                    => 'Enable post review',
    6467        'ENABLE_POST_REVIEW_EXPLAIN'    => 'If set to yes users are able to review their post if new posts were made to the topic while users wrote theirs. This should be disabled for chat forums.',
     68        'ENABLE_QUICK_REPLY'                    => 'Enable quick reply',
     69        'ENABLE_QUICK_REPLY_EXPLAIN'    => 'Enables the quick reply in this forum. This setting is not considered if the quick reply is disabled board wide. The quick reply will only be displayed for users who have permission to post in this forum.',
    6570        'ENABLE_RECENT'                                 => 'Display active topics',
    6671        'ENABLE_RECENT_EXPLAIN'                 => 'If set to yes topics made to this forum will be shown in the active topics list.',
     
    8287        'FORUM_IMAGE'                                           => 'Forum image',
    8388        'FORUM_IMAGE_EXPLAIN'                           => 'Location, relative to the phpBB root directory, of an additional image to associate with this forum.',
     89        'FORUM_IMAGE_NO_EXIST'                          => 'The specified forum image does not exist',
    8490        'FORUM_LINK_EXPLAIN'                            => 'Full URL (including the protocol, i.e.: <samp>http://</samp>) to the destination location that clicking this forum will take the user, e.g.: <samp>http://www.phpbb.com/</samp>.',
    8591        'FORUM_LINK_TRACK'                                      => 'Track link redirects',
     
    94100        'FORUM_PASSWORD_UNSET'                          => 'Remove forum password',
    95101        'FORUM_PASSWORD_UNSET_EXPLAIN'          => 'Check here if you want to remove the forum password.',
    96         'FORUM_PASSWORD_OLD'                            => 'The forum password is using an old encryption and should be changed.',
     102        'FORUM_PASSWORD_OLD'                            => 'The forum password is using an old hashing method and should be changed.',
    97103        'FORUM_PASSWORD_MISMATCH'                       => 'The passwords you entered did not match.',
    98104        'FORUM_PRUNE_SETTINGS'                          => 'Forum prune settings',
Note: See TracChangeset for help on using the changeset viewer.