~yooozy/mountada/main

« back to all changes in this revision

Viewing changes to language/en/acp/forums.php

  • Committer: Abdelaziz Yakout
  • Date: 2013-11-14 14:51:03 UTC
  • Revision ID: abdelaziz.yakout@gmail.com-20131114145103-rlwgensa9151gttc
ignored files and added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
*
 
4
* acp_forums [English]
 
5
*
 
6
* @package language
 
7
* @version $Id$
 
8
* @copyright (c) 2005 phpBB Group
 
9
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
 
10
*
 
11
*/
 
12
 
 
13
/**
 
14
* DO NOT CHANGE
 
15
*/
 
16
if (!defined('IN_PHPBB'))
 
17
{
 
18
        exit;
 
19
}
 
20
 
 
21
if (empty($lang) || !is_array($lang))
 
22
{
 
23
        $lang = array();
 
24
}
 
25
 
 
26
// DEVELOPERS PLEASE NOTE
 
27
//
 
28
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
 
29
//
 
30
// Placeholders can now contain order information, e.g. instead of
 
31
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
 
32
// translators to re-order the output of data while ensuring it remains correct
 
33
//
 
34
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
 
35
// equally where a string contains only two placeholders which are used to wrap text
 
36
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
 
37
 
 
38
// Forum Admin
 
