1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32

git-svn-id: file:///svn/phpbb/trunk@3961 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-05-02 15:50:11 +00:00
parent 9def7a65e3
commit c6888eb18e
35 changed files with 2054 additions and 1253 deletions

View File

@@ -83,6 +83,11 @@ $lang = array_merge($lang, array(
'RANKS' => 'Ranks',
'PRUNE_USERS' => 'Prune users',
'RUN_HOW' => 'When to run',
'RUN_AS_NOW'=> 'Run now',
'RUN_AS_EVT'=> 'Run as Event',
'RUN_AS_CRN'=> 'Run as Cron',
'ADMINISTRATORS' => 'Administrators',
'LOOK_UP_FORUM' => 'Select a Forum',
@@ -112,7 +117,6 @@ $lang = array_merge($lang, array(
'LOG_BAN_USER' => '<b>Banned User</b> for reason %s<br />&#187; %s ',
'LOG_BAN_IP' => '<b>Banned ip</b> for reason %s<br />&#187; %s',
'LOG_BAN_EMAIL' => '<b>Banned email</b> for reason %s<br />&#187; %s',
'LOG_UNBAN_USER' => '<b>Unbanned user</b><br />&#187; %s',
'LOG_UNBAN_IP' => '<b>Unbanned ip</b><br />&#187; %s',
'LOG_UNBAN_EMAIL' => '<b>Unbanned email</b><br />&#187; %s',
@@ -124,13 +128,17 @@ $lang = array_merge($lang, array(
'LOG_EMAIL_CONFIG' => '<b>Altered email settings</b>',
'LOG_AVATAR_CONFIG' => '<b>Altered avatar settings</b>',
'LOG_AUTH_CONFIG' => '<b>Altered authentication settings</b>',
'LOG_ATTACH_CONFIG' => '<b>Altered attachment settings</b>',
'log_prune_user_deac' => '<b>Users Deactivated</b><br />%s',
'log_prune_user_del_del'=> '<b>Users Pruned and Posts Deleted</b><br />%s',
'log_prune_user_del_anon'=> '<b>Users Pruned and Posts Retained</b><br />%s',
'LOG_RESYNC_STATS' => '<b>Post, topic and user stats reset</b>',
'LOG_RESET_DATE' => '<b>Board start date reset</b>',
'LOG_RESET_ONLINE' => '<b>Most users online reset</b>',
'LOG_ACL_MOD_DEL' => '<b>Removed Moderators</b> from %s<br />&#187; %s',
'LOG_ACL_MOD_ADD' => '<b>Added or edited Moderators</b> from %s<br />&#187; %s',
'LOG_ACL_SUPERMOD_DEL' => '<b>Removed Super Moderators</b><br />&#187; %s',
@@ -148,10 +156,19 @@ $lang = array_merge($lang, array(
'LOG_ATTACH_EXTGROUP_ADD' => '<b>Added or edited extension group</b><br />&#187; %s',
'LOG_ATTACH_EXTGROUP_DEL' => '<b>Removed extension group</b><br />&#187; %s',
'RUN_HOW' => 'When to run',
'RUN_AS_NOW'=> 'Run now',
'RUN_AS_EVT'=> 'Run as Event',
'RUN_AS_CRN'=> 'Run as Cron',
'LOG_FORUM_ADD' => '<b>Created new forum</b><br />&#187; %s',
'LOG_FORUM_MOVE_UP' => '<b>Moved forum</b> %s <b>above</b> %s',
'LOG_FORUM_MOVE_DOWN' => '<b>Moved forum</b> %s <b>below</b> %s',
'LOG_FORUM_EDIT' => '<b>Edited forum details</b><br />&#187; %s',
'LOG_FORUM_SYNC' => '<b>Re-synchronised forum</b><br />&#187; %s',
'LOG_FORUM_DEL_POSTS' => '<b>Deleted forum and its messages</b><br />&#187; %s',
'LOG_FORUM_DEL_FORUMS' => '<b>Deleted forum and its subforums</b><br />&#187; %s',
'LOG_FORUM_DEL_POSTS_MOVE_FORUMS' => '<b>Deleted forum and its messages, moved subforums</b> to %s<br />&#187; %s',
'LOG_FORUM_DEL_MOVE_POSTS_FORUMS' => '<b>Deleted forum and its subforums, moved messages</b> to %s<br />&#187; %s',
'LOG_FORUM_DEL_MOVE_POSTS' => '<b>Deleted forum and moved posts </b> to %s<br />&#187; %s',
'LOG_FORUM_DEL_MOVE_FORUMS' => '<b>Deleted forum and moved subforums</b> to %s<br />&#187; %s',
'LOG_FORUM_DEL_POSTS_FORUMS'=> '<b>Deleted forum, its messages and subforums</b><br />&#187; %s',
'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS' => '<b>Deleted forum, moved posts</b> to %s <b>and subforums</b> to %s<br />&#187; %s',
'WELCOME_PHPBB' => 'Welcome to phpBB',
@@ -487,20 +504,21 @@ $lang = array_merge($lang, array(
'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no emails will be sent by the board at all.',
'BOARD_EMAIL_FORM' => 'Users send email via board',
'BOARD_EMAIL_FORM_EXPLAIN' => 'This function keeps email addresses completely private.',
'ADMIN_EMAIL' => 'Admin Email Address',
'ADMIN_EMAIL' => 'Return Email Address',
'ADMIN_EMAIL_EXPLAIN' => 'This will be used as the return address on all emails.',
'EMAIL_SIG' => 'Email Signature',
'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all emails the board sends',
'CONTACT_EMAIL' => 'Abuse email address',
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, failures, etc.',
'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all emails the board sends.',
'CONTACT_EMAIL' => 'Contact email address',
'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc.',
'USE_SMTP' => 'Use SMTP Server for email',
'USE_SMTP_EXPLAIN' => 'Say yes if you want or have to send email via a named server instead of the local mail function',
'USE_SMTP_EXPLAIN' => 'Say yes if you want or have to send email via a named server instead of the local mail function.',
'SMTP_SERVER' => 'SMTP Server Address',
'SMTP_PORT' => 'SMTP Server Port',
'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port',
'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.',
'SMTP_USERNAME' => 'SMTP Username',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it',
'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it.',
'SMTP_PASSWORD' => 'SMTP Password',
'SMTP_PASSWORD_EXPLAIN' => 'Only enter a password if your smtp server requires it',
'SMTP_PASSWORD_EXPLAIN' => 'Only enter a password if your smtp server requires it.',
'BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.',
@@ -582,100 +600,115 @@ $lang = array_merge($lang, array(
'PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by support or other Team Member on the support forums.',
'Forum_admin_explain' => 'In phpBB 2.2 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum.',
'Edit_forum' => 'Edit forum',
'Edit_category' => 'Edit category',
'Create_forum' => 'Create new forum',
'Remove' => 'Remove',
'Config_updated' => 'Forum configuration updated successfully',
'EDIT' => 'Edit',
'MOVE_UP' => 'Move up',
'MOVE_DOWN' => 'Move down',
'Resync' => 'Sync',
'Category_name' => 'Category name',
'FORUM_TYPE' => 'Forum Type',
'FORUM_STATUS' => 'Forum Status',
'FORUM_STYLE' => 'Forum Style',
'FORUM_IMAGE' => 'Forum Image',
'Parent' => 'Parent',
'No_parent' => 'No parent',
'Locked' => 'Locked',
'Unlocked' => 'Unlocked',
'General_settings' => 'General settings',
'Forum_settings' => 'Forum settings',
'IS_POSTABLE' => 'Can Post',
'NOT_POSTABLE' => 'Cannot Post',
'ENABLE_TOPIC_ICONS' => 'Enable topic icons',
'DISABLE_POST_COUNT' => 'Disable user post count incrementing',
'FORUM_MODERATED' => 'Enable moderation queue',
'Display_on_index' => 'Display link to forum on index',
'Forum_edit_delete_explain' => 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side',
'Forum_general' => 'General Forum Settings',
'Forum_name' => 'Forum name',
'Forum_desc' => 'Description',
'Forum_pruning' => 'Auto-pruning',
'prune_freq' => 'Check for topic age every',
'prune_days' => 'Remove topics that have not been posted to in',
'SET_NON_POSTABLE' => 'Set this forum as non-postable and',
'Forum_delete' => 'Delete Forum',
'UPDATE' => 'Update',
'FORUM_ADMIN_EXPLAIN' => 'In phpBB 2.2 there are no categories, everything is forum based. Each forum can have an unlimited number of sub-forums and you can determine whether each may be posted to or not (i.e. whether it acts like an old category). Here you can add, edit, delete, lock, unlock individual forums as well as set certain additional controls. If your posts and topics have got out of sync you can also resynchronise a forum.',
'FORUM_EDIT_EXPLAIN' => 'The form below will allow you to customise this forum. Please note that moderation and post count controls are set via forum permissions for each user or usergroup.',
'FORUM_DELETE' => 'Delete Forum',
'FORUM_DELETE_EXPLAIN' => 'The form below will allow you to delete a forum and decide where you want to put all topics (or forums) it contained.',
'Forum_delete_explain' => 'The form below will allow you to delete a forum and decide where you want to put all topics (or forums) it contained.',
'Move_and_Delete' => 'Move and Delete',
'Move_posts_to' => 'Move posts to',
'Move_subforums_to' => 'Move subforums to',
'Delete_all_posts' => 'Delete all posts',
'Delete_subforums' => 'Delete subforums and associated posts',
'No_destination_forum' => 'You have not specified a forum to move content to',
'FORUM_UPDATED' => 'Forum informations updated successfully',
'Forum_deleted' => 'Forum successfully deleted',
'Click_return_forumadmin' => 'Click %sHere%s to return to Forum Administration',
'EDIT_FORUM' => 'Edit forum',
'CREATE_FORUM' => 'Create new forum',
'REMOVE' => 'Remove',
'EDIT' => 'Edit',
'MOVE_UP' => 'Move up',
'MOVE_DOWN' => 'Move down',
'RESYNC' => 'Sync',
'UPDATE' => 'Update',
'FORUM_SETTINGS' => 'Forum Settings',
'FORUM_GENERAL' => 'General Forum Settings',
'FORUM_TYPE' => 'Forum Type',
'TYPE_FORUM' => 'Forum',
'TYPE_CAT' => 'Category',
'TYPE_LINK' => 'Link',
'FORUM_NAME' => 'Forum Name',
'FORUM_DESC' => 'Description',
'FORUM_DESC_EXPLAIN'=> 'Any markup entered here will displayed as is.',
'FORUM_LINK' => 'Forum Link',
'FORUM_LINK_EXPLAIN'=> 'Full URL to location clicking this forum will take the user.',
'FORUM_LINK_TRACK' => 'Track Link Redirects',
'FORUM_LINK_TRACK_EXPLAIN' => 'Records the number of times a forum link was clicked.',
'FORUM_STATUS' => 'Forum Status',
'FORUM_STYLE' => 'Forum Style',
'FORUM_IMAGE' => 'Forum Image',
'FORUM_IMAGE_EXPLAIN'=> 'Location, relative to the phpBB root directory, of an image to associate with this forum.',
'FORUM_PARENT' => 'Parent Forum',
'NO_PARENT' => 'No Parent',
'LOCKED' => 'Locked',
'UNLOCKED' => 'Unlocked',
'ENABLE_TOPIC_ICONS'=> 'Enable Topic Icons',
'LIST_INDEX' => 'List Forum On Index',
'LIST_INDEX_EXPLAIN'=> 'Displays a link to this forum under the root parent forum on the index.',
'FORUM_AUTO_PRUNE' => 'Enable Auto-Pruning',
'FORUM_AUTO_PRUNE_EXPLAIN' => 'Prunes the forum of topics, set the frequency/age parameters below.',
'AUTO_PRUNE_FREQ' => 'Auto-prune Frequency',
'AUTO_PRUNE_FREQ_EXPLAIN' => 'Time in days between pruning events.',
'AUTO_PRUNE_DAYS' => 'Auto-prune Post Age',
'AUTO_PRUNE_DAYS_EXPLAIN' => 'Number of days since last post after which topic is removed.',
'FORUM_TOPICS_PAGE' => 'Topics Per Page',
'FORUM_TOPICS_PAGE_EXPLAIN' => 'If non-zero this value will override the default topics per page setting.',
'FORUM_PASSWORD' => 'Forum Password',
'FORUM_PASSWORD_EXPLAIN' => 'Defines a password for this forum, use the permission system in preference.',
'FORUM_PASSWORD_CONFIRM' => 'Confirm Forum Password',
'FORUM_PASSWORD_CONFIRM_EXPLAIN' => 'Only needs to be set if a forum password is entered.',
'MOVE_POSTS_TO' => 'Move posts',
'MOVE_SUBFORUMS_TO' => 'Move subforums',
'DELETE_ALL_POSTS' => 'Delete posts',
'DELETE_SUBFORUMS' => 'Delete subforums and posts',
'NO_DESTINATION_FORUM' => 'You have not specified a forum to move content to',
'FORUM_PASSWORD_MISMATCH' => 'The passwords you entered did not match.',
'FORUM_NAME_EMPTY' => 'You must enter a name for this forum.',
'FORUM_DATA_NEGATIVE' => 'Pruning parameters cannot be negative.',
'FORUM_UPDATED' => 'Forum informations updated successfully.',
'REDIRECT_ACL' => 'To set permissions for this forum click %sHERE%s.',
'FORUM_DELETED' => 'Forum successfully deleted',
'ICONS_EXPLAIN' => 'From this page you can add, remove and edit the icons users may add to their topics or posts. These icons are generally displayed next to topic titles on the forum listing, or the post subjects in topic listings. You can also install and create new packages of icons.',
'ICONS_EXPLAIN' => 'From this page you can add, remove and edit the icons users may add to their topics or posts. These icons are generally displayed next to topic titles on the forum listing, or the post subjects in topic listings. You can also install and create new packages of icons.',
'SMILE_EXPLAIN' => 'Smilies or emoticons are typically small, sometimes animated images used to convey an emotion or feeling. From this page you can add, remove and edit the emoticons users can use in their posts and private messages. You can also install and create new packages of smilies.',
'IMPORT_SMILE' => 'Install smilies pak',
'EXPORT_SMILE' => 'Create smilies pak',
'IMPORT_ICONS' => 'Install icons pak',
'EXPORT_ICONS' => 'Create icons pak',
'ADD_SMILE' => 'Add smilie',
'ADD_ICONS' => 'Add icon',
'IMPORT_SMILE' => 'Install smilies pak',
'EXPORT_SMILE' => 'Create smilies pak',
'IMPORT_ICONS' => 'Install icons pak',
'EXPORT_ICONS' => 'Create icons pak',
'ADD_SMILE' => 'Add smilie',
'ADD_ICONS' => 'Add icon',
'SMILE_NOT_DISPLAYED' => 'The following smilies are not displayed on the posting page',
'ICONS_NOT_DISPLAYED' => 'The following icons are not displayed on the posting page',
'EMOTION' => 'Emotion',
'REORDER' => 'Reorder',
'EMOTION' => 'Emotion',
'REORDER' => 'Reorder',
'DISPLAY_ON_POSTING' => 'Display on posting',
'FIRST' => 'First',
'AFTER_SMILE' => 'After %s',
'AFTER_ICONS' => 'After %s',
'SMILE_CONFIG' => 'Smilie configuration',
'SMILE_CODE' => 'Smilie code',
'SMILE_URL' => 'Smilie image file',
'SMILE_HEIGHT' => 'Smilie height',
'SMILE_WIDTH' => 'Smilie width',
'SMILE_ORDER' => 'Smilie order',
'FIRST' => 'First',
'AFTER_SMILE' => 'After %s',
'AFTER_ICONS' => 'After %s',
'SMILE_CONFIG' => 'Smilie configuration',
'SMILE_CODE' => 'Smilie code',
'SMILE_URL' => 'Smilie image file',
'SMILE_HEIGHT' => 'Smilie height',
'SMILE_WIDTH' => 'Smilie width',
'SMILE_ORDER' => 'Smilie order',
'SMILE_EMOTION' => 'Emotion',
'SMILE_ADD' => 'Add a new Smilie',
'SMILE_EDIT' => 'Edit Smilie',
'ICONS_CONFIG' => 'Icon configuration',
'ICONS_URL' => 'Icon image file',
'ICONS_HEIGHT' => 'Icon height',
'ICONS_WIDTH' => 'Icon width',
'ICONS_ORDER' => 'Icon order',
'ICONS_ADD' => 'Add a new Icon',
'ICONS_EDIT' => 'Edit Icon',
'SMILE_ADD' => 'Add a new Smilie',
'SMILE_EDIT' => 'Edit Smilie',
'ICONS_CONFIG' => 'Icon configuration',
'ICONS_URL' => 'Icon image file',
'ICONS_HEIGHT' => 'Icon height',
'ICONS_WIDTH' => 'Icon width',
'ICONS_ORDER' => 'Icon order',
'ICONS_ADD' => 'Add a new Icon',
'ICONS_EDIT' => 'Edit Icon',
'EXPORT_SMILE_EXPLAIN' => 'To create a package of your currently installed smilies, click %sHERE%s to download the emoticons.pak file. Once downloaded create a zip or tgz file containing all of your smilies plus this .pak configuration file.',
'EXPORT_ICONS_EXPLAIN' => 'To create a package of your currently installed icons, click %sHERE%s to download the icons package file. Once downloaded create a zip or tgz file containing all of your icons plus this .pak configuration file.',
'NO_SMILE_EXPORT' => 'You have no smilies with which to create a package.',
'NO_ICONS_EXPORT' => 'You have no icons with which to create a package.',
'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.',
'SELECT_PACKAGE' => 'Select a package file',
'DELETE_ALL' => 'Delete all',
'KEEP_ALL' => 'Keep all',
'REPLACE_MATCHES' => 'Replace matches',
'NO_SMILE_PAK' => 'No smilie packages found.',
'CURRENT_SMILE' => 'Current smilies',
'NO_SMILE_EXPORT' => 'You have no smilies with which to create a package.',
'NO_ICONS_EXPORT' => 'You have no icons with which to create a package.',
'WRONG_PAK_TYPE' => 'The specified package does not contain the appropriate data.',
'SELECT_PACKAGE' => 'Select a package file',
'DELETE_ALL' => 'Delete all',
'KEEP_ALL' => 'Keep all',
'REPLACE_MATCHES' => 'Replace matches',
'NO_SMILE_PAK' => 'No smilie packages found.',
'CURRENT_SMILE' => 'Current smilies',
'SMILE_IMPORT_SUCCESS' => 'The smilies pack was imported successfully',
'NO_ICONS_PAK' => 'No icon packages found.',
'CURRENT_ICONS' => 'Current icons',