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

forums.php

Zuletzt modifiziert: 09.10.2024, 12:53 - Dateigröße: 8.80 KiB


001  <?php
002  /**
003  *
004  * acp_forums [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  // Forum Admin
039  $lang = array_merge($lang, array(
040      'AUTO_PRUNE_DAYS'            => 'Auto-prune post age',
041      'AUTO_PRUNE_DAYS_EXPLAIN'    => 'Number of days since last post after which topic is removed.',
042      'AUTO_PRUNE_FREQ'            => 'Auto-prune frequency',
043      'AUTO_PRUNE_FREQ_EXPLAIN'    => 'Time in days between pruning events.',
044      'AUTO_PRUNE_VIEWED'            => 'Auto-prune post viewed age',
045      'AUTO_PRUNE_VIEWED_EXPLAIN'    => 'Number of days since topic was viewed after which topic is removed.',
046   
047      'COPY_PERMISSIONS'                => 'Copy permissions from',
048      'COPY_PERMISSIONS_ADD_EXPLAIN'    => 'Once created, the forum will have the same permissions as the one you select here. If no forum is selected the newly created forum will not be visible until permissions had been set.',
049      'COPY_PERMISSIONS_EDIT_EXPLAIN'    => 'If you select to copy permissions, the forum will have the same permissions as the one you select here. This will overwrite any permissions you have previously set for this forum with the permissions of the forum you select here. If no forum is selected the current permissions will be kept.',
050      'CREATE_FORUM'                    => 'Create new forum',
051   
052      'DECIDE_MOVE_DELETE_CONTENT'        => 'Delete content or move to forum',
053      'DECIDE_MOVE_DELETE_SUBFORUMS'        => 'Delete subforums or move to forum',
054      'DEFAULT_STYLE'                        => 'Default style',
055      'DELETE_ALL_POSTS'                    => 'Delete posts',
056      'DELETE_SUBFORUMS'                    => 'Delete subforums and posts',
057      'DISPLAY_ACTIVE_TOPICS'                => 'Enable active topics',
058      'DISPLAY_ACTIVE_TOPICS_EXPLAIN'        => 'If set to yes active topics in selected subforums will be displayed under this category.',
059   
060      'EDIT_FORUM'                    => 'Edit forum',
061      'ENABLE_INDEXING'                => 'Enable search indexing',
062      'ENABLE_INDEXING_EXPLAIN'        => 'If set to yes posts made to this forum will be indexed for searching.',
063      'ENABLE_POST_REVIEW'            => 'Enable post review',
064      'ENABLE_POST_REVIEW_EXPLAIN'    => 'If set to yes users are able to review their post if new posts were made to the topic while users wrote theirs. This should be disabled for chat forums.',
065      'ENABLE_RECENT'                    => 'Display active topics',
066      'ENABLE_RECENT_EXPLAIN'            => 'If set to yes topics made to this forum will be shown in the active topics list.',
067      'ENABLE_TOPIC_ICONS'            => 'Enable topic icons',
068   
069      'FORUM_ADMIN'                        => 'Forum administration',
070      'FORUM_ADMIN_EXPLAIN'                => 'In phpBB3 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum. <strong>You need to copy or set appropriate permissions for newly created forums to have them displayed.</strong>',
071      'FORUM_AUTO_PRUNE'                    => 'Enable auto-pruning',
072      'FORUM_AUTO_PRUNE_EXPLAIN'            => 'Prunes the forum of topics, set the frequency/age parameters below.',
073      'FORUM_CREATED'                        => 'Forum created successfully.',
074      'FORUM_DATA_NEGATIVE'                => 'Pruning parameters cannot be negative.',
075      'FORUM_DESC_TOO_LONG'                => 'The forum description is too long, it must be less than 4000 characters.',
076      'FORUM_DELETE'                        => 'Delete forum',
077      'FORUM_DELETE_EXPLAIN'                => 'The form below will allow you to delete a forum. If the forum is postable you are able to decide where you want to put all topics (or forums) it contained.',
078      'FORUM_DELETED'                        => 'Forum successfully deleted.',
079      'FORUM_DESC'                        => 'Description',
080      'FORUM_DESC_EXPLAIN'                => 'Any HTML markup entered here will be displayed as is.',
081      'FORUM_EDIT_EXPLAIN'                => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.',
082      'FORUM_IMAGE'                        => 'Forum image',
083      'FORUM_IMAGE_EXPLAIN'                => 'Location, relative to the phpBB root directory, of an additional image to associate with this forum.',
084      'FORUM_LINK_EXPLAIN'                => 'Full URL (including the protocol, i.e.: <samp>http://</samp>) to the destination location that clicking this forum will take the user, e.g.: <samp>http://www.phpbb.com/</samp>.',
085      'FORUM_LINK_TRACK'                    => 'Track link redirects',
086      'FORUM_LINK_TRACK_EXPLAIN'            => 'Records the number of times a forum link was clicked.',
087      'FORUM_NAME'                        => 'Forum name',
088      'FORUM_NAME_EMPTY'                    => 'You must enter a name for this forum.',
089      'FORUM_PARENT'                        => 'Parent forum',
090      'FORUM_PASSWORD'                    => 'Forum password',
091      'FORUM_PASSWORD_CONFIRM'            => 'Confirm forum password',
092      'FORUM_PASSWORD_CONFIRM_EXPLAIN'    => 'Only needs to be set if a forum password is entered.',
093      'FORUM_PASSWORD_EXPLAIN'            => 'Defines a password for this forum, use the permission system in preference.',
094      'FORUM_PASSWORD_UNSET'                => 'Remove forum password',
095      'FORUM_PASSWORD_UNSET_EXPLAIN'        => 'Check here if you want to remove the forum password.',
096      'FORUM_PASSWORD_OLD'                => 'The forum password is using an old encryption and should be changed.',
097      'FORUM_PASSWORD_MISMATCH'            => 'The passwords you entered did not match.',
098      'FORUM_PRUNE_SETTINGS'                => 'Forum prune settings',
099      'FORUM_RESYNCED'                    => 'Forum “%s” successfully resynced',
100      'FORUM_RULES_EXPLAIN'                => 'Forum rules are displayed at any page within the given forum.',
101      'FORUM_RULES_LINK'                    => 'Link to forum rules',
102      'FORUM_RULES_LINK_EXPLAIN'            => 'You are able to enter the URL of the page/post containing your forum rules here. This setting will override the forum rules text you specified.',
103      'FORUM_RULES_PREVIEW'                => 'Forum rules preview',
104      'FORUM_RULES_TOO_LONG'                => 'The forum rules must be less than 4000 characters.',
105      'FORUM_SETTINGS'                    => 'Forum settings',
106      'FORUM_STATUS'                        => 'Forum status',
107      'FORUM_STYLE'                        => 'Forum style',
108      'FORUM_TOPICS_PAGE'                    => 'Topics per page',
109      'FORUM_TOPICS_PAGE_EXPLAIN'            => 'If non-zero this value will override the default topics per page setting.',
110      'FORUM_TYPE'                        => 'Forum type',
111      'FORUM_UPDATED'                        => 'Forum information updated successfully.',
112   
113      'FORUM_WITH_SUBFORUMS_NOT_TO_LINK'        => 'You want to change a postable forum having subforums to a link. Please move all subforums out of this forum before you proceed, because after changing to a link you are no longer able to see the subforums currently connected to this forum.',
114   
115      'GENERAL_FORUM_SETTINGS'    => 'General forum settings',
116   
117      'LINK'                    => 'Link',
118      'LIST_INDEX'            => 'List subforum in parent-forum’s legend',
119      'LIST_INDEX_EXPLAIN'    => 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum.',
120      'LOCKED'                => 'Locked',
121   
122      'MOVE_POSTS_NO_POSTABLE_FORUM'    => 'The forum you selected for moving the posts to is not postable. Please select a postable forum.',
123      'MOVE_POSTS_TO'                    => 'Move posts to',
124      'MOVE_SUBFORUMS_TO'                => 'Move subforums to',
125   
126      'NO_DESTINATION_FORUM'            => 'You have not specified a forum to move content to.',
127      'NO_FORUM_ACTION'                => 'No action defined for what happens with the forum content.',
128      'NO_PARENT'                        => 'No parent',
129      'NO_PERMISSIONS'                => 'Do not copy permissions',
130      'NO_PERMISSION_FORUM_ADD'        => 'You do not have the necessary permissions to add forums.',
131      'NO_PERMISSION_FORUM_DELETE'    => 'You do not have the necessary permissions to delete forums.',
132   
133      'PARENT_IS_LINK_FORUM'        => 'The parent you specified is a forum link. Link forums are not able to hold other forums, please specify a category or forum as the parent forum.',
134      'PARENT_NOT_EXIST'            => 'Parent does not exist.',
135      'PRUNE_ANNOUNCEMENTS'        => 'Prune announcements',
136      'PRUNE_STICKY'                => 'Prune stickies',
137      'PRUNE_OLD_POLLS'            => 'Prune old polls',
138      'PRUNE_OLD_POLLS_EXPLAIN'    => 'Removes topics with polls not voted in for post age days.',
139   
140      'REDIRECT_ACL'    => 'Now you are able to %sset permissions%s for this forum.',
141   
142      'SYNC_IN_PROGRESS'            => 'Synchronizing forum',
143      'SYNC_IN_PROGRESS_EXPLAIN'    => 'Currently resyncing topic range %1$d/%2$d.',
144   
145      'TYPE_CAT'            => 'Category',
146      'TYPE_FORUM'        => 'Forum',
147      'TYPE_LINK'            => 'Link',
148   
149      'UNLOCKED'            => 'Unlocked',
150  ));
151   
152  ?>