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/users.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: users.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
     
    7878
    7979        'NO_SPECIAL_RANK'               => 'No special rank assigned',
     80        'NO_WARNINGS'                   => 'No warnings.',
    8081        'NOT_MANAGE_FOUNDER'    => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.',
    8182
     
    103104        'USER_ADMIN_DEL_ATTACH'                 => 'Delete all attachments',
    104105        'USER_ADMIN_DEL_AVATAR'                 => 'Delete avatar',
     106        'USER_ADMIN_DEL_OUTBOX'                 => 'Empty PM outbox',
    105107        'USER_ADMIN_DEL_POSTS'                  => 'Delete all posts',
    106108        'USER_ADMIN_DEL_SIG'                    => 'Delete signature',
    107109        'USER_ADMIN_EXPLAIN'                    => 'Here you can change your users information and certain specific options.',
    108110        'USER_ADMIN_FORCE'                              => 'Force reactivation',
     111        'USER_ADMIN_LEAVE_NR'                   => 'Remove from Newly Registered',
    109112        'USER_ADMIN_MOVE_POSTS'                 => 'Move all posts',
    110113        'USER_ADMIN_SIG_REMOVED'                => 'Successfully removed signature from user account.',
    111114        'USER_ATTACHMENTS_REMOVED'              => 'Successfully removed all attachments made by this user.',
     115        'USER_AVATAR_NOT_ALLOWED'               => 'The avatar cannot be displayed because avatars have been disallowed.',
    112116        'USER_AVATAR_UPDATED'                   => 'Successfully updated user avatars details.',
     117        'USER_AVATAR_TYPE_NOT_ALLOWED'  => 'The current avatar cannot be displayed because its type has been disallowed.',
    113118        'USER_CUSTOM_PROFILE_FIELDS'    => 'Custom profile fields',
    114119        'USER_DELETED'                                  => 'User deleted successfully.',
     
    117122        'USER_GROUP_PENDING'                    => 'Groups user is in pending mode',
    118123        'USER_GROUP_SPECIAL'                    => 'Pre-defined groups user is a member of',
     124        'USER_LIFTED_NR'                                => 'Successfully removed the user’s newly registered status.',
    119125        'USER_NO_ATTACHMENTS'                   => 'There are no attached files to display.',
     126        'USER_OUTBOX_EMPTIED'                   => 'Successfully emptied user’s private message outbox.',
     127        'USER_OUTBOX_EMPTY'                             => 'The user’s private message outbox was already empty.',
    120128        'USER_OVERVIEW_UPDATED'                 => 'User details updated.',
    121129        'USER_POSTS_DELETED'                    => 'Successfully removed all posts made by this user.',
     
    127135        'USER_RANK_UPDATED'                             => 'User rank updated.',
    128136        'USER_SIG_UPDATED'                              => 'User signature successfully updated.',
     137        'USER_WARNING_LOG_DELETED'              => 'No information available. Possibly the log entry has been deleted.',
    129138        'USER_TOOLS'                                    => 'Basic tools',
    130139));
Note: See TracChangeset for help on using the changeset viewer.