feat: 后端全量更新 - 含所有本次需求

- Contract.php: 返回合约账户余额(balance_contract)
- My.php: 地址管理增加BTC/ETH
- AppContract.php: 一键平仓(closeall)
- AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2)
- site.php: 手续费减半(0.018→0.009)
- agent_permission_setup.sql: 代理权限SQL
- crypto_news_crawler.py: 新闻自动采集脚本
This commit is contained in:
li
2026-03-30 20:16:32 +08:00
commit 1b24994e74
6721 changed files with 1308571 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
<div class="box">
<div class="title"><span> What's KODExplorer ?</span></div>
<p>KODExplorer is an open-source explorer and code editor based on web browser. It provides a kind of classic UI like Windows, file management, file preview, edit, upload and download, File compression and decompression, music playback you can do thatll on line. You can develop in the web browser side, the source file preview, and deploy the website directly, just like local operation as convenient, fast and safe experience.</p>
<p><b>——Design concept——</b></p>
<p>Inherit the classic traditions & strive for the innovation. To provide users with convenient, safe and easy to use online cloud management system.</p>
<p>Whenever, Wherever, Web browser, Want (if you want to do it), KODExplorer is your best choice.</p>
<p><b>——Users——</b></p>
<p>KODExplorer is a good solution for personal cloud system, SME resource management on line, Network-attached storage, Small and medium-sized Website management and so on.</p>
<p>If you are a regular user, only need to install the KODExplorer on your server, you can listen to music, watch movies, upload (download) file to (from) your server.</p>
</div>
<div class="box">
<div class="title"><span>Features</span></div>
<p>Comprehensive document management, powerful online file.</p>
<p>Managing file wherever you go, coding online, listening music online at the same time, do it like in local system.</p>
<p>Just like the experience in the classic Windows: right-click, drag-and-drop, shortcuts and find file…</p>
<p>Select by dragging mouse pointer, move or upload with drag-and-drop, online editor, video player, pack and unpack files Comprehensive.</p>
<p>Seamless integration of all parts; in the form of dialog box, multi-task manager and other functions.</p>
<p>Online editor supports multiple label and more style such as Zen Coding, html,css,js…Higher coding efficiency</p>
<p>Perfect Chinese language support, no messy codes</p>
</div>
<div class="box">
<div class="title"><span>Open source technology</span></div>
<p><b>1.Jquery:</b>jpuery(plugin:Hotkeys.ztree.contentmenu).js A fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.</p>
<p><b>2.ArtDialog:</b> A UI dialog on javascript, which is nice and easy to use for javascript effect. This module migrate artDialog to Drupal and help drupal developer to use artDialog in the projects.</p>
<p><b>3.Ztree:</b> A powerful and fast jQuery 'Tree' Plugin for creating Multi-functional Folder Trees with excellent performance and flexible configurations.</p>
<p><b>4.codemirror:</b> A versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.</p>
<p><b>5.ZenCoding:</b> An editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code.</p>
<p><b>6.less:</b> A CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.</p>
<p><b>7.SWFUpload:</b> A JavaScript Library that wraps the Flash Player's upload function. It brings your uploads to the next level with Multiple File Selection, Upload Progress and Client-side File Size Checking.</p>
<p><b>8.CMP4:</b> A very good flash player plug-in, support for streaming media, music video playback tool commonly used. Support for the skin, highly configurable settings. The play list is loading dynamically by XML, MMS streaming media, and support RSTP.</p>
</div>
+72
View File
@@ -0,0 +1,72 @@
<div class="intro-left">
<div class="tips blue">
<h1> <span>Rich functionality</span> </h1>
<p> Code automatically prompts </p>
<p> Multi-theme: Choose your favorite programming style </p>
<p> Custom Font: for use at scene </p>
<p> Multi cursor editing, block editing online programming experience comparable to the sublime </p>
<p> Block folding, expand; wrap </p>
<p> Support for multiple tabs, drag the switching sequence; </p>
<p> Maintaining multiple documents, find and replace; History; </p>
<p> Auto-complete [], {}, (), &#39;&#39; &#39;&#39; </p>
<p> Online real-time preview that allows you to fall in love with online programming! </p>
<p> zendcodeing support, write code eighty </p>
<p> More features waiting for your discovery ...... </p>
</div>
<div class="tips orange">
<h1> <span>150 kinds of code highlighting</span> </h1>
<p> Tip: html, JavaScript, css, less, sass, scss </p>
<p> web development: php, perl, python, ruby, elang, go ... </p>
<p> Traditional languages: java, c, c ++, c #, actionScript, VBScript ... </p>
<p> Other: markdown, shell, sql, lua, xml, yaml ... </p>
</div>
</div>
<div class="intro-right">
<div class="tips green">
<h1> <span>Shortcut Action</span> </h1>
<pre> Commonly used shortcuts:
ctrl + s to save
ctrl + a select all ctrl + x Cut
ctrl + c ctrl + v paste copy
ctrl + z Undo Undo Anti ctrl + y
ctrl + f to find replacement ctrl + f + f
win + alt + 0 collapse all win + alt + shift + 0 Expand All
esc [Exit search canceled automatically prompts ...]
ctrl-shift-s Preview
ctrl-shift-e show &amp; Close function
</pre>
<pre> select:
Mouse marquee - drag
shift + home / end / up / left / down / right
shift + pageUp / PageDown flip up and down to select
ctrl + shift + home / end of the current cursor to the beginning and end
alt + mouse to drag the block selection
ctrl + alt + g batch select and enter the current multi-tab editor
</pre>
<pre> Cursor:
home / end / up / left / down / right
ctrl + home / end move the cursor to the document head / tail
ctrl + p Jump to matching tag
pageUp / PageDown cursor up and down
alt + left / right cursor to move to the top of the line
shift + left / right cursor to the end of the line &amp;
ctrl + l to jump to a specific row
ctrl + alt + the up / down (below) increase the cursor
</pre>
<pre> edit:
ctrl + / Comment &amp; uncomment ctrl + alt + a Justified
table tab alignment shift + table overall advancement table
delete delete delete the entire line ctrl + d
ctrl + delete to delete the row on the right word
ctrl / shift + backspace to delete the word on the left
alt + shift + up / down and added to the copy line (below) plane
alt + delete to delete the contents of the right of the cursor
alt + up / down on the current line and the line (next line exchange)
ctrl + shift + d rows copied and added to the following
ctrl + delete to delete the right of the word
ctrl + shift + u converted to lowercase
ctrl + u selected text to uppercase
</pre>
</div>
</div>
+36
View File
@@ -0,0 +1,36 @@
<div class="box">
<div class="title"> <span>File Management</span> </div>
<p><i class="icon-tags"></i> File Selection: radio, mouse marquee, shift-election, ctrl chosen at random, the keyboard up and down, home, end selection. </p>
<p><i class="icon-folder-open"></i> File operation: After selecting a file, you can copy, cut, delete, view the properties of compression, rename, open Preview and other operations ...... </p>
<p><i class="icon-cloud-upload"></i> File Upload: Upload multiple files batch; html5 drag upload (drag to seamlessly upload window, drag and drop support for folders) </p>
<p><i class="icon-cogs"></i> Right function: Right-file, folder, right, more right after the election operation, desktop, right, right directory tree, right-bound menu shortcuts <br/>
(Select All - Copy - Cut - Paste - Delete - Rename, set ......) </p>
<p><i class="icon-sitemap"></i> File Browser: List mode, icon mode; double-click into sub-folders; address bar operation; open a folder record contrarian record (forward and backward) </p>
<p><i class="icon-move"></i> Support drag and drop: Check drag, cut to achieve the specified folder function </p>
<p><i class="icon-reply"></i> Shortcut keys: delete delete, ctrl + A Select All, ctrl + C to copy, + X Cut, file search (search content) ctrl </p>
</div>
<div class="box">
<div class="title"> <span>File Preview</span> </div>
<p><i class="icon-edit"></i> File Preview: view the contents of a text file editing and saving; html, swf file preview, </p>
<p><i class="icon-picture"></i> Image Preview: automatic generation of thumbnails, image slide show; </p>
<p><i class="icon-music"></i> Audio playback: play online music and video files; support mp3, wma, mid, aac, wav; mp4, </p>
<p><i class="icon-play"></i> Video: online video playback, supported formats: flv, f4v, 3gp </p>
<p><i class="icon-play"></i> office: office Online Preview, supported formats: doc, docx, ppt, pptx, xls, xlsx </p>
</div>
<div class="box">
<div class="title"> <span>hot key</span> </div>
<p><i class="icon-tags"></i> enter Open </p>
<p><i class="icon-tags"></i> ctrl + a select all </p>
<p><i class="icon-tags"></i> ctrl + c to copy the selected </p>
<p><i class="icon-tags"></i> ctrl + v to paste </p>
<p><i class="icon-tags"></i> ctrl + x Cut </p>
<p><i class="icon-tags"></i> ctrl + f to search the current directory </p>
<p><i class="icon-tags"></i> alt + n New File </p>
<p><i class="icon-tags"></i> alt + m New Folder </p>
<p><i class="icon-tags"></i> delete Delete selected </p>
<p><i class="icon-tags"></i> backspace Back </p>
<p><i class="icon-tags"></i> ctrl + backspace forward </p>
<p><i class="icon-tags"></i> f2 Rename selected (folder) </p>
<p><i class="icon-tags"></i> home / end / up / down / left / right to select the file </p>
<p><i class="icon-tags"></i> anykey Check to press the first letter of the character files &amp; folders selected automatic cycle </p>
</div>
+804
View File
@@ -0,0 +1,804 @@
<?php
return array(
"path_api_select_file" => "Please select file ...",
"path_api_select_folder" => "Please select a folder ...",
"path_api_select_image" => "Please select an image ...",
"share_can_upload" => "Can Upload",
"move_error" => "Move Error",
"setting_basic" => "Basic Setting",
"setting_user_sound_open" => "Turn on the sound",
"setting_user_animate_open" => "Open the animation",
"recycle_open_if" => "Open The Recycle",
"recycle_open" => "Open",
"setting_user_recycle_desc" => "After the deletion will be deleted directly physical deletion",
"setting_user_animate_desc" => "Window open and other animation",
"setting_user_sound_desc" => "Operation sound",
"setting_user_imageThumb" => "Picture thumbnails",
"setting_user_imageThumb_desc" => "Better browsing experience after opening",
"setting_user_fileSelect" => "Open the file icon check",
"setting_user_fileSelect_desc" => "File icon left key check, right-click menu shortcut entry",
"qrcode" => "URL QR code",
"theme_mac" => "Mac white",
"theme_win7" => "Windows 7",
"theme_win10" => "Windows 10",
"theme_metro" => "Metro",
"theme_metro_green" => "Metro green",
"theme_metro_purple" => "Metro purple",
"theme_metro_pink" => "Metro pink",
"theme_metro_orange" => "Metro orange",
"theme_alpha_image" => "Colorful - flying",
"theme_alpha_image_sun" => "Colorful - sunset",
"theme_alpha_image_sky" => "Colorful - blue sky",
"theme_diy" => "<b>Customize </b>",
"theme_diy_title" => "Custom theme settings",
"theme_diy_background" => "Background",
"theme_diy_image" => "Image",
"theme_diy_color_blur" => "Gradient color",
"theme_diy_image_blur" => "Image blurring",
"theme_diy_image_url" => "Image Address",
"theme_diy_color_start" => "Start color",
"theme_diy_color_end" => "End color",
"theme_diy_color_radius" => "Gradient angle",
"system_role_admin_set" => "The system administrator has all permissions without setting!",
"login_error_user_not_use" => "User has been disabled! Please contact administrator",
"login_error_kod_version" => "Program version conflict",
"login_error_role" => "Your group does not exist,please contact administrator",
"no_permission_group" => "You are not in this group!",
"no_permission_write" => "Path can not write,check the permission",
"user" => "User",
"save_as" => "Save as",
"check_update" => "Update",
"keyboard_type" => "Keyboard",
"font_family" => "Font",
"code_mode" => "Syntax highlighter",
"path_can_not_share" => "Only support sharing your own documents!",
"path_can_not_action" => "This directory does not support this operation!",
"wap_page_pc" => "PC",
"wap_page_phone" => "Phone",
"image_size" => "Image size",
"no_permission_action" => "You do not have this permission, please contact the administrator!",
"path_is_root_tips" => "I have been the root of it!",
"kod_group" => "All Group",
"my_kod_group" => "I'm in the department",
"space_tips_default" => "(GB) 0 Unlimited",
"space_tips_full" => "No limit",
"space_size" => "Space Size",
"space_size_use" => "Space Use",
"space_is_full" => "There is not enough space left, please contact the administrator!",
"system_open_true_path" => "Successfully opened in the file manager!",
"group_role_error" => "Permission roles error (no permission settings)",
"group_role_error_admin" => "Insufficient permissions",
"markdown_content" => "Content",
"system_group" => "Users and departments",
"system_group_edit" => "Department management",
"system_group_role" => "Role",
"system_group_create" => "New department",
"system_group_name" => "Department name",
"system_group_father" => "Higher office",
"system_group_add" => "Add sub-department",
"system_group_remove" => "Remove the department",
"system_group_remove_tips" => "Are you sure to delete the department? <br/>After deleting the user belonging to the department will be removed, the sub-department moves to the root sector",
"system_group_select" => "Choose department",
"system_group_select_result" => "Members will belong to",
"system_role_admin_tips" => "Remarks: System administrators are not authorized to control",
"system_member_action" => "User",
"system_member_add" => "Add User",
"system_member_role" => "Roles",
"system_member_role_select" => "Select",
"system_member_password_tips" => "Empty is not modified",
"system_set_home_path" => "Customize the directory",
"system_set_home_path_tips" => "The empty directory then uses the default directory",
"system_member_group" => "Where the department",
"system_member_group_edit" => "Editorial department",
"system_member_remove" => "Remove User",
"system_member_remove_tips" => "Confirm deleting users? After <br/> deletion the users directory will be completely removed",
"system_member_set_role" => "Confirm the selected user group permissions?",
"system_member_remove_group" => "OK to remove the selected user from this group?",
"system_member_import" => "Batch add",
"system_member_import_desc" => "A user of each line,<br/>those were already existed will be automatically ignored",
"system_member_use" => "Enable",
"system_member_unuse" => "Disable",
"system_member_space" => "Set user space size ",
"system_member_space_tips" => " Set user space size ",
"system_member_space_number" => " Must be a number!",
"system_member_group_config" => "Batch setting department",
"system_member_group_remove" => "Removed from the department",
"system_member_group_insert" => "Add to department",
"system_member_group_reset" => "Reset the department",
"system_member_group_error" => "Department error",
"system_group_action" => "Department management",
"system_role_add" => "Add role identity",
"system_role_read" => "Only Read",
"system_role_write" => "Read Write",
"system_setting_root_path" => "Root directory access",
"system_setting_root_path_desc" => "Only the system administrator can access all directories, and other rights groups can only see their own user directories. <br/>If you want to enable or disable administrator access to other directories, you can modify the php open_basedir anti-cross-site parameters, <a href=\"https://www.google.com.hk/search?&q=php+open_basedir\" target=\"_blank\">how to set </a>",
"system_group_role_title" => "Departmental authority role management",
"system_group_role_remove" => "OK to delete department role",
"system_group_role_style" => "style",
"system_group_role_display" => "Displayed",
"system_group_role_display_desc" => "Set whether or not to display department user rights",
"role_type_name_read" => "Read",
"role_type_name_read:list" => "File List",
"role_type_name_read:info" => "File (folder) property view, folder search",
"role_type_name_read:copy" => "File copy",
"role_type_name_read:preview" => "File preview (picture, document, audio and video, etc.)",
"role_type_name_read:download" => "File (folder) download",
"role_type_name_write" => "Write",
"role_type_name_write:add" => "Create a file (folder), compress the extracted file",
"role_type_name_write:edit" => "Edit the save file",
"role_type_name_write:change" => "Rename, adjust the directory structure",
"role_type_name_write:upload" => "File (folder) upload, remote download",
"role_type_name_write:remove" => "File (folder) delete, cut",
"group_guest" => "Visitors",
"group_guest_desc" => "You are not a member of the department, <br/>can only access the contents of [departmental shared directory], read-only permissions.",
"group_role_lebel_desc" => "You are a member of the department, <br/>All documents within the department All rights reserved by the administrator",
"button_save_and_add" => "Save and continue",
"path_cannot_search" => "The directory does not support searching!",
"not_support" => "not supported!",
"group_not_exist" => "Group does not exist!",
"upload_clear_all" => "Clear all",
"upload_clear" => "Clear completed",
"upload_setting" => "Setting",
"upload_tips" => "Use piecewise upload, no longer limited to php.ini;",
"upload_exist" => "Duplicate files",
"upload_exist_rename" => "Rename",
"upload_exist_replace" => "Replace",
"upload_exist_skip" => "Skip",
"upload_add_more" => "Add more",
"more" => "More",
"system_setting" => "System",
"openProject" => "Open with Project",
"url_download" => "Download url",
"url_link" => "URL",
"app_type_link" => "Shortcut",
"createLink" => "Create Shortcut",
"createLinkHome" => "Send to desktop shortcuts",
"createProject" => "Add to project",
"only_read" => "Read Only",
"only_read_desc" => "No permission to write<br/>",
"not_read" => "Not Read",
"explorerNew" => "Kod link",
"zip_download_ready" => "Compression will automatically download, please wait...",
"set_background" => "As your desktop wallpaper",
"share" => "share it",
"my_share" => "My share",
"group_share" => "Group external sharing",
"share_edit" => "Edit share",
"share_remove" => "Cancel sharing",
"share_remove_tips" => "Are you sure you want to cancel sharing? The public connection will be invalidated.",
"share_path" => "Share the path",
"share_title" => "Information sharing",
"share_name" => "Share title",
"share_time" => "Expiration",
"share_time_desc" => "Empty is no expiration",
"share_password" => "Password",
"share_password_desc" => "Empty not password",
"share_cancle" => "Cancel share",
"share_create" => "Create Share",
"share_url" => "Share Link",
"share_not_download" => "Can't Download",
"share_not_download_tips" => "Prohibit the download share! ",
"share_code_read" => "Code",
"share_save" => "Save Configuration",
"share_error_param" => "Parameter error!",
"share_error_user" => "User information error!",
"share_error_sid" => "Share does not exist!",
"share_error_time" => "You come late, this share has expired!",
"share_error_path" => "The file does not exist, is deleted or moved away!",
"share_error_password" => "Password error!",
"share_error_show_tips" => "This file type does not support preview!",
"share_view_num" => "View:",
"share_download_num" => "Download:",
"share_open_page" => "Open sharing page",
"open_the_path" => "Goto the directory",
"recycle_clear" => "Clear trash",
"recycle_clear_success" => "Clear trash success.",
"recycle_clear_info" => "Are you sure clear recycle bin?",
"fav_remove" => "Cancel the collection",
"remove_item" => "Item",
"uploading" => "Uploading ",
"upload_tips_more" => "Too much files, it is recommended to upload compressed, and then extract the line!",
"uploading_move" => "In the merge transfer...",
"show_file" => "New page preview",
"unknow_file_title" => "File open tip!",
"unknow_file_tips" => "There is no application that supports this file, you can:",
"unknow_file_try" => "try",
"unknow_file_download" => "Download the file",
"unknow_plugin_search" => "Search for related application installation",
"config_save_error_auth" => "Error,no permission!",
"config_save_error_file" => "Error, the file does not write permission!",
"beautify_code" => "Code formatting",
"convert_case" => "Convert Case",
"convert_upper_case" => "Convert to uppercase",
"convert_lower_case" => "Convert to lowercase",
"editor_insert_time" => "current time ",
"editor_md5" => " Md5 encryption ",
"editor_qrcode" => " String two-dimensional code ",
"editor_regx" => " Regular expression testing ",
"editor_chinese" => " Simplified conversion ",
"editor_chinese_simple" => " Convert to Simplified Chinese ",
"editor_chinese_traditional" => " Convert to Traditional Chinese ",
"editor_base64" => "Base64 codec ",
"editor_base64_encode" => " Base64 encoding ",
"editor_base64_decode" => " Base64 decoding ",
"editor_url" => " URL codec ",
"editor_url_encode" => " URL encoding ",
"editor_url_decode" => " URL decoding ",
"editor_unicode" => " Unicode codec ",
"editor_unicode_encode" => " Unicode encoding ",
"editor_unicode_decode" => " Unicode decoding",
"editor_tools_select_tips" => " Please select the content you want to convert!",
"editor_calc" => "Free Calculator",
"shortcut" => "Shortcuts",
"use_free" => "Continue to use the free version",
"learn_more" => "Learn more",
"replace" => "Replace",
"selectAll" => "Select All",
"reload" => "Reload",
"about" => "About",
"complete_current" => "Autocompletion",
"view" => "View",
"tools" => "Tools",
"help" => "Help",
"not_exists" => "Not Exists",
"group_role_fileDownload" => "Download",
"group_role_share" => "Share",
"users_share" => "Sharing",
"system_setting_save" => "Security Settings",
"system_setting_menu" => "Menu management",
"system_name" => "Program name",
"system_name_desc" => "Logo program",
"system_desc" => "Program description",
"path_hidden" => "Directory exclusions",
"version_not_support" => "Your version does not support this operation, please go to the official website to buy advanced version!",
"version_not_support_number" => "As the number of restrictions do not support this operation, please go to the official website to buy advanced version!",
"path_hidden_desc" => "Exclude directories,split with ",
"new_user_folder" => "Default directory",
"new_user_folder_desc" => "Split with ",
"new_user_app" => "Default app",
"new_user_app_desc" => "Add user;default app",
"auto_login" => "Guest auto login",
"auto_login_desc" => "The default login user is <code>guest/guest</code>; after opening, ensure that the user exists",
"first_in" => "Login goto action",
"version_price_free" => "FREE",
"version_name_1" => "VIP 1",
"version_name_2" => "VIP 2",
"version_name_3" => "VIP 3",
"version_name_4" => "VIP 4",
"version_name_5" => "VIP 5",
"version_name_6" => "VIP 6",
"version_vip_free" => "Free",
"version_vip_1" => "VIP 1",
"version_vip_2" => "VIP 2",
"version_vip_3" => "VIP 3",
"version_vip_4" => "VIP 4",
"version_vip_5" => "VIP 5",
"version_vip_6" => "VIP 6",
"path_can_not_write_data" => "Directory is not writable, please set the directory and all subdirectories to read and write and try again!",
"menu_name" => "Menu name",
"menu_hidden" => "Hide",
"menu_show" => "Show",
"menu_move_down" => "Down",
"menu_move_up" => "Up",
"menu_move_del" => "Remove",
"menu_open_window" => "New window",
"menu_sub_menu" => "Submenu",
"url_path" => "Url link",
"url_path_desc" => "Url or javascript",
"no_permission_read" => "Does not have read permissions",
"no_permission_download" => "Does not have download permissions",
"php_env_check" => "Environment check:",
"php_env_error" => "Php library missing",
"php_env_error_ignore" => "Ignore and enter",
"php_env_error_version" => "PHP version must be greater than 5.0",
"php_env_error_path" => "Can not write",
"php_env_error_list_dir" => "Your web server has a directory directory feature turned on, please disable this feature for security reasons! <a href=\"https://www.google.com.hk/#newwindow=1&safe=strict&q=web+server+turn+off+directory+listing\" target=\"blank\">how? </a>",
"php_env_error_gd" => "php GD is not enabled",
"install_login" => "Use the following account to log in",
"install_enter" => "Enter",
"install_user_default" => "Administrator: {0} / (below set a password) <br/> Average user: {1} <br/> Guest users: {2}",
"login_root_password" => "Set the administrator password",
"login_root_password_repeat" => "Confirm the password again",
"login_root_password_equal" => "Two passwords are inconsistent!",
"login_root_password_tips" => "Please set admin's password!",
"forget_password" => "Forget Password",
"forget_password_tips" => "Forgot Administrator Password: <br/> Please log into the server and delete <b>./data/system/install.lock</b> reset; <br/><br/> Non-administrator Forgot Password: <br/> Please contact the administrator to reset!",
"copyright_desc" => "Kodexplorer is a highly acclaimed web document management system that you can use for internal document management or sharing. It can also be used to manage web sites on the server, replace Ftp, and even be developed directly as web IDE. At the same time you can also secondary development of this program integrated into your existing system.",
"copyright_contact" => "Contact us:kodcloud@qq.com <a>.</a> <a href=\"javascript:core.openWindow('http://bbs.kodcloud.com/');\">Feedback</a>",
"copyright_info" => "Copyright © <a href=\"https://kodcloud.com/?kodref=%s\" target=\"_blank\">kodcloud.com</a>.",
"copyright_pre" => "Powered by KodExplorer",
"kod_name" => "KodExplorer",
"kod_name_desc" => "Kod online explorer",
"kod_power_by" => " - Powered by KodExplorer",
"kod_name_copyright" => "Kod online explorer",
"kod_meta_name" => "KodExplorer",
"kod_meta_keywords" => "Kodlplorer, kod, kodCloud, webos, web etc, php filemanage, filemanage, can cloud, mango cloud, document management system, enterprise cloud disk, resource manager, online document, online office, online office, online CAD preview, online editing , Online editor",
"kod_meta_description" => "KodExplorer is the industry's leading government / enterprise private cloud and online document management system for the personal website, corporate private cloud deployment, network storage, online document management, online office, etc. to provide safe and easy, easy Use, can be highly customized private cloud products. Using windows-style interface, operating habits, no need to adapt to quickly get started to support hundreds of commonly used file format online preview, playback and editing, environment-friendly, powerful, is a trial, no longer can not be separated from the private Cloud products.",
"kod_meta_copyright" => "kodcloud.com",
"login" => "Login",
"guest_login" => "Guest",
"username" => "Login account",
"userNickName" => "User's Nickname",
"password" => "Password",
"login_code" => "Verification",
"need_check_code" => "Need Verification",
"need_check_code_desc" => "After logging on, you must enter the verification code.",
"setting_csrf_protect" => "Open csrf protection",
"setting_csrf_protect_desc" => "Open after the effective protection csrf class attack",
"login_rember_password" => "Remember me",
"setting_show_root_group" => "List all departments",
"setting_show_root_group_desc" => "Tree directory root department whether to list all departments",
"setting_show_share_user" => "List all users",
"setting_show_share_user_desc" => "Tree directory root department is listed for all user sharing",
"setting_clear_user_recycle" => "Clear all user recycle",
"setting_clear_cache" => "Clear cache",
"setting_icp" => "Copyright or record number",
"setting_global_css" => "Customize global css",
"setting_global_css_desc" => "All pages will be inserted in custom css",
"setting_global_html" => "Statistical code",
"setting_global_html_desc" => "All pages will be inserted into this html code, you can place third-party statistics",
"us" => "kodcloud.com",
"login_not_null" => "User name and password cannot be empty!",
"code_error" => "Verification code error",
"password_error" => "Username or password error!",
"password_not_null" => "Password cannot be empty!",
"old_password_error" => "Old password error!",
"permission" => "Permission",
"permission_edit" => "Permission Edit",
"file_info_owner" => "Owner",
"file_info_group" => "Group",
"no_permission" => "User without permission!",
"no_permission_ext" => "This type of file without permission",
"dialog_max" => "Maximize",
"dialog_min" => "Minimize",
"dialog_min_all" => "Hide all",
"dialog_display_all" => "Display all",
"dialog_close_all" => "Close all",
"open" => "Open",
"others" => "Others",
"open_with" => "Open with ...",
"close" => "Close",
"close_all" => "Close all",
"close_left" => "Close the label on the left",
"close_right" => "Close the label on the right",
"close_others" => "Close others",
"loading" => "Loading...",
"warning" => "Warning",
"getting" => "Retrieving data...",
"sending" => "Sending...",
"data_error" => "Data error! ",
"get_success" => "Success!",
"save_success" => "Saved successfully!",
"success" => "Successful operation",
"error" => "Operation failed",
"error_repeat" => "Operation failed, the name already exists!",
"word_error" => "failure ",
"word_success" => " success",
"system_error" => "System error",
"name" => "Name",
"type" => "Type",
"contain" => "Contains",
"address" => "Position",
"size" => "Size",
"byte" => "Byte",
"path" => "Path",
"action" => "Operation",
"create_time" => "Create time",
"modify_time" => "Modified",
"last_time" => "Last visited",
"sort_type" => "Sort of way",
"time_type" => "Y/m/d H:i:s",
"time_type_info" => "Y/m/d H:i:s",
"public_path" => "Public path",
"system_path_not_change" => "System path,Can't edit",
"file" => "File",
"folder" => "Folder",
"copy" => "Copy",
"past" => "Paste",
"clone" => "Duplicate",
"cute" => "Cut",
"cute_to" => "move to...",
"copy_to" => "copy to...",
"remove" => "Delete",
"remove_force" => "Remove completely",
"info" => "Get info",
"list_type" => "View",
"list_icon" => "Icons",
"list_list" => "List",
"list_list_split" => "Columns",
"sort_up" => "Asc",
"sort_down" => "Desc",
"order_type" => "Sort by",
"order_desc" => "Desc",
"order_asc" => "Asc",
"rename" => "Rename",
"add_to_fav" => "Add to Favorites",
"search_in_path" => "Folder search",
"add_to_play" => "Add to playlist",
"manage_fav" => "Manage Favorites",
"refresh_tree" => "Reload tree",
"manage_folder" => "Show in Finder",
"close_menu" => "Close menu",
"zip" => "Create archive",
"unzip" => "Extract to ...",
"unzip_folder" => "Folder",
"unzip_this" => "Extract to here",
"unzip_to" => "Extract to ...",
"zipview_file_big" => "The file is too large, please extract and then preview!",
"clipboard" => "View clipboard",
"clipboard_clear" => "Clear the clipboard",
"full_screen" => "Full screen",
"folder_info_item" => " items",
"folder_info_item_select" => " selected",
"file_load_all" => "[Double click and load all ...]",
"tips" => "Tips",
"ziping" => "Archive loading...",
"unziping" => "Unzip loading...",
"moving" => "Move file",
"remove_title" => "Delete confirmation",
"remove_info" => "Confirmation remove the selected?",
"remove_title_force" => "delete permanently",
"remove_info_force" => "Are you sure you want to permanently delete this document?",
"name_isexists" => "Error,the name already exists! ",
"install" => "Install",
"width" => "Width",
"height" => "Height",
"app" => "Light App",
"app_store" => "Light App",
"app_create" => "Create app",
"app_edit" => "Edit app",
"app_group_all" => "All",
"app_group_game" => "Game",
"app_group_tools" => "Tools",
"app_group_reader" => "Read",
"app_group_movie" => "Movie",
"app_group_music" => "Music",
"app_group_life" => "Life",
"app_group_others" => "Others",
"app_desc" => "Description",
"app_icon" => "Logo",
"app_icon_show" => "Image url or such:",
"app_group" => "Group",
"app_type" => "Type",
"app_type_url" => "Link frame",
"app_type_code" => "Widget",
"app_display" => "Display",
"app_display_border" => "No border(if selected)",
"app_display_size" => "Can resize(if selected)",
"app_size" => "Size",
"app_url" => "Url address",
"app_code" => "Js code",
"edit" => "Edit",
"edit_can_not" => "Is not a text file",
"edit_too_big" => "Cannot be greater than 40M",
"open_default" => "Default mode",
"open_ie" => "Open in browser",
"refresh" => "Reload",
"refresh_all" => "Reload forced",
"newfile" => "New file",
"newfile_save_as" => "Save as ...",
"newfolder" => "New folder",
"newothers" => "New other",
"path_loading" => "Loading...",
"go" => "Go!",
"go_up" => "Go to parent directory",
"history_next" => "Forward",
"history_back" => "Back",
"address_in_edit" => "Click to enter the edit",
"double_click_rename" => "Double click the title rename",
"double_click_open" => "Double click to open",
"path_null" => "Folder is empty!",
"file_size_title" => "File icon size",
"file_size_small_super" => "Super small",
"file_size_small" => "Small",
"file_size_default" => "Default",
"file_size_big" => "Big",
"file_size_big_super" => "Super Big",
"upload" => "Upload",
"upload_ready" => "Loading ",
"upload_success" => "Uploaded successfully",
"upload_path_current" => "Current",
"upload_select" => "Select",
"upload_max_size" => "Upload max size",
"upload_size_info" => "Please amend the maximum value allowed upload in php.ini. Greater than the configuration will be automatically filtered.",
"upload_error" => "Upload failed",
"upload_error_http" => "Network or firewall error",
"upload_muti" => "Multiple file upload",
"upload_drag" => "Drag and drop upload",
"upload_drag_tips" => "Release can be uploaded!",
"path_not_allow" => "File name not allowed",
"download" => "Download",
"downloading" => "downloading...",
"download_address" => "download link",
"download_ready" => "Download start",
"download_success" => "Download success! ",
"download_error" => "Download_error.",
"download_error_create" => "Create file error.",
"download_error_exists" => "Link to file failed!",
"upload_error_null" => "No files!",
"upload_error_big" => "File size too big",
"upload_error_move" => "Move file failed! ",
"upload_error_exists" => "File already exists",
"upload_local" => "Local upload",
"download_from_server" => "Remote download",
"save_path" => "Save path",
"upload_select_muti" => "Select multiple files upload",
"search" => "Search",
"searching" => "Searching...",
"search_result" => "Search Results",
"seach_result_too_more" => "Search results are too many, it is recommended to change a directory or word",
"search_null" => "No search results!",
"search_uplow" => "Ignore case",
"search_content" => "File contents ",
"search_info" => "Please enter a search term and path search! ",
"search_ext_tips" => "Separated by |;such as php|js|css<br/>if null search in default text file",
"file_type" => "File type",
"goto" => "Jump to",
"server_dwonload_desc" => "Task is added to the download list",
"parent_permission" => "Parent permission",
"root_path" => "Home",
"lib" => "Library",
"fav" => "Bookmarks",
"desktop" => "Desktop",
"browser" => "Browser",
"my_computer" => "My computer",
"recycle" => "Recycle",
"my_document" => "My documents",
"my_picture" => "My photos",
"my_music" => "My music",
"my_movie" => "My video",
"my_download" => "My download",
"ui_desktop" => "Desktop",
"ui_explorer" => "Explorer",
"ui_editor" => "Editor",
"adminer" => "Adminer",
"ui_project_home" => "Project home",
"ui_login" => "Login",
"ui_logout" => "Logout",
"setting" => "Setting",
"setting_title" => "Option",
"setting_user" => "Basic",
"setting_password" => "Change password",
"setting_password_old" => "Old password",
"setting_password_new" => "New password",
"setting_language" => "Language",
"setting_member" => "Member",
"setting_group" => "Group",
"setting_group_add" => "Add user group",
"setting_group_edit" => "Edit user group",
"setting_theme" => "Theme",
"setting_wall" => "Wallpaper settings",
"setting_wall_desktop" => "Desktop Wallpapers",
"setting_wall_desktop_list" => "Desktop Wallpaper Management",
"setting_wall_login_list" => "Login Wallpaper Management",
"setting_wall_login_tips" => "Tip : When there is more than one piece, the login interface background will rotate randomly",
"setting_wall_diy" => "Custom wallpaper:",
"setting_wall_info" => "Url address,the local images can right picture browser open to get",
"setting_fav" => "Bookmark management",
"setting_help" => "Help",
"setting_about" => "About",
"setting_success" => "Setting successfully.",
"can_not_repeat" => "Name already exists!",
"absolute_path" => "Absolute path",
"group" => "User group",
"data_not_full" => "Data submission incomplete! ",
"default_user_can_not_do" => "Default user cannot operate",
"default_group_can_not_do" => "Default user groups cannot operate",
"username_can_not_null" => "User name cannot be empty! ",
"groupname_can_not_null" => "Group name cannot be empty! ",
"groupdesc_can_not_null" => "User group description cannot be empty! ",
"group_move_user_error" => "Belong to groups of users move failed",
"group_already_remove" => "The user group is deleted",
"group_not_exists" => "The user group does not exist",
"member_add" => "Add user",
"password_null_not_update" => "Empty representative not to modify the password",
"if_save_file_tips" => "Some files are not saved. Are you sure to close the window?",
"if_save_file" => "File has not been saved",
"if_remove" => "To confirm the deletion",
"member_remove_tips" => "Delete the user directory will be empty",
"group_remove_tips" => "Delete the user group<br/> (need to set user group)",
"group_name" => "Group name",
"group_name_tips" => "Not allowed to repeat",
"group_desc" => "Group desc",
"group_desc_tips" => "Group display",
"group_role_ext" => "Extension permission",
"group_role_ext_tips" => "Separated by |;such as php|js|css",
"group_role_file" => "File explorer",
"group_role_upload" => "Upload",
"group_role_user" => "User data",
"group_role_group" => "Group",
"group_role_member" => "Member",
"group_role_mkfile" => "Make file",
"group_role_mkdir" => "Make dir",
"group_role_pathrname" => "Path rename",
"group_role_pathdelete" => "File deletion",
"group_role_pathinfo" => "File properties",
"group_role_pathmove" => "Move(copy/cute/past/drag to)",
"group_role_zip" => "compression",
"group_role_unzip" => "Decompression",
"group_role_search" => "Search",
"group_role_filesave" => "Edit and save",
"group_role_can_upload" => "Upload",
"group_role_download" => "Server download",
"group_role_passowrd" => "Change password",
"group_role_config" => "User data",
"group_role_fav" => "Bookmark operation (add / edit / delete)",
"action_list" => "List",
"action_add" => "Add",
"action_edit" => "Edit",
"action_del" => "Remove",
"group_role_ext_warning" => "Not allowed to specify the type of file upload,<br/> rename (renamed the specified extension), <br/>edit,save, remote download,unzip",
"group_tips" => "<li> 1. The user group name cannot be duplicated. After the group name is modified, it belongs to the reorganized user and is automatically associated. </li><li> 2. Extensions limit the relationship between system security, please be cautious <i>(if you create a new php in the web directory; it means that changing the program&#39;s permissions to this user is virtually impossible)</i> </li><li> 3. Household management, rights group management; viewing rights and adding, deleting, and modifying rights are bound; programs are automatically associated </li><li> 4. After the permission group is set to add the permission group, the subsequent permission is not inherited <i>(this permission is equivalent to the highest permission).</i> </li>",
"not_null" => "Required cannot be empty!",
"picture_can_not_null" => "Picture address can not be empty!",
"rname_success" => "Rename success! ",
"please_inpute_search_words" => "Keypress 'Enter' to search",
"remove_success" => "Deleted successfully! ",
"remove_fali" => "Delete failed!",
"clipboard_null" => "Clipboard is empty! ",
"create_success" => "Create successful! ",
"create_error" => "Create failed,please check the directory permissions! ",
"copy_success" => "[copy]covering the clipboard copy success!",
"cute_success" => "[cut]covering the clipboard success!",
"clipboard_state" => "Clipboard state:",
"no_permission_write_all" => "Can not write,check the permission",
"no_permission_write_file" => "File can not write,check the permission",
"no_permission_read_all" => "File can not read,check the permission",
"copy_not_exists" => "Source does not exist",
"current_has_parent" => "The destination folder is a subfolder of the source folder!",
"past_success" => "<b>Paste operation completed </b>",
"cute_past_success" => "<b>Cut operation completed </b>(The source file is deleted and the clipboard is empty)",
"zip_success" => "Compressed",
"not_zip" => "Not compressed file",
"zip_null" => "Did not choose the file or directory",
"unzip_success" => "Unzip Success!",
"gotoline" => "Jump to line",
"path_is_current" => "Open path and the path!",
"path_exists" => "Name already exists! ",
"undo" => "Undo",
"redo" => "Redo",
"preview" => "Preview",
"wordwrap" => "Wrapping",
"show_gutter" => "Show Gutter",
"char_all_display" => "Show Invisibles",
"auto_complete" => "Auto complete",
"auto_save" => "Automatically save",
"function_list" => "Function List",
"code_theme" => "Code Theme",
"font_size" => "Font Size",
"confirm" => "Are you sure you want to do this?",
"button_ok" => "Ok",
"button_submit" => "Submit",
"button_set" => "Set",
"button_cancel" => "Cancel",
"button_edit" => "Edit",
"button_save" => "Save",
"button_apply" => "Apply",
"button_save_all" => "Save all",
"button_not_save" => "Dont save",
"button_add" => "Add",
"button_back_add" => "Add and back",
"button_del" => "Delete",
"button_save_edit" => "Save",
"button_save_submit" => "Save and send",
"button_more" => "More",
"button_select_all" => "Select / unselect all",
"charset_AUTO" => "Automatic Identification",
"charset_UTF_8" => "Unicode",
"charset_UTF_16" => "Unicode",
"charset_CP1256" => "Arabic",
"charset_ISO_8859_6" => "Arabic",
"charset_ISO_8859_10" => "Nordic language",
"charset_CP1257" => "The surrounding language of the Baltic Sea",
"charset_ISO_8859_13" => "The surrounding language of the Baltic Sea",
"charset_ISO_8859_4" => "The surrounding language of the Baltic Sea",
"charset_BIG5_HKSCS" => "繁体-香港",
"charset_BIG5" => "繁体-台湾",
"charset_Georgian_Academy" => "Georgian",
"charset_PT154" => "Kazakhstan",
"charset_CP949" => "Korean",
"charset_EUC_KR" => "Korean",
"charset_GB18030" => "Simplified Chinese",
"charset_GBK" => "Simplified Chinese",
"charset_ISO_8859_14" => "Celtic",
"charset_CP1133" => "Lao text",
"charset_ISO_8859_16" => "Romanian",
"charset_ISO_8859_3" => "Southern European languages",
"charset_EUC_JP" => "Japanese",
"charset_ISO_2022_JP" => "Japanese",
"charset_SHIFT_JIS" => "Japanese",
"charset_KOI8_T" => "Tajik",
"charset_ISO_8859_11" => "Thai",
"charset_TIS_620" => "Thai",
"charset_CP1254" => "Turkish",
"charset_CP1251" => "Cyril",
"charset_ISO_8859_5" => "Cyril",
"charset_KOI8_R" => "Cyril",
"charset_KOI8_U" => "Cyril",
"charset_CP1252" => "Western European languages",
"charset_ISO_8859_1" => "Western European languages",
"charset_ISO_8859_15" => "Western European languages",
"charset_Macintosh" => "Western European languages",
"charset_CP1255" => "Hebrew",
"charset_ISO_8859_8" => "Hebrew",
"charset_CP1253" => "Greek",
"charset_ISO_8859_7" => "Greek",
"charset_ARMSCII_8" => "Armenian",
"charset_CP1258" => "Vietnamese",
"charset_VISCII" => "Vietnamese",
"charset_CP1250" => "Central European language",
"charset_ISO_8859_2" => "Central European language",
"charset_default_set" => "File encoding",
"charset_convert_save" => "Save the file encoding as",
"PluginCenter" => "Plugin center",
"PluginBuy" => "Purchase authorization",
"PluginInstalled" => "Installed",
"PluginUpdate" => "Update",
"PluginListNull" => "No content!",
"PluginType" => "classification",
"PluginTypeAll" => "All",
"PluginTypeFile" => "File enhancement",
"PluginTypeSafe" => "Safety tools",
"PluginTypeTools" => "Utilities",
"PluginTypeMedia" => "Media",
"PluginTypeOthers" => "Other",
"PluginInstall" => "Install",
"PluginEnable" => "Enable",
"PluginDisable" => "Disabled",
"PluginRemove" => "Uninstall",
"PluginConfig" => "Configure",
"PluginStatus" => "Status",
"PluginStatusEnabled" => "Activated",
"PluginStatusDisabled" => "Not Enabled",
"PluginStatusNotInstall" => "Not Installed",
"PluginInstalling" => "Installing...",
"PluginHasUpdate" => "There is an update",
"PluginUpdateStart" => "Update the plugin",
"PluginNeedConfig" => "Need to initialize the configuration to enable",
"PluginConfigNotNull" => "Required fields can not be empty!",
"PluginOpen" => "Turn on",
"PluginAuther" => "The author",
"PluginVersion" => "Version",
"PluginDownloadNumber" => "Number of installs",
"PluginBack" => "Back",
"PluginReadme" => "Description",
"PluginResetConfig" => "Restore the default settings",
"PluginInstallSelf" => "Manual installation",
"Plugin.config.auth" => "Use permission",
"Plugin.config.authDesc" => "Set the owner to use, or specify the user, user group, permission group can be used",
"Plugin.config.authOpen" => "Open access",
"Plugin.config.authOpenDesc" => "No need to visit can be accessed, can be used for external interface call",
"Plugin.config.authAll" => "Everyone",
"Plugin.config.authUser" => "User",
"Plugin.config.authGroup" => "Department",
"Plugin.config.authRole" => "Rights Groups",
"Plugin.Config.openWith" => "Open style",
"Plugin.Config.openWithDilog" => "Internal dialog box",
"Plugin.Config.openWithWindow" => "The new page opens",
"Plugin.Config.fileSort" => "Extension associated priority",
"Plugin.Config.fileSortDesc" => "The higher the extension, the higher the priority",
"Plugin.Config.fileExt" => "Supported file formats",
"Plugin.Config.fileExtDesc" => "Associate the extension to the plugin",
"Plugin.tab.basic" => "Basic Settings",
"Plugin.tab.auth" => "Permission settings",
"Plugin.tab.others" => "Other settings",
"Plugin.default.aceEditor" => "Ace Editor",
"Plugin.default.htmlView" => "Web preview",
"Plugin.default.picasa" => "Picasa image",
"Plugin.default.zipView" => "Archive Preview",
"Plugin.default.jPlayer" => "JPlayer player",
"Plugin.auth.viewList" => "Plugin list",
"Plugin.auth.setting" => "Plugin settings",
"Plugin.auth.status" => "on off",
"Plugin.auth.install" => "Install/uninstall",
"Explorer.UI.openWith" => "Choose the way to open",
"Explorer.UI.openWithText" => "Notepad open",
"Explorer.UI.appSetDefault" => "Set the default to open",
"Explorer.UI.appAwaysOpen" => "Always use the selected program to open this file",
"Explorer.UI.selectAppDesc" => "Select the program you want to use to open this file",
"Explorer.UI.selectAppWarning" => "Please choose to apply!",
"Explorer.UI.appTypeSupport" => "Supported",
"Explorer.UI.appTypeAll" => "All applications",
"kodApp.oexe.edit" => "Edit light application",
"kodApp.oexe.open" => "Open the light application"
);