Verzeichnisstruktur phpBB-3.0.0


Veröffentlicht
12.12.2007

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:53 - Dateigröße: 6.13 KiB


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