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

📄 messages_upload.inc.php

📁 一款文件上传程序
💻 PHP
字号:
<?php
$lang_upload = array
(
	'upl_folder_no_exists'	=> 'Unable to access user folder for {username}. This could be due to the userfiles folder not being CHMODed correctly.',
	'upl_storage_limit'	=> 'You have reached the storage limit on your account. Delete old files to make room.',
	'upl_partial_upload'	=> '{filename} was partially uploaded and discarded.',
	'upl_empty_file'	=> '{filename} is empty or invalid.',
	'upl_php_exceed'	=> '{filename} exceeds PHP\'s max_file_size limit of {max_file_size} and was not uploaded.',
	'upl_storage_full'	=> '{filename} was not uploaded because you have reached the storage limit on your account.',
	'upl_bad_extension'	=> '{filename}, this file extension is not allowed.',
	'upl_ext_not_alllowed'	=> '{filename}, you are not allowed to upload this file type.',
	'upl_bad_chars'		=> '{filename}, file name contains invalid character(s).',
	'upl_bad_name_start'	=> '{filename}, file name must start with a letter or a number.',
	'upl_max_size'		=> '{filename}, file size exceeds your limit of {max_file_size}.',
	'upl_not_image'		=> '{filename} does not appear to be a valid image file (JPEG, PNG, BMP, and GIF). You can only upload images.',
	'upl_file_exists_warn'	=> '<strong>Warning</strong>: The file <span style="color:#444444;">{file}</span> already exists in <span style="color:#444444;">{folder}</span>.<br />',
	'upl_cant_move'		=> 'Unable to move {file} to user folder.',
	'upl_skipped'		=> 'The file "{filename}" exists and was skipped.',
	'upl_photo_folder'  => 'The folder "{folder}" is a photo folder. You can only upload images into this folder. The file "{filename}" does not appear to be a valid image and was discarded.',
	'upl_files_not_uploaded'	=> 'Some files were not uploaded due to the following reasons:',

	// public uploader
	'ptitle1'			=> 'Public file upload',
);
?>

⌨️ 快捷键说明

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