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

📄 lang_sys.php

📁 灵活强大的会员系统轻松构建互动应用
💻 PHP
字号:
<?php

$_LANG_SYS = array(
	'func_getimagesize_does_not_exists'=>'Function GetImageSize() does not exists, please install GD Library.',
	'func_imagecreatefromgif_does_not_exists'=>'Function ImageCreateFromGIF() does not exists, please install Gif Creation module for your GD Library.',
	'func_imagecreatefromjpeg_does_not_exists'=>'Function imagecreatefromjpeg() does not exits, please install JPEG Creation module for your GD Library.',
	'func_imagecreatefrompng_does_not_exists'=>'Function ImageCreateFromPNG() does not exits, please install PNG Creation module for your GD Library.',
	'func_imagecreatetruecolor_does_not_exists'=>'Function imagecreatetruecolor() does not exits, please install GD Library and the PHP version must >= 4.0.6.',
	'imagejpeg_failure'=>'Failure: ImageJPEG({$ni},{$distFile}).',
);
?>

⌨️ 快捷键说明

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