Changeset 284 for trunk/client/modules/Elezioni/grafici/lang/en.inc.php
- Timestamp:
- Apr 21, 2019, 11:49:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici/lang/en.inc.php
r267 r284 1 1 <?php 2 2 /*======================================================================= 3 // File: 3 // File: EN.INC.PHP 4 4 // Description: English language file for error messages 5 // Created: 6 // Ver: $Id: en.inc.php 1017 2008-07-08 06:09:28Z ljp $5 // Created: 2006-01-25 6 // Ver: $Id: en.inc.php 1886 2009-10-01 23:30:16Z ljp $ 7 7 // 8 // Copyright (c) A ditus Consulting. All rights reserved.8 // Copyright (c) Asial Corporation. All rights reserved. 9 9 //======================================================================== 10 10 */ … … 16 16 ** Headers already sent error. This is formatted as HTML different since this will be sent back directly as text 17 17 */ 18 10 => array('<table border="1"><tr><td style="color:darkred; font-size:1.2em;"><b>JpGraph Error:</b> 18 10 => array('<table border="1"><tr><td style="color:darkred; font-size:1.2em;"><b>JpGraph Error:</b> 19 19 HTTP headers have already been sent.<br>Caused by output from file <b>%s</b> at line <b>%d</b>.</td></tr><tr><td><b>Explanation:</b><br>HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it\'s image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text).<p>Most likely you have some text in your script before the call to <i>Graph::Stroke()</i>. If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. <p>For example it is a common mistake to leave a blank line before the opening "<b><?php</b>".</td></tr></table>',2), 20 20 … … 76 76 6001 => array('Internal error. Height for ActivityTitles is < 0',0), 77 77 6002 => array('You can\'t specify negative sizes for Gantt graph dimensions. Use 0 to indicate that you want the library to automatically determine a dimension.',0), 78 6003 => array('Invalid format for Constrain parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)',1), 79 6004 => array('Invalid format for Progress parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)',1), 78 6003 => array('Invalid format for Constrain parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)',1), 79 6004 => array('Invalid format for Progress parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)',1), 80 80 6005 => array('SetScale() is not meaningful with Gantt charts.',0), 81 81 6006 => array('Cannot autoscale Gantt chart. No dated activities exist. [GetBarMinMax() start >= n]',0), … … 103 103 6031 => array('Unknown arrow type for link.',0), 104 104 6032 => array('Internal error: Unknown path type (=%d) specified for link.',1), 105 6033 => array('Array of fonts must contain arrays with 3 elements, i.e. (Family, Style, Size)',0), 105 106 106 107 /* … … 187 188 15010 => array('Sum of all data is 0 for Pie.',0), 188 189 15011 => array('In order to use image transformation you must include the file jpgraph_imgtrans.php in your script.',0), 190 15012 => array('PiePlot::SetTheme() is no longer supported. Use PieGraph::SetTheme()',0), 189 191 190 192 /* … … 257 259 24002 => array('FuncGenerator : Syntax error in function specification ',0), 258 260 24003 => array('DateScaleUtils: Unknown tick type specified in call to GetTicks()',0), 261 24004 => array('ReadCSV2: Column count mismatch in %s line %d',2), 259 262 /* 260 263 ** jpgraph … … 272 275 273 276 25010 => array('Graph::Add() You tried to add a null plot to the graph.',0), 274 25011 => array('Graph::AddY2() You tried to add a null plot to the graph.',0), 275 25012 => array('Graph::AddYN() You tried to add a null plot to the graph.',0), 277 25011 => array('Graph::AddY2() You tried to add a null plot to the graph.',0), 278 25012 => array('Graph::AddYN() You tried to add a null plot to the graph.',0), 276 279 25013 => array('You can only add standard plots to multiple Y-axis',0), 277 25014 => array('Graph::AddText() You tried to add a null text to the graph.',0), 278 25015 => array('Graph::AddLine() You tried to add a null line to the graph.',0), 280 25014 => array('Graph::AddText() You tried to add a null text to the graph.',0), 281 25015 => array('Graph::AddLine() You tried to add a null line to the graph.',0), 279 282 25016 => array('Graph::AddBand() You tried to add a null band to the graph.',0), 280 283 25017 => array('You are using GD 2.x and are trying to use a background images on a non truecolor image. To use background images with GD 2.x it is necessary to enable truecolor by setting the USE_TRUECOLOR constant to TRUE. Due to a bug in GD 2.0.1 using any truetype fonts with truecolor images will result in very poor quality fonts.',0), … … 302 305 25037 => array('The image format of your background image (%s) is not supported in your system configuration. ',1), 303 306 25038 => array('Background image seems to be of different type (has different file extension) than specified imagetype. Specified: %s File: %s',2), 304 25039 => array('Can\'t read background image: "%s"',1), 307 25039 => array('Can\'t read background image: "%s"',1), 305 308 306 309 25040 => array('It is not possible to specify both a background image and a background country flag.',0), … … 322 325 25055 => array('Axis::SetTickDirection() is deprecated. Use Axis::SetTickSide() instead',0), 323 326 25056 => array('SetTickLabelMargin() is deprecated. Use Axis::SetLabelMargin() instead.',0), 324 25057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0), 327 25057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0), 325 328 25058 => array('Text label interval must be specified >= 1.',0), 326 329 25059 => array('SetLabelPos() is deprecated. Use Axis::SetLabelSide() instead.',0), … … 366 369 25097 => array('Color specified as empty string in PushColor().',0), 367 370 25098 => array('Negative Color stack index. Unmatched call to PopColor()',0), 368 25099 => array('Parameters for brightness and Contrast out of range [-1,1]',0), 371 25099 => array('Parameters for brightness and Contrast out of range [-1,1]',0), 369 372 370 373 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), … … 385 388 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), 386 389 25115 => array('Can\'t set permission for cached image "%s". Permission problem?',1), 387 25116 => array('Cant open file from cache "%s"',1), 390 25116 => array('Cant open file from cache "%s"',1), 388 391 25117 => array('Can\'t open cached image "%s" for reading.',1), 389 392 25118 => array('Can\'t create directory "%s". Make sure PHP has write permission to this directory.',1), … … 400 403 25128 => array('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.',0), 401 404 25129 => array('Anti-alias can not be used with dashed lines. Please disable anti-alias or use solid lines.',0), 402 405 25130 => array('Too small plot area. (%d x %d). With the given image size and margins there is to little space left for the plot. Increase the plot size or reduce the margins.',2), 406 407 25131 => array('StrokeBoxedText2() only supports TTF fonts and not built-in bitmap fonts.',0), 408 25132 => array('Undefined property %s.',1), 409 25133 => array('Use Graph::SetTheme() after Graph::SetScale().',0), 410 411 /* 412 ** jpgraph_led 413 */ 414 415 25500 => array('Multibyte strings must be enabled in the PHP installation in order to run the LED module so that the function mb_strlen() is available. See PHP documentation for more information.',0), 403 416 404 417 /* … … 409 422 410 423 /* 411 ** jpgraph_table 424 ** jpgraph_table 412 425 */ 413 426 … … 478 491 ** PDF417 479 492 */ 480 493 26000 => array('PDF417: The PDF417 module requires that the PHP installation must support the function bcmod(). This is normally enabled at compile time. See documentation for more information.',0), 481 494 26001 => array('PDF417: Number of Columns must be >= 1 and <= 30',0), 482 495 26002 => array('PDF417: Error level must be between 0 and 8',0), … … 496 509 26016 => array('PDF417: Internal error: Unrecognized state transition mode in decode.',0), 497 510 511 /* 512 ** jpgraph_contour 513 */ 514 515 28001 => array('Third argument to Contour must be an array of colors.',0), 516 28002 => array('Number of colors must equal the number of isobar lines specified',0), 517 28003 => array('ContourPlot Internal Error: isobarHCrossing: Coloumn index too large (%d)',1), 518 28004 => array('ContourPlot Internal Error: isobarHCrossing: Row index too large (%d)',1), 519 28005 => array('ContourPlot Internal Error: isobarVCrossing: Row index too large (%d)',1), 520 28006 => array('ContourPlot Internal Error: isobarVCrossing: Col index too large (%d)',1), 521 28007 => array('ContourPlot interpolation factor is too large (>5)',0), 522 523 /* 524 * jpgraph_matrix and colormap 525 */ 526 29201 => array('Min range value must be less or equal to max range value for colormaps',0), 527 29202 => array('The distance between min and max value is too small for numerical precision',0), 528 29203 => array('Number of color quantification level must be at least %d',1), 529 29204 => array('Number of colors (%d) is invalid for this colormap. It must be a number that can be written as: %d + k*%d',3), 530 29205 => array('Colormap specification out of range. Must be an integer in range [0,%d]',1), 531 29206 => array('Invalid object added to MatrixGraph',0), 532 29207 => array('Empty input data specified for MatrixPlot',0), 533 29208 => array('Unknown side specifiction for matrix labels "%s"',1), 534 29209 => array('CSIM Target matrix must be the same size as the data matrix (csim=%d x %d, data=%d x %d)',4), 535 29210 => array('CSIM Target for matrix labels does not match the number of labels (csim=%d, labels=%d)',2), 536 537 538 /* 539 * jpgraph_theme 540 */ 541 30001 => array("Theme::%s() is not defined. \nPlease make %s(\$graph) function in your theme classs.",2), 498 542 499 543 );
Note:
See TracChangeset
for help on using the changeset viewer.