Changeset 702 for trunk/forum/language/en/acp/users.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/acp/users.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : users.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 78 78 79 79 'NO_SPECIAL_RANK' => 'No special rank assigned', 80 'NO_WARNINGS' => 'No warnings.', 80 81 'NOT_MANAGE_FOUNDER' => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.', 81 82 … … 103 104 'USER_ADMIN_DEL_ATTACH' => 'Delete all attachments', 104 105 'USER_ADMIN_DEL_AVATAR' => 'Delete avatar', 106 'USER_ADMIN_DEL_OUTBOX' => 'Empty PM outbox', 105 107 'USER_ADMIN_DEL_POSTS' => 'Delete all posts', 106 108 'USER_ADMIN_DEL_SIG' => 'Delete signature', 107 109 'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options.', 108 110 'USER_ADMIN_FORCE' => 'Force reactivation', 111 'USER_ADMIN_LEAVE_NR' => 'Remove from Newly Registered', 109 112 'USER_ADMIN_MOVE_POSTS' => 'Move all posts', 110 113 'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.', 111 114 '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.', 112 116 '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.', 113 118 'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', 114 119 'USER_DELETED' => 'User deleted successfully.', … … 117 122 'USER_GROUP_PENDING' => 'Groups user is in pending mode', 118 123 'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of', 124 'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.', 119 125 '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.', 120 128 'USER_OVERVIEW_UPDATED' => 'User details updated.', 121 129 'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.', … … 127 135 'USER_RANK_UPDATED' => 'User rank updated.', 128 136 'USER_SIG_UPDATED' => 'User signature successfully updated.', 137 'USER_WARNING_LOG_DELETED' => 'No information available. Possibly the log entry has been deleted.', 129 138 'USER_TOOLS' => 'Basic tools', 130 139 ));
Note:
See TracChangeset
for help on using the changeset viewer.