39
$lang = array_merge($lang, array(
 
40
        'AUTO_PRUNE_DAYS'                       => 'Auto-prune post age',
 
41
        'AUTO_PRUNE_DAYS_EXPLAIN'       => 'Number of days since last post after which topic is removed.',
 
42
        'AUTO_PRUNE_FREQ'                       => 'Auto-prune frequency',
 
43
        'AUTO_PRUNE_FREQ_EXPLAIN'       => 'Time in days between pruning events.',
 
44
        'AUTO_PRUNE_VIEWED'                     => 'Auto-prune post viewed age',
 
45
        'AUTO_PRUNE_VIEWED_EXPLAIN'     => 'Number of days since topic was viewed after which topic is removed.',
 
46
 
 
47
        'CONTINUE'                                              => 'Continue',
 
48
        'COPY_PERMISSIONS'                              => 'Copy permissions from',
 
49
        'COPY_PERMISSIONS_EXPLAIN'              => 'To ease up the permission setup for your new forum, you can copy the permissions of an existing forum.',
 
50
        '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.',
 
51
        '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.',
 
52
        'COPY_TO_ACL'                                   => 'Alternatively, you are also able to %sset up new permissions%s for this forum.',
 
53
        'CREATE_FORUM'                                  => 'Create new forum',
 
54
 
 
55
        'DECIDE_MOVE_DELETE_CONTENT'            => 'Delete content or move to forum',
 
56
        'DECIDE_MOVE_DELETE_SUBFORUMS'          => 'Delete subforums or move to forum',
 
57
        'DEFAULT_STYLE'                                         => 'Default style',
 
58
        'DELETE_ALL_POSTS'                                      => 'Delete posts',
 
59
        'DELETE_SUBFORUMS'                                      => 'Delete subforums and posts',
 
60
        'DISPLAY_ACTIVE_TOPICS'                         => 'Enable active topics',
 
61
        'DISPLAY_ACTIVE_TOPICS_EXPLAIN'         => 'If set to yes active topics in selected subforums will be displayed under this category.',
 
62
 
 
63
        'EDIT_FORUM'                                    => 'Edit forum',
 
64
        'ENABLE_INDEXING'                               => 'Enable search indexing',
 
65
        'ENABLE_INDEXING_EXPLAIN'               => 'If set to yes posts made to this forum will be indexed for searching.',
 
66
        'ENABLE_POST_REVIEW'                    => 'Enable post review',
 
67
        '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.',
 
68
        'ENABLE_QUICK_REPLY'                    => 'Enable quick reply',
 
69
        'ENABLE_QUICK_REPLY_EXPLAIN'    => 'Enables the quick reply in this forum. This setting is not considered if the quick reply is disabled board wide. The quick reply will only be displayed for users who have permission to post in this forum.',
 
70
        'ENABLE_RECENT'                                 => 'Display active topics',
 
71
        'ENABLE_RECENT_EXPLAIN'                 => 'If set to yes topics made to this forum will be shown in the active topics list.',
 
72
        'ENABLE_TOPIC_ICONS'                    => 'Enable topic icons',
 
73
 
 
74
        'FORUM_ADMIN'                                           => 'Forum administration',
 
75
        'FORUM_ADMIN_EXPLAIN'                           => 'In phpBB3 everything is forum based. A category is just a special type of forum. 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>',
 
76
        'FORUM_AUTO_PRUNE'                                      => 'Enable auto-pruning',
 
77
        'FORUM_AUTO_PRUNE_EXPLAIN'                      => 'Prunes the forum of topics, set the frequency/age parameters below.',
 
78
        'FORUM_CREATED'                                         => 'Forum created successfully.',
 
79
        'FORUM_DATA_NEGATIVE'                           => 'Pruning parameters cannot be negative.',
 
80
        'FORUM_DESC_TOO_LONG'                           => 'The forum description is too long, it must be less than 4000 characters.',
 
81
        'FORUM_DELETE'                                          => 'Delete forum',
 
82
        '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.',
 
83
        'FORUM_DELETED'                                         => 'Forum successfully deleted.',
 
84
        'FORUM_DESC'                                            => 'Description',
 
85
        'FORUM_DESC_EXPLAIN'                            => 'Any HTML markup entered here will be displayed as is.',
 
86
        '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.',
 
87
        'FORUM_IMAGE'                                           => 'Forum image',
 
88
        'FORUM_IMAGE_EXPLAIN'                           => 'Location, relative to the phpBB root directory, of an additional image to associate with this forum.',
 
89
        'FORUM_IMAGE_NO_EXIST'                          => 'The specified forum image does not exist',
 
90
        '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>.',
 
91
        'FORUM_LINK_TRACK'                                      => 'Track link redirects',
 
92
        'FORUM_LINK_TRACK_EXPLAIN'                      => 'Records the number of times a forum link was clicked.',
 
93
        'FORUM_NAME'                                            => 'Forum name',
 
94
        'FORUM_NAME_EMPTY'                                      => 'You must enter a name for this forum.',
 
95
        'FORUM_PARENT'                                          => 'Parent forum',
 
96
        'FORUM_PASSWORD'                                        => 'Forum password',
 
97
        'FORUM_PASSWORD_CONFIRM'                        => 'Confirm forum password',
 
98
        'FORUM_PASSWORD_CONFIRM_EXPLAIN'        => 'Only needs to be set if a forum password is entered.',
 
99
        'FORUM_PASSWORD_EXPLAIN'                        => 'Defines a password for this forum, use the permission system in preference.',
 
100
        'FORUM_PASSWORD_UNSET'                          => 'Remove forum password',
 
101
        'FORUM_PASSWORD_UNSET_EXPLAIN'          => 'Check here if you want to remove the forum password.',
 
102
        'FORUM_PASSWORD_OLD'                            => 'The forum password is using an old hashing method and should be changed.',
 
103
        'FORUM_PASSWORD_MISMATCH'                       => 'The passwords you entered did not match.',
 
104
        'FORUM_PRUNE_SETTINGS'                          => 'Forum prune settings',
 
105
        'FORUM_RESYNCED'                                        => 'Forum “%s” successfully resynced',
 
106
        'FORUM_RULES_EXPLAIN'                           => 'Forum rules are displayed at any page within the given forum.',
 
107
        'FORUM_RULES_LINK'                                      => 'Link to forum rules',
 
108
        '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.',
 
109
        'FORUM_RULES_PREVIEW'                           => 'Forum rules preview',
 
110
        'FORUM_RULES_TOO_LONG'                          => 'The forum rules must be less than 4000 characters.',
 
111
        'FORUM_SETTINGS'                                        => 'Forum settings',
 
112
        'FORUM_STATUS'                                          => 'Forum status',
 
113
        'FORUM_STYLE'                                           => 'Forum style',
 
114
        'FORUM_TOPICS_PAGE'                                     => 'Topics per page',
 
115
        'FORUM_TOPICS_PAGE_EXPLAIN'                     => 'If non-zero this value will override the default topics per page setting.',
 
116
        'FORUM_TYPE'                                            => 'Forum type',
 
117
        'FORUM_UPDATED'                                         => 'Forum information updated successfully.',
 
118
 
 
119
        '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.',
 
120
 
 
121
        'GENERAL_FORUM_SETTINGS'        => 'General forum settings',
 
122
 
 
123
        'LINK'                                          => 'Link',
 
124
        'LIST_INDEX'                            => 'List subforum in parent-forum’s legend',
 
125
        'LIST_INDEX_EXPLAIN'            => 'Displays this forum on the index and elsewhere as a link within the legend of its parent-forum if the parent-forum’s “List subforums in legend” option is enabled.',
 
126
        'LIST_SUBFORUMS'                        => 'List subforums in legend',
 
127
        'LIST_SUBFORUMS_EXPLAIN'        => 'Displays this forum’s subforums on the index and elsewhere as a link within the legend if their “List subforum in parent-forum’s legend” option is enabled.',
 
128
        'LOCKED'                                        => 'Locked',
 
129
 
 
130
        'MOVE_POSTS_NO_POSTABLE_FORUM'  => 'The forum you selected for moving the posts to is not postable. Please select a postable forum.',
 
131
        'MOVE_POSTS_TO'                                 => 'Move posts to',
 
132
        'MOVE_SUBFORUMS_TO'                             => 'Move subforums to',
 
133
 
 
134
        'NO_DESTINATION_FORUM'                  => 'You have not specified a forum to move content to.',
 
135
        'NO_FORUM_ACTION'                               => 'No action defined for what happens with the forum content.',
 
136
        'NO_PARENT'                                             => 'No parent',
 
137
        'NO_PERMISSIONS'                                => 'Do not copy permissions',
 
138
        'NO_PERMISSION_FORUM_ADD'               => 'You do not have the necessary permissions to add forums.',
 
139
        'NO_PERMISSION_FORUM_DELETE'    => 'You do not have the necessary permissions to delete forums.',
 
140
 
 
141
        '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.',
 
142
        'PARENT_NOT_EXIST'                      => 'Parent does not exist.',
 
143
        'PRUNE_ANNOUNCEMENTS'           => 'Prune announcements',
 
144
        'PRUNE_STICKY'                          => 'Prune stickies',
 
145
        'PRUNE_OLD_POLLS'                       => 'Prune old polls',
 
146
        'PRUNE_OLD_POLLS_EXPLAIN'       => 'Removes topics with polls not voted in for post age days.',
 
147
 
 
148
        'REDIRECT_ACL'  => 'Now you are able to %sset permissions%s for this forum.',
 
149
 
 
150
        'SYNC_IN_PROGRESS'                      => 'Synchronizing forum',
 
151
        'SYNC_IN_PROGRESS_EXPLAIN'      => 'Currently resyncing topic range %1$d/%2$d.',
 
152
 
 
153
        'TYPE_CAT'                      => 'Category',
 
154
        'TYPE_FORUM'            => 'Forum',
 
155
        'TYPE_LINK'                     => 'Link',
 
156
 
 
157
        'UNLOCKED'                      => 'Unlocked',
 
158
));
 
159
 
 
160
?>
 
 
b'\\ No newline at end of file'