⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang_admin.php

📁 很好的论坛php+mysql+linux
💻 PHP
📖 第 1 页 / 共 3 页
字号:
<?php/*************************************************************************** *                            lang_admin.php [English] *                              ------------------- *     begin                : Sat Dec 16 2000 *     copyright            : (C) 2001 The phpBB Group *     email                : support@phpbb.com * *     $Id: lang_admin.php,v 1.35.2.10 2005/02/21 18:38:17 acydburn Exp $ * ****************************************************************************//*************************************************************************** * *   This program is free software; you can redistribute it and/or modify *   it under the terms of the GNU General Public License as published by *   the Free Software Foundation; either version 2 of the License, or *   (at your option) any later version. * ***************************************************************************//* CONTRIBUTORS	2002-12-15	Philip M. White (pwhite@mailhaven.com)		Fixed many minor grammatical mistakes*///// Format is same as lang_main////// Modules, this replaces the keys used// in the modules[][] arrays in each module file//$lang['General'] = 'General Admin';$lang['Users'] = 'User Admin';$lang['Groups'] = 'Group Admin';$lang['Forums'] = 'Forum Admin';$lang['Styles'] = 'Styles Admin';$lang['Configuration'] = 'Configuration';$lang['Permissions'] = 'Permissions';$lang['Manage'] = 'Management';$lang['Disallow'] = 'Disallow names';$lang['Prune'] = 'Pruning';$lang['Mass_Email'] = 'Mass Email';$lang['Ranks'] = 'Ranks';$lang['Smilies'] = 'Smilies';$lang['Ban_Management'] = 'Ban Control';$lang['Word_Censor'] = 'Word Censors';$lang['Export'] = 'Export';$lang['Create_new'] = 'Create';$lang['Add_new'] = 'Add';$lang['Backup_DB'] = 'Backup Database';$lang['Restore_DB'] = 'Restore Database';//// Index//$lang['Admin'] = 'Administration';$lang['Not_admin'] = 'You are not authorised to administer this board';$lang['Welcome_phpBB'] = 'Welcome to phpBB';$lang['Admin_intro'] = 'Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the phpBB logo also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your forum experience. Each screen will have instructions on how to use the tools.';$lang['Main_index'] = 'Forum Index';$lang['Forum_stats'] = 'Forum Statistics';$lang['Admin_Index'] = 'Admin Index';$lang['Preview_forum'] = 'Preview Forum';$lang['Click_return_admin_index'] = 'Click %sHere%s to return to the Admin Index';$lang['Statistic'] = 'Statistic';$lang['Value'] = 'Value';$lang['Number_posts'] = 'Number of posts';$lang['Posts_per_day'] = 'Posts per day';$lang['Number_topics'] = 'Number of topics';$lang['Topics_per_day'] = 'Topics per day';$lang['Number_users'] = 'Number of users';$lang['Users_per_day'] = 'Users per day';$lang['Board_started'] = 'Board started';$lang['Avatar_dir_size'] = 'Avatar directory size';$lang['Database_size'] = 'Database size';$lang['Gzip_compression'] ='Gzip compression';$lang['Not_available'] = 'Not available';$lang['ON'] = 'ON'; // This is for GZip compression$lang['OFF'] = 'OFF'; //// DB Utils//$lang['Database_Utilities'] = 'Database Utilities';$lang['Restore'] = 'Restore';$lang['Backup'] = 'Backup';$lang['Restore_explain'] = 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it, you may upload a gzip-compressed text file and it will automatically be decompressed. <b>WARNING</b>: This will overwrite any existing data. The restore may take a long time to process, so please do not move from this page until it is complete.';$lang['Backup_explain'] = 'Here you can back up all your phpBB-related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well, please enter their names, separated by commas, in the Additional Tables textbox below. If your server supports it you may also gzip-compress the file to reduce its size before download.';$lang['Backup_options'] = 'Backup options';$lang['Start_backup'] = 'Start Backup';$lang['Full_backup'] = 'Full backup';$lang['Structure_backup'] = 'Structure-Only backup';$lang['Data_backup'] = 'Data only backup';$lang['Additional_tables'] = 'Additional tables';$lang['Gzip_compress'] = 'Gzip compress file';$lang['Select_file'] = 'Select a file';$lang['Start_Restore'] = 'Start Restore';$lang['Restore_success'] = 'The Database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.';$lang['Backup_download'] = 'Your download will start shortly; please wait until it begins.';$lang['Backups_not_supported'] = 'Sorry, but database backups are not currently supported for your database system.';$lang['Restore_Error_uploading'] = 'Error in uploading the backup file';$lang['Restore_Error_filename'] = 'Filename problem; please try an alternative file';$lang['Restore_Error_decompress'] = 'Cannot decompress a gzip file; please upload a plain text version';$lang['Restore_Error_no_file'] = 'No file was uploaded';//// Auth pages//$lang['Select_a_User'] = 'Select a User';$lang['Select_a_Group'] = 'Select a Group';$lang['Select_a_Forum'] = 'Select a Forum';$lang['Auth_Control_User'] = 'User Permissions Control'; $lang['Auth_Control_Group'] = 'Group Permissions Control'; $lang['Auth_Control_Forum'] = 'Forum Permissions Control'; $lang['Look_up_User'] = 'Look up User'; $lang['Look_up_Group'] = 'Look up Group'; $lang['Look_up_Forum'] = 'Look up Forum'; $lang['Group_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each user group. Do not forget when changing group permissions that individual user permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';$lang['User_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each individual user. Do not forget when changing user permissions that group permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';$lang['Forum_auth_explain'] = 'Here you can alter the authorisation levels of each forum. You will have both a simple and advanced method for doing this, where advanced offers greater control of each forum operation. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.';$lang['Simple_mode'] = 'Simple Mode';$lang['Advanced_mode'] = 'Advanced Mode';$lang['Moderator_status'] = 'Moderator status';$lang['Allowed_Access'] = 'Allowed Access';$lang['Disallowed_Access'] = 'Disallowed Access';$lang['Is_Moderator'] = 'Is Moderator';$lang['Not_Moderator'] = 'Not Moderator';$lang['Conflict_warning'] = 'Authorisation Conflict Warning';$lang['Conflict_access_userauth'] = 'This user still has access rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having access rights. The groups granting rights (and the forums involved) are noted below.';$lang['Conflict_mod_userauth'] = 'This user still has moderator rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having moderator rights. The groups granting rights (and the forums involved) are noted below.';$lang['Conflict_access_groupauth'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.';$lang['Conflict_mod_groupauth'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.';$lang['Public'] = 'Public';$lang['Private'] = 'Private';$lang['Registered'] = 'Registered';$lang['Administrators'] = 'Administrators';$lang['Hidden'] = 'Hidden';// These are displayed in the drop down boxes for advanced// mode forum auth, try and keep them short!$lang['Forum_ALL'] = 'ALL';$lang['Forum_REG'] = 'REG';$lang['Forum_PRIVATE'] = 'PRIVATE';$lang['Forum_MOD'] = 'MOD';$lang['Forum_ADMIN'] = 'ADMIN';$lang['View'] = 'View';$lang['Read'] = 'Read';$lang['Post'] = 'Post';$lang['Reply'] = 'Reply';$lang['Edit'] = 'Edit';$lang['Delete'] = 'Delete';$lang['Sticky'] = 'Sticky';$lang['Announce'] = 'Announce'; $lang['Vote'] = 'Vote';$lang['Pollcreate'] = 'Poll create';$lang['Permissions'] = 'Permissions';$lang['Simple_Permission'] = 'Simple Permissions';$lang['User_Level'] = 'User Level'; $lang['Auth_User'] = 'User';$lang['Auth_Admin'] = 'Administrator';$lang['Group_memberships'] = 'Usergroup memberships';$lang['Usergroup_members'] = 'This group has the following members';$lang['Forum_auth_updated'] = 'Forum permissions updated';$lang['User_auth_updated'] = 'User permissions updated';$lang['Group_auth_updated'] = 'Group permissions updated';$lang['Auth_updated'] = 'Permissions have been updated';$lang['Click_return_userauth'] = 'Click %sHere%s to return to User Permissions';$lang['Click_return_groupauth'] = 'Click %sHere%s to return to Group Permissions';$lang['Click_return_forumauth'] = 'Click %sHere%s to return to Forum Permissions';//// Banning//$lang['Ban_control'] = 'Ban Control';$lang['Ban_explain'] = 'Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP addresses or hostnames. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to log on or post to your board. You should use one of the first two methods to achieve this.';$lang['Ban_explain_warn'] = 'Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range, try to keep it small or better yet state specific addresses.';$lang['Select_username'] = 'Select a Username';$lang['Select_ip'] = 'Select an IP address';$lang['Select_email'] = 'Select an Email address';$lang['Ban_username'] = 'Ban one or more specific users';$lang['Ban_username_explain'] = 'You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';$lang['Ban_IP'] = 'Ban one or more IP addresses or hostnames';$lang['IP_hostname'] = 'IP addresses or hostnames';$lang['Ban_IP_explain'] = 'To specify several different IP addresses or hostnames separate them with commas. To specify a range of IP addresses, separate the start and end with a hyphen (-); to specify a wildcard, use an asterisk (*).';$lang['Ban_email'] = 'Ban one or more email addresses';$lang['Ban_email_explain'] = 'To specify more than one email address, separate them with commas. To specify a wildcard username, use * like *@hotmail.com';$lang['Unban_username'] = 'Un-ban one more specific users';$lang['Unban_username_explain'] = 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';$lang['Unban_IP'] = 'Un-ban one or more IP addresses';$lang['Unban_IP_explain'] = 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';$lang['Unban_email'] = 'Un-ban one or more email addresses';$lang['Unban_email_explain'] = 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';$lang['No_banned_users'] = 'No banned usernames';$lang['No_banned_ip'] = 'No banned IP addresses';$lang['No_banned_email'] = 'No banned email addresses';$lang['Ban_update_sucessful'] = 'The banlist has been updated successfully';$lang['Click_return_banadmin'] = 'Click %sHere%s to return to Ban Control';//// Configuration//$lang['General_Config'] = 'General Configuration';$lang['Config_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.';$lang['Click_return_config'] = 'Click %sHere%s to return to General Configuration';$lang['General_settings'] = 'General Board Settings';$lang['Server_name'] = 'Domain Name';$lang['Server_name_explain'] = 'The domain name from which this board runs';$lang['Script_path'] = 'Script path';$lang['Script_path_explain'] = 'The path where phpBB2 is located relative to the domain name';

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -