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. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
memberlist.php
001 <?php
002 /**
003 *
004 * memberlist [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 'ABOUT_USER' => 'Profile',
040 'ACTIVE_IN_FORUM' => 'Most active forum',
041 'ACTIVE_IN_TOPIC' => 'Most active topic',
042 'ADD_FOE' => 'Add foe',
043 'ADD_FRIEND' => 'Add friend',
044 'AFTER' => 'After',
045
046 'ALL' => 'All',
047
048 'BEFORE' => 'Before',
049
050 'CC_EMAIL' => 'Send a copy of this e-mail to yourself.',
051 'CONTACT_USER' => 'Contact',
052
053 'DEST_LANG' => 'Language',
054 'DEST_LANG_EXPLAIN' => 'Select an appropriate language (if available) for the recipient of this message.',
055
056 'EMAIL_BODY_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. The return address for this message will be set to your e-mail address.',
057 'EMAIL_DISABLED' => 'Sorry but all e-mail related functions have been disabled.',
058 'EMAIL_SENT' => 'The e-mail has been sent.',
059 'EMAIL_TOPIC_EXPLAIN' => 'This message will be sent as plain text, do not include any HTML or BBCode. Please note that the topic information is already included in the message. The return address for this message will be set to your e-mail address.',
060 'EMPTY_ADDRESS_EMAIL' => 'You must provide a valid e-mail address for the recipient.',
061 'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.',
062 'EMPTY_MESSAGE_IM' => 'You must enter a message to be send.',
063 'EMPTY_NAME_EMAIL' => 'You must enter the real name of the recipient.',
064 'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the e-mail.',
065 'EQUAL_TO' => 'Equal to',
066
067 'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format <kbd>YYYY-MM-DD</kbd>, e.g. <samp>2004-02-29</samp>. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.',
068 'FLOOD_EMAIL_LIMIT' => 'You cannot send another e-mail at this time. Please try again later.',
069
070 'GROUP_LEADER' => 'Group leader',
071
072 'HIDE_MEMBER_SEARCH' => 'Hide member search',
073
074 'IM_ADD_CONTACT' => 'Add Contact',
075 'IM_AIM' => 'Please note that you need AOL Instant Messenger installed to use this.',
076 'IM_AIM_EXPRESS' => 'AIM Express',
077 'IM_DOWNLOAD_APP' => 'Download application',
078 'IM_ICQ' => 'Please note that users may have selected to not receive unsolicited instant messages.',
079 'IM_JABBER' => 'Please note that users may have selected to not receive unsolicited instant messages.',
080 'IM_JABBER_SUBJECT' => 'This is an automated message please do not reply! Message from user %1$s at %2$s.',
081 'IM_MESSAGE' => 'Your message',
082 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.',
083 'IM_MSNM_BROWSER' => 'Your browser does not support this.',
084 'IM_MSNM_CONNECT' => 'MSNM is not connected.\nYou have to connect to MSNM to continue.',
085 'IM_NAME' => 'Your Name',
086 'IM_NO_DATA' => 'There is no suitable contact information for this user.',
087 'IM_NO_JABBER' => 'Sorry, direct messaging of Jabber users is not supported on this server. You will need a Jabber client installed on your system to contact the recipient above.',
088 'IM_RECIPIENT' => 'Recipient',
089 'IM_SEND' => 'Send message',
090 'IM_SEND_MESSAGE' => 'Send message',
091 'IM_SENT_JABBER' => 'Your message to %1$s has been sent successfully.',
092 'IM_USER' => 'Send an instant message',
093
094 'LAST_ACTIVE' => 'Last active',
095 'LESS_THAN' => 'Less than',
096 'LIST_USER' => '1 user',
097 'LIST_USERS' => '%d users',
098 'LOGIN_EXPLAIN_LEADERS' => 'The board requires you to be registered and logged in to view the team listing.',
099 'LOGIN_EXPLAIN_MEMBERLIST' => 'The board requires you to be registered and logged in to access the memberlist.',
100 'LOGIN_EXPLAIN_SEARCHUSER' => 'The board requires you to be registered and logged in to search users.',
101 'LOGIN_EXPLAIN_VIEWPROFILE' => 'The board requires you to be registered and logged in to view profiles.',
102
103 'MORE_THAN' => 'More than',
104
105 'NO_EMAIL' => 'You are not permitted to send e-mail to this user.',
106 'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
107
108 'ORDER' => 'Order',
109 'OTHER' => 'Other',
110
111 'POST_IP' => 'Posted from IP/domain',
112
113 'RANK' => 'Rank',
114 'REAL_NAME' => 'Recipient name',
115 'RECIPIENT' => 'Recipient',
116 'REMOVE_FOE' => 'Remove foe',
117 'REMOVE_FRIEND' => 'Remove friend',
118
119 'SEARCH_USER_POSTS' => 'Search user’s posts',
120 'SELECT_MARKED' => 'Select marked',
121 'SELECT_SORT_METHOD' => 'Select sort method',
122 'SEND_AIM_MESSAGE' => 'Send AIM message',
123 'SEND_ICQ_MESSAGE' => 'Send ICQ message',
124 'SEND_IM' => 'Instant messaging',
125 'SEND_JABBER_MESSAGE' => 'Send Jabber message',
126 'SEND_MESSAGE' => 'Message',
127 'SEND_MSNM_MESSAGE' => 'Send MSNM/WLM message',
128 'SEND_YIM_MESSAGE' => 'Send YIM message',
129 'SORT_EMAIL' => 'E-mail',
130 'SORT_LAST_ACTIVE' => 'Last active',
131 'SORT_POST_COUNT' => 'Post count',
132
133 'USERNAME_BEGINS_WITH' => 'Username begins with',
134 'USER_ADMIN' => 'Administrate user',
135 'USER_FORUM' => 'User statistics',
136 'USER_ONLINE' => 'Online',
137 'USER_PRESENCE' => 'Board presence',
138
139 'VIEWING_PROFILE' => 'Viewing profile - %s',
140 'VISITED' => 'Last visited',
141
142 'WWW' => 'Website',
143 ));
144
145 ?>