📄 admin.php
字号:
<?php$lang['ADMIN_ONLY'] = 'You must be an administrator to access this page.';$lang['UNDEFINED_ADMIN_PAGE'] = 'This admin page has not been defined yet: <tt>%s</tt>';$lang['CONFIRM_PASSWORD'] = 'Please confirm your password to continue.';$lang['confirm_password'] = 'Confirm Password';$lang['confirmation_failed'] = 'Password confirmation failed. Please try again.';//// adminSearchOptions.php//$lang['search_options'] = 'Search Options';$lang['search_status'] = 'Search Status';$lang['search_enabled'] = 'Search Enabled';$lang['SEARCH_ENABLED'] = 'Disabling the search feature will empty the `all_search` database table. Later, if you would like to enable search again, the `all_search` table will have to be re-populated.';$lang['disable'] = 'Disable';$lang['search_disabled'] = 'Search Disabled';$lang['SEARCH_DISABLED'] = 'Search is currently disabled. Enabling search requires a process that will fill the `all_search` database table with entries for all files in the database. This process may take a fair amount of time for large databases.';$lang['SEARCH_IS_DISABLED'] = 'Search disabled and search table truncated.';$lang['enable'] = 'Enable';$lang['FINISHED_ENTRIES'] = '%s entries done, %s more to go.';$lang['SEARCH_IS_ENABLED'] = 'The search feature is now enabled.';//// adminConfig.php//$lang['configuration'] = 'Configuration';$lang['confighistory'] = 'Configuration History';$lang['CONFIG_SAVING'] = 'New configurations are saved without overwriting the current values, enabling you to undo changes if need be...';$lang['CONFIG_STAT'] = 'There have been %s revisions made to the configuration.';$lang['CONFIG_CONFIRM_REVERT'] = 'Are you sure you want revert to revision number %s. Click <tt>Save</tt> to continue.';$lang['FEATURE_NOT_AVAILABLE'] = 'This feature is not available with the current PHP/MySQL installation.';//////////////////////////////// Descriptions//$lang['serverName1']['desc'] = 'Something that can be used with a sentence like: "Welcome to serverName1".';$lang['serverName2']['desc'] = 'www.wikyblog.com';$lang['serverName3']['desc'] = 'http://serverName2';//default user$lang['maxUserDiskUsage']['desc'] = 'Amount of disk space given to users for file uploads. (Does not include pages.)';$lang['max_upload']['desc'] = 'Maximum size of an uploaded file.';$lang['maxHistory']['desc'] = 'Maximum number of history rows to be allowed per file for all users.';$lang['userLanguage']['desc'] = '';$lang['reservedWords']['desc'] = 'Users won\'t be allowed to register using these comma separated strings as usernames.';$lang['googleMapsKey']['desc'] = 'The API key specific to your site. See <a href="http://www.google.com/apis/maps/documentation/">Google.com/Apis</a> for more information.';$lang['maxErrorFileSize']['desc'] = 'Maximum file size to be allowed for the Error Log. Defaults to 10,000 bytes.';$lang['errorEmail']['desc'] = 'Provide an email address ';$lang['include']['desc'] = 'Automatically have the software include a php file with each request. Filenames can be given comma separated and relative to your rootDir.';//////////////////////////////// Aliases//$lang['general_config'] = 'General Settings';$lang['performance'] = 'Performance';$lang['serverName1']['alias'] = 'Pretty Server Name';$lang['serverName2']['alias'] = 'Server Name';$lang['serverName3']['alias'] = 'Full Server Url';$lang['disk_usage'] = 'Disk Usage Settings';$lang['maxUserDiskUsage']['alias'] = 'User Allocation';$lang['max_upload']['alias'] = 'Max Upload';$lang['maxHistory']['alias'] = 'Max History Rows';$lang['userLanguage']['alias'] = 'Language';$lang['reservedWords']['alias'] = 'Reserved Words';$lang['googleMapsKey']['alias'] = 'Google Maps API Key';$lang['developer_aids'] = 'Developer Aids';$lang['maxErrorFileSize']['alias'] = 'Error Log Size';$lang['errorEmail']['alias'] = 'Error Email';$lang['include']['alias'] = 'Include PHP';// default user $lang['default_user_vars'] = 'Default User Settings'; $lang['defaultUser']['homeTitle']['alias'] = 'Home Title'; $lang['defaultUser']['homeTitle']['desc'] = 'Displayed as the title of the home page.'; $lang['defaultUser']['template']['alias'] = 'User Template'; $lang['defaultUser']['template']['desc'] = 'Main/Home is the default wikyblog template.'; $lang['defaultUser']['textareaY']['alias'] = 'Textarea Height'; $lang['defaultUser']['textareaY']['desc'] = 'Default textarea height.'; $lang['defaultUser']['isBlog']['alias'] = 'Blog Home Page'; $lang['defaultUser']['isBlog']['desc'] = 'Turns blog styled homepage on and off.'; $lang['defaultUser']['timezone']['alias'] = 'Timezone'; $lang['defaultUser']['timezone']['desc'] = ''; $lang['defaultUser']['ajax']['alias'] = 'JavaScript'; $lang['defaultUser']['ajax']['desc'] = ''; $lang['defaultUser']['maxHistory']['alias'] = 'Max History Rows'; $lang['defaultUser']['maxHistory']['desc'] = 'Default maximum for history rows.'; $lang['defaultUser']['pTemplate']['alias'] = 'Default Template'; $lang['defaultUser']['pTemplate']['desc'] = ''; // adminUsers $lang['user_statistics'] = 'User Statistics'; $lang['user_stats'] = 'User Stats'; $lang['user_account'] = 'User Account'; $lang['entries'] = 'Entries'; $lang['history Rows'] = 'History Rows'; $lang['last_visit'] = 'Last Visit'; $lang['users_found'] = 'Users Found'; $lang['showing_of_found'] = 'Showing %s through %s'; $lang['cpanel'] = 'CPanel'; $lang['details'] = 'Details'; $lang['within_the_hour'] = ' < 1 hour ago'; $lang['hours'] = 'hours'; $lang['days'] = 'days'; $lang['months'] = 'months'; $lang['years'] = 'years'; $lang['ago'] = 'ago'; $lang['TIMEOUT'] = '<b>Timeout error:</b> %s.'; $lang['NOT_MAIN_ACCT'] = '<b>Warning</b>Cannot delete the "Main" account'; $lang['CONFIRM_DELETE_USER'] = 'Are you sure you want to delete <b>%s</b>?'; $lang['CONFIRM_DELETE_USER2'] = 'Deleting will <i>completely erase</i> all files for the account including:'; $lang['userfiles_directory'] = 'Userfiles directory: '; $lang['template_directory'] = 'Template directory: '; $lang['database_entries'] = 'And all database entries: pages, pagehistory, comments etc.'; $lang['DELETED_DATABASE_ENTRIES'] = 'Deleted database entries.'; $lang['NOT_DELETED_DATABASE_ENTRIES'] = '<b>Warning:</b> Could not delete the database entries.'; $lang['DELETED_USERFILES'] = 'Deleted Userfiles Directory.'; $lang['NOT_DELETED_USERFILES'] = '<b>Warning:</b> Could not delete the Userfiles Directory.'; $lang['DELETED_TEMPLATES'] = 'Deleted Tempalate Directory.'; $lang['NOT_DELETED_TEMPLATES'] = '<b>Warning:</b> Could not delete the Template Directory.'; $lang['USER_DELETED'] = '%s was completely deleted: '; $lang['USER_NOT_DELETED'] = '%s was NOT completely deleted: ';// adminErrors $lang['ERROR_LOG_NOT_DELETED'] = 'Could not delete the error log.'; $lang['ERROR_LOG_DELETED'] = 'The Error Log was deleted.'; $lang['ERROR_LOG_MAXED'] = 'The Error Log file has reached is maximum size, please empty the file so the script can continue to log errors. %s';// specUpdateGet $lang['remote_update'] = 'Remote Update'; $lang['locally_modified'] = 'Locally Modified Files'; $lang['NONE_MODIFIED_LOCALLY'] = 'None of the system help files on your server have been modified locally and will all automatically be updated.'; $lang['LOCALLY_MODIFIED'] = 'The files listed below have been modified locally since the last update. To keep the remote update from overwriting your files, check the box next to the title you wish to preserve. <br/>Note: Updating these files will overwrite recent changes and will create a history record for each file so that important changes can easily be recovered.'; $lang['dont_update'] = 'Dont\'t Update'; $lang['CHOOSE_SERVER'] = '<h2>Choose a Server</h2>Please select the server you would like to download from. '; $lang['select'] = 'Select'; $lang['server_address'] = 'Server Address'; $lang['description'] = 'Description'; $lang['NO_REMOTE_SERVER'] = 'A remote server could not be found.<p> Please make sure you have the most recent version of WikyBlog software and that "allow_url_fopen" is set to 1 in your php configuration.'; $lang['last_update'] = 'Last Update'; $lang['LAST_UPDATE_ON'] = 'Your last update was made on '; $lang['updating_files'] = 'Updating Files'; $lang['DEFAULT_SERVER'] = 'Default WikyBlog server.'; $lang['REMOTE_UPDATE_INTRO'] = 'This will guide you through updating system help files for your version of the wikyblog software. <p><b>Note:</b> This process does NOT update scripts.</p>'; $lang['start_over'] = 'Start Over'; $lang['SELECT_SERVER'] = 'Please select a server to download from. '; $lang['remote_update_from'] = 'Remote Update from '; $lang['ALL_FILES_DONE'] = 'All system help files are currently up to date.'; $lang['NUM_FILES_DONE'] = '%s files updated out of a total of %s.'; $lang['REMOTE_UPDATE_DONE'] = 'Remote Update has finished.'; $lang['UPDATE_SOFTWARE'] = 'Your version of WikyBlog is out of date. Please install the latest version to continue';// adminPlugins $lang['data_types'] = 'Data Types'; //duplicate of value in SPEC.php $lang['existing_types'] = 'Existing Types'; $lang['available_plugins'] = 'Available Plugins';//// adminPlugins// $lang['check_uncheck'] = 'Check All / Uncheck All';////////////////////////////////// wbConfig// $lang['wbConfig']['online']['alias'] = 'Online'; $lang['wbConfig']['online']['desc'] = 'Is this implementation connected to the internet?'; $lang['wbConfig']['floodInterval']['alias'] = 'Flood Interval'; $lang['wbConfig']['floodInterval']['desc'] = 'The number of seconds a user without permissions will have to wait between edits.'; $lang['wbConfig']['ajax']['alias'] = 'JavaScript'; $lang['wbConfig']['ajax']['desc'] = 'Determines the level of JavaScript enhancement for the anonymous users.'; $lang['wbConfig']['tidy']['alias'] = 'HTML Tidy'; $lang['wbConfig']['tidy']['desc'] = 'Use HTML Tidy to correct possible user input errors.'; $lang['wbConfig']['allUsers']['alias'] = 'Full Featured.'; $lang['wbConfig']['allUsers']['desc'] = 'Allow all registered users to have their own blog.'; $lang['wbConfig']['interHelp']['alias'] = 'Help Server.'; $lang['wbConfig']['interHelp']['desc'] = 'Use the integrated help file server.'; $lang['wbConfig']['pUser']['desc'] = 'Select the user account that will be displayed if one isn\'t given by the visitor.'; $lang['wbConfig']['pUser']['alias'] = 'Default User.'; $lang['wbConfig']['sesslevel']['desc'] = 'Determines how much of the user\'s IP will be checked when validating sessions.'; $lang['wbConfig']['sesslevel']['alias'] = 'Session Level';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -