Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

users.php

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 7.36 KiB


001  <?php
002  /**
003  *
004  * This file is part of the phpBB Forum Software package.
005  *
006  * @copyright (c) phpBB Limited <https://www.phpbb.com>
007  * @license GNU General Public License, version 2 (GPL-2.0)
008  *
009  * For full copyright and license information, please see
010  * the docs/CREDITS.txt file.
011  *
012  */
013   
014  /**
015  * DO NOT CHANGE
016  */
017  if (!defined('IN_PHPBB'))
018  {
019      exit;
020  }
021   
022  if (empty($lang) || !is_array($lang))
023  {
024      $lang = array();
025  }
026   
027  // DEVELOPERS PLEASE NOTE
028  //
029  // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
030  //
031  // Placeholders can now contain order information, e.g. instead of
032  // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
033  // translators to re-order the output of data while ensuring it remains correct
034  //
035  // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
036  // equally where a string contains only two placeholders which are used to wrap text
037  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
038   
039  $lang = array_merge($lang, array(
040      'ADMIN_SIG_PREVIEW'        => 'Signature preview',
041      'AT_LEAST_ONE_FOUNDER'    => 'You are not able to change this founder to a normal user. There needs to be at least one founder enabled for this board. If you want to change this users founder status, promote another user to be a founder first.',
042   
043      'BAN_ALREADY_ENTERED'    => 'The ban had been previously entered successfully. The ban list has not been updated.',
044      'BAN_SUCCESSFUL'        => 'Ban entered successfully.',
045   
046      'CANNOT_BAN_ANONYMOUS'            => 'You are not allowed to ban the anonymous account. Permissions for anonymous users can be set under the Permissions tab.',
047      'CANNOT_BAN_FOUNDER'            => 'You are not allowed to ban founder accounts.',
048      'CANNOT_BAN_YOURSELF'            => 'You are not allowed to ban yourself.',
049      'CANNOT_DEACTIVATE_BOT'            => 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',
050      'CANNOT_DEACTIVATE_FOUNDER'        => 'You are not allowed to deactivate founder accounts.',
051      'CANNOT_DEACTIVATE_YOURSELF'    => 'You are not allowed to deactivate your own account.',
052      'CANNOT_FORCE_REACT_BOT'        => 'You are not allowed to force reactivation on bot accounts. Please reactivate the bot within the bots page instead.',
053      'CANNOT_FORCE_REACT_FOUNDER'    => 'You are not allowed to force reactivation on founder accounts.',
054      'CANNOT_FORCE_REACT_YOURSELF'    => 'You are not allowed to force reactivation of your own account.',
055      'CANNOT_REMOVE_ANONYMOUS'        => 'You are not able to remove the guest user account.',
056      'CANNOT_REMOVE_FOUNDER'            => 'You are not allowed to remove founder accounts.',
057      'CANNOT_REMOVE_YOURSELF'        => 'You are not allowed to remove your own user account.',
058      'CANNOT_SET_FOUNDER_IGNORED'    => 'You are not able to promote ignored users to be founders.',
059      'CANNOT_SET_FOUNDER_INACTIVE'    => 'You need to activate users before you promote them to founders, only activated users are able to be promoted.',
060      'CONFIRM_EMAIL_EXPLAIN'            => 'You only need to specify this if you are changing the users email address.',
061   
062      'DELETE_POSTS'            => 'Delete posts',
063      'DELETE_USER'            => 'Delete user',
064      'DELETE_USER_EXPLAIN'    => 'Please note that deleting a user is final, they cannot be recovered. Unread private messages sent by this user will be deleted and will not be available to their recipients.',
065   
066      'FORCE_REACTIVATION_SUCCESS'    => 'Successfully forced reactivation.',
067      'FOUNDER'                        => 'Founder',
068      'FOUNDER_EXPLAIN'                => 'Founders have all administrative permissions and can never be banned, deleted or altered by non-founder members.',
069   
070      'GROUP_APPROVE'                    => 'Approve member',
071      'GROUP_DEFAULT'                    => 'Make group default for member',
072      'GROUP_DELETE'                    => 'Remove member from group',
073      'GROUP_DEMOTE'                    => 'Demote group leader',
074      'GROUP_PROMOTE'                    => 'Promote to group leader',
075   
076      'IP_WHOIS_FOR'            => 'IP whois for %s',
077   
078      'LAST_ACTIVE'            => 'Last active',
079   
080      'MOVE_POSTS_EXPLAIN'    => 'Please select the forum to which you wish to move all the posts this user has made.',
081   
082      'NO_SPECIAL_RANK'        => 'No special rank assigned',
083      'NO_WARNINGS'            => 'No warnings.',
084      'NOT_MANAGE_FOUNDER'    => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.',
085   
086      'QUICK_TOOLS'            => 'Quick tools',
087   
088      'REGISTERED'            => 'Registered',
089      'REGISTERED_IP'            => 'Registered from IP',
090      'RETAIN_POSTS'            => 'Retain posts',
091   
092      'SELECT_FORM'            => 'Select form',
093      'SELECT_USER'            => 'Select user',
094   
095      'USER_ADMIN'                    => 'User administration',
096      'USER_ADMIN_ACTIVATE'            => 'Activate account',
097      'USER_ADMIN_ACTIVATED'            => 'User activated successfully.',
098      'USER_ADMIN_AVATAR_REMOVED'        => 'Successfully removed avatar from user account.',
099      'USER_ADMIN_BAN_EMAIL'            => 'Ban by email',
100      'USER_ADMIN_BAN_EMAIL_REASON'    => 'Email address banned via user management',
101      'USER_ADMIN_BAN_IP'                => 'Ban by IP',
102      'USER_ADMIN_BAN_IP_REASON'        => 'IP banned via user management',
103      'USER_ADMIN_BAN_NAME_REASON'    => 'Username banned via user management',
104      'USER_ADMIN_BAN_USER'            => 'Ban by username',
105      'USER_ADMIN_DEACTIVATE'            => 'Deactivate account',
106      'USER_ADMIN_DEACTIVED'            => 'User deactivated successfully.',
107      'USER_ADMIN_DEL_ATTACH'            => 'Delete all attachments',
108      'USER_ADMIN_DEL_AVATAR'            => 'Delete avatar',
109      'USER_ADMIN_DEL_OUTBOX'            => 'Empty PM outbox',
110      'USER_ADMIN_DEL_POSTS'            => 'Delete all posts',
111      'USER_ADMIN_DEL_SIG'            => 'Delete signature',
112      'USER_ADMIN_EXPLAIN'            => 'Here you can change your users information and certain specific options.',
113      'USER_ADMIN_FORCE'                => 'Force reactivation',
114      'USER_ADMIN_LEAVE_NR'            => 'Remove from Newly Registered',
115      'USER_ADMIN_MOVE_POSTS'            => 'Move all posts',
116      'USER_ADMIN_SIG_REMOVED'        => 'Successfully removed signature from user account.',
117      'USER_ATTACHMENTS_REMOVED'        => 'Successfully removed all attachments made by this user.',
118      'USER_AVATAR_NOT_ALLOWED'        => 'The avatar cannot be displayed because avatars have been disallowed.',
119      'USER_AVATAR_UPDATED'            => 'Successfully updated user avatars details.',
120      'USER_AVATAR_TYPE_NOT_ALLOWED'    => 'The current avatar cannot be displayed because its type has been disallowed.',
121      'USER_CUSTOM_PROFILE_FIELDS'    => 'Custom profile fields',
122      'USER_DELETED'                    => 'User deleted successfully.',
123      'USER_GROUP_ADD'                => 'Add user to group',
124      'USER_GROUP_NORMAL'                => 'User defined groups user is a member of',
125      'USER_GROUP_PENDING'            => 'Groups user is in pending mode',
126      'USER_GROUP_SPECIAL'            => 'Pre-defined groups user is a member of',
127      'USER_LIFTED_NR'                => 'Successfully removed the user’s newly registered status.',
128      'USER_NO_ATTACHMENTS'            => 'There are no attached files to display.',
129      'USER_NO_POSTS_TO_DELETE'            => 'The user has no posts to retain or delete.',
130      'USER_OUTBOX_EMPTIED'            => 'Successfully emptied user’s private message outbox.',
131      'USER_OUTBOX_EMPTY'                => 'The user’s private message outbox was already empty.',
132      'USER_OVERVIEW_UPDATED'            => 'User details updated.',
133      'USER_POSTS_DELETED'            => 'Successfully removed all posts made by this user.',
134      'USER_POSTS_MOVED'                => 'Successfully moved users posts to target forum.',
135      'USER_PREFS_UPDATED'            => 'User preferences updated.',
136      'USER_PROFILE'                    => 'User profile',
137      'USER_PROFILE_UPDATED'            => 'User profile updated.',
138      'USER_RANK'                        => 'User rank',
139      'USER_RANK_UPDATED'                => 'User rank updated.',
140      'USER_SIG_UPDATED'                => 'User signature successfully updated.',
141      'USER_WARNING_LOG_DELETED'        => 'No information available. Possibly the log entry has been deleted.',
142      'USER_TOOLS'                    => 'Basic tools',
143  ));
144