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

📄 message_myfiles.inc.php

📁 一款文件上传程序
💻 PHP
字号:
<?php
$lang_myfiles = array
(
	'folder_no_exists'	=> 'Unable to access user folder for {username}. This could be due to the userfiles folder not being CHMODed correctly.',
	'folder_invalid'	=> 'The folder {folder} does not exist.',
	'no_gd'				=> 'This feature is disabled because the server does not have the required tools. Need <a href="http://www.boutell.com/gd/">GD 2.0</a>',
	'file_not_supported'	=> 'File not found or not specified.',
	'type_not_supported'	=> 'File is not an image or image type is not supported.',
	'zero_dimension'	=> 'The image dimension cannot be zero.',
	'smaller_only'		=> 'The resized image dimensions cannot be greater than or equal the original image dimensions. You can only shrink the image, not enlarge it.',
	'invalid_char_filename'	=> 'The new filename contains one or more invalid characters.',
	'invalid_char2'		=> 'The new filename contains one or more invalid characters. Use letters and numbers only.',
	'new_name_conflict'	=> 'The new image name conflicts with a folder name. Please enter a different name.',
	'resize_success'	=> 'A new image has been created. You will be taken to the image.',
	'no_resize_perm'	=> 'You do not have the permission to resize files.',
	'no_rename_perm'	=> 'You do not have the permission to rename files.',
	'blank_filename'	=> 'The new filename cannot be blank',
	'alpha_prefix'		=> 'The new filename must begin with a letter or a number.',
	'long_name'			=> 'The new filename cannot be greater than {length} characters in length.',
	'short_name'		=> 'File name is too short.',
	'file_exists'		=> 'There is already a file or directory with that same name. Please enter a different name.',
	'filename_only'		=> 'You cannot change the file extension. You are allowed to change only the filename.',
	'bad_extension'		=> 'You cannot rename the file to that extension.',
	'move_non_image'	=> '{filename}, this file is not a recognizable image. You can only move and upload images into a photo folder.',
	'move_exists'		=> '{filename}, this file already exists in the destination folder.',
	'files_not_moved'	=> 'Some files were not moved due the following reasons:',
);
?>

⌨️ 快捷键说明

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