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

📄 index.php

📁 一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG
💻 PHP
字号:
<?php//	Some Standards for creating new entries// //		UPPER CASE keys should be used when the text is a phrase//			$lang['UPPER_CASE'] = 'This is an UPPER_CASE entry in $lang';//			$lang['COPY_TO'] = 'Copy  &nbsp; <b>%s</b> &nbsp; to &nbsp; <b>%s</b>.<br>Click "Save" to finalize the copy.';////		lower case keys should be used for more simple word for word tanslations//			$lang['lower_case'] = 'lower case';//			$lang['copy_to'] = 'Copy To...';////		Use _ (uderscore) for spaces in keys//			$lang['A_SPACE']  .. instead of $lang['A SPACE']////		Prefer <tt> to <i>////	wiki2.php//$lang['NEW_PAGE_FORMAT'] = 'l,_F_j,_Y'; //format to be used with php's date() function$lang['file'] = 'File';$lang['edit'] = 'Edit';$lang['view_source'] = 'View Source';$lang['talk'] = 'Talk';$lang['history'] = 'History';$lang['diff'] = 'Diff';$lang['watch'] = 'Watch';$lang['unwatch'] = 'Unwatch';$lang['options'] = 'Options';$lang['messages'] = 'Messages';$lang['help_page'] = 'Help Page';$lang['current'] = 'Current';$lang['blog'] = 'Blog';$lang['possible'] = 'Possible';$lang['DEFAULT_CONTENT'] = 'This is a new file, would you like to [[%s?cmd=edit|create it]]?'; //replaced with url to current page$lang['DEFAULT_CONTENT_PROTECTED'] = 'This is a new file. To create this file, you need to be logged in with appropriate privileges.';$lang['lost_page'] = 'Lost Page';$lang['NOT_OWNER'] = 'You do not have the appropriate privileges for this feature.';$lang['NOT_OWNER_1'] = 'You are attempting to access a restricted feature of someone else\'s account.';$lang['NOT_OWNER_2'] = 'You are attempting to access a restricted feature of someone else\'s account. <br> To access this feature for your account visit %s.';$lang['NOT_OWNER_3'] = 'You do not have the appropriate privileges for this feature.<br/> You must be signed in to access this page.';$lang['LONG_PATH'] = 'The title for this file was too long and has been truncated. %s'; 		//need to change the string that is added to this warning!$lang['EMPTY_CONTENT'] = 'Content is a required field';$lang['INCOMPLETE_PATH'] = 'The supplied path is incomplete.';$lang['ADMIN_DISABLED_ALL_USERS'] = 'Sorry, the website administrator has disabled user blogging. To create a bliki with the same features found here, visit <a href="http://www.wikyblog.com">WikyBlog.com</a>.';$lang['TITLE_EXISTS'] = 'This title already exists, please select a different one then save again.';$lang['HIDDEN_FILE'] = 'Access to this file has been restricted by it\'s owner. To view this file, you need ownership privileges.';$lang['HIDDEN_FILE2'] = 'This file is "hidden". ';$lang['DELETED_FILE'] = 'This file is currently in the "trash". If you are the owner of this account, you can restore this file via your control panel.';$lang['PROTECTED_FILE'] = 'This file is protected. Any changes made to this file were not saved.';$lang['INVALID_TEMPLATE'] = 'Invalid template name defined in preferences. Using default template.';$lang['link_text'] = 'Link Text';$lang['REDIRECTED'] = 'Redircted from %s.';$lang['REDIRECT_TO'] = 'This page redirects to %s.';//	Data Types$lang['all'] = 'All';$lang['page'] = 'Page';$lang['comment'] = 'Comment';$lang['map'] = 'Map';$lang['template'] = 'Template';$lang['help'] = 'Help';$lang['skeleton'] = 'Skeleton';$lang['event'] = 'Event';$lang['comments'] = 'Comments';//exceptions to our standards because we use the name of datatypes $lang['CLASSpage'] = 'Pages';$lang['CLASScomment'] = 'Comments';$lang['CLASSmap'] = 'Maps';$lang['CLASStemplate'] = 'Templates';$lang['CLASShelp'] = 'Help';$lang['IS_CONTENT_TEMPLATE'] = 'This file is a content template and won\'t be shown on your blog.';$lang['seconds'] = ' secs';$lang['queries'] = ' queries';$lang['QUERY_TIME'] = ' for queries';$lang['INVALID_PATH'] = 'Invalid file path supplied: <tt>%s</tt>.';							//replaced with path$lang['INVALID_REQUEST'] = 'Invalid Request.';//	CLASSmap.php$lang['MAP_DEFAULT_CONTENT'] = '<b>This is a new map.</b><br/> To create/edit this map, click "Edit" above.';$lang['MAP_DEFAULT_CONTENT_PROTECTED'] = 'Sorry, you don\'t have sufficient privileges to edit this map.';$lang['play'] = 'Play';$lang['stop'] = 'Stop';$lang['import'] = 'Import';$lang['export'] = 'Export';$lang['gpx_data'] = 'GPX Data';$lang['gpx_exchange_format'] = 'GPX Exchange Format';$lang['CLICK_EDIT'] = 'To edit the map, click "edit" above';//	CLASStemplate.php$lang['TEMPLATE_DEFAULT_CONTENT'] = 'This is a new template. Edit this template by clicking the "Edit" link above.<br/>When creating templates remember to include all of the required content variables:';$lang['your_template'] = 'Your Template';$lang['CURRENT_TEMPLATE'] = 'You are currently using template <b>%s</b>.'; //replaced with template name$lang['use_this_template'] = 'Use this template instead';$lang['using_this_template'] = 'You are currently using this template.';$lang['copy_of_this_one'] = 'copy of this one';$lang['MAKE_TEMPLATE'] = 'Make a personalized template using a %s as a starter.';$lang['EDIT_TEMPLATE_TEXT'] = '<p><h2>Editing</h2> When editing templates, your changes will not be immediately visible.<br />You may have to use your browser\'s "refresh" button to review changes after saving.';//	CLASShelp.php$lang['HELP_FOOTER'] = 'As an integrated part of the software, this help file is stored on a central server.<br/> You can edit the contents of %sthis%s and other help files at %s.';$lang['NEW_HELP'] = 'Create a new help file';//	Special Files that need to be in with main lang file$lang['browse'] = 'Browse';$lang['change_log'] = 'Change Log';$lang['control_panel'] = 'Control Panel';$lang['watchlist'] = 'Watchlist';$lang['wanted_files'] = 'Wanted Files';$lang['dead_end'] = 'Dead-End Files';$lang['search'] = 'Search';$lang['orphaned_files'] = 'Orphaned Files';$lang['most_linked'] = 'Most Linked To Files';$lang['MORE_RECENT_POST'] = 'More Recent Posts.';$lang['PHP_CONFIG_URL_FOPEN'] = 'PHP must be configured with <i>allow_url_fopen = "1"</i> for this feature to work.';$lang['NEED_INTERNET'] = 'This feature is only available for systems connected to the internet.';//	SESSION$lang['COOKIES_REQUIRED'] = '<b>Warning:</b> Cookies are required to continue. Refresh this page if you have cookies enabled.';$lang['LOGIN_REQUIRED'] = 'You must be signed in to use this feature.';$lang['ENTER_USERNAME'] = 'Please enter your Username.';$lang['ENTER_PASSWORD'] = 'Please enter your Password.';$lang['LOGGED_OUT'] = 'You have successfully logged out.';$lang['AUTO_LOGOUT'] = 'Your session has expired.';$lang['LOGIN_FAILED'] = 'Log in failed: Incorrect Password.<ul><li>Is Caps Lock on?<li> Have you %sforgotten your password%s?</li></ul>'; //replacements are for <a href=""> and </a>$lang['LOGIN_BLOCK'] = 'The maximum number of %s login attempts has been exceeded. You will not be allowed to login for the next %s minutes.';						$lang['create_new'] = 'Create&nbsp;New ';$lang['remember_me'] = 'Remember Me';$lang['log_out'] = 'Log Out';$lang['log_in'] = 'Log In';$lang['keyboard_shortcuts'] = 'Keyboard Shortcuts';//	SAVING :: toolSavePage.php$lang['syntax_error'] = 'syntax error';$lang['SYNTAX_WARNING'] = 'A %s was detected within this file and may result in undesired formatting.'; //%s will be replaced with a link and $lang['syntax_error']$lang['TEMPLATE_SYNTAX_WARN'] = '<b>Syntax Error:</b> Unable to Save/Display the most recent changes to this file due to an incompatible syntax.';$lang['SYNTAX_FIXED'] = 'The syntax error has been fixed.';$lang['NO_CHANGES'] = 'No changes were made to this file. (%s)';								//replaces with 1 or 2.. there are two checks for changes$lang['UNABLE_TO_SAVE'] = 'Unable to save this File. (%s)';									//replaces with 1,2,3 or 4..$lang['SAVED_FILE'] = 'Changes to this file have been saved.';$lang['HIDDEN_FILE3'] = '<b>Note:</b> This is a hidden file, therefore tags for this file will not be included in the user menu totals.';$lang['VERSION_CONFLICT'] = 'Warning: We could not save your changes because we detected a version conflict.';$lang['VERSION_CONFLICT_2'] = 	'Warning: We could not save your changes because we detected a version conflict.								The following events could have resulted in this discrepancy.								<ul><li>You may be trying to overwrite an existing file.</li>								<li>Your session may have expired.</li>								<li>Someone else may have saved changes to this file.</li></ul>';$lang['COPY_TO'] = 'Copy  &nbsp; <b>%s</b> &nbsp; to &nbsp; <b>%s</b>.<br>Click "Save" to finalize the copy.'; //replaced with paths$lang['FLOOD_WARN'] = 'Editing has been limited to one file every %s seconds. Please try again in %s seconds.';//	toolOptions .. see /lang/../toolOptions.php$lang['save_options'] = 'Save Options';$lang['blog_this'] = 'Blog This';//	toolHistory2.php$lang['differences'] = 'difference(s)';$lang['line_num'] = 'Line #';//	toolHistory1.php$lang['revision'] = 'Revision ';$lang['revision_as_of'] = 'Revision as of ';$lang['revision_num_as_of'] = 'Revision %s as of %s'; //replaced with revision num and timestamp$lang['edit_revision'] = 'Edit Revision';$lang['reverted_to_rev'] = 'Reverted to revision #';$lang['SET_USER_PERMISSIONS'] = 'Set your permissions for this user: '; $lang['compare_with_prev'] = '鈫

⌨️ 快捷键说明

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