Changeset 702 for trunk/forum/language/en
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- Location:
- trunk/forum/language/en
- Files:
-
- 37 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 )); -
trunk/forum/language/en/common.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : common.php 9162 2008-12-03 11:18:31Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 88 88 'AVATAR_PARTIAL_UPLOAD' => 'The specified file was only partially uploaded.', 89 89 'AVATAR_PHP_SIZE_NA' => 'The avatar’s filesize is too large.<br />The maximum allowed filesize set in php.ini could not be determined.', 90 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large. The maximum allowed upload size is % d MB.<br />Please note this is set in php.ini and cannot be overridden.',90 'AVATAR_PHP_SIZE_OVERRUN' => 'The avatar’s filesize is too large. The maximum allowed upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.', 91 91 'AVATAR_URL_INVALID' => 'The URL you specified is invalid.', 92 92 'AVATAR_URL_NOT_FOUND' => 'The file specified could not be found.', … … 159 159 160 160 'EDIT_POST' => 'Edit post', 161 'EMAIL' => 'E-mail', 161 'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS 162 162 'EMAIL_ADDRESS' => 'E-mail address', 163 163 'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.', … … 229 229 230 230 'GENERAL_ERROR' => 'General Error', 231 'GB' => 'GB', 232 'GIB' => 'GiB', 231 233 'GO' => 'Go', 232 234 'GOTO_PAGE' => 'Go to page', … … 249 251 'G_REGISTERED_COPPA' => 'Registered COPPA users', 250 252 'G_GLOBAL_MODERATORS' => 'Global moderators', 253 'G_NEWLY_REGISTERED' => 'Newly registered users', 251 254 252 255 'HIDDEN_USERS_ONLINE' => '%d hidden users online', … … 382 385 'NO_POSTS' => 'No posts', 383 386 'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.', 387 'NO_FEED_ENABLED' => 'Feeds are not available on this board.', 388 'NO_FEED' => 'The requested feed is not available.', 384 389 'NO_SUBJECT' => 'No subject specified', // Used for posts having no subject defined but displayed within management pages. 385 390 'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn’t exist.', … … 413 418 'PAGE_OF' => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>', 414 419 'PASSWORD' => 'Password', 420 'PIXEL' => 'px', 415 421 'PLAY_QUICKTIME_FILE' => 'Play Quicktime file', 416 422 'PM' => 'PM', … … 485 491 'RETURN_TOPIC' => '%sReturn to the topic last visited%s', 486 492 'RETURN_TO' => 'Return to', 493 'FEED' => 'Feed', 494 'FEED_NEWS' => 'News', 495 'FEED_TOPICS_ACTIVE' => 'Active Topics', 496 'FEED_TOPICS_NEW' => 'New Topics', 487 497 'RULES_ATTACH_CAN' => 'You <strong>can</strong> post attachments in this forum', 488 498 'RULES_ATTACH_CANNOT' => 'You <strong>cannot</strong> post attachments in this forum', … … 516 526 'SEARCH_TOPIC' => 'Search this topic…', 517 527 'SEARCH_UNANSWERED' => 'View unanswered posts', 528 'SEARCH_UNREAD' => 'View unread posts', 518 529 'SECONDS' => 'Seconds', 519 530 'SELECT' => 'Select', … … 521 532 'SELECT_DESTINATION_FORUM' => 'Please select a destination forum', 522 533 'SELECT_FORUM' => 'Select a forum', 523 'SEND_EMAIL' => 'E-mail', 534 'SEND_EMAIL' => 'E-mail', // Used for submit buttons 524 535 'SEND_EMAIL_USER' => 'E-mail', // Used as: {L_SEND_EMAIL_USER} {USERNAME} -> E-mail UserX 525 536 'SEND_PRIVATE_MESSAGE' => 'Send private message', … … 534 545 'SORT_LOCATION' => 'Location', 535 546 'SORT_RANK' => 'Rank', 547 'SORT_POSTS' => 'Posts', 536 548 'SORT_TOPIC_TITLE' => 'Topic title', 537 549 'SORT_USERNAME' => 'Username', … … 597 609 'TOPIC' => 'Topic', 598 610 'TOPICS' => 'Topics', 611 'TOPICS_UNAPPROVED' => 'At least one topic in this forum has not been approved.', 599 612 'TOPIC_ICON' => 'Topic icon', 600 613 'TOPIC_LOCKED' => 'This topic is locked, you cannot edit posts or make further replies.', … … 642 655 'USERS' => 'Users', 643 656 'USE_PERMISSIONS' => 'Test out user’s permissions', 657 658 'USER_NEW_PERMISSION_DISALLOWED' => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.', 644 659 645 660 'VARIANT_DATE_SEPARATOR' => ' / ', // Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with calendar date -
trunk/forum/language/en/email/admin_welcome_activated.txt
r400 r702 3 3 Hello {USERNAME}, 4 4 5 Your account on "{SITENAME}" has now been activated, you may login using the username and password you received in a previous e-mail. 5 Your account on "{SITENAME}" has now been activated, you may login using the username you received in a previous e-mail. 6 7 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 6 8 7 9 {EMAIL_SIG} -
trunk/forum/language/en/email/admin_welcome_inactive.txt
r400 r702 7 7 ---------------------------- 8 8 Username: {USERNAME} 9 Password: {PASSWORD}10 9 11 10 Board URL: {U_BOARD} 12 11 ---------------------------- 13 12 14 Your account is currently inactive , the administrator of the board will need to activate it before you can log in. You will receive another e-mail when this has occurred.13 Your account is currently inactive and will need to be approved by an administrator before you can log in. Another email will be sent when this has occured. 15 14 16 Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as thisaccount.15 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 17 16 18 17 Thank you for registering. -
trunk/forum/language/en/email/coppa_resend_inactive.txt
r400 r702 3 3 {WELCOME_MSG} 4 4 5 In compliance with the COPPA your account is currently inactive.5 In compliance with the COPPA, your account is currently inactive. 6 6 7 Please print this message outand have your parent or guardian sign and date it. Then fax it to:7 Please print this message and have your parent or guardian sign and date it. Then fax it to: 8 8 9 9 {FAX_INFO} … … 34 34 35 35 36 Once the administrator has received the above form via fax or regular mail your account will be activated.36 Once the administrator has received the above form via fax or regular mail, your account will be activated. 37 37 38 Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as thisaccount.38 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 39 39 40 40 Thank you for registering. -
trunk/forum/language/en/email/coppa_welcome_inactive.txt
r400 r702 3 3 {WELCOME_MSG} 4 4 5 In compliance with the COPPA your account is currently inactive.5 In compliance with the COPPA, your account is currently inactive. 6 6 7 Please print this message outand have your parent or guardian sign and date it. Then fax it to:7 Please print this message and have your parent or guardian sign and date it. Then fax it to: 8 8 9 9 {FAX_INFO} … … 17 17 18 18 Username: {USERNAME} 19 Password: {PASSWORD}20 19 E-mail: {EMAIL_ADDRESS} 21 20 … … 35 34 36 35 37 Once the administrator has received the above form via fax or regular mail your account will be activated.36 Once the administrator has received the above form via fax or regular mail, your account will be activated. 38 37 39 Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as thisaccount.38 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 40 39 41 40 Thank you for registering. -
trunk/forum/language/en/email/installed.txt
r400 r702 5 5 You have successfully installed phpBB on your server. 6 6 7 This e-mail contains important information on your installation that you should keep safe. The password has been encrypted in the database and cannot be recovered, although you can request a new password should you lose this one.7 This e-mail contains important information regarding your installation and should be kept for reference. Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 8 8 9 9 ---------------------------- 10 10 Username: {USERNAME} 11 Password: {PASSWORD}12 11 13 12 Board URL: {U_BOARD} 14 13 ---------------------------- 15 14 16 Useful information on your phpBB installationcan be found in the docs folder of your installation and on phpBB.com's support page - http://www.phpbb.com/support/15 Useful information regarding the phpBB software can be found in the docs folder of your installation and on phpBB.com's support page - http://www.phpbb.com/support/ 17 16 18 In order to keep the board safe and secure, it is highly recommended that you keep current with software releases which can be easily done by subscribing to phpBB.com's mailing list, located at the above URL.17 In order to keep your board safe and secure, we highly recommended keeping current with software releases. For your convenience, a mailing list is available at the page referenced above. 19 18 20 19 {EMAIL_SIG} -
trunk/forum/language/en/email/newtopic_notify.txt
r400 r702 3 3 Hello {USERNAME}, 4 4 5 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view forum, no more notifications will be sent until you visit the forum.5 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view the forum, no more notifications will be sent until you visit the forum. 6 6 7 7 {U_FORUM} -
trunk/forum/language/en/email/user_reactivate_account.txt
r400 r702 10 10 ---------------------------- 11 11 12 Your password has been encrypted in our database. Should you forget your password you can request a new one which will be activated in the same way as thisaccount.12 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 13 13 14 14 Please visit the following link to reactivate your account: -
trunk/forum/language/en/email/user_remind_inactive.txt
r400 r702 3 3 Hello {USERNAME}, 4 4 5 On {REGISTER_DATE} you registered a new account at "{SITENAME}". To date you have not activated this account which is a prerequisite for board login. For your convenience the activation link is repeated below. 5 This notification is a reminder that your account at "{SITENAME}", created on {REGISTER_DATE}, remains inactive. If you would like to activate this account, please visit the following link: 6 6 7 7 {U_ACTIVATE} -
trunk/forum/language/en/email/user_resend_inactive.txt
r400 r702 9 9 ---------------------------- 10 10 11 Your password has been encrypted in our database. Should you forget your password you can request a new one which will be activated in the same way as thisaccount.11 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 12 12 13 Your account is currently inactive. You cannot use it until you visit the following link:13 Please visit the following link in order to activate your account: 14 14 15 15 {U_ACTIVATE} -
trunk/forum/language/en/email/user_welcome.txt
r400 r702 7 7 ---------------------------- 8 8 Username: {USERNAME} 9 Password: {PASSWORD}10 9 11 10 Board URL: {U_BOARD} 12 11 ---------------------------- 13 12 14 Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as thisaccount.13 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 15 14 16 15 Thank you for registering. -
trunk/forum/language/en/email/user_welcome_inactive.txt
r400 r702 7 7 ---------------------------- 8 8 Username: {USERNAME} 9 Password: {PASSWORD}10 9 11 10 Board URL: {U_BOARD} 12 11 ---------------------------- 13 12 14 Your account is currently inactive. You cannot use it until you visit the following link:13 Please visit the following link in order to activate your account: 15 14 16 15 {U_ACTIVATE} 17 16 18 Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However, should you forget your password you can request a new one which will be activated in the same way as thisaccount.17 Your password has been securely stored in our database and cannot be retrieved. In the event that it is forgotten, you will be able to reset it using the email address associated with your account. 19 18 20 19 Thank you for registering. -
trunk/forum/language/en/help_bbcode.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : help_bbcode.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 … … 77 77 array( 78 78 0 => 'Creating an Ordered list', 79 1 => 'The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use <strong>[list=1][/list]</strong> to create a numbered list or alternatively <strong>[list=a][/list]</strong> for an alphabetical list. As with the unordered list, items are specified using <strong>[*]</strong>. For example:<br /><br /><strong>[list=1]</strong><br /><strong>[*]</strong>Go to the shops<br /><strong>[*]</strong>Buy a new computer<br /><strong>[*]</strong>Swear at computer when it crashes<br /><strong>[/list]</strong><br /><br />will generate the following:<ol style="list-style-type: arabic-numbers"><li>Go to the shops</li><li>Buy a new computer</li><li>Swear at computer when it crashes</li></ol>Whereas for an alphabetical list you would use:<br /><br /><strong>[list=a]</strong><br /><strong>[*]</strong>The first possible answer<br /><strong>[*]</strong>The second possible answer<br /><strong>[*]</strong>The third possible answer<br /><strong>[/list]</strong><br /><br />giving<ol style="list-style-type: lower-alpha"><li>The first possible answer</li><li>The second possible answer</li><li>The third possible answer</li></ol>' 79 1 => 'The second type of list, an ordered list, gives you control over what is output before each item. To create an ordered list you use <strong>[list=1][/list]</strong> to create a numbered list or alternatively <strong>[list=a][/list]</strong> for an alphabetical list. As with the unordered list, items are specified using <strong>[*]</strong>. For example:<br /><br /><strong>[list=1]</strong><br /><strong>[*]</strong>Go to the shops<br /><strong>[*]</strong>Buy a new computer<br /><strong>[*]</strong>Swear at computer when it crashes<br /><strong>[/list]</strong><br /><br />will generate the following:<ol style="list-style-type: decimal;"><li>Go to the shops</li><li>Buy a new computer</li><li>Swear at computer when it crashes</li></ol>Whereas for an alphabetical list you would use:<br /><br /><strong>[list=a]</strong><br /><strong>[*]</strong>The first possible answer<br /><strong>[*]</strong>The second possible answer<br /><strong>[*]</strong>The third possible answer<br /><strong>[/list]</strong><br /><br />giving<ol style="list-style-type: lower-alpha"><li>The first possible answer</li><li>The second possible answer</li><li>The third possible answer</li></ol>' 80 ), 81 // This block will switch the FAQ-Questions to the second template column 82 array( 83 0 => '--', 84 1 => '--' 80 85 ), 81 86 array( -
trunk/forum/language/en/help_faq.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : help_faq.php 8896 2008-09-19 16:59:40Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 96 96 ), 97 97 array( 98 0 => 'How do I show an image belowmy username?',99 1 => 'There are two images that may appear below a username when viewing posts. Depending on the used style, the first may be an image associated with your rank, generally in the form of stars, blocks or dots, indicating how many posts you have made or your status on the board. The second, usually a larger image, is known as an avatar and is generally unique or personal to each user. It is up to the board administrator to enable avatars and to choose the way in which avatars can be made available. If you are unable to use avatars, contact a board administrator and ask them for their reasons.'98 0 => 'How do I show an image along with my username?', 99 1 => 'There are two images which may appear along with a username when viewing posts. One of them may be an image associated with your rank, generally in the form of stars, blocks or dots, indicating how many posts you have made or your status on the board. Another, usually a larger image, is known as an avatar and is generally unique or personal to each user. It is up to the board administrator to enable avatars and to choose the way in which avatars can be made available. If you are unable to use avatars, contact a board administrator and ask them for their reasons.' 100 100 ), 101 101 array( … … 117 117 array( 118 118 0 => 'How do I edit or delete a post?', 119 1 => 'Unless you are a board administrator or moderator, you can only edit or delete your own posts. You can edit a post by clicking the edit button for the relevant post, sometimes for only a limited time after the post was made. If someone has already replied to the post, you will find a small piece of text output below the post when you return to the topic which lists the number of times you edited it along with the date and time. This will only appear if someone has made a reply; it will not appear if a moderator or administrator edited the post, though they may leave a note as to why they’ve edited the post at their own di gression. Please note that normal users cannot delete a post once someone has replied.'119 1 => 'Unless you are a board administrator or moderator, you can only edit or delete your own posts. You can edit a post by clicking the edit button for the relevant post, sometimes for only a limited time after the post was made. If someone has already replied to the post, you will find a small piece of text output below the post when you return to the topic which lists the number of times you edited it along with the date and time. This will only appear if someone has made a reply; it will not appear if a moderator or administrator edited the post, though they may leave a note as to why they’ve edited the post at their own discretion. Please note that normal users cannot delete a post once someone has replied.' 120 120 ), 121 121 array( … … 202 202 0 => 'What are topic icons?', 203 203 1 => 'Topic icons are author chosen images associated with posts to indicate their content. The ability to use topic icons depends on the permissions set by the board administrator.' 204 ), 205 // This block will switch the FAQ-Questions to the second template column 206 array( 207 0 => '--', 208 1 => '--' 204 209 ), 205 210 array( -
trunk/forum/language/en/install.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : install.php 9177 2008-12-05 11:36:51Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 134 134 'DB_PORT' => 'Database server port', 135 135 'DB_PORT_EXPLAIN' => 'Leave this blank unless you know the server operates on a non-standard port.', 136 'DB_UPDATE_NOT_SUPPORTED' => 'We are sorry, but this script does not support updating from versions of phpBB prior to “%1$s”. The version you currently have installed is “%2$s”. Please update to a previous version before running this script. Assistance with this is available in the Support Forum on phpBB.com.', 136 137 'DB_USERNAME' => 'Database username', 137 138 'DB_TEST' => 'Test connection', … … 167 168 'FILLING_TABLE' => 'Filling table <strong>%s</strong>', 168 169 'FILLING_TABLES' => 'Filling tables', 170 171 'FIREBIRD_DBMS_UPDATE_REQUIRED' => 'phpBB no longer supports Firebird/Interbase prior to Version 2.1. Please update your Firebird installation to at least 2.1.0 before proceeding with the update.', 172 169 173 'FINAL_STEP' => 'Process final step', 170 174 'FORUM_ADDRESS' => 'Board address', … … 185 189 'INSTALL_CONGRATS' => 'Congratulations!', 186 190 'INSTALL_CONGRATS_EXPLAIN' => ' 187 <p>You have now successfully installed phpBB %1$s. From here, you have two options as to what to do with your newly installed phpBB3:</p>191 You have successfully installed phpBB %1$s. Please proceed by choosing one of the following options:</p> 188 192 <h2>Convert an existing board to phpBB3</h2> 189 <p>The phpBB Unified Convertor Framework supports the conversion of phpBB 2.0.x and other board systems to phpBB3. If you have an existing board that you wish to convert, please <a href="%2$s">proceed onto the convertor</a>.</p>193 <p>The phpBB Unified Convertor Framework supports the conversion of phpBB 2.0.x and other board systems to phpBB3. If you have an existing board that you wish to convert, please <a href="%2$s">proceed to the convertor</a>.</p> 190 194 <h2>Go live with your phpBB3!</h2> 191 <p>Clicking the button below will take you to your Administration Control Panel (ACP). Take some time to examine the options available to you. Remember that help is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>, see the <a href="%3$s">README</a> for further information.</p><p><strong>Please now delete, move or rename the install directory before you use your board. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.</strong></p>',195 <p>Clicking the button below will take you to a form for submitting statistical data to phpBB in your Administration Control Panel (ACP). We would appreciate it if you could help us by sending that information. Afterwards you should take some time to examine the options available to you. Remember that help is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a>, <a href="%3$s">README</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">Support Forums</a>.</p><p><strong>Please delete, move or rename the install directory before using your board. While this directory exists, only the Administration Control Panel (ACP) will be accessible.</strong>', 192 196 'INSTALL_INTRO' => 'Welcome to Installation', 193 197 … … 209 213 <li>PostgreSQL 7.3+</li> 210 214 <li>SQLite 2.8.2+</li> 211 <li>Firebird 2. 0+</li>215 <li>Firebird 2.1+</li> 212 216 <li>MS SQL Server 2000 or above (directly or via ODBC)</li> 213 217 <li>Oracle</li> … … 231 235 'INST_ERR_DB_NO_SQLITE' => 'The version of the SQLite extension you have installed is too old, it must be upgraded to at least 2.8.2.', 232 236 'INST_ERR_DB_NO_ORACLE' => 'The version of Oracle installed on this machine requires you to set the <var>NLS_CHARACTERSET</var> parameter to <var>UTF8</var>. Either upgrade your installation to 9.2+ or change the parameter.', 233 'INST_ERR_DB_NO_FIREBIRD' => 'The version of Firebird installed on this machine is older than 2. 0, please upgrade to a newer version.',237 'INST_ERR_DB_NO_FIREBIRD' => 'The version of Firebird installed on this machine is older than 2.1, please upgrade to a newer version.', 234 238 'INST_ERR_DB_NO_FIREBIRD_PS'=> 'The database you selected for Firebird has a page size less than 8192, it must be at least 8192.', 235 239 'INST_ERR_DB_NO_POSTGRES' => 'The database you have selected was not created in <var>UNICODE</var> or <var>UTF8</var> encoding. Try installing with a database in <var>UNICODE</var> or <var>UTF8</var> encoding.', … … 269 273 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>.', 270 274 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<strong>%s</strong>.', 275 276 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2$s.<br /><strong>Before you proceed the update, you need to upgrade the schema.</strong><br /><br />Please refer to the <a href="http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/">Knowledge Base article about upgrading the MySQL schema</a>. If you encounter problems, please use <a href="http://www.phpbb.com/community/viewforum.php?f=46">our support forums</a>.', 271 277 272 278 'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%s', … … 363 369 // Updater 364 370 $lang = array_merge($lang, array( 365 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login ">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory!',371 'ALL_FILES_UP_TO_DATE' => 'All files are up to date with the latest phpBB version. You should now <a href="../ucp.php?mode=login&redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory! Please send us updated information about your server and board configurations from the <a href="../ucp.php?mode=login&redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.', 366 372 'ARCHIVE_FILE' => 'Source file within archive', 367 373 … … 382 388 'CONTINUE_UPDATE_NOW' => 'Continue the update process now', // Shown within the database update script at the end if called from the updater 383 389 'CONTINUE_UPDATE' => 'Continue update now', // Shown after file upload to indicate the update process is not yet finished 384 'CURRENT_FILE' => 'Begin ning of current original file',390 'CURRENT_FILE' => 'Begin of Conflict - Original File code before update', 385 391 'CURRENT_VERSION' => 'Current version', 386 392 … … 392 398 'DIFF_INLINE' => 'Inline', 393 399 'DIFF_RAW' => 'Raw unified diff', 394 'DIFF_SEP_EXPLAIN' => ' End of current original file / Beginning of new updatedfile',400 'DIFF_SEP_EXPLAIN' => 'Code block used within the updated/new file', 395 401 'DIFF_SIDE_BY_SIDE' => 'Side by Side', 396 402 'DIFF_UNIFIED' => 'Unified diff', … … 400 406 'DOWNLOAD_AS' => 'Download as', 401 407 'DOWNLOAD_UPDATE_METHOD_BUTTON' => 'Download modified files archive (recommended)', 408 'DOWNLOAD_CONFLICTS' => 'Download conflicts for this file', 409 'DOWNLOAD_CONFLICTS_EXPLAIN' => 'Search for <<< to spot conflicts', 402 410 'DOWNLOAD_UPDATE_METHOD' => 'Download modified files archive', 403 411 'DOWNLOAD_UPDATE_METHOD_EXPLAIN' => 'Once downloaded you should unpack the archive. You will find the modified files you need to upload to your phpBB root directory within it. Please upload the files to their respective locations then. After you have uploaded all files, please check the files again with the other button below.', … … 444 452 'MERGE_NO_MERGE_NEW_OPTION' => 'Do not merge - use new file', 445 453 'MERGE_NO_MERGE_MOD_OPTION' => 'Do not merge - use currently installed file', 446 'MERGE_MOD_FILE_OPTION' => 'Merge differences and use modified code within conflicting block',447 'MERGE_NEW_FILE_OPTION' => 'Merge differences and use new file code within conflicting block',454 'MERGE_MOD_FILE_OPTION' => 'Merge modifications (removes new phpBB code within conflicting block)', 455 'MERGE_NEW_FILE_OPTION' => 'Merge modifications (removes modified code within conflicting block)', 448 456 'MERGE_SELECT_ERROR' => 'Conflicting file merge modes are not correctly selected.', 449 457 'MERGING_FILES' => 'Merging differences', 450 458 'MERGING_FILES_EXPLAIN' => 'Currently collecting final file changes.<br /><br />Please wait until phpBB has completed all operations on changed files.', 451 459 452 'NEW_FILE' => 'End of new updated file',460 'NEW_FILE' => 'End of Conflict', 453 461 'NEW_USERNAME' => 'New username', 454 462 'NO_AUTH_UPDATE' => 'Not authorised to update', … … 463 471 'NOTICE' => 'Notice', 464 472 'NUM_CONFLICTS' => 'Number of conflicts', 465 'NUMBER_OF_FILES_COLLECTED' => 'Currently differences of%1$d of %2$d files have been checked.<br />Please wait until all files are checked.',473 'NUMBER_OF_FILES_COLLECTED' => 'Currently differences from %1$d of %2$d files have been checked.<br />Please wait until all files are checked.', 466 474 467 475 'OLD_UPDATE_FILES' => 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.', … … 556 564 'USER_INACTIVE' => 'Inactive user', 557 565 558 'VERSION_CHECK' => 'Version check', 559 'VERSION_CHECK_EXPLAIN' => 'Checks to see if the version of phpBB you are currently running is up to date.', 560 'VERSION_NOT_UP_TO_DATE' => 'Your version of phpBB is not up to date. Please continue the update process.', 561 'VERSION_NOT_UP_TO_DATE_ACP'=> 'Your version of phpBB is not up to date.<br />Below you will find a link to the release announcement for the latest version as well as instructions on how to perform the update.', 562 'VERSION_UP_TO_DATE' => 'Your installation is up to date, no updates are available for your version of phpBB. You may want to continue anyway to perform a file validity check.', 563 'VERSION_UP_TO_DATE_ACP' => 'Your installation is up to date, no updates are available for your version of phpBB. You do not need to update your installation.', 564 'VIEWING_FILE_CONTENTS' => 'Viewing file contents', 565 'VIEWING_FILE_DIFF' => 'Viewing file differences', 566 'VERSION_CHECK' => 'Version check', 567 'VERSION_CHECK_EXPLAIN' => 'Checks to see if your phpBB installation is up to date.', 568 'VERSION_NOT_UP_TO_DATE' => 'Your phpBB installation is not up to date. Please continue the update process.', 569 'VERSION_NOT_UP_TO_DATE_ACP' => 'Your phpBB installation is not up to date.<br />Below is a link to the release announcement, which contains more information as well as instructions on updating.', 570 'VERSION_NOT_UP_TO_DATE_TITLE' => 'Your phpBB installation is not up to date.', 571 'VERSION_UP_TO_DATE' => 'Your phpBB installation is up to date. Although there are no updates available at this time, you may continue in order to perform a file validity check.', 572 'VERSION_UP_TO_DATE_ACP' => 'Your phpBB installation is up to date. There are no updates available at this time.', 573 'VIEWING_FILE_CONTENTS' => 'Viewing file contents', 574 'VIEWING_FILE_DIFF' => 'Viewing file differences', 566 575 567 576 'WRONG_INFO_FILE_FORMAT' => 'Wrong info file format', -
trunk/forum/language/en/mcp.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : mcp.php 8940 2008-09-26 11:25:04Z toonarmy$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 47 47 'ALL_REPORTS' => 'All reports', 48 48 'ALREADY_REPORTED' => 'This post has already been reported.', 49 'ALREADY_REPORTED_PM' => 'This private message has already been reported.', 49 50 'ALREADY_WARNED' => 'A warning has already been issued for this post.', 50 51 'APPROVE' => 'Approve', … … 59 60 'CAN_LEAVE_BLANK' => 'This can be left blank.', 60 61 'CHANGE_POSTER' => 'Change poster', 62 'CLOSE_PM_REPORT' => 'Close PM report', 63 'CLOSE_PM_REPORT_CONFIRM' => 'Are you sure you want to close the selected PM report?', 64 'CLOSE_PM_REPORTS' => 'Close PM reports', 65 'CLOSE_PM_REPORTS_CONFIRM' => 'Are you sure you want to close the selected PM reports?', 61 66 'CLOSE_REPORT' => 'Close report', 62 67 'CLOSE_REPORT_CONFIRM' => 'Are you sure you want to close the selected report?', … … 64 69 'CLOSE_REPORTS_CONFIRM' => 'Are you sure you want to close the selected reports?', 65 70 71 'DELETE_PM_REPORT' => 'Delete PM report', 72 'DELETE_PM_REPORT_CONFIRM' => 'Are you sure you want to delete the selected PM report?', 73 'DELETE_PM_REPORTS' => 'Delete PM reports', 74 'DELETE_PM_REPORTS_CONFIRM' => 'Are you sure you want to delete the selected PM reports?', 66 75 'DELETE_POSTS' => 'Delete posts', 67 76 'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?', … … 107 116 'LATEST_LOGS' => 'Latest 5 logged actions', 108 117 'LATEST_REPORTED' => 'Latest 5 reports', 118 'LATEST_REPORTED_PMS' => 'Latest 5 PM reports', 109 119 'LATEST_UNAPPROVED' => 'Latest 5 posts awaiting approval', 110 120 'LATEST_WARNING_TIME' => 'Latest warning issued', … … 171 181 'MCP_POST_REPORTS' => 'Reports issued on this post', 172 182 173 'MCP_REPORTS' => 'Reported posts', 183 'MCP_PM_REPORTS' => 'Reported PMs', 184 'MCP_PM_REPORT_DETAILS' => 'PM Report details', 185 'MCP_PM_REPORTS_CLOSED' => 'Closed PM reports', 186 'MCP_PM_REPORTS_CLOSED_EXPLAIN' => 'This is a list of all reports about private messages which have previously been resolved.', 187 'MCP_PM_REPORTS_OPEN' => 'Open PM reports', 188 'MCP_PM_REPORTS_OPEN_EXPLAIN' => 'This is a list of all reported private messages which are still to be handled.', 189 190 'MCP_REPORTS' => 'Reported messages', 174 191 'MCP_REPORT_DETAILS' => 'Report details', 175 192 'MCP_REPORTS_CLOSED' => 'Closed reports', … … 233 250 'OTHER_USERS' => 'Other users posting from this IP', 234 251 252 'PM_REPORT_CLOSED_SUCCESS' => 'The selected PM report has been closed successfully.', 253 'PM_REPORT_DELETED_SUCCESS' => 'The selected PM report has been deleted successfully.', 254 'PM_REPORTED_SUCCESS' => 'This private message has been successfully reported.', 255 'PM_REPORT_TOTAL' => 'In total there is <strong>1</strong> PM report to review.', 256 'PM_REPORTS_CLOSED_SUCCESS' => 'The selected PM reports have been closed successfully.', 257 'PM_REPORTS_DELETED_SUCCESS'=> 'The selected PM reports have been deleted successfully.', 258 'PM_REPORTS_TOTAL' => 'In total there are <strong>%d</strong> PM reports to review.', 259 'PM_REPORTS_ZERO_TOTAL' => 'There are no PM reports to review.', 260 'PM_REPORT_DETAILS' => 'Private message report details', 235 261 'POSTER' => 'Poster', 236 262 'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved.', … … 265 291 'REPORT_DETAILS' => 'Report details', 266 292 'REPORT_MESSAGE' => 'Report this message', 267 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected message. Reporting should generally be used only if the message breaks forum rules.',293 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators.</strong>', 268 294 'REPORT_NOTIFY' => 'Notify me', 269 295 'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with.', … … 276 302 'RETURN_NEW_FORUM' => '%sGo to the new forum%s', 277 303 'RETURN_NEW_TOPIC' => '%sGo to the new topic%s', 304 'RETURN_PM' => '%sReturn to the private message%s', 278 305 'RETURN_POST' => '%sReturn to the post%s', 279 306 'RETURN_QUEUE' => '%sReturn to the queue%s', … … 303 330 'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post.', 304 331 332 'THIS_PM_IP' => 'IP for this private message', 305 333 'THIS_POST_IP' => 'IP for this post', 306 334 'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved.', … … 347 375 348 376 'VIEW_DETAILS' => 'View details', 377 'VIEW_PM' => 'View private message', 349 378 'VIEW_POST' => 'View post', 350 379 … … 366 395 ), 367 396 'DESCRIPTION' => array( 368 'WAREZ' => 'The postcontains links to illegal or pirated software.',369 'SPAM' => 'The reported posthas the only purpose to advertise for a website or another product.',370 'OFF_TOPIC' => 'The reported postis off topic.',371 'OTHER' => 'The reported postdoes not fit into any other category, please use the further information field.',397 'WAREZ' => 'The message contains links to illegal or pirated software.', 398 'SPAM' => 'The reported message has the only purpose to advertise for a website or another product.', 399 'OFF_TOPIC' => 'The reported message is off topic.', 400 'OTHER' => 'The reported message does not fit into any other category, please use the further information field.', 372 401 ) 373 402 ), -
trunk/forum/language/en/memberlist.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : memberlist.php 8574 2008-05-29 13:59:47Z Kellanved$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 82 82 'IM_MSNM' => 'Please note that you need Windows Messenger installed to use this.', 83 83 'IM_MSNM_BROWSER' => 'Your browser does not support this.', 84 'IM_MSNM_CONNECT' => 'MSNM is not connected.\nYou have to connect to MSNM to continue.', 84 'IM_MSNM_CONNECT' => 'MSNM is not connected.\nYou have to connect to MSNM to continue.', 85 85 'IM_NAME' => 'Your Name', 86 86 'IM_NO_DATA' => 'There is no suitable contact information for this user.', … … 91 91 'IM_SENT_JABBER' => 'Your message to %1$s has been sent successfully.', 92 92 'IM_USER' => 'Send an instant message', 93 93 94 94 'LAST_ACTIVE' => 'Last active', 95 95 'LESS_THAN' => 'Less than', … … 135 135 'USER_BAN' => 'Banning', 136 136 'USER_FORUM' => 'User statistics', 137 'USER_LAST_REMINDED' => array( 138 0 => 'No reminder sent at this time', 139 1 => '%1$d reminder sent<br />» %2$s', 140 ), 137 141 'USER_ONLINE' => 'Online', 138 142 'USER_PRESENCE' => 'Board presence', -
trunk/forum/language/en/posting.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : posting.php 8555 2008-05-15 14:10:11Z Kellanved$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 142 142 'PARTIAL_UPLOAD' => 'The uploaded file was only partially uploaded.', 143 143 'PHP_SIZE_NA' => 'The attachment’s file size is too large.<br />Could not determine the maximum size defined by PHP in php.ini.', 144 'PHP_SIZE_OVERRUN' => 'The attachment’s file size is too large, the maximum upload size is % d MB.<br />Please note this is set in php.ini and cannot be overridden.',144 'PHP_SIZE_OVERRUN' => 'The attachment’s file size is too large, the maximum upload size is %1$d %2$s.<br />Please note this is set in php.ini and cannot be overridden.', 145 145 'PLACE_INLINE' => 'Place inline', 146 146 'POLL_DELETE' => 'Delete poll', … … 168 168 'POST_NORMAL' => 'Normal', 169 169 'POST_REVIEW' => 'Post review', 170 'POST_REVIEW_EDIT' => 'Post review', 171 'POST_REVIEW_EDIT_EXPLAIN' => 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.', 170 172 'POST_REVIEW_EXPLAIN' => 'At least one new post has been made to this topic. You may wish to review your post in light of this.', 171 173 'POST_STORED' => 'This message has been posted successfully.', … … 185 187 'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit', 186 188 'STICK_TOPIC_FOR' => 'Stick topic for', 187 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. ',189 'STICK_TOPIC_FOR_EXPLAIN' => 'Enter 0 or leave blank for a never ending Sticky/Announcement. Please note that this number is relative to the date of the post.', 188 190 'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text.', 189 191 190 192 'TOO_FEW_CHARS' => 'Your message contains too few characters.', 193 'TOO_FEW_CHARS_LIMIT' => 'Your message contains %1$d characters. The minimum number of characters you need to enter is %2$d.', 191 194 'TOO_FEW_POLL_OPTIONS' => 'You must enter at least two poll options.', 192 195 'TOO_MANY_ATTACHMENTS' => 'Cannot add another attachment, %d is the maximum.', -
trunk/forum/language/en/search.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : search.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 … … 54 54 55 55 'LOGIN_EXPLAIN_EGOSEARCH' => 'The board requires you to be registered and logged in to view your own posts.', 56 'LOGIN_EXPLAIN_UNREADSEARCH'=> 'The board requires you to be registered and logged in to view your unread posts.', 57 58 'MAX_NUM_SEARCH_KEYWORDS_REFINE' => 'You specified too many words to search for. Please do not enter more than %1$d words.', 56 59 57 60 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.', -
trunk/forum/language/en/search_synonyms.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : search_synonyms.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 … … 27 27 'anemic' => 'anaemic', 28 28 'anesthesia' => 'anaesthesia', 29 'ap pologize' => 'appologise',29 'apologize' => 'apologise', 30 30 'archean' => 'archaean', 31 31 'archeology' => 'archaeology', -
trunk/forum/language/en/ucp.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : ucp.php 9162 2008-12-03 11:18:31Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 80 80 'ADD_RULE' => 'Add rule', 81 81 'ADD_TO' => 'Add [To]', 82 'ADD_USERS_UCP_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Please enter each username on a separate line.', 82 83 'ADMIN_EMAIL' => 'Administrators can e-mail me information', 83 84 'AGREE' => 'I agree to these terms', … … 93 94 'AVATAR_GALLERY' => 'Local gallery', 94 95 'AVATAR_GENERAL_UPLOAD_ERROR' => 'Could not upload avatar to %s.', 96 'AVATAR_NOT_ALLOWED' => 'Your avatar cannot be displayed because avatars have been disallowed.', 95 97 'AVATAR_PAGE' => 'Page', 98 'AVATAR_TYPE_NOT_ALLOWED' => 'Your current avatar cannot be displayed because its type has been disallowed.', 96 99 97 100 'BACK_TO_DRAFTS' => 'Back to saved drafts', … … 123 126 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your e-mail address.', 124 127 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.', 128 'VC_REFRESH' => 'Refresh confirmation code', 129 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code you can request a new one by clicking the button.', 130 125 131 'CONFIRM_PASSWORD' => 'Confirm password', 126 132 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above.', … … 195 201 'FOLDER_ADDED' => 'Folder successfully added.', 196 202 'FOLDER_MESSAGE_STATUS' => '%1$d from %2$d messages stored', 203 'FOLDER_NAME_EMPTY' => 'You must enter a name for this folder.', 197 204 'FOLDER_NAME_EXIST' => 'Folder <strong>%s</strong> already exists.', 198 205 'FOLDER_OPTIONS' => 'Folder options', … … 271 278 'NOTIFY_ON_PM' => 'Notify me on new private messages', 272 279 'NOT_ADDED_FRIENDS_ANONYMOUS' => 'You cannot add the anonymous user to your friends list.', 280 'NOT_ADDED_FRIENDS_BOTS' => 'You cannot add bots to your friends list.', 273 281 'NOT_ADDED_FRIENDS_FOES' => 'You cannot add users to your friends list who are on your foes list.', 274 282 'NOT_ADDED_FRIENDS_SELF' => 'You cannot add yourself to the friends list.', 275 283 'NOT_ADDED_FOES_MOD_ADMIN' => 'You cannot add administrators and moderators to your foes list.', 276 284 'NOT_ADDED_FOES_ANONYMOUS' => 'You cannot add the anonymous user to your foes list.', 285 'NOT_ADDED_FOES_BOTS' => 'You cannot add bots to your foes list.', 277 286 'NOT_ADDED_FOES_FRIENDS' => 'You cannot add users to your foes list who are on your friends list.', 278 287 'NOT_ADDED_FOES_SELF' => 'You cannot add yourself to the foes list.', … … 326 335 'PASSWORD' => 'Password', 327 336 'PASSWORD_ACTIVATED' => 'Your new password has been activated.', 328 'PASSWORD_UPDATED' => ' Your password has been sent successfully to your originale-mail address.',337 'PASSWORD_UPDATED' => 'A new password was sent to your registered e-mail address.', 329 338 'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.', 330 339 'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user’s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.', … … 344 353 'POST_FORWARD_PM' => 'Forward message', 345 354 'POST_NEW_PM' => 'Compose message', 346 'POST_PM_LOCKED' => 'Private messaging is locked ',355 'POST_PM_LOCKED' => 'Private messaging is locked.', 347 356 'POST_PM_POST' => 'Quote post', 348 357 'POST_QUOTE_PM' => 'Quote message', … … 366 375 'RENAME_FOLDER' => 'Rename folder', 367 376 'REPLIED_MESSAGE' => 'Replied to message', 377 'REPLY_TO_ALL' => 'Reply to sender and all recipients.', 378 'REPORT_PM' => 'Report private message', 368 379 'RESIGN_SELECTED' => 'Resign selected', 369 380 'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s', … … 415 426 'UCP_MAIN_SUBSCRIBED' => 'Manage subscriptions', 416 427 417 'UCP_MSNM' => ' MSN Messenger',428 'UCP_MSNM' => 'WL/MSN Messenger', 418 429 'UCP_NO_ATTACHMENTS' => 'You have posted no files.', 419 430 … … 450 461 'UCP_ZEBRA_FOES' => 'Manage foes', 451 462 'UCP_ZEBRA_FRIENDS' => 'Manage friends', 463 'UNDISCLOSED_RECIPIENT' => 'Undisclosed Recipient', 452 464 'UNKNOWN_FOLDER' => 'Unknown folder', 453 465 'UNWATCH_MARKED' => 'Unwatch marked', -
trunk/forum/language/en/viewtopic.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : viewtopic.php 8775 2008-08-21 15:41:12Z Kellanved$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 50 50 'CODE' => 'Code', 51 'COLLAPSE_QR' => 'Hide Quick Reply', 51 52 52 53 'DELETE_TOPIC' => 'Delete topic', … … 60 61 'FILE_NOT_FOUND_404' => 'The file <strong>%s</strong> does not exist.', 61 62 'FORK_TOPIC' => 'Copy topic', 62 63 'FULL_EDITOR' => 'Full Editor', 64 63 65 'LINKAGE_FORBIDDEN' => 'You are not authorised to view, download or link from/to this site.', 64 66 'LOGIN_NOTIFY_TOPIC' => 'You have been notified about this topic, please login to view it.', … … 87 89 88 90 'QUICK_MOD' => 'Quick-mod tools', 91 'QUICKREPLY' => 'Quick Reply', 89 92 'QUOTE' => 'Quote', 90 93 … … 92 95 'RETURN_POST' => '%sReturn to the post%s', 93 96 97 'SHOW_QR' => 'Quick Reply', 94 98 'SUBMIT_VOTE' => 'Submit vote', 95 99
Note:
See TracChangeset
for help on using the changeset viewer.