Changeset 702 for trunk/forum/language/en/acp
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- Location:
- trunk/forum/language/en/acp
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/acp/ban.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : ban.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 49 49 'BAN_GIVE_REASON' => 'Reason shown to the banned', 50 50 'BAN_UPDATE_SUCCESSFUL' => 'The banlist has been updated successfully.', 51 'BANNED_UNTIL_DATE' => 'until %s', // Example: "until Mon 13.Jul.2009, 14:44" 52 'BANNED_UNTIL_DURATION' => '%1$s (until %2$s)', // Example: "7 days (until Tue 14.Jul.2009, 14:44)" 51 53 52 54 'EMAIL_BAN' => 'Ban one or more e-mail addresses', … … 68 70 69 71 'PERMANENT' => 'Permanent', 70 72 71 73 'UNTIL' => 'Until', 72 74 'USER_BAN' => 'Ban one or more usernames', … … 76 78 'USER_UNBAN' => 'Un-ban or un-exclude usernames', 77 79 'USER_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded users are emphasised.', 78 79 80 80 )); 81 81 -
trunk/forum/language/en/acp/board.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : board.php 9037 2008-10-26 10:52:43Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 71 71 'ALLOW_NO_CENSORS_EXPLAIN' => 'Users can choose to disable the automatic word censoring of posts and private messages.', 72 72 'ALLOW_PM_ATTACHMENTS' => 'Allow attachments in private messages', 73 'ALLOW_PM_REPORT' => 'Allow users to report private messages', 74 'ALLOW_PM_REPORT_EXPLAIN' => 'If this setting is enabled, users have the option of reporting a private message they have received or sent to the board’s moderators. These private messages will then be visible in the Moderator Control Panel.', 75 'ALLOW_QUICK_REPLY' => 'Allow quick reply', 76 'ALLOW_QUICK_REPLY_EXPLAIN' => 'This switch allows for the quick reply to be disabled board-wide. When enabled, forum specific settings will be used to determine whether the quick reply is displayed in individual forums.', 77 'ALLOW_QUICK_REPLY_BUTTON' => 'Submit and enable quick reply in all forums', 73 78 'ALLOW_SIG' => 'Allow signatures', 74 79 'ALLOW_SIG_BBCODE' => 'Allow BBCode in user signatures', … … 88 93 'ACP_AVATAR_SETTINGS_EXPLAIN' => 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that file size limits are only imposed on uploaded avatars, they do not apply to remotely linked images.', 89 94 95 'ALLOW_AVATARS' => 'Enable avatars', 96 'ALLOW_AVATARS_EXPLAIN' => 'Allow general usage of avatars;<br />If you disable avatars in general or avatars of a certain mode, the disabled avatars will no longer be shown on the board, but users will still be able to download their own avatars in the User Control Panel.', 90 97 'ALLOW_LOCAL' => 'Enable gallery avatars', 91 98 'ALLOW_REMOTE' => 'Enable remote avatars', 92 99 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website.', 100 'ALLOW_REMOTE_UPLOAD' => 'Enable remote avatar uploading', 101 'ALLOW_REMOTE_UPLOAD_EXPLAIN' => 'Allow uploading of avatars from another website.', 93 102 'ALLOW_UPLOAD' => 'Enable avatar uploading', 94 103 'AVATAR_GALLERY_PATH' => 'Avatar gallery path', … … 141 150 'ALLOW_POST_FLASH_EXPLAIN' => 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.', 142 151 143 'ENABLE_QUEUE_TRIGGER' => 'Enable queued posts',144 'ENABLE_QUEUE_TRIGGER_EXPLAIN' => 'Ability to put registered users posts to post approval if their post count is lower than the specified value below. This setting has no effect on the permission setting for post/topic approval.',145 'QUEUE_TRIGGER_POSTS' => 'Maximum post count for queued posts',146 'QUEUE_TRIGGER_POSTS_EXPLAIN' => 'If queued posts is enabled, this is the post count the user need to reach in order to post without post approval. If the users post count is below this number, the post is stored in the queue automatically.',147 148 152 'BUMP_INTERVAL' => 'Bump interval', 149 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic.', 150 'CHAR_LIMIT' => 'Maximum characters per post', 151 'CHAR_LIMIT_EXPLAIN' => 'The number of characters allowed within a post. Set to 0 for unlimited characters.', 153 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic. Setting the value to 0 disables this feature.', 154 'CHAR_LIMIT' => 'Maximum characters per post/message', 155 'CHAR_LIMIT_EXPLAIN' => 'The number of characters allowed within a post/private message. Set to 0 for unlimited characters.', 156 'DELETE_TIME' => 'Limit deleting time', 157 'DELETE_TIME_EXPLAIN' => 'Limits the time available to delete a new post. Setting the value to 0 disables this behaviour.', 152 158 'DISPLAY_LAST_EDITED' => 'Display last edited time information', 153 159 'DISPLAY_LAST_EDITED_EXPLAIN' => 'Choose if the last edited by information to be displayed on posts.', … … 167 173 'MAX_POST_URLS' => 'Maximum links per post', 168 174 'MAX_POST_URLS_EXPLAIN' => 'Maximum number of URLs in a post. Set to 0 for unlimited links.', 175 'MIN_CHAR_LIMIT' => 'Minimum characters per post/message', 176 'MIN_CHAR_LIMIT_EXPLAIN' => 'The minimum number of characters the user need to enter within a post/private message.', 169 177 'POSTING' => 'Posting', 170 178 'POSTS_PER_PAGE' => 'Posts per page', … … 173 181 'SMILIES_LIMIT' => 'Maximum smilies per post', 174 182 'SMILIES_LIMIT_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.', 183 'SMILIES_PER_PAGE' => 'Smilies per page', 175 184 'TOPICS_PER_PAGE' => 'Topics per page', 176 185 )); … … 198 207 'ACP_REGISTER_SETTINGS_EXPLAIN' => 'Here you are able to define registration and profile related settings.', 199 208 200 'ACC_ACTIVATION' => 'Account activation', 201 'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.', 209 'ACC_ACTIVATION' => 'Account activation', 210 'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.', 211 'NEW_MEMBER_POST_LIMIT' => 'New member post limit', 212 'NEW_MEMBER_POST_LIMIT_EXPLAIN' => 'New members are within the <em>Newly Registered Users</em> group until they reach this number of posts. You can use this group to keep them from using the PM system or to review their posts. <strong>A value of 0 disables this feature.</strong>', 213 'NEW_MEMBER_GROUP_DEFAULT' => 'Set Newly Registered Users group to default', 214 'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN' => 'If set to yes and a new member post limit is specified newly registered users will be not only put into the <em>Newly Registered Users</em> group, but this group also being their default one. This may come in handy if you want to assign a group default rank and/or avatar the user then inherits.', 215 202 216 'ACC_ADMIN' => 'By Admin', 203 217 'ACC_DISABLE' => 'Disable', … … 232 246 )); 233 247 248 // Feeds 249 $lang = array_merge($lang, array( 250 'ACP_FEED_MANAGEMENT' => 'General syndication feeds settings', 251 'ACP_FEED_MANAGEMENT_EXPLAIN' => 'This module makes available various ATOM feeds, parsing any BBCode in posts to make them readable in external feeds.', 252 253 'ACP_FEED_GENERAL' => 'General feed settings', 254 'ACP_FEED_POST_BASED' => 'Post-based feed settings', 255 'ACP_FEED_TOPIC_BASED' => 'Topic-based feed settings', 256 'ACP_FEED_SETTINGS_OTHER' => 'Other feeds and settings', 257 258 'ACP_FEED_ENABLE' => 'Enable feeds', 259 'ACP_FEED_ENABLE_EXPLAIN' => 'Turns on or off ATOM feeds for the entire board.<br />Disabling this switches off all feeds, no matter how the options below are set.', 260 'ACP_FEED_LIMIT' => 'Number of items', 261 'ACP_FEED_LIMIT_EXPLAIN' => 'The maximum number of feed items to display.', 262 263 'ACP_FEED_OVERALL' => 'Enable board-wide feed', 264 'ACP_FEED_OVERALL_EXPLAIN' => 'Board-wide new posts.', 265 'ACP_FEED_FORUM' => 'Enable per-forum feeds', 266 'ACP_FEED_FORUM_EXPLAIN' => 'Single forum and subforums new posts.', 267 'ACP_FEED_TOPIC' => 'Enable per-topic feeds', 268 'ACP_FEED_TOPIC_EXPLAIN' => 'Single topics new posts.', 269 270 'ACP_FEED_TOPICS_NEW' => 'Enable new topics feed', 271 'ACP_FEED_TOPICS_NEW_EXPLAIN' => 'Enables the “New Topics” feed, which displays the last created topics including the first post.', 272 'ACP_FEED_TOPICS_ACTIVE' => 'Enable active topics feed', 273 'ACP_FEED_TOPICS_ACTIVE_EXPLAIN' => 'Enables the “Active Topics” feed, which displays the last active topics including the last post.', 274 'ACP_FEED_NEWS' => 'News feed', 275 'ACP_FEED_NEWS_EXPLAIN' => 'Pull the first post from these forums. Select no forums to disable news feed.<br />Select multiple forums by holding <samp>CTRL</samp> and clicking.', 276 277 'ACP_FEED_OVERALL_FORUMS' => 'Enable forums feed', 278 'ACP_FEED_OVERALL_FORUMS_EXPLAIN' => 'Enables the “All forums” feed, which displays a list of forums.', 279 280 'ACP_FEED_HTTP_AUTH' => 'Allow HTTP Authentication', 281 'ACP_FEED_HTTP_AUTH_EXPLAIN' => 'Enables HTTP authentication, which allows users to receive content that is hidden to guest users by adding the <samp>auth=http</samp> parameter to the feed URL. Please note that some PHP setups require additional changes to the .htaccess file. Instructions can be found in that file.', 282 'ACP_FEED_ITEM_STATISTICS' => 'Item statistics', 283 'ACP_FEED_ITEM_STATISTICS_EXPLAIN' => 'Display individual statistics underneath feed items<br />(e.g. posted by, date and time, replies, views)', 284 'ACP_FEED_EXCLUDE_ID' => 'Exclude these forums', 285 'ACP_FEED_EXCLUDE_ID_EXPLAIN' => 'Content from these will be <strong>not included in feeds</strong>. Select no forum to pull data from all forums.<br />Select/Deselect multiple forums by holding <samp>CTRL</samp> and clicking.', 286 )); 287 234 288 // Visual Confirmation Settings 235 289 $lang = array_merge($lang, array( 236 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you are able to define visual confirmation defaults and CAPTCHA settings.', 237 290 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you can select and configure CAPTCHA plugins, which implement various ways to reject registration attempts from so-called spambots.', 291 'AVAILABLE_CAPTCHAS' => 'Available plugins', 292 'CAPTCHA_UNAVAILABLE' => 'The CAPTCHA cannot be selected as its requirements are not met.', 238 293 'CAPTCHA_GD' => 'GD CAPTCHA', 294 'CAPTCHA_GD_3D' => 'GD 3D Captcha', 239 295 'CAPTCHA_GD_FOREGROUND_NOISE' => 'GD CAPTCHA foreground noise', 240 296 'CAPTCHA_GD_EXPLAIN' => 'Use GD to make a more advanced CAPTCHA.', … … 244 300 'CAPTCHA_GD_Y_GRID' => 'GD CAPTCHA background noise y-axis', 245 301 'CAPTCHA_GD_Y_GRID_EXPLAIN' => 'Use lower settings of this to make the GD based CAPTCHA harder. 0 will disable y-axis background noise.', 246 302 'CAPTCHA_GD_WAVE' => 'GD CAPTCHA wave distortion', 303 'CAPTCHA_GD_WAVE_EXPLAIN' => 'This applies a wave distortion to the CAPTCHA.', 304 'CAPTCHA_GD_3D_NOISE' => 'Add 3D-noise objects', 305 'CAPTCHA_GD_3D_NOISE_EXPLAIN' => 'This adds additional objects to the CAPTCHA, over the letters.', 306 'CAPTCHA_GD_FONTS' => 'Use different fonts', 307 'CAPTCHA_GD_FONTS_EXPLAIN' => 'This setting controls how many different letter shapes are used. You can just use the default shapes or introduce altered letters. Adding lowercase letters is also possible.', 308 'CAPTCHA_FONT_DEFAULT' => 'Default', 309 'CAPTCHA_FONT_NEW' => 'New Shapes', 310 'CAPTCHA_FONT_LOWER' => 'Also use lowercase', 311 'CAPTCHA_NO_GD' => 'CAPTCHA without GD', 247 312 'CAPTCHA_PREVIEW_MSG' => 'Your changes to the visual confirmation setting were not saved. This is just a preview.', 248 'CAPTCHA_PREVIEW_EXPLAIN' => 'The CAPTCHA as it will look like using the current settings. Use the preview button to refresh. Note that captchas are randomized and will differ from one view to the next.', 313 'CAPTCHA_PREVIEW_EXPLAIN' => 'The CAPTCHA as it would look like using the current selection.', 314 315 'CAPTCHA_SELECT' => 'Installed CAPTCHA plugins', 316 'CAPTCHA_SELECT_EXPLAIN' => 'The dropdown holds the CAPTCHA plugins recognized by the board. Gray entries are not available right now and might need configuration prior to use.', 317 'CAPTCHA_CONFIGURE' => 'Configure CAPTCHAs', 318 'CAPTCHA_CONFIGURE_EXPLAIN' => 'Change the settings for the selected CAPTCHA.', 319 'CONFIGURE' => 'Configure', 320 'CAPTCHA_NO_OPTIONS' => 'This CAPTCHA has no configuration options.', 321 249 322 'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings', 250 323 'VISUAL_CONFIRM_POST_EXPLAIN' => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.', 251 324 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations', 252 325 'VISUAL_CONFIRM_REG_EXPLAIN' => 'Requires new users to enter a random code matching an image to help prevent mass registrations.', 326 'VISUAL_CONFIRM_REFRESH' => 'Enable users to refresh the confirmation image', 327 'VISUAL_CONFIRM_REFRESH_EXPLAIN' => 'Allows users to request new confirmation codes, if they are unable to solve the VC during registration. Some plugins might not support this option.', 253 328 )); 254 329 … … 318 393 'LDAP_NO_IDENTITY' => 'Could not find a login identity for %s.', 319 394 'LDAP_PASSWORD' => 'LDAP password', 320 'LDAP_PASSWORD_EXPLAIN' => 'Leave blank to use anonymous binding. Else fill in the password for the above user. Required for Active Directory Servers. <strong>WARNING:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.',395 'LDAP_PASSWORD_EXPLAIN' => 'Leave blank to use anonymous binding. Else fill in the password for the above user. Required for Active Directory Servers.<br /><em><strong>Warning:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.</em>', 321 396 'LDAP_PORT' => 'LDAP server port', 322 397 'LDAP_PORT_EXPLAIN' => 'Optionally you can specify a port which should be used to connect to the LDAP server instead of the default port 389.', … … 336 411 337 412 'ENABLE_GZIP' => 'Enable GZip compression', 338 'ENABLE_GZIP_EXPLAIN' => 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side. ',413 'ENABLE_GZIP_EXPLAIN' => 'Generated content will be compressed prior to sending it to the user. This can reduce network traffic but will also increase CPU usage on both server and client side. Requires zlib PHP extension to be loaded.', 339 414 'FORCE_SERVER_VARS' => 'Force server URL settings', 340 415 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.', … … 423 498 'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all e-mails the board sends.', 424 499 'ENABLE_EMAIL' => 'Enable board-wide e-mails', 425 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no e-mails will be sent by the board at all. ',500 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no e-mails will be sent by the board at all. <em>Note the user and admin account activation settings require this setting to be enabled. If currently using “user” or “admin” activation in the activation settings, disabling this setting will require no activation of new accounts.</em>', 426 501 'SMTP_AUTH_METHOD' => 'Authentication method for SMTP', 427 502 'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.', … … 430 505 'SMTP_LOGIN' => 'LOGIN', 431 506 'SMTP_PASSWORD' => 'SMTP password', 432 'SMTP_PASSWORD_EXPLAIN' => 'Only enter a password if your SMTP server requires it. ',507 'SMTP_PASSWORD_EXPLAIN' => 'Only enter a password if your SMTP server requires it.<br /><em><strong>Warning:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.</em>', 433 508 'SMTP_PLAIN' => 'PLAIN', 434 509 'SMTP_POP_BEFORE_SMTP' => 'POP-BEFORE-SMTP', … … 453 528 'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediately and will not be queued for later sending.', 454 529 'JAB_PASSWORD' => 'Jabber password', 530 'JAB_PASSWORD_EXPLAIN' => '<em><strong>Warning:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.</em>', 455 531 'JAB_PORT' => 'Jabber port', 456 532 'JAB_PORT_EXPLAIN' => 'Leave blank unless you know it is not port 5222.', -
trunk/forum/language/en/acp/common.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : common.php 9049 2008-11-05 22:03:16Z toonarmy$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 89 89 'ACP_FORUM_MODERATORS' => 'Forum moderators', 90 90 'ACP_FORUM_PERMISSIONS' => 'Forum permissions', 91 'ACP_FORUM_PERMISSIONS_COPY' => 'Copy forum permissions', 91 92 'ACP_FORUM_ROLES' => 'Forum roles', 92 93 … … 149 150 'ACP_RESTORE' => 'Restore', 150 151 152 'ACP_FEED' => 'Feed management', 153 'ACP_FEED_SETTINGS' => 'Feed settings', 154 151 155 'ACP_SEARCH' => 'Search configuration', 152 156 'ACP_SEARCH_INDEX' => 'Search index', … … 154 158 155 159 'ACP_SECURITY_SETTINGS' => 'Security settings', 160 'ACP_SEND_STATISTICS' => 'Send statistical information', 156 161 'ACP_SERVER_CONFIGURATION' => 'Server configuration', 157 162 'ACP_SERVER_SETTINGS' => 'Server settings', … … 161 166 'ACP_STYLE_MANAGEMENT' => 'Style management', 162 167 'ACP_STYLES' => 'Styles', 168 169 'ACP_SUBMIT_CHANGES' => 'Submit changes', 163 170 164 171 'ACP_TEMPLATES' => 'Templates', … … 182 189 'ACP_USER_SECURITY' => 'User security', 183 190 'ACP_USER_SIG' => 'Signature', 184 185 'ACP_VC_SETTINGS' => 'Visual confirmation settings', 191 'ACP_USER_WARNINGS' => 'Warnings', 192 193 'ACP_VC_SETTINGS' => 'CAPTCHA module settings', 186 194 'ACP_VC_CAPTCHA_DISPLAY' => 'CAPTCHA image preview', 187 195 'ACP_VERSION_CHECK' => 'Check for updates', … … 202 210 'ADMIN_PANEL' => 'Administration Control Panel', 203 211 204 'ADM_LOGOUT' => 'ACP 212 'ADM_LOGOUT' => 'ACP Logout', 205 213 'ADM_LOGGED_OUT' => 'Successfully logged out from Administration Control Panel', 206 214 … … 242 250 'MANAGE' => 'Manage', 243 251 'MENU_TOGGLE' => 'Hide or display the side menu', 252 'MORE' => 'More', // Not used at the moment 253 'MORE_INFORMATION' => 'More information »', 244 254 'MOVE_DOWN' => 'Move down', 245 255 'MOVE_UP' => 'Move up', … … 258 268 'PERMISSIONS_TRANSFERRED' => 'Permissions transferred', 259 269 'PERMISSIONS_TRANSFERRED_EXPLAIN' => 'You currently have the permissions from %1$s. You are able to browse the board with this user’s permissions, but not access the administration control panel since admin permissions were not transferred. You can <a href="%2$s"><strong>revert to your permission set</strong></a> at any time.', 260 'PIXEL' => 'px',261 270 'PROCEED_TO_ACP' => '%sProceed to the ACP%s', 262 271 … … 268 277 'SELECT_OPTION' => 'Select option', 269 278 270 'SETTING_TOO_LOW' => 'The entered value for the setting “%1$s” is too low. The minimal allowed value is %2$d.', 271 'SETTING_TOO_BIG' => 'The entered value for the setting “%1$s” is too big. The maximal allowed value is %2$d.', 272 'SETTING_TOO_LONG' => 'The entered value for the setting “%1$s” is too long. The maximal allowed length is %2$d.', 273 'SETTING_TOO_SHORT' => 'The entered value for the setting “%1$s” is not long enough. The minimal allowed length is %2$d.', 279 'SETTING_TOO_LOW' => 'The provided value for the setting “%1$s” is too low. The minimum acceptable value is %2$d.', 280 'SETTING_TOO_BIG' => 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.', 281 'SETTING_TOO_LONG' => 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.', 282 'SETTING_TOO_SHORT' => 'The provided value for the setting “%1$s” is too short. The minimum acceptable length is %2$d.', 283 284 'SHOW_ALL_OPERATIONS' => 'Show all operations', 274 285 275 286 'UCP' => 'User Control Panel', … … 329 340 'NUMBER_ORPHAN' => 'Orphan attachments', 330 341 342 'PHP_VERSION_OLD' => 'The version of PHP on this server will no longer be supported by future versions of phpBB. %sDetails%s', 343 331 344 'POSTS_PER_DAY' => 'Posts per day', 332 345 … … 334 347 'PURGE_CACHE_CONFIRM' => 'Are you sure you wish to purge the cache?', 335 348 'PURGE_CACHE_EXPLAIN' => 'Purge all cache related items, this includes any cached template files or queries.', 349 350 'PURGE_SESSIONS' => 'Purge all sessions', 351 'PURGE_SESSIONS_CONFIRM' => 'Are you sure you wish to purge all sessions? This will log out all users.', 352 'PURGE_SESSIONS_EXPLAIN' => 'Purge all sessions. This will log out all users by truncating the session table.', 336 353 337 354 'RESET_DATE' => 'Reset board’s start date', … … 358 375 'USERS_PER_DAY' => 'Users per day', 359 376 360 'VALUE' => 'Value', 361 'VIEW_ADMIN_LOG' => 'View administrator log', 362 'VIEW_INACTIVE_USERS' => 'View inactive users', 377 'VALUE' => 'Value', 378 'VERSIONCHECK_FAIL' => 'Failed to obtain latest version information.', 379 'VERSIONCHECK_FORCE_UPDATE' => 'Re-Check version', 380 'VIEW_ADMIN_LOG' => 'View administrator log', 381 'VIEW_INACTIVE_USERS' => 'View inactive users', 363 382 364 383 'WELCOME_PHPBB' => 'Welcome to phpBB', … … 385 404 'SORT_REASON' => 'Reason', 386 405 'SORT_REG_DATE' => 'Registration date', 406 'SORT_LAST_REMINDER'=> 'Last reminded', 407 'SORT_REMINDER' => 'Reminder sent', 387 408 388 409 'USER_IS_INACTIVE' => 'User is inactive', 410 )); 411 412 // Send statistics page 413 $lang = array_merge($lang, array( 414 'EXPLAIN_SEND_STATISTICS' => 'Please send information about your server and board configurations to phpBB for statistical analysis. All information that could identify you or your website has been removed - the data is entirely <strong>anonymous</strong>. We base decisions about future phpBB versions on this information. The statistics are made available publically. We also share this data with the PHP project, the programming language phpBB is made with.', 415 'EXPLAIN_SHOW_STATISTICS' => 'Using the button below you can preview all variables that will be transmitted.', 416 'DONT_SEND_STATISTICS' => 'Return to the ACP if you do not wish to send statistical information to phpBB.', 417 'GO_ACP_MAIN' => 'Go to the ACP start page', 418 'HIDE_STATISTICS' => 'Hide details', 419 'SEND_STATISTICS' => 'Send statistical information', 420 'SHOW_STATISTICS' => 'Show details', 421 'THANKS_SEND_STATISTICS' => 'Thank you for submitting your information.', 389 422 )); 390 423 … … 465 498 'LOG_CONFIG_POST' => '<strong>Altered post settings</strong>', 466 499 'LOG_CONFIG_REGISTRATION' => '<strong>Altered user registration settings</strong>', 500 'LOG_CONFIG_FEED' => '<strong>Altered syndication feeds settings</strong>', 467 501 'LOG_CONFIG_SEARCH' => '<strong>Altered search settings</strong>', 468 502 'LOG_CONFIG_SECURITY' => '<strong>Altered security settings</strong>', … … 470 504 'LOG_CONFIG_SETTINGS' => '<strong>Altered board settings</strong>', 471 505 'LOG_CONFIG_SIGNATURE' => '<strong>Altered signature settings</strong>', 472 'LOG_CONFIG_VISUAL' => '<strong>Altered visual confirmationsettings</strong>',506 'LOG_CONFIG_VISUAL' => '<strong>Altered antibot settings</strong>', 473 507 474 508 'LOG_APPROVE_TOPIC' => '<strong>Approved topic</strong><br />» %s', 475 509 'LOG_BUMP_TOPIC' => '<strong>User bumped topic</strong><br />» %s', 476 'LOG_DELETE_POST' => '<strong>Deleted post </strong><br />» %s',510 'LOG_DELETE_POST' => '<strong>Deleted post “%1$s” written by</strong><br />» %2$s', 477 511 'LOG_DELETE_SHADOW_TOPIC' => '<strong>Deleted shadow topic</strong><br />» %s', 478 'LOG_DELETE_TOPIC' => '<strong>Deleted topic </strong><br />» %s',512 'LOG_DELETE_TOPIC' => '<strong>Deleted topic “%1$s” written by</strong><br />» %2$s', 479 513 'LOG_FORK' => '<strong>Copied topic</strong><br />» from %s', 480 514 'LOG_LOCK' => '<strong>Locked topic</strong><br />» %s', … … 482 516 'LOG_MERGE' => '<strong>Merged posts</strong> into topic<br />» %s', 483 517 'LOG_MOVE' => '<strong>Moved topic</strong><br />» from %1$s to %2$s', 518 'LOG_PM_REPORT_CLOSED' => '<strong>Closed PM report</strong><br />» %s', 519 'LOG_PM_REPORT_DELETED' => '<strong>Deleted PM report</strong><br />» %s', 484 520 'LOG_POST_APPROVED' => '<strong>Approved post</strong><br />» %s', 485 521 'LOG_POST_DISAPPROVED' => '<strong>Disapproved post “%1$s” with the following reason</strong><br />» %2$s', … … 512 548 513 549 'LOG_FORUM_ADD' => '<strong>Created new forum</strong><br />» %s', 550 'LOG_FORUM_COPIED_PERMISSIONS' => '<strong>Copied forum permissions</strong> from %1$s<br />» %2$s', 514 551 'LOG_FORUM_DEL_FORUM' => '<strong>Deleted forum</strong><br />» %s', 515 552 'LOG_FORUM_DEL_FORUMS' => '<strong>Deleted forum and its subforums</strong><br />» %s', 516 553 'LOG_FORUM_DEL_MOVE_FORUMS' => '<strong>Deleted forum and moved subforums</strong> to %1$s<br />» %2$s', 517 554 'LOG_FORUM_DEL_MOVE_POSTS' => '<strong>Deleted forum and moved posts </strong> to %1$s<br />» %2$s', 518 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<strong>Deleted forum and its subforums, moved messages</strong> to %1$s<br />» %2$s',555 'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<strong>Deleted forum and its subforums, moved posts</strong> to %1$s<br />» %2$s', 519 556 'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<strong>Deleted forum, moved posts</strong> to %1$s <strong>and subforums</strong> to %2$s<br />» %3$s', 520 'LOG_FORUM_DEL_POSTS' => '<strong>Deleted forum and its messages</strong><br />» %s',521 'LOG_FORUM_DEL_POSTS_FORUMS' => '<strong>Deleted forum, its messages and subforums</strong><br />» %s',522 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<strong>Deleted forum and its messages, moved subforums</strong> to %1$s<br />» %2$s',557 'LOG_FORUM_DEL_POSTS' => '<strong>Deleted forum and its posts</strong><br />» %s', 558 'LOG_FORUM_DEL_POSTS_FORUMS' => '<strong>Deleted forum, its posts and subforums</strong><br />» %s', 559 'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<strong>Deleted forum and its posts, moved subforums</strong> to %1$s<br />» %2$s', 523 560 'LOG_FORUM_EDIT' => '<strong>Edited forum details</strong><br />» %s', 524 561 'LOG_FORUM_MOVE_DOWN' => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s', 525 562 'LOG_FORUM_MOVE_UP' => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s', 526 563 'LOG_FORUM_SYNC' => '<strong>Re-synchronised forum</strong><br />» %s', 564 565 'LOG_GENERAL_ERROR' => '<strong>A general error occured</strong>: %1$s <br />» %2$s', 527 566 528 567 'LOG_GROUP_CREATED' => '<strong>New usergroup created</strong><br />» %s', … … 534 573 'LOG_GROUP_UPDATED' => '<strong>Usergroup details updated</strong><br />» %s', 535 574 'LOG_MODS_ADDED' => '<strong>Added new leaders to usergroup</strong> %1$s<br />» %2$s', 575 'LOG_USERS_ADDED' => '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s', 536 576 'LOG_USERS_APPROVED' => '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s', 537 'LOG_USERS_ADDED' => '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s', 577 'LOG_USERS_PENDING' => '<strong>Users requested to join group “%1$s” and need to be approved</strong><br />» %2$s', 578 579 'LOG_IMAGE_GENERATION_ERROR' => '<strong>Error while creating image</strong><br />» Error in %1$s on line %2$s: %3$s', 538 580 539 581 'LOG_IMAGESET_ADD_DB' => '<strong>Added new imageset to database</strong><br />» %s', … … 604 646 605 647 'LOG_PURGE_CACHE' => '<strong>Purged cache</strong>', 648 'LOG_PURGE_SESSIONS' => '<strong>Purged sessions</strong>', 649 606 650 607 651 'LOG_RANK_ADDED' => '<strong>Added new rank</strong><br />» %s', … … 655 699 'LOG_USER_DEL_ATTACH' => '<strong>Removed all attachments made by the user</strong><br />» %s', 656 700 'LOG_USER_DEL_AVATAR' => '<strong>Removed user avatar</strong><br />» %s', 701 'LOG_USER_DEL_OUTBOX' => '<strong>Emptied user outbox</strong><br />» %s', 657 702 'LOG_USER_DEL_POSTS' => '<strong>Removed all posts made by the user</strong><br />» %s', 658 703 'LOG_USER_DEL_SIG' => '<strong>Removed user signature</strong><br />» %s', … … 661 706 'LOG_USER_NEW_PASSWORD' => '<strong>Changed user password</strong><br />» %s', 662 707 'LOG_USER_REACTIVATE' => '<strong>Forced user account reactivation</strong><br />» %s', 708 'LOG_USER_REMOVED_NR' => '<strong>Removed newly registered flag from user</strong><br />» %s', 709 663 710 'LOG_USER_UPDATE_EMAIL' => '<strong>User “%1$s” changed e-mail</strong><br />» from “%2$s” to “%3$s”', 664 711 'LOG_USER_UPDATE_NAME' => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”', … … 684 731 'LOG_USER_GROUP_RESIGN' => '<strong>User resigned membership from group</strong><br />» %s', 685 732 733 'LOG_WARNING_DELETED' => '<strong>Deleted user warning</strong><br />» %s', 734 'LOG_WARNINGS_DELETED' => '<strong>Deleted %2$s user warnings</strong><br />» %1$s', // Example: '<strong>Deleted 2 user warnings</strong><br />» username' 735 'LOG_WARNINGS_DELETED_ALL' => '<strong>Deleted all user warnings</strong><br />» %s', 736 686 737 'LOG_WORD_ADD' => '<strong>Added word censor</strong><br />» %s', 687 738 'LOG_WORD_DELETE' => '<strong>Deleted word censor</strong><br />» %s', -
trunk/forum/language/en/acp/database.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : database.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 55 55 56 56 'FILE_TYPE' => 'File type', 57 'FILE_WRITE_FAIL' => 'Unable to write file to storage folder.', 57 58 'FULL_BACKUP' => 'Full', 58 59 -
trunk/forum/language/en/acp/forums.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : forums.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 45 45 'AUTO_PRUNE_VIEWED_EXPLAIN' => 'Number of days since topic was viewed after which topic is removed.', 46 46 47 'CONTINUE' => 'Continue', 47 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.', 48 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.', 49 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.', 50 53 'CREATE_FORUM' => 'Create new forum', 51 54 … … 63 66 'ENABLE_POST_REVIEW' => 'Enable post review', 64 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.', 65 70 'ENABLE_RECENT' => 'Display active topics', 66 71 'ENABLE_RECENT_EXPLAIN' => 'If set to yes topics made to this forum will be shown in the active topics list.', … … 82 87 'FORUM_IMAGE' => 'Forum image', 83 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', 84 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>.', 85 91 'FORUM_LINK_TRACK' => 'Track link redirects', … … 94 100 'FORUM_PASSWORD_UNSET' => 'Remove forum password', 95 101 'FORUM_PASSWORD_UNSET_EXPLAIN' => 'Check here if you want to remove the forum password.', 96 'FORUM_PASSWORD_OLD' => 'The forum password is using an old encryptionand should be changed.',102 'FORUM_PASSWORD_OLD' => 'The forum password is using an old hashing method and should be changed.', 97 103 'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.', 98 104 'FORUM_PRUNE_SETTINGS' => 'Forum prune settings', -
trunk/forum/language/en/acp/groups.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : groups.php 8911 2008-09-23 13:03:33Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 89 89 'GROUP_MAX_RECIPIENTS' => 'Maximum number of allowed recipients per private message', 90 90 'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. If 0 is entered, the board-wide setting is used.', 91 'GROUP_OPTIONS_SAVE' => 'Group wide options', 91 92 'GROUP_PROMOTE' => 'Promote to group leader', 92 93 'GROUP_RANK' => 'Group rank', … … 95 96 'GROUP_REQUEST' => 'Request', 96 97 'GROUP_SETTINGS_SAVE' => 'Group wide settings', 98 'GROUP_SKIP_AUTH' => 'Exempt group leader from permissions', 99 'GROUP_SKIP_AUTH_EXPLAIN' => 'If enabled group leader no longer inherit permissions from the group.', 97 100 'GROUP_TYPE' => 'Group type', 98 101 'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.', 99 102 'GROUP_UPDATED' => 'Group preferences updated successfully.', 100 103 101 104 'GROUP_USERS_ADDED' => 'New users added to group successfully.', 102 105 'GROUP_USERS_EXIST' => 'The selected users are already members.', -
trunk/forum/language/en/acp/language.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : language.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 38 38 $lang = array_merge($lang, array( 39 39 'ACP_FILES' => 'Admin language files', 40 'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs. ',40 'ACP_LANGUAGE_PACKS_EXPLAIN' => 'Here you are able to install/remove language packs. The default language pack is marked with an asterisk (*).', 41 41 42 42 'EMAIL_FILES' => 'E-mail templates', -
trunk/forum/language/en/acp/permissions.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : permissions.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 51 51 <h2>Permission Masks</h2> 52 52 <p>These are used to view the effective permissions assigned to Users, Moderators (Local and Global), Administrators or Forums.</p> 53 53 54 54 <br /> 55 55 … … 72 72 'ACL_TYPE_LOCAL_M_' => 'Forum Moderator permissions', 73 73 'ACL_TYPE_LOCAL_F_' => 'Forum permissions', 74 74 75 75 'ACL_NO' => 'No', 76 76 'ACL_VIEW' => 'Viewing permissions', … … 81 81 'ACP_FORUM_MODERATORS_EXPLAIN' => 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define global moderative permissions or administrators please use the appropriate page.', 82 82 'ACP_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page.', 83 'ACP_FORUM_PERMISSIONS_COPY_EXPLAIN' => 'Here you can copy forum permissions from one forum to one or more other forums.', 83 84 'ACP_GLOBAL_MODERATORS_EXPLAIN' => 'Here you can assign global moderator permissions to users or groups. These moderators are like ordinary moderators except they have access to every forum on your board.', 84 85 'ACP_GROUPS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to groups.', 85 86 'ACP_GROUPS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to groups - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. Individual users permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.', 86 'ACP_ADMIN_ROLES_EXPLAIN' => 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it ’s permissions too.',87 'ACP_FORUM_ROLES_EXPLAIN' => 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it ’s permissions too.',88 'ACP_MOD_ROLES_EXPLAIN' => 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it ’s permissions too.',89 'ACP_USER_ROLES_EXPLAIN' => 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change it ’s permissions too.',87 'ACP_ADMIN_ROLES_EXPLAIN' => 'Here you are able to manage the roles for administrative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.', 88 'ACP_FORUM_ROLES_EXPLAIN' => 'Here you are able to manage the roles for forum permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.', 89 'ACP_MOD_ROLES_EXPLAIN' => 'Here you are able to manage the roles for moderative permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.', 90 'ACP_USER_ROLES_EXPLAIN' => 'Here you are able to manage the roles for user permissions. Roles are effective permissions, if you change a role the items having this role assigned will change its permissions too.', 90 91 'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN' => 'Here you can assign forum permissions to users.', 91 92 'ACP_USERS_PERMISSIONS_EXPLAIN' => 'Here you can assign global permissions to users - user permissions, global moderator permissions and administrator permissions. User permissions include capabilities such as the use of avatars, sending private messages, et cetera; global moderator permissions such as approving posts, manage topics, manage bans, et cetera and lastly administrator permissions such as altering permissions, define custom BBCodes, manage forums, et cetera. To alter these settings for large numbers of users the Group permissions system is the preferred method. User’s permissions should only be changed in rare occasions, the preferred method is putting users in groups and assigning the group’s permissions.', … … 110 111 'AUTH_UPDATED' => 'Permissions have been updated.', 111 112 113 'COPY_PERMISSIONS_CONFIRM' => 'Are you sure you wish to carry out this operation? Please be aware that this will overwrite any existing permissions on the selected targets.', 114 'COPY_PERMISSIONS_FORUM_FROM_EXPLAIN' => 'The source forum you want to copy permissions from.', 115 'COPY_PERMISSIONS_FORUM_TO_EXPLAIN' => 'The destination forums you want the copied permissions applied to.', 116 'COPY_PERMISSIONS_FROM' => 'Copy permissions from', 117 'COPY_PERMISSIONS_TO' => 'Apply permissions to', 118 112 119 'CREATE_ROLE' => 'Create role', 113 120 'CREATE_ROLE_FROM' => 'Use settings from…', … … 165 172 'ROLE_FORUM_READONLY' => 'Read Only Access', 166 173 'ROLE_FORUM_STANDARD' => 'Standard Access', 174 'ROLE_FORUM_NEW_MEMBER' => 'Newly registered User', 167 175 'ROLE_MOD_FULL' => 'Full Moderator', 168 176 'ROLE_MOD_QUEUE' => 'Queue Moderator', … … 174 182 'ROLE_USER_NOPM' => 'No Private Messages', 175 183 'ROLE_USER_STANDARD' => 'Standard Features', 184 'ROLE_USER_NEW_MEMBER' => 'Newly registered User', 185 176 186 177 187 'ROLE_DESCRIPTION_ADMIN_FORUM' => 'Can access the forum management and forum permission settings.', … … 188 198 'ROLE_DESCRIPTION_FORUM_READONLY' => 'Can read the forum, but cannot create new topics or reply to posts.', 189 199 'ROLE_DESCRIPTION_FORUM_STANDARD' => 'Can use most forum features including attachments and deleting own topics, but cannot lock own topics, and cannot create polls.', 200 'ROLE_DESCRIPTION_FORUM_NEW_MEMBER' => 'A role for members of the special newly registered users group; contains <samp>NEVER</samp> permissions to lock features for new users.', 190 201 'ROLE_DESCRIPTION_MOD_FULL' => 'Can use all moderating features, including banning.', 191 202 'ROLE_DESCRIPTION_MOD_QUEUE' => 'Can use the Moderation Queue to validate and edit posts, but nothing else.', … … 197 208 'ROLE_DESCRIPTION_USER_NOPM' => 'Has a limited feature set, and is not allowed to use Private Messages.', 198 209 'ROLE_DESCRIPTION_USER_STANDARD' => 'Can access most but not all user features. Cannot change user name or ignore the flood limit, for instance.', 199 210 'ROLE_DESCRIPTION_USER_NEW_MEMBER' => 'A role for members of the special newly registered users group; contains <samp>NEVER</samp> permissions to lock features for new users.', 211 200 212 'ROLE_DESCRIPTION_EXPLAIN' => 'You are able to enter a short explanation of what the role is doing or for what it is meant for. The text you enter here will be displayed within the permissions screens too.', 201 213 'ROLE_DESCRIPTION_LONG' => 'The role description is too long, please limit it to 4000 characters.', … … 242 254 'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT' => 'The forum independent user permission evaluates to <samp>NEVER</samp> which doesn’t influence the local permission. %sTrace global permission%s', 243 255 244 'TRACE_USER_FOUNDER' => 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.',256 'TRACE_USER_FOUNDER' => 'The user is a founder, therefore admin permissions are always set to <samp>YES</samp>.', 245 257 'TRACE_USER_KEPT' => 'The user’s permission is <samp>NO</samp> so the old total value is kept.', 246 258 'TRACE_USER_KEPT_LOCAL' => 'The user’s permission for this forum is <samp>NO</samp> so the old total value is kept.', -
trunk/forum/language/en/acp/permissions_phpbb.php
r400 r702 4 4 * 5 5 * @package language 6 * @version $Id : permissions_phpbb.php 8911 2008-09-23 13:03:33Z acydburn$6 * @version $Id$ 7 7 * @copyright (c) 2005 phpBB Group 8 8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 122 122 'acl_u_pm_attach' => array('lang' => 'Can attach files in private messages', 'cat' => 'pm'), 123 123 'acl_u_pm_download' => array('lang' => 'Can download files in private messages', 'cat' => 'pm'), 124 'acl_u_pm_bbcode' => array('lang' => 'Can postBBCode in private messages', 'cat' => 'pm'),125 'acl_u_pm_smilies' => array('lang' => 'Can postsmilies in private messages', 'cat' => 'pm'),126 'acl_u_pm_img' => array('lang' => 'Can post imagesin private messages', 'cat' => 'pm'),127 'acl_u_pm_flash' => array('lang' => 'Can post Flashin private messages', 'cat' => 'pm'),124 'acl_u_pm_bbcode' => array('lang' => 'Can use BBCode in private messages', 'cat' => 'pm'), 125 'acl_u_pm_smilies' => array('lang' => 'Can use smilies in private messages', 'cat' => 'pm'), 126 'acl_u_pm_img' => array('lang' => 'Can use [img] BBCode tag in private messages', 'cat' => 'pm'), 127 'acl_u_pm_flash' => array('lang' => 'Can use [flash] BBCode tag in private messages', 'cat' => 'pm'), 128 128 129 129 'acl_u_sendemail' => array('lang' => 'Can send e-mails', 'cat' => 'misc'), … … 152 152 'acl_f_download' => array('lang' => 'Can download files', 'cat' => 'content'), 153 153 'acl_f_sigs' => array('lang' => 'Can use signatures', 'cat' => 'content'), 154 'acl_f_bbcode' => array('lang' => 'Can postBBCode', 'cat' => 'content'),155 'acl_f_smilies' => array('lang' => 'Can postsmilies', 'cat' => 'content'),156 'acl_f_img' => array('lang' => 'Can post images', 'cat' => 'content'),157 'acl_f_flash' => array('lang' => 'Can post Flash', 'cat' => 'content'),154 'acl_f_bbcode' => array('lang' => 'Can use BBCode', 'cat' => 'content'), 155 'acl_f_smilies' => array('lang' => 'Can use smilies', 'cat' => 'content'), 156 'acl_f_img' => array('lang' => 'Can use [img] BBCode tag', 'cat' => 'content'), 157 'acl_f_flash' => array('lang' => 'Can use [flash] BBCode tag', 'cat' => 'content'), 158 158 159 159 'acl_f_edit' => array('lang' => 'Can edit own posts', 'cat' => 'actions'), -
trunk/forum/language/en/acp/posting.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : posting.php 8743 2008-08-12 16:03:18Z Kellanved$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 42 42 'ADD_BBCODE' => 'Add a new BBCode', 43 43 44 'BBCODE_DANGER' => 'The BBCode you are trying to add seems to use a {TEXT} token inside a HTML attribute. This is a possible XSS security issue. Try using the more restrictive {SIMPLETEXT} or {INTTEXT} types instead. Only proceed if you understand the risks involved and you consider the use of {TEXT} absolutely unavoidable.', 45 'BBCODE_DANGER_PROCEED' => 'Proceed', //'I understand the risk', 46 44 47 'BBCODE_ADDED' => 'BBCode added successfully.', 45 48 'BBCODE_EDITED' => 'BBCode edited successfully.', … … 69 72 'TOKEN' => 'Token', 70 73 'TOKENS' => 'Tokens', 71 'TOKENS_EXPLAIN' => 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {TEXT1}, {TEXT2}.<br /><br />Within the HTML replacement you can also use any language string present in your language/ directory like this: {L_<em><STRINGNAME></em>} where <em><STRINGNAME></em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as "wrote"or its translation according to user’s locale.<br /><br /><strong>Please note that only tokens listed below are able to be used within custom BBCodes.</strong>',74 'TOKENS_EXPLAIN' => 'Tokens are placeholders for user input. The input will be validated only if it matches the corresponding definition. If needed, you can number them by adding a number as the last character between the braces, e.g. {TEXT1}, {TEXT2}.<br /><br />Within the HTML replacement you can also use any language string present in your language/ directory like this: {L_<em><STRINGNAME></em>} where <em><STRINGNAME></em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as “wrote” or its translation according to user’s locale.<br /><br /><strong>Please note that only tokens listed below are able to be used within custom BBCodes.</strong>', 72 75 'TOKEN_DEFINITION' => 'What can it be?', 73 76 'TOO_MANY_BBCODES' => 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again.', 74 77 75 78 'tokens' => array( 76 'TEXT' => 'Any text, including foreign characters, numbers, etc… You should not use this token in HTML tags. Instead try to use IDENTIFIER or SIMPLETEXT.',79 'TEXT' => 'Any text, including foreign characters, numbers, etc… You should not use this token in HTML tags. Instead try to use IDENTIFIER, INTTEXT or SIMPLETEXT.', 77 80 'SIMPLETEXT' => 'Characters from the latin alphabet (A-Z), numbers, spaces, commas, dots, minus, plus, hyphen and underscore', 81 'INTTEXT' => 'Unicode letter characters, numbers, spaces, commas, dots, minus, plus, hyphen, underscore and whitespaces.', 78 82 'IDENTIFIER' => 'Characters from the latin alphabet (A-Z), numbers, hyphen and underscore', 79 83 'NUMBER' => 'Any series of digits', 80 84 'EMAIL' => 'A valid e-mail address', 81 'URL' => 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, "http://"is prefixed to the string.',85 'URL' => 'A valid URL using any protocol (http, ftp, etc… cannot be used for javascript exploits). If none is given, “http://” is prefixed to the string.', 82 86 'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol.', 83 87 'COLOR' => 'A HTML colour, can be either in the numeric form <samp>#FF1234</samp> or a <a href="http://www.w3.org/TR/CSS21/syndata.html#value-def-color">CSS colour keyword</a> such as <samp>fuchsia</samp> or <samp>InactiveBorder</samp>' … … 181 185 'SMILIES_WIDTH' => 'Smiley width', 182 186 187 'TOO_MANY_SMILIES' => 'Limit of %d smilies reached.', 188 183 189 'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.', 184 190 )); … … 186 192 // Word censors 187 193 $lang = array_merge($lang, array( 188 'ACP_WORDS_EXPLAIN' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not beallowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, e.g. *test* will match detestable, test* would match testing, *test would match detest.',194 'ACP_WORDS_EXPLAIN' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. People are still allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, e.g. *test* will match detestable, test* would match testing, *test would match detest.', 189 195 'ADD_WORD' => 'Add new word', 190 196 … … 218 224 'RANK_IMAGE' => 'Rank image', 219 225 'RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.', 226 'RANK_IMAGE_IN_USE' => '(In use)', 220 227 'RANK_MINIMUM' => 'Minimum posts', 221 228 'RANK_REMOVED' => 'The rank was successfully deleted.', -
trunk/forum/language/en/acp/profile.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : profile.php 9128 2008-11-26 20:10:29Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 67 67 'DISPLAY_AT_REGISTER' => 'Display on registration screen', 68 68 'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.', 69 'DISPLAY_PROFILE_FIELD' => 'Display profile field', 69 'DISPLAY_ON_VT' => 'Display on viewtopic screen', 70 'DISPLAY_ON_VT_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the topic screen.', 71 'DISPLAY_PROFILE_FIELD' => 'Publicly display profile field', 70 72 'DISPLAY_PROFILE_FIELD_EXPLAIN' => 'The profile field will be shown in all locations allowed within the load settings. Setting this to “no” will hide the field from topic pages, profiles and the memberlist.', 71 73 'DROPDOWN_ENTRIES_EXPLAIN' => 'Enter your options now, every option in one line.', -
trunk/forum/language/en/acp/prune.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : prune.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 38 38 // User pruning 39 39 $lang = array_merge($lang, array( 40 'ACP_PRUNE_USERS_EXPLAIN' => ' Here you can delete (or deactivate) users from your board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.',40 'ACP_PRUNE_USERS_EXPLAIN' => 'This section allows you to delete or deactivate users on your board. Accounts can be filtered in a variety of ways; by post count, most recent activity, etc. Criteria may be combined to narrow down which accounts are affected. For example, you can prune users with fewer than 10 posts, who were also inactive after 2002-01-01. Alternatively, you may skip the criteria selection completely by entering a list of users (each on a separate line) into the text field. Take care with this facility! Once a user is deleted, there is no way to reverse the action.', 41 41 42 42 'DEACTIVATE_DELETE' => 'Deactivate or delete', 43 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely , note there is no undo!',43 'DEACTIVATE_DELETE_EXPLAIN' => 'Choose whether to deactivate users or delete them entirely. Please note that deleted users cannot be restored!', 44 44 'DELETE_USERS' => 'Delete', 45 45 'DELETE_USER_POSTS' => 'Delete pruned user posts', … … 48 48 'JOINED_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format.', 49 49 50 'LAST_ACTIVE_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format. ',50 'LAST_ACTIVE_EXPLAIN' => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format. Enter <kbd>0000-00-00</kbd> to prune users who never logged in, <em>Before</em> and <em>After</em> conditions will be ignored.', 51 51 52 52 'PRUNE_USERS_LIST' => 'Users to be pruned', … … 54 54 'PRUNE_USERS_LIST_DEACTIVATE' => 'With the selected critera for pruning users the following accounts will be deactivated.', 55 55 56 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above. ',56 'SELECT_USERS_EXPLAIN' => 'Enter specific usernames here, they will be used in preference to the criteria above. Founders cannot be pruned.', 57 57 58 58 'USER_DEACTIVATE_SUCCESS' => 'The selected users have been deactivated successfully.', -
trunk/forum/language/en/acp/search.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : search.php 9126 2008-11-26 19:17:52Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 73 73 'MAX_SEARCH_CHARS' => 'Max characters indexed by search', 74 74 'MAX_SEARCH_CHARS_EXPLAIN' => 'Words with no more than this many characters will be indexed for searching.', 75 'MAX_NUM_SEARCH_KEYWORDS' => 'Maximum number of allowed keywords', 76 'MAX_NUM_SEARCH_KEYWORDS_EXPLAIN' => 'Maximum number of words the user is able to search for. A value of 0 allows an unlimited number of words.', 75 77 'MIN_SEARCH_CHARS' => 'Min characters indexed by search', 76 78 'MIN_SEARCH_CHARS_EXPLAIN' => 'Words with at least this many characters will be indexed for searching.', -
trunk/forum/language/en/acp/styles.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : styles.php 9046 2008-11-02 16:19:11Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 393 393 'TEMPLATE_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.', 394 394 'TEMPLATE_NAME' => 'Template name', 395 'TEMPLATE_FILE_NOT_WRITABLE'=> 'Unable to write to template file %s. Please check the permissions for the directory and the files.', 395 396 'TEMPLATE_REFRESHED' => 'Template refreshed successfully.', 396 397 -
trunk/forum/language/en/acp/users.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : users.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 78 78 79 79 'NO_SPECIAL_RANK' => 'No special rank assigned', 80 'NO_WARNINGS' => 'No warnings.', 80 81 'NOT_MANAGE_FOUNDER' => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.', 81 82 … … 103 104 'USER_ADMIN_DEL_ATTACH' => 'Delete all attachments', 104 105 'USER_ADMIN_DEL_AVATAR' => 'Delete avatar', 106 'USER_ADMIN_DEL_OUTBOX' => 'Empty PM outbox', 105 107 'USER_ADMIN_DEL_POSTS' => 'Delete all posts', 106 108 'USER_ADMIN_DEL_SIG' => 'Delete signature', 107 109 'USER_ADMIN_EXPLAIN' => 'Here you can change your users information and certain specific options.', 108 110 'USER_ADMIN_FORCE' => 'Force reactivation', 111 'USER_ADMIN_LEAVE_NR' => 'Remove from Newly Registered', 109 112 'USER_ADMIN_MOVE_POSTS' => 'Move all posts', 110 113 'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.', 111 114 'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user.', 115 'USER_AVATAR_NOT_ALLOWED' => 'The avatar cannot be displayed because avatars have been disallowed.', 112 116 'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details.', 117 'USER_AVATAR_TYPE_NOT_ALLOWED' => 'The current avatar cannot be displayed because its type has been disallowed.', 113 118 'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields', 114 119 'USER_DELETED' => 'User deleted successfully.', … … 117 122 'USER_GROUP_PENDING' => 'Groups user is in pending mode', 118 123 'USER_GROUP_SPECIAL' => 'Pre-defined groups user is a member of', 124 'USER_LIFTED_NR' => 'Successfully removed the user’s newly registered status.', 119 125 'USER_NO_ATTACHMENTS' => 'There are no attached files to display.', 126 'USER_OUTBOX_EMPTIED' => 'Successfully emptied user’s private message outbox.', 127 'USER_OUTBOX_EMPTY' => 'The user’s private message outbox was already empty.', 120 128 'USER_OVERVIEW_UPDATED' => 'User details updated.', 121 129 'USER_POSTS_DELETED' => 'Successfully removed all posts made by this user.', … … 127 135 'USER_RANK_UPDATED' => 'User rank updated.', 128 136 'USER_SIG_UPDATED' => 'User signature successfully updated.', 137 'USER_WARNING_LOG_DELETED' => 'No information available. Possibly the log entry has been deleted.', 129 138 'USER_TOOLS' => 'Basic tools', 130 139 ));
Note:
See TracChangeset
for help on using the changeset viewer.