Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
Location:
trunk/forum/language/en
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/language/en/acp/ban.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: ban.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4949        'BAN_GIVE_REASON'               => 'Reason shown to the banned',
    5050        '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)"
    5153
    5254        'EMAIL_BAN'                                     => 'Ban one or more e-mail addresses',
     
    6870
    6971        'PERMANENT'             => 'Permanent',
    70        
     72
    7173        'UNTIL'                                         => 'Until',
    7274        'USER_BAN'                                      => 'Ban one or more usernames',
     
    7678        'USER_UNBAN'                            => 'Un-ban or un-exclude usernames',
    7779        '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 
    8080));
    8181
  • trunk/forum/language/en/acp/board.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: board.php 9037 2008-10-26 10:52:43Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    7171        'ALLOW_NO_CENSORS_EXPLAIN'      => 'Users can choose to disable the automatic word censoring of posts and private messages.',
    7272        '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',
    7378        'ALLOW_SIG'                                     => 'Allow signatures',
    7479        'ALLOW_SIG_BBCODE'                      => 'Allow BBCode in user signatures',
     
    8893        '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.',
    8994
     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.',
    9097        'ALLOW_LOCAL'                                   => 'Enable gallery avatars',
    9198        'ALLOW_REMOTE'                                  => 'Enable remote avatars',
    9299        '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.',
    93102        'ALLOW_UPLOAD'                                  => 'Enable avatar uploading',
    94103        'AVATAR_GALLERY_PATH'                   => 'Avatar gallery path',
     
    141150        '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.',
    142151
    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 
    148152        '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.',
    152158        'DISPLAY_LAST_EDITED'                   => 'Display last edited time information',
    153159        'DISPLAY_LAST_EDITED_EXPLAIN'   => 'Choose if the last edited by information to be displayed on posts.',
     
    167173        'MAX_POST_URLS'                                 => 'Maximum links per post',
    168174        '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.',
    169177        'POSTING'                                               => 'Posting',
    170178        'POSTS_PER_PAGE'                                => 'Posts per page',
     
    173181        'SMILIES_LIMIT'                                 => 'Maximum smilies per post',
    174182        'SMILIES_LIMIT_EXPLAIN'                 => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',
     183        'SMILIES_PER_PAGE'                              => 'Smilies per page',
    175184        'TOPICS_PER_PAGE'                               => 'Topics per page',
    176185));
     
    198207        'ACP_REGISTER_SETTINGS_EXPLAIN'         => 'Here you are able to define registration and profile related settings.',
    199208
    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
    202216        'ACC_ADMIN'                                     => 'By Admin',
    203217        'ACC_DISABLE'                           => 'Disable',
     
    232246));
    233247
     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
    234288// Visual Confirmation Settings
    235289$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.',
    238293        'CAPTCHA_GD'                                                    => 'GD CAPTCHA',
     294        'CAPTCHA_GD_3D'                                                 => 'GD 3D Captcha',
    239295        'CAPTCHA_GD_FOREGROUND_NOISE'                   => 'GD CAPTCHA foreground noise',
    240296        'CAPTCHA_GD_EXPLAIN'                                    => 'Use GD to make a more advanced CAPTCHA.',
     
    244300        'CAPTCHA_GD_Y_GRID'                                             => 'GD CAPTCHA background noise y-axis',
    245301        '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',
    247312        '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
    249322        'VISUAL_CONFIRM_POST'                                   => 'Enable visual confirmation for guest postings',
    250323        'VISUAL_CONFIRM_POST_EXPLAIN'                   => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
    251324        'VISUAL_CONFIRM_REG'                                    => 'Enable visual confirmation for registrations',
    252325        '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.',
    253328));
    254329
     
    318393        'LDAP_NO_IDENTITY'                              => 'Could not find a login identity for %s.',
    319394        '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>',
    321396        'LDAP_PORT'                                             => 'LDAP server port',
    322397        '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.',
     
    336411
    337412        '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.',
    339414        'FORCE_SERVER_VARS'                     => 'Force server URL settings',
    340415        'FORCE_SERVER_VARS_EXPLAIN'     => 'If set to yes the server settings defined here will be used in favour of the automatically determined values.',
     
    423498        'EMAIL_SIG_EXPLAIN'                             => 'This text will be attached to all e-mails the board sends.',
    424499        '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>',
    426501        'SMTP_AUTH_METHOD'                              => 'Authentication method for SMTP',
    427502        'SMTP_AUTH_METHOD_EXPLAIN'              => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.',
     
    430505        'SMTP_LOGIN'                                    => 'LOGIN',
    431506        '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>',
    433508        'SMTP_PLAIN'                                    => 'PLAIN',
    434509        'SMTP_POP_BEFORE_SMTP'                  => 'POP-BEFORE-SMTP',
     
    453528        '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.',
    454529        '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>',
    455531        'JAB_PORT'                                      => 'Jabber port',
    456532        'JAB_PORT_EXPLAIN'                      => 'Leave blank unless you know it is not port 5222.',
  • trunk/forum/language/en/acp/common.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: common.php 9049 2008-11-05 22:03:16Z toonarmy $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8989        'ACP_FORUM_MODERATORS'                  => 'Forum moderators',
    9090        'ACP_FORUM_PERMISSIONS'                 => 'Forum permissions',
     91        'ACP_FORUM_PERMISSIONS_COPY'    => 'Copy forum permissions',
    9192        'ACP_FORUM_ROLES'                               => 'Forum roles',
    9293
     
    149150        'ACP_RESTORE'                           => 'Restore',
    150151
     152        'ACP_FEED'                                      => 'Feed management',
     153        'ACP_FEED_SETTINGS'                     => 'Feed settings',
     154
    151155        'ACP_SEARCH'                            => 'Search configuration',
    152156        'ACP_SEARCH_INDEX'                      => 'Search index',
     
    154158
    155159        'ACP_SECURITY_SETTINGS'         => 'Security settings',
     160        'ACP_SEND_STATISTICS'           => 'Send statistical information',
    156161        'ACP_SERVER_CONFIGURATION'      => 'Server configuration',
    157162        'ACP_SERVER_SETTINGS'           => 'Server settings',
     
    161166        'ACP_STYLE_MANAGEMENT'          => 'Style management',
    162167        'ACP_STYLES'                            => 'Styles',
     168
     169        'ACP_SUBMIT_CHANGES'            => 'Submit changes',
    163170
    164171        'ACP_TEMPLATES'                         => 'Templates',
     
    182189        'ACP_USER_SECURITY'                             => 'User security',
    183190        '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',
    186194        'ACP_VC_CAPTCHA_DISPLAY'                        => 'CAPTCHA image preview',
    187195        'ACP_VERSION_CHECK'                                     => 'Check for updates',
     
    202210        'ADMIN_PANEL'                   => 'Administration Control Panel',
    203211
    204         'ADM_LOGOUT'                    => 'ACP Logout',
     212        'ADM_LOGOUT'                    => 'ACP&nbsp;Logout',
    205213        'ADM_LOGGED_OUT'                => 'Successfully logged out from Administration Control Panel',
    206214
     
    242250        'MANAGE'                                => 'Manage',
    243251        'MENU_TOGGLE'                   => 'Hide or display the side menu',
     252        'MORE'                                  => 'More',                      // Not used at the moment
     253        'MORE_INFORMATION'              => 'More information »',
    244254        'MOVE_DOWN'                             => 'Move down',
    245255        'MOVE_UP'                               => 'Move up',
     
    258268        'PERMISSIONS_TRANSFERRED'                       => 'Permissions transferred',
    259269        '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',
    261270        'PROCEED_TO_ACP'                                        => '%sProceed to the ACP%s',
    262271
     
    268277        'SELECT_OPTION'                 => 'Select option',
    269278
    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',
    274285
    275286        'UCP'                                   => 'User Control Panel',
     
    329340        'NUMBER_ORPHAN'         => 'Orphan attachments',
    330341
     342        'PHP_VERSION_OLD'       => 'The version of PHP on this server will no longer be supported by future versions of phpBB. %sDetails%s',
     343
    331344        'POSTS_PER_DAY'         => 'Posts per day',
    332345
     
    334347        'PURGE_CACHE_CONFIRM'   => 'Are you sure you wish to purge the cache?',
    335348        '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.',
    336353
    337354        'RESET_DATE'                                    => 'Reset board’s start date',
     
    358375        'USERS_PER_DAY'         => 'Users per day',
    359376
    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',
    363382
    364383        'WELCOME_PHPBB'                 => 'Welcome to phpBB',
     
    385404        'SORT_REASON'           => 'Reason',
    386405        'SORT_REG_DATE'         => 'Registration date',
     406        'SORT_LAST_REMINDER'=> 'Last reminded',
     407        'SORT_REMINDER'         => 'Reminder sent',
    387408
    388409        '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.',
    389422));
    390423
     
    465498        'LOG_CONFIG_POST'                       => '<strong>Altered post settings</strong>',
    466499        'LOG_CONFIG_REGISTRATION'       => '<strong>Altered user registration settings</strong>',
     500        'LOG_CONFIG_FEED'                       => '<strong>Altered syndication feeds settings</strong>',
    467501        'LOG_CONFIG_SEARCH'                     => '<strong>Altered search settings</strong>',
    468502        'LOG_CONFIG_SECURITY'           => '<strong>Altered security settings</strong>',
     
    470504        'LOG_CONFIG_SETTINGS'           => '<strong>Altered board settings</strong>',
    471505        'LOG_CONFIG_SIGNATURE'          => '<strong>Altered signature settings</strong>',
    472         'LOG_CONFIG_VISUAL'                     => '<strong>Altered visual confirmation settings</strong>',
     506        'LOG_CONFIG_VISUAL'                     => '<strong>Altered antibot settings</strong>',
    473507
    474508        'LOG_APPROVE_TOPIC'                     => '<strong>Approved topic</strong><br />» %s',
    475509        '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',
    477511        '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',
    479513        'LOG_FORK'                                      => '<strong>Copied topic</strong><br />» from %s',
    480514        'LOG_LOCK'                                      => '<strong>Locked topic</strong><br />» %s',
     
    482516        'LOG_MERGE'                                     => '<strong>Merged posts</strong> into topic<br />» %s',
    483517        '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',
    484520        'LOG_POST_APPROVED'                     => '<strong>Approved post</strong><br />» %s',
    485521        'LOG_POST_DISAPPROVED'          => '<strong>Disapproved post “%1$s” with the following reason</strong><br />» %2$s',
     
    512548
    513549        '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',
    514551        'LOG_FORUM_DEL_FORUM'                                   => '<strong>Deleted forum</strong><br />» %s',
    515552        'LOG_FORUM_DEL_FORUMS'                                  => '<strong>Deleted forum and its subforums</strong><br />» %s',
    516553        'LOG_FORUM_DEL_MOVE_FORUMS'                             => '<strong>Deleted forum and moved subforums</strong> to %1$s<br />» %2$s',
    517554        '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',
    519556        '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',
    523560        'LOG_FORUM_EDIT'                                                => '<strong>Edited forum details</strong><br />» %s',
    524561        'LOG_FORUM_MOVE_DOWN'                                   => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s',
    525562        'LOG_FORUM_MOVE_UP'                                             => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s',
    526563        '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',
    527566
    528567        'LOG_GROUP_CREATED'             => '<strong>New usergroup created</strong><br />» %s',
     
    534573        'LOG_GROUP_UPDATED'             => '<strong>Usergroup details updated</strong><br />» %s',
    535574        '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',
    536576        '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',
    538580
    539581        'LOG_IMAGESET_ADD_DB'                   => '<strong>Added new imageset to database</strong><br />» %s',
     
    604646
    605647        'LOG_PURGE_CACHE'                       => '<strong>Purged cache</strong>',
     648        'LOG_PURGE_SESSIONS'            => '<strong>Purged sessions</strong>',
     649
    606650
    607651        'LOG_RANK_ADDED'                => '<strong>Added new rank</strong><br />» %s',
     
    655699        'LOG_USER_DEL_ATTACH'   => '<strong>Removed all attachments made by the user</strong><br />» %s',
    656700        'LOG_USER_DEL_AVATAR'   => '<strong>Removed user avatar</strong><br />» %s',
     701        'LOG_USER_DEL_OUTBOX'   => '<strong>Emptied user outbox</strong><br />» %s',
    657702        'LOG_USER_DEL_POSTS'    => '<strong>Removed all posts made by the user</strong><br />» %s',
    658703        'LOG_USER_DEL_SIG'              => '<strong>Removed user signature</strong><br />» %s',
     
    661706        'LOG_USER_NEW_PASSWORD' => '<strong>Changed user password</strong><br />» %s',
    662707        '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
    663710        'LOG_USER_UPDATE_EMAIL' => '<strong>User “%1$s” changed e-mail</strong><br />» from “%2$s” to “%3$s”',
    664711        'LOG_USER_UPDATE_NAME'  => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”',
     
    684731        'LOG_USER_GROUP_RESIGN'                 => '<strong>User resigned membership from group</strong><br />» %s',
    685732
     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
    686737        'LOG_WORD_ADD'                  => '<strong>Added word censor</strong><br />» %s',
    687738        'LOG_WORD_DELETE'               => '<strong>Deleted word censor</strong><br />» %s',
  • trunk/forum/language/en/acp/database.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: database.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    5555
    5656        'FILE_TYPE'                     => 'File type',
     57        'FILE_WRITE_FAIL'       => 'Unable to write file to storage folder.',
    5758        'FULL_BACKUP'           => 'Full',
    5859
  • trunk/forum/language/en/acp/forums.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: forums.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4545        'AUTO_PRUNE_VIEWED_EXPLAIN'     => 'Number of days since topic was viewed after which topic is removed.',
    4646
     47        'CONTINUE'                                              => 'Continue',
    4748        '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.',
    4850        '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.',
    4951        '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.',
    5053        'CREATE_FORUM'                                  => 'Create new forum',
    5154
     
    6366        'ENABLE_POST_REVIEW'                    => 'Enable post review',
    6467        '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.',
    6570        'ENABLE_RECENT'                                 => 'Display active topics',
    6671        'ENABLE_RECENT_EXPLAIN'                 => 'If set to yes topics made to this forum will be shown in the active topics list.',
     
    8287        'FORUM_IMAGE'                                           => 'Forum image',
    8388        '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',
    8490        '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>.',
    8591        'FORUM_LINK_TRACK'                                      => 'Track link redirects',
     
    94100        'FORUM_PASSWORD_UNSET'                          => 'Remove forum password',
    95101        '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 encryption and should be changed.',
     102        'FORUM_PASSWORD_OLD'                            => 'The forum password is using an old hashing method and should be changed.',
    97103        'FORUM_PASSWORD_MISMATCH'                       => 'The passwords you entered did not match.',
    98104        'FORUM_PRUNE_SETTINGS'                          => 'Forum prune settings',
  • trunk/forum/language/en/acp/groups.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: groups.php 8911 2008-09-23 13:03:33Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8989        'GROUP_MAX_RECIPIENTS'                  => 'Maximum number of allowed recipients per private message',
    9090        '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',
    9192        'GROUP_PROMOTE'                                 => 'Promote to group leader',
    9293        'GROUP_RANK'                                    => 'Group rank',
     
    9596        'GROUP_REQUEST'                                 => 'Request',
    9697        '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.',
    97100        'GROUP_TYPE'                                    => 'Group type',
    98101        'GROUP_TYPE_EXPLAIN'                    => 'This determines which users can join or view this group.',
    99102        'GROUP_UPDATED'                                 => 'Group preferences updated successfully.',
    100        
     103
    101104        'GROUP_USERS_ADDED'                             => 'New users added to group successfully.',
    102105        'GROUP_USERS_EXIST'                             => 'The selected users are already members.',
  • trunk/forum/language/en/acp/language.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: language.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    3838$lang = array_merge($lang, array(
    3939        '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 (*).',
    4141
    4242        'EMAIL_FILES'                   => 'E-mail templates',
  • trunk/forum/language/en/acp/permissions.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: permissions.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    5151                <h2>Permission Masks</h2>
    5252                <p>These are used to view the effective permissions assigned to Users, Moderators (Local and Global), Administrators or Forums.</p>
    53        
     53
    5454                <br />
    5555
     
    7272        'ACL_TYPE_LOCAL_M_'             => 'Forum Moderator permissions',
    7373        'ACL_TYPE_LOCAL_F_'             => 'Forum permissions',
    74        
     74
    7575        'ACL_NO'                                => 'No',
    7676        'ACL_VIEW'                              => 'Viewing permissions',
     
    8181        '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.',
    8282        '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.',
    8384        '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.',
    8485        'ACP_GROUPS_FORUM_PERMISSIONS_EXPLAIN'          => 'Here you can assign forum permissions to groups.',
    8586        '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 its 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 its 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 its 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 its 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.',
    9091        'ACP_USERS_FORUM_PERMISSIONS_EXPLAIN'           => 'Here you can assign forum permissions to users.',
    9192        '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.',
     
    110111        'AUTH_UPDATED'                          => 'Permissions have been updated.',
    111112
     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
    112119        'CREATE_ROLE'                           => 'Create role',
    113120        'CREATE_ROLE_FROM'                      => 'Use settings from…',
     
    165172        'ROLE_FORUM_READONLY'           => 'Read Only Access',
    166173        'ROLE_FORUM_STANDARD'           => 'Standard Access',
     174        'ROLE_FORUM_NEW_MEMBER'         => 'Newly registered User',
    167175        'ROLE_MOD_FULL'                         => 'Full Moderator',
    168176        'ROLE_MOD_QUEUE'                        => 'Queue Moderator',
     
    174182        'ROLE_USER_NOPM'                        => 'No Private Messages',
    175183        'ROLE_USER_STANDARD'            => 'Standard Features',
     184        'ROLE_USER_NEW_MEMBER'          => 'Newly registered User',
     185
    176186
    177187        'ROLE_DESCRIPTION_ADMIN_FORUM'                  => 'Can access the forum management and forum permission settings.',
     
    188198        'ROLE_DESCRIPTION_FORUM_READONLY'               => 'Can read the forum, but cannot create new topics or reply to posts.',
    189199        '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.',
    190201        'ROLE_DESCRIPTION_MOD_FULL'                             => 'Can use all moderating features, including banning.',
    191202        'ROLE_DESCRIPTION_MOD_QUEUE'                    => 'Can use the Moderation Queue to validate and edit posts, but nothing else.',
     
    197208        'ROLE_DESCRIPTION_USER_NOPM'                    => 'Has a limited feature set, and is not allowed to use Private Messages.',
    198209        '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
    200212        '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.',
    201213        'ROLE_DESCRIPTION_LONG'                 => 'The role description is too long, please limit it to 4000 characters.',
     
    242254        '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',
    243255
    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>.',
    245257        'TRACE_USER_KEPT'                                               => 'The user’s permission is <samp>NO</samp> so the old total value is kept.',
    246258        '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  
    44*
    55* @package language
    6 * @version $Id: permissions_phpbb.php 8911 2008-09-23 13:03:33Z acydburn $
     6* @version $Id$
    77* @copyright (c) 2005 phpBB Group
    88* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    122122        'acl_u_pm_attach'       => array('lang' => 'Can attach files in private messages', 'cat' => 'pm'),
    123123        'acl_u_pm_download'     => array('lang' => 'Can download files in private messages', 'cat' => 'pm'),
    124         'acl_u_pm_bbcode'       => array('lang' => 'Can post BBCode in private messages', 'cat' => 'pm'),
    125         'acl_u_pm_smilies'      => array('lang' => 'Can post smilies in private messages', 'cat' => 'pm'),
    126         'acl_u_pm_img'          => array('lang' => 'Can post images in private messages', 'cat' => 'pm'),
    127         'acl_u_pm_flash'        => array('lang' => 'Can post Flash in 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'),
    128128
    129129        'acl_u_sendemail'       => array('lang' => 'Can send e-mails', 'cat' => 'misc'),
     
    152152        'acl_f_download'        => array('lang' => 'Can download files', 'cat' => 'content'),
    153153        'acl_f_sigs'            => array('lang' => 'Can use signatures', 'cat' => 'content'),
    154         'acl_f_bbcode'          => array('lang' => 'Can post BBCode', 'cat' => 'content'),
    155         'acl_f_smilies'         => array('lang' => 'Can post smilies', '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'),
    158158
    159159        'acl_f_edit'            => array('lang' => 'Can edit own posts', 'cat' => 'actions'),
  • trunk/forum/language/en/acp/posting.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: posting.php 8743 2008-08-12 16:03:18Z Kellanved $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4242        'ADD_BBCODE'                            => 'Add a new BBCode',
    4343
     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
    4447        'BBCODE_ADDED'                          => 'BBCode added successfully.',
    4548        'BBCODE_EDITED'                         => 'BBCode edited successfully.',
     
    6972        'TOKEN'                                 => 'Token',
    7073        '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>&lt;STRINGNAME&gt;</em>} where <em>&lt;STRINGNAME&gt;</em> is the name of the translated string you want to add. For example, {L_WROTE} will be displayed as &quot;wrote&quot; 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>&lt;STRINGNAME&gt;</em>} where <em>&lt;STRINGNAME&gt;</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>',
    7275        'TOKEN_DEFINITION'              => 'What can it be?',
    7376        'TOO_MANY_BBCODES'              => 'You cannot create any more BBCodes. Please remove one or more BBCodes then try again.',
    7477
    7578        '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.',
    7780                '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.',
    7882                'IDENTIFIER'    => 'Characters from the latin alphabet (A-Z), numbers, hyphen and underscore',
    7983                'NUMBER'                => 'Any series of digits',
    8084                '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, &quot;http://&quot; 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.',
    8286                'LOCAL_URL'             => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol.',
    8387                '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>'
     
    181185        'SMILIES_WIDTH'                         => 'Smiley width',
    182186
     187        'TOO_MANY_SMILIES'                      => 'Limit of %d smilies reached.',
     188
    183189        'WRONG_PAK_TYPE'        => 'The specified package does not contain the appropriate data.',
    184190));
     
    186192// Word censors
    187193$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 be 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.',
     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.',
    189195        'ADD_WORD'                              => 'Add new word',
    190196
     
    218224        'RANK_IMAGE'                    => 'Rank image',
    219225        '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)',
    220227        'RANK_MINIMUM'                  => 'Minimum posts',
    221228        'RANK_REMOVED'                  => 'The rank was successfully deleted.',
  • trunk/forum/language/en/acp/profile.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: profile.php 9128 2008-11-26 20:10:29Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    6767        'DISPLAY_AT_REGISTER'                   => 'Display on registration screen',
    6868        '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',
    7072        '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.',
    7173        'DROPDOWN_ENTRIES_EXPLAIN'              => 'Enter your options now, every option in one line.',
  • trunk/forum/language/en/acp/prune.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: prune.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    3838// User pruning
    3939$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.',
    4141
    4242        '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!',
    4444        'DELETE_USERS'                          => 'Delete',
    4545        'DELETE_USER_POSTS'                     => 'Delete pruned user posts',
     
    4848        'JOINED_EXPLAIN'                        => 'Enter a date in <kbd>YYYY-MM-DD</kbd> format.',
    4949
    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.',
    5151
    5252        'PRUNE_USERS_LIST'                              => 'Users to be pruned',
     
    5454        'PRUNE_USERS_LIST_DEACTIVATE'   => 'With the selected critera for pruning users the following accounts will be deactivated.',
    5555
    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.',
    5757
    5858        'USER_DEACTIVATE_SUCCESS'       => 'The selected users have been deactivated successfully.',
  • trunk/forum/language/en/acp/search.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: search.php 9126 2008-11-26 19:17:52Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    7373        'MAX_SEARCH_CHARS'                                              => 'Max characters indexed by search',
    7474        '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.',
    7577        'MIN_SEARCH_CHARS'                                              => 'Min characters indexed by search',
    7678        '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  
    55*
    66* @package language
    7 * @version $Id: styles.php 9046 2008-11-02 16:19:11Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    393393        'TEMPLATE_LOCATION_EXPLAIN'     => 'Images are always stored on the filesystem.',
    394394        '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.',
    395396        'TEMPLATE_REFRESHED'            => 'Template refreshed successfully.',
    396397
  • trunk/forum/language/en/acp/users.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: users.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    7878
    7979        'NO_SPECIAL_RANK'               => 'No special rank assigned',
     80        'NO_WARNINGS'                   => 'No warnings.',
    8081        'NOT_MANAGE_FOUNDER'    => 'You tried to manage a user with founder status. Only founders are allowed to manage other founders.',
    8182
     
    103104        'USER_ADMIN_DEL_ATTACH'                 => 'Delete all attachments',
    104105        'USER_ADMIN_DEL_AVATAR'                 => 'Delete avatar',
     106        'USER_ADMIN_DEL_OUTBOX'                 => 'Empty PM outbox',
    105107        'USER_ADMIN_DEL_POSTS'                  => 'Delete all posts',
    106108        'USER_ADMIN_DEL_SIG'                    => 'Delete signature',
    107109        'USER_ADMIN_EXPLAIN'                    => 'Here you can change your users information and certain specific options.',
    108110        'USER_ADMIN_FORCE'                              => 'Force reactivation',
     111        'USER_ADMIN_LEAVE_NR'                   => 'Remove from Newly Registered',
    109112        'USER_ADMIN_MOVE_POSTS'                 => 'Move all posts',
    110113        'USER_ADMIN_SIG_REMOVED'                => 'Successfully removed signature from user account.',
    111114        '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.',
    112116        '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.',
    113118        'USER_CUSTOM_PROFILE_FIELDS'    => 'Custom profile fields',
    114119        'USER_DELETED'                                  => 'User deleted successfully.',
     
    117122        'USER_GROUP_PENDING'                    => 'Groups user is in pending mode',
    118123        'USER_GROUP_SPECIAL'                    => 'Pre-defined groups user is a member of',
     124        'USER_LIFTED_NR'                                => 'Successfully removed the user’s newly registered status.',
    119125        '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.',
    120128        'USER_OVERVIEW_UPDATED'                 => 'User details updated.',
    121129        'USER_POSTS_DELETED'                    => 'Successfully removed all posts made by this user.',
     
    127135        'USER_RANK_UPDATED'                             => 'User rank updated.',
    128136        'USER_SIG_UPDATED'                              => 'User signature successfully updated.',
     137        'USER_WARNING_LOG_DELETED'              => 'No information available. Possibly the log entry has been deleted.',
    129138        'USER_TOOLS'                                    => 'Basic tools',
    130139));
  • trunk/forum/language/en/common.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: common.php 9162 2008-12-03 11:18:31Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8888        'AVATAR_PARTIAL_UPLOAD'                 => 'The specified file was only partially uploaded.',
    8989        '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.',
    9191        'AVATAR_URL_INVALID'                    => 'The URL you specified is invalid.',
    9292        'AVATAR_URL_NOT_FOUND'                  => 'The file specified could not be found.',
     
    159159
    160160        'EDIT_POST'                                                     => 'Edit post',
    161         'EMAIL'                                                         => 'E-mail',
     161        'EMAIL'                                                         => 'E-mail', // Short form for EMAIL_ADDRESS
    162162        'EMAIL_ADDRESS'                                         => 'E-mail address',
    163163        'EMAIL_SMTP_ERROR_RESPONSE'                     => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',
     
    229229
    230230        'GENERAL_ERROR'                         => 'General Error',
     231        'GB'                                            => 'GB',
     232        'GIB'                                           => 'GiB',
    231233        'GO'                                            => 'Go',
    232234        'GOTO_PAGE'                                     => 'Go to page',
     
    249251        'G_REGISTERED_COPPA'            => 'Registered COPPA users',
    250252        'G_GLOBAL_MODERATORS'           => 'Global moderators',
     253        'G_NEWLY_REGISTERED'            => 'Newly registered users',
    251254
    252255        'HIDDEN_USERS_ONLINE'                   => '%d hidden users online',
     
    382385        'NO_POSTS'                                      => 'No posts',
    383386        '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.',
    384389        'NO_SUBJECT'                            => 'No subject specified',                                                              // Used for posts having no subject defined but displayed within management pages.
    385390        'NO_SUCH_SEARCH_MODULE'         => 'The specified search backend doesn’t exist.',
     
    413418        'PAGE_OF'                               => 'Page <strong>%1$d</strong> of <strong>%2$d</strong>',
    414419        'PASSWORD'                              => 'Password',
     420        'PIXEL'                                 => 'px',
    415421        'PLAY_QUICKTIME_FILE'   => 'Play Quicktime file',
    416422        'PM'                                    => 'PM',
     
    485491        'RETURN_TOPIC'                          => '%sReturn to the topic last visited%s',
    486492        'RETURN_TO'                                     => 'Return to',
     493        'FEED'                                          => 'Feed',
     494        'FEED_NEWS'                                     => 'News',
     495        'FEED_TOPICS_ACTIVE'            => 'Active Topics',
     496        'FEED_TOPICS_NEW'                       => 'New Topics',
    487497        'RULES_ATTACH_CAN'                      => 'You <strong>can</strong> post attachments in this forum',
    488498        'RULES_ATTACH_CANNOT'           => 'You <strong>cannot</strong> post attachments in this forum',
     
    516526        'SEARCH_TOPIC'                          => 'Search this topic…',
    517527        'SEARCH_UNANSWERED'                     => 'View unanswered posts',
     528        'SEARCH_UNREAD'                         => 'View unread posts',
    518529        'SECONDS'                                       => 'Seconds',
    519530        'SELECT'                                        => 'Select',
     
    521532        'SELECT_DESTINATION_FORUM'      => 'Please select a destination forum',
    522533        'SELECT_FORUM'                          => 'Select a forum',
    523         'SEND_EMAIL'                            => 'E-mail',
     534        'SEND_EMAIL'                            => 'E-mail',                            // Used for submit buttons
    524535        'SEND_EMAIL_USER'                       => 'E-mail',                            // Used as: {L_SEND_EMAIL_USER} {USERNAME} -> E-mail UserX
    525536        'SEND_PRIVATE_MESSAGE'          => 'Send private message',
     
    534545        'SORT_LOCATION'                         => 'Location',
    535546        'SORT_RANK'                                     => 'Rank',
     547        'SORT_POSTS'                            => 'Posts',
    536548        'SORT_TOPIC_TITLE'                      => 'Topic title',
    537549        'SORT_USERNAME'                         => 'Username',
     
    597609        'TOPIC'                         => 'Topic',
    598610        'TOPICS'                        => 'Topics',
     611        'TOPICS_UNAPPROVED'     => 'At least one topic in this forum has not been approved.',
    599612        'TOPIC_ICON'            => 'Topic icon',
    600613        'TOPIC_LOCKED'          => 'This topic is locked, you cannot edit posts or make further replies.',
     
    642655        'USERS'                                 => 'Users',
    643656        '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.',
    644659
    645660        '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  
    33Hello {USERNAME},
    44
    5 Your account on "{SITENAME}" has now been activated, you may login using the username and password you received in a previous e-mail.
     5Your account on "{SITENAME}" has now been activated, you may login using the username you received in a previous e-mail.
     6
     7Your 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.
    68
    79{EMAIL_SIG}
  • trunk/forum/language/en/email/admin_welcome_inactive.txt

    r400 r702  
    77----------------------------
    88Username: {USERNAME}
    9 Password: {PASSWORD}
    109
    1110Board URL: {U_BOARD}
    1211----------------------------
    1312
    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.
     13Your 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.
    1514
    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 this account.
     15Your 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.
    1716
    1817Thank you for registering.
  • trunk/forum/language/en/email/coppa_resend_inactive.txt

    r400 r702  
    33{WELCOME_MSG}
    44
    5 In compliance with the COPPA your account is currently inactive.
     5In compliance with the COPPA, your account is currently inactive.
    66
    7 Please print this message out and have your parent or guardian sign and date it. Then fax it to:
     7Please print this message and have your parent or guardian sign and date it. Then fax it to:
    88
    99{FAX_INFO}
     
    3434
    3535
    36 Once the administrator has received the above form via fax or regular mail your account will be activated.
     36Once the administrator has received the above form via fax or regular mail, your account will be activated.
    3737
    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 this account.
     38Your 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.
    3939
    4040Thank you for registering.
  • trunk/forum/language/en/email/coppa_welcome_inactive.txt

    r400 r702  
    33{WELCOME_MSG}
    44
    5 In compliance with the COPPA your account is currently inactive.
     5In compliance with the COPPA, your account is currently inactive.
    66
    7 Please print this message out and have your parent or guardian sign and date it. Then fax it to:
     7Please print this message and have your parent or guardian sign and date it. Then fax it to:
    88
    99{FAX_INFO}
     
    1717
    1818Username: {USERNAME}
    19 Password: {PASSWORD}
    2019E-mail: {EMAIL_ADDRESS}
    2120
     
    3534
    3635
    37 Once the administrator has received the above form via fax or regular mail your account will be activated.
     36Once the administrator has received the above form via fax or regular mail, your account will be activated.
    3837
    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 this account.
     38Your 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.
    4039
    4140Thank you for registering.
  • trunk/forum/language/en/email/installed.txt

    r400 r702  
    55You have successfully installed phpBB on your server.
    66
    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.
     7This 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.
    88
    99----------------------------
    1010Username: {USERNAME}
    11 Password: {PASSWORD}
    1211
    1312Board URL: {U_BOARD}
    1413----------------------------
    1514
    16 Useful information on your phpBB installation can be found in the docs folder of your installation and on phpBB.com's support page - http://www.phpbb.com/support/
     15Useful 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/
    1716
    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.
     17In 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.
    1918
    2019{EMAIL_SIG}
  • trunk/forum/language/en/email/newtopic_notify.txt

    r400 r702  
    33Hello {USERNAME},
    44
    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.
     5You 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.
    66
    77{U_FORUM}
  • trunk/forum/language/en/email/user_reactivate_account.txt

    r400 r702  
    1010----------------------------
    1111
    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 this account.
     12Your 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.
    1313
    1414Please visit the following link to reactivate your account:
  • trunk/forum/language/en/email/user_remind_inactive.txt

    r400 r702  
    33Hello {USERNAME},
    44
    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.
     5This 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:
    66
    77{U_ACTIVATE}
  • trunk/forum/language/en/email/user_resend_inactive.txt

    r400 r702  
    99----------------------------
    1010
    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 this account.
     11Your 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.
    1212
    13 Your account is currently inactive. You cannot use it until you visit the following link:
     13Please visit the following link in order to activate your account:
    1414
    1515{U_ACTIVATE}
  • trunk/forum/language/en/email/user_welcome.txt

    r400 r702  
    77----------------------------
    88Username: {USERNAME}
    9 Password: {PASSWORD}
    109
    1110Board URL: {U_BOARD}
    1211----------------------------
    1312
    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 this account.
     13Your 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.
    1514
    1615Thank you for registering.
  • trunk/forum/language/en/email/user_welcome_inactive.txt

    r400 r702  
    77----------------------------
    88Username: {USERNAME}
    9 Password: {PASSWORD}
    109
    1110Board URL: {U_BOARD}
    1211----------------------------
    1312
    14 Your account is currently inactive. You cannot use it until you visit the following link:
     13Please visit the following link in order to activate your account:
    1514
    1615{U_ACTIVATE}
    1716
    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 this account.
     17Your 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.
    1918
    2019Thank you for registering.
  • trunk/forum/language/en/help_bbcode.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: help_bbcode.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    7777        array(
    7878                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 => '--'
    8085        ),
    8186        array(
  • trunk/forum/language/en/help_faq.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: help_faq.php 8896 2008-09-19 16:59:40Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    9696        ),
    9797        array(
    98                 0 => 'How do I show an image below my 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.'
    100100        ),
    101101        array(
     
    117117        array(
    118118                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 digression. 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.'
    120120        ),
    121121        array(
     
    202202                0 => 'What are topic icons?',
    203203                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 => '--'
    204209        ),
    205210        array(
  • trunk/forum/language/en/install.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: install.php 9177 2008-12-05 11:36:51Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    134134        'DB_PORT'                                       => 'Database server port',
    135135        '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.',
    136137        'DB_USERNAME'                           => 'Database username',
    137138        'DB_TEST'                                       => 'Test connection',
     
    167168        'FILLING_TABLE'                         => 'Filling table <strong>%s</strong>',
    168169        '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
    169173        'FINAL_STEP'                            => 'Process final step',
    170174        'FORUM_ADDRESS'                         => 'Board address',
     
    185189        'INSTALL_CONGRATS'                      => 'Congratulations!',
    186190        '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>
    188192                <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 on to 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>
    190194                <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>',
    192196        'INSTALL_INTRO'                         => 'Welcome to Installation',
    193197
     
    209213                <li>PostgreSQL 7.3+</li>
    210214                <li>SQLite 2.8.2+</li>
    211                 <li>Firebird 2.0+</li>
     215                <li>Firebird 2.1+</li>
    212216                <li>MS SQL Server 2000 or above (directly or via ODBC)</li>
    213217                <li>Oracle</li>
     
    231235        '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.',
    232236        '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.',
    234238        '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.',
    235239        '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.',
     
    269273        'MAKE_FOLDER_WRITABLE'          => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>.',
    270274        '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>.',
    271277
    272278        'NAMING_CONFLICT'                       => 'Naming conflict: %s and %s are both aliases<br /><br />%s',
     
    363369// Updater
    364370$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&amp;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&amp;redirect=adm/index.php%3Fi=send_statistics%26mode=send_statistics">Send statistics</a> module in your ACP.',
    366372        'ARCHIVE_FILE'                          => 'Source file within archive',
    367373
     
    382388        'CONTINUE_UPDATE_NOW'                   => 'Continue the update process now',           // Shown within the database update script at the end if called from the updater
    383389        'CONTINUE_UPDATE'                               => 'Continue update now',                                       // Shown after file upload to indicate the update process is not yet finished
    384         'CURRENT_FILE'                                  => 'Beginning of current original file',
     390        'CURRENT_FILE'                                  => 'Begin of Conflict - Original File code before update',
    385391        'CURRENT_VERSION'                               => 'Current version',
    386392
     
    392398        'DIFF_INLINE'                                           => 'Inline',
    393399        'DIFF_RAW'                                                      => 'Raw unified diff',
    394         'DIFF_SEP_EXPLAIN'                                      => 'End of current original file / Beginning of new updated file',
     400        'DIFF_SEP_EXPLAIN'                                      => 'Code block used within the updated/new file',
    395401        'DIFF_SIDE_BY_SIDE'                                     => 'Side by Side',
    396402        'DIFF_UNIFIED'                                          => 'Unified diff',
     
    400406        'DOWNLOAD_AS'                                           => 'Download as',
    401407        'DOWNLOAD_UPDATE_METHOD_BUTTON'         => 'Download modified files archive (recommended)',
     408        'DOWNLOAD_CONFLICTS'                            => 'Download conflicts for this file',
     409        'DOWNLOAD_CONFLICTS_EXPLAIN'            => 'Search for &lt;&lt;&lt; to spot conflicts',
    402410        'DOWNLOAD_UPDATE_METHOD'                        => 'Download modified files archive',
    403411        '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.',
     
    444452        'MERGE_NO_MERGE_NEW_OPTION'     => 'Do not merge - use new file',
    445453        '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)',
    448456        'MERGE_SELECT_ERROR'            => 'Conflicting file merge modes are not correctly selected.',
    449457        'MERGING_FILES'                         => 'Merging differences',
    450458        'MERGING_FILES_EXPLAIN'         => 'Currently collecting final file changes.<br /><br />Please wait until phpBB has completed all operations on changed files.',
    451459
    452         'NEW_FILE'                                              => 'End of new updated file',
     460        'NEW_FILE'                                              => 'End of Conflict',
    453461        'NEW_USERNAME'                                  => 'New username',
    454462        'NO_AUTH_UPDATE'                                => 'Not authorised to update',
     
    463471        'NOTICE'                                                => 'Notice',
    464472        '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.',
    466474
    467475        '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.',
     
    556564        'USER_INACTIVE'                                 => 'Inactive user',
    557565
    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',
    566575
    567576        'WRONG_INFO_FILE_FORMAT'        => 'Wrong info file format',
  • trunk/forum/language/en/mcp.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: mcp.php 8940 2008-09-26 11:25:04Z toonarmy $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4747        'ALL_REPORTS'                   => 'All reports',
    4848        'ALREADY_REPORTED'              => 'This post has already been reported.',
     49        'ALREADY_REPORTED_PM'   => 'This private message has already been reported.',
    4950        'ALREADY_WARNED'                => 'A warning has already been issued for this post.',
    5051        'APPROVE'                               => 'Approve',
     
    5960        'CAN_LEAVE_BLANK'               => 'This can be left blank.',
    6061        '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?',
    6166        'CLOSE_REPORT'                  => 'Close report',
    6267        'CLOSE_REPORT_CONFIRM'  => 'Are you sure you want to close the selected report?',
     
    6469        'CLOSE_REPORTS_CONFIRM' => 'Are you sure you want to close the selected reports?',
    6570
     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?',
    6675        'DELETE_POSTS'                          => 'Delete posts',
    6776        'DELETE_POSTS_CONFIRM'          => 'Are you sure you want to delete these posts?',
     
    107116        'LATEST_LOGS'                           => 'Latest 5 logged actions',
    108117        'LATEST_REPORTED'                       => 'Latest 5 reports',
     118        'LATEST_REPORTED_PMS'           => 'Latest 5 PM reports',
    109119        'LATEST_UNAPPROVED'                     => 'Latest 5 posts awaiting approval',
    110120        'LATEST_WARNING_TIME'           => 'Latest warning issued',
     
    171181        'MCP_POST_REPORTS'                              => 'Reports issued on this post',
    172182
    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',
    174191        'MCP_REPORT_DETAILS'                    => 'Report details',
    175192        'MCP_REPORTS_CLOSED'                    => 'Closed reports',
     
    233250        'OTHER_USERS'                   => 'Other users posting from this IP',
    234251
     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',
    235261        'POSTER'                                        => 'Poster',
    236262        'POSTS_APPROVED_SUCCESS'        => 'The selected posts have been approved.',
     
    265291        'REPORT_DETAILS'                        => 'Report details',
    266292        '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>',
    268294        'REPORT_NOTIFY'                         => 'Notify me',
    269295        'REPORT_NOTIFY_EXPLAIN'         => 'Informs you when your report is dealt with.',
     
    276302        'RETURN_NEW_FORUM'                      => '%sGo to the new forum%s',
    277303        'RETURN_NEW_TOPIC'                      => '%sGo to the new topic%s',
     304        'RETURN_PM'                                     => '%sReturn to the private message%s',
    278305        'RETURN_POST'                           => '%sReturn to the post%s',
    279306        'RETURN_QUEUE'                          => '%sReturn to the queue%s',
     
    303330        '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.',
    304331
     332        'THIS_PM_IP'                            => 'IP for this private message',
    305333        'THIS_POST_IP'                          => 'IP for this post',
    306334        'TOPICS_APPROVED_SUCCESS'       => 'The selected topics have been approved.',
     
    347375
    348376        'VIEW_DETAILS'                  => 'View details',
     377        'VIEW_PM'                               => 'View private message',
    349378        'VIEW_POST'                             => 'View post',
    350379
     
    366395                ),
    367396                'DESCRIPTION' => array(
    368                         'WAREZ'         => 'The post contains links to illegal or pirated software.',
    369                         'SPAM'          => 'The reported post has the only purpose to advertise for a website or another product.',
    370                         'OFF_TOPIC'     => 'The reported post is off topic.',
    371                         'OTHER'         => 'The reported post does 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.',
    372401                )
    373402        ),
  • trunk/forum/language/en/memberlist.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: memberlist.php 8574 2008-05-29 13:59:47Z Kellanved $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8282        'IM_MSNM'                               => 'Please note that you need Windows Messenger installed to use this.',
    8383        '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.',
    8585        'IM_NAME'                               => 'Your Name',
    8686        'IM_NO_DATA'                    => 'There is no suitable contact information for this user.',
     
    9191        'IM_SENT_JABBER'                => 'Your message to %1$s has been sent successfully.',
    9292        'IM_USER'                               => 'Send an instant message',
    93        
     93
    9494        'LAST_ACTIVE'                           => 'Last active',
    9595        'LESS_THAN'                                     => 'Less than',
     
    135135        'USER_BAN'                              => 'Banning',
    136136        '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        ),
    137141        'USER_ONLINE'                   => 'Online',
    138142        'USER_PRESENCE'                 => 'Board presence',
  • trunk/forum/language/en/posting.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: posting.php 8555 2008-05-15 14:10:11Z Kellanved $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    142142        'PARTIAL_UPLOAD'                        => 'The uploaded file was only partially uploaded.',
    143143        '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.',
    145145        'PLACE_INLINE'                          => 'Place inline',
    146146        'POLL_DELETE'                           => 'Delete poll',
     
    168168        'POST_NORMAL'                           => 'Normal',
    169169        '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.',
    170172        '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.',
    171173        'POST_STORED'                           => 'This message has been posted successfully.',
     
    185187        'STICKY_ANNOUNCE_TIME_LIMIT'=> 'Sticky/Announcement time limit',
    186188        '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.',
    188190        'STYLES_TIP'                            => 'Tip: Styles can be applied quickly to selected text.',
    189191
    190192        '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.',
    191194        'TOO_FEW_POLL_OPTIONS'          => 'You must enter at least two poll options.',
    192195        'TOO_MANY_ATTACHMENTS'          => 'Cannot add another attachment, %d is the maximum.',
  • trunk/forum/language/en/search.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: search.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    5454
    5555        '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.',
    5659
    5760        '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  
    55*
    66* @package language
    7 * @version $Id: search_synonyms.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    2727        'anemic'                        => 'anaemic',
    2828        'anesthesia'            => 'anaesthesia',
    29         'appologize'            => 'appologise',
     29        'apologize'                     => 'apologise',
    3030        'archean'                       => 'archaean',
    3131        'archeology'            => 'archaeology',
  • trunk/forum/language/en/ucp.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: ucp.php 9162 2008-12-03 11:18:31Z acydburn $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    8080        'ADD_RULE'                                              => 'Add rule',
    8181        '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.',
    8283        'ADMIN_EMAIL'                                   => 'Administrators can e-mail me information',
    8384        'AGREE'                                                 => 'I agree to these terms',
     
    9394        'AVATAR_GALLERY'                                => 'Local gallery',
    9495        'AVATAR_GENERAL_UPLOAD_ERROR'   => 'Could not upload avatar to %s.',
     96        'AVATAR_NOT_ALLOWED'                    => 'Your avatar cannot be displayed because avatars have been disallowed.',
    9597        'AVATAR_PAGE'                                   => 'Page',
     98        'AVATAR_TYPE_NOT_ALLOWED'               => 'Your current avatar cannot be displayed because its type has been disallowed.',
    9699
    97100        'BACK_TO_DRAFTS'                        => 'Back to saved drafts',
     
    123126        'CONFIRM_EMAIL_EXPLAIN'         => 'You only need to specify this if you are changing your e-mail address.',
    124127        '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
    125131        'CONFIRM_PASSWORD'                      => 'Confirm password',
    126132        'CONFIRM_PASSWORD_EXPLAIN'      => 'You only need to confirm your password if you changed it above.',
     
    195201        'FOLDER_ADDED'                          => 'Folder successfully added.',
    196202        'FOLDER_MESSAGE_STATUS'         => '%1$d from %2$d messages stored',
     203        'FOLDER_NAME_EMPTY'                     => 'You must enter a name for this folder.',
    197204        'FOLDER_NAME_EXIST'                     => 'Folder <strong>%s</strong> already exists.',
    198205        'FOLDER_OPTIONS'                        => 'Folder options',
     
    271278        'NOTIFY_ON_PM'                                  => 'Notify me on new private messages',
    272279        '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.',
    273281        'NOT_ADDED_FRIENDS_FOES'                => 'You cannot add users to your friends list who are on your foes list.',
    274282        'NOT_ADDED_FRIENDS_SELF'                => 'You cannot add yourself to the friends list.',
    275283        'NOT_ADDED_FOES_MOD_ADMIN'              => 'You cannot add administrators and moderators to your foes list.',
    276284        '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.',
    277286        'NOT_ADDED_FOES_FRIENDS'                => 'You cannot add users to your foes list who are on your friends list.',
    278287        'NOT_ADDED_FOES_SELF'                   => 'You cannot add yourself to the foes list.',
     
    326335        'PASSWORD'                                      => 'Password',
    327336        'PASSWORD_ACTIVATED'            => 'Your new password has been activated.',
    328         'PASSWORD_UPDATED'                      => 'Your password has been sent successfully to your original e-mail address.',
     337        'PASSWORD_UPDATED'                      => 'A new password was sent to your registered e-mail address.',
    329338        'PERMISSIONS_RESTORED'          => 'Successfully restored original permissions.',
    330339        '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.',
     
    344353        'POST_FORWARD_PM'                       => 'Forward message',
    345354        'POST_NEW_PM'                           => 'Compose message',
    346         'POST_PM_LOCKED'                        => 'Private messaging is locked',
     355        'POST_PM_LOCKED'                        => 'Private messaging is locked.',
    347356        'POST_PM_POST'                          => 'Quote post',
    348357        'POST_QUOTE_PM'                         => 'Quote message',
     
    366375        'RENAME_FOLDER'                                         => 'Rename folder',
    367376        'REPLIED_MESSAGE'                                       => 'Replied to message',
     377        'REPLY_TO_ALL'                                          => 'Reply to sender and all recipients.',
     378        'REPORT_PM'                                                     => 'Report private message',
    368379        'RESIGN_SELECTED'                                       => 'Resign selected',
    369380        'RETURN_FOLDER'                                         => '%1$sReturn to previous folder%2$s',
     
    415426        'UCP_MAIN_SUBSCRIBED'           => 'Manage subscriptions',
    416427
    417         'UCP_MSNM'                                      => 'MSN Messenger',
     428        'UCP_MSNM'                                      => 'WL/MSN Messenger',
    418429        'UCP_NO_ATTACHMENTS'            => 'You have posted no files.',
    419430
     
    450461        'UCP_ZEBRA_FOES'                                => 'Manage foes',
    451462        'UCP_ZEBRA_FRIENDS'                             => 'Manage friends',
     463        'UNDISCLOSED_RECIPIENT'                 => 'Undisclosed Recipient',
    452464        'UNKNOWN_FOLDER'                                => 'Unknown folder',
    453465        'UNWATCH_MARKED'                                => 'Unwatch marked',
  • trunk/forum/language/en/viewtopic.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: viewtopic.php 8775 2008-08-21 15:41:12Z Kellanved $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4949
    5050        'CODE'                                  => 'Code',
     51        'COLLAPSE_QR'                   => 'Hide Quick Reply',
    5152
    5253        'DELETE_TOPIC'                  => 'Delete topic',
     
    6061        'FILE_NOT_FOUND_404'    => 'The file <strong>%s</strong> does not exist.',
    6162        'FORK_TOPIC'                    => 'Copy topic',
    62 
     63        'FULL_EDITOR'                   => 'Full Editor',
     64       
    6365        'LINKAGE_FORBIDDEN'             => 'You are not authorised to view, download or link from/to this site.',
    6466        'LOGIN_NOTIFY_TOPIC'    => 'You have been notified about this topic, please login to view it.',
     
    8789
    8890        'QUICK_MOD'                             => 'Quick-mod tools',
     91        'QUICKREPLY'                    => 'Quick Reply',
    8992        'QUOTE'                                 => 'Quote',
    9093
     
    9295        'RETURN_POST'                   => '%sReturn to the post%s',
    9396
     97        'SHOW_QR'                               => 'Quick Reply',
    9498        'SUBMIT_VOTE'                   => 'Submit vote',
    9599
Note: See TracChangeset for help on using the changeset viewer.