file_manager.php
来自「this the oscommerce 3.0 aplha 4」· PHP 代码 · 共 55 行
PHP
55 行
# $Id: file_manager.php 1498 2007-03-29 14:04:50Z hpdl $## osCommerce, Open Source E-Commerce Solutions# http://www.oscommerce.com## Copyright (c) 2007 osCommerce## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License v2 (1991)# as published by the Free Software Foundation.heading_title = File Manageraction_heading_upload_file = Upload Fileaction_heading_new_file = New Fileaction_heading_edit_file = Edit Fileaction_heading_new_directory = New Directoryaction_heading_delete_entry = Delete Entryoperation_heading_directory = Directory:table_heading_files = Filestable_heading_size = Sizetable_heading_permissions = Permissionstable_heading_user = Usertable_heading_group = Grouptable_heading_writable = Writabletable_heading_date_last_modified = Last Modifiedtable_heading_action = Actionfield_file = File:field_file_name = File Name:field_file_contents = File Contents:field_directory_name = Directory Name:top_level = -- Top --parent_level = -- Parent --introduction_upload_file = Please select the files to upload to this directory.upload_error_directory_not_writable = Error: Files cannot be uploaded as this directory is not writable: %sintroduction_new_file = Please fill in the following information for the new file.introduction_edit_file = Please make the necessary changes for this file.introduction_new_directory = Please fill in the following information for the new directory.new_directory_error_not_writable = Error: This directory is not writable: %sintroduction_delete_entry = Please verify the removal of this entry.delete_error_not_writable = Error: This entry is not writable and cannot be removed: %sms_error_directory_not_writable = Error: This directory is not writable: %sms_error_file_not_writable = Error: This file is not writable: %sms_error_download_link_invalid = Error: This file cannot be downloaded.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?