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

📄 en.inc.php

📁 极限网络智能办公系统 - Office Automation 2008 官方100% 源码
💻 PHP
📖 第 1 页 / 共 3 页
字号:
	25088 => array( "You have a misconfigured GD font support. The call to imagefontwidth() fails.", 0 ),
	25089 => array( "You have a misconfigured GD font support. The call to imagefontheight() fails.", 0 ),
	25090 => array( "Unknown direction specified in call to StrokeBoxedText() [%s]", 1 ),
	25091 => array( "Internal font does not support drawing text at arbitrary angle. Use TTF fonts instead.", 0 ),
	25092 => array( "There is either a configuration problem with TrueType or a problem reading font file \"%s\" Make sure file exists and is in a readable place for the HTTP process. (If 'basedir' restriction is enabled in PHP then the font file must be located in the document root.). It might also be a wrongly installed FreeType library. Try upgrading to at least FreeType 2.1.13 and recompile GD with the correct setup so it can find the new FT library.", 1 ),
	25093 => array( "Can not read font file \"%s\" in call to Image::GetBBoxTTF. Please make sure that you have set a font before calling this method and that the font is installed in the TTF directory.", 1 ),
	25094 => array( "Direction for text most be given as an angle between 0 and 90.", 0 ),
	25095 => array( "Unknown font font family specification. ", 0 ),
	25096 => array( "Can't allocate any more colors in palette image. Image has already allocated maximum of %d colors and the palette  is now full. Change to a truecolor image instead", 0 ),
	25097 => array( "Color specified as empty string in PushColor().", 0 ),
	25098 => array( "Negative Color stack index. Unmatched call to PopColor()", 0 ),
	25099 => array( "Parameters for brightness and Contrast out of range [-1,1]", 0 ),
	25100 => array( "Problem with color palette and your GD setup. Please disable anti-aliasing or use GD2 with true-color. If you have GD2 library installed please make sure that you have set the USE_GD2 constant to true and truecolor is enabled.", 0 ),
	25101 => array( "Illegal numeric argument to SetLineStyle(): (%d)", 1 ),
	25102 => array( "Illegal string argument to SetLineStyle(): %s", 1 ),
	25103 => array( "Illegal argument to SetLineStyle %s", 1 ),
	25104 => array( "Unknown line style: %s", 1 ),
	25105 => array( "NULL data specified for a filled polygon. Check that your data is not NULL.", 0 ),
	25106 => array( "Image::FillToBorder : Can not allocate more colors", 0 ),
	25107 => array( "Can't write to file \"%s\". Check that the process running PHP has enough permission.", 1 ),
	25108 => array( "Can't stream image. This is most likely due to a faulty PHP/GD setup. Try to recompile PHP and use the built-in GD library that comes with PHP.", 0 ),
	25109 => array( "Your PHP (and GD-lib) installation does not appear to support any known graphic formats. You need to first make sure GD is compiled as a module to PHP. If you also want to use JPEG images you must get the JPEG library. Please see the PHP docs for details.", 0 ),
	25110 => array( "Your PHP installation does not support the chosen graphic format: %s", 1 ),
	25111 => array( "Can't delete cached image %s. Permission problem?", 1 ),
	25112 => array( "Cached imagefile (%s) has file date in the future.", 1 ),
	25113 => array( "Can't delete cached image \"%s\". Permission problem?", 1 ),
	25114 => array( "PHP has not enough permissions to write to the cache file \"%s\". Please make sure that the user running PHP has write permission for this file if you wan to use the cache system with JpGraph.", 1 ),
	25115 => array( "Can't set permission for cached image \"%s\". Permission problem?", 1 ),
	25116 => array( "Cant open file from cache \"%s\"", 1 ),
	25117 => array( "Can't open cached image \"%s\" for reading.", 1 ),
	25118 => array( "Can't create directory \"%s\". Make sure PHP has write permission to this directory.", 1 ),
	25119 => array( "Can't set permissions for \"%s\". Permission problems?", 1 ),
	25120 => array( "Position for legend must be given as percentage in range 0-1", 0 ),
	25121 => array( "Empty input data array specified for plot. Must have at least one data point.", 0 ),
	25122 => array( "Stroke() must be implemented by concrete subclass to class Plot", 0 ),
	25123 => array( "You can't use a text X-scale with specified X-coords. Use a \"int\" or \"lin\" scale instead.", 0 ),
	25124 => array( "The input data array must have consecutive values from position 0 and forward. The given y-array starts with empty values (NULL)", 0 ),
	25125 => array( "Illegal direction for static line", 0 ),
	25126 => array( "Can't create truecolor image. Check that the GD2 library is properly setup with PHP.", 0 ),
	25127 => array( "The library has been configured for automatic encoding conversion of Japanese fonts. This requires that PHP has the mb_convert_encoding() function. Your PHP installation lacks this function (PHP needs the \"--enable-mbstring\" when compiled).", 0 ),
	27001 => array( "GTextTable: Invalid argument to Set(). Array argument must be 2 dimensional", 0 ),
	27002 => array( "GTextTable: Invalid argument to Set()", 0 ),
	27003 => array( "GTextTable: Wrong number of arguments to GTextTable::SetColor()", 0 ),
	27004 => array( "GTextTable: Specified cell range to be merged is not valid.", 0 ),
	27005 => array( "GTextTable: Cannot merge already merged cells in the range: (%d,%d) to (%d,%d)", 4 ),
	27006 => array( "GTextTable: Column argument = %d is outside specified table size.", 1 ),
	27007 => array( "GTextTable: Row argument = %d is outside specified table size.", 1 ),
	27008 => array( "GTextTable: Column and row size arrays must match the dimensions of the table", 0 ),
	27009 => array( "GTextTable: Number of table columns or rows are 0. Make sure Init() or Set() is called.", 0 ),
	27010 => array( "GTextTable: No alignment specified in call to SetAlign()", 0 ),
	27011 => array( "GTextTable: Unknown alignment specified in SetAlign(). Horizontal=%s, Vertical=%s", 2 ),
	27012 => array( "GTextTable: Internal error. Invalid alignment specified =%s", 1 ),
	27013 => array( "GTextTable: Argument to FormatNumber() must be a string.", 0 ),
	27014 => array( "GTextTable: Table is not initilaized with either a call to Set() or Init()", 0 ),
	27015 => array( "GTextTable: Cell image constrain type must be TIMG_WIDTH or TIMG_HEIGHT", 0 ),
	22001 => array( "Total percentage for all windrose legs in a windrose plot can not exceed 100% !\\n(Current max is: %d)", 1 ),
	22002 => array( "Graph is too small to have a scale. Please make the graph larger.", 0 ),
	22004 => array( "Label specification for windrose directions must have 16 values (one for each compass direction).", 0 ),
	22005 => array( "Line style for radial lines must be on of (\"solid\",\"dotted\",\"dashed\",\"longdashed\") ", 0 ),
	22006 => array( "Illegal windrose type specified.", 0 ),
	22007 => array( "To few values for the range legend.", 0 ),
	22008 => array( "Internal error: Trying to plot free Windrose even though type is not a free windrose", 0 ),
	22009 => array( "You have specified the same direction twice, once with an angle and once with a compass direction (%f degrees)", 0 ),
	22010 => array( "Direction must either be a numeric value or one of the 16 compass directions", 0 ),
	22011 => array( "Windrose index must be numeric or direction label. You have specified index=%d", 1 ),
	22012 => array( "Windrose radial axis specification contains a direction which is not enabled.", 0 ),
	22013 => array( "You have specified the look&feel for the same compass direction twice, once with text and once with index (Index=%d)", 1 ),
	22014 => array( "Index for compass direction must be between 0 and 15.", 0 ),
	22015 => array( "You have specified an undefined Windrose plot type.", 0 ),
	22016 => array( "Windrose leg index must be numeric or direction label.", 0 ),
	22017 => array( "Windrose data contains a direction which is not enabled. Please adjust what labels are displayed.", 0 ),
	22018 => array( "You have specified data for the same compass direction twice, once with text and once with index (Index=%d)", 1 ),
	22019 => array( "Index for direction must be between 0 and 15. You can't specify angles for a Regular Windplot, only index and compass directions.", 0 ),
	22020 => array( "Windrose plot is too large to fit the specified Graph size. Please use WindrosePlot::SetSize() to make the plot smaller or increase the size of the Graph in the initial WindroseGraph() call.", 0 ),
	13001 => array( "Unknown needle style (%d).", 1 ),
	13002 => array( "Value for odometer (%f) is outside specified scale [%f,%f]", 3 ),
	1001 => array( "Unknown encoder specification: %s", 1 ),
	1002 => array( "Data validation failed. Can't encode [%s] using encoding \"%s\"", 2 ),
	1003 => array( "Internal encoding error. Trying to encode %s is not possible in Code 128", 1 ),
	1004 => array( "Internal barcode error. Unknown UPC-E encoding type: %s", 1 ),
	1005 => array( "Internal error. Can't encode character tuple (%s, %s) in Code-128 charset C", 2 ),
	1006 => array( "Internal encoding error for CODE 128. Trying to encode control character in CHARSET != A", 0 ),
	1007 => array( "Internal encoding error for CODE 128. Trying to encode DEL in CHARSET != B", 0 ),
	1008 => array( "Internal encoding error for CODE 128. Trying to encode small letters in CHARSET != B", 0 ),
	1009 => array( "Encoding using CODE 93 is not yet supported.", 0 ),
	1010 => array( "Encoding using POSTNET is not yet supported.", 0 ),
	1011 => array( "Non supported barcode backend for type %s", 1 ),
	26001 => array( "PDF417: Number of Columns must be >= 1 and <= 30", 0 ),
	26002 => array( "PDF417: Error level must be between 0 and 8", 0 ),
	26003 => array( "PDF417: Invalid format for input data to encode with PDF417", 0 ),
	26004 => array( "PDF417: Can't encode given data with error level %d and %d columns since it results in too many symbols or more than 90 rows.", 2 ),
	26005 => array( "PDF417: Can't open file \"%s\" for writing", 1 ),
	26006 => array( "PDF417: Internal error. Data files for PDF417 cluster %d is corrupted.", 1 ),
	26007 => array( "PDF417: Internal error. GetPattern: Illegal Code Value = %d (row=%d)", 2 ),
	26008 => array( "PDF417: Internal error. Mode not found in mode list!! mode=%d", 1 ),
	26009 => array( "PDF417: Encode error: Illegal character. Can't encode character with ASCII code=%d", 1 ),
	26010 => array( "PDF417: Internal error: No input data in decode.", 0 ),
	26011 => array( "PDF417: Encoding error. Can't use numeric encoding on non-numeric data.", 0 ),
	26012 => array( "PDF417: Internal error. No input data to decode for Binary compressor.", 0 ),
	26013 => array( "PDF417: Internal error. Checksum error. Coefficient tables corrupted.", 0 ),
	26014 => array( "PDF417: Internal error. No data to calculate codewords on.", 0 ),
	26015 => array( "PDF417: Internal error. State transition table entry 0 is NULL. Entry 1 = (%s)", 1 ),
	26016 => array( "PDF417: Internal error: Unrecognized state transition mode in decode.", 0 )
);
?>

⌨️ 快捷键说明

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