Ignore:
Timestamp:
Apr 13, 2019, 8:05:15 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici/lang/en.inc.php

    r2 r265  
    11<?php
    22/*=======================================================================
    3 // File:        EN.INC.PHP
     3// File:     EN.INC.PHP
    44// Description: English language file for error messages
    5 // Created:     2006-01-25
    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 $
    77//
    8 // Copyright (c) Aditus Consulting. All rights reserved.
     8// Copyright (c) Asial Corporation. All rights reserved.
    99//========================================================================
    1010*/
     
    1616** Headers already sent error. This is formatted as HTML different since this will be sent back directly as text
    1717*/
    18 10  => array('<table border="1"><tr><td style="color:darkred; font-size:1.2em;"><b>JpGraph Error:</b> 
     1810  => array('<table border="1"><tr><td style="color:darkred; font-size:1.2em;"><b>JpGraph Error:</b>
    1919HTTP 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>&lt;?php</b>".</td></tr></table>',2),
    2020
     
    76766001 => array('Internal error. Height for ActivityTitles is < 0',0),
    77776002 => 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), 
     786003 => 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),
     796004 => array('Invalid format for Progress parameter at index=%d in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)',1),
    80806005 => array('SetScale() is not meaningful with Gantt charts.',0),
    81816006 => array('Cannot autoscale Gantt chart. No dated activities exist. [GetBarMinMax() start >= n]',0),
     
    1031036031 => array('Unknown arrow type for link.',0),
    1041046032 => array('Internal error: Unknown path type (=%d) specified for link.',1),
     1056033 => array('Array of fonts must contain arrays with 3 elements, i.e. (Family, Style, Size)',0),
    105106
    106107/*
     
    18718815010 => array('Sum of all data is 0 for Pie.',0),
    18818915011 => array('In order to use image transformation you must include the file jpgraph_imgtrans.php in your script.',0),
     19015012 => array('PiePlot::SetTheme() is no longer supported. Use PieGraph::SetTheme()',0),
    189191
    190192/*
     
    25725924002 => array('FuncGenerator : Syntax error in function specification ',0),
    25826024003 => array('DateScaleUtils: Unknown tick type specified in call to GetTicks()',0),
     26124004 => array('ReadCSV2: Column count mismatch in %s line %d',2),
    259262/*
    260263**  jpgraph
     
    272275
    27327625010 => 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), 
     27725011 => array('Graph::AddY2() You tried to add a null plot to the graph.',0),
     27825012 => array('Graph::AddYN() You tried to add a null plot to the graph.',0),
    27627925013 => 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), 
     28025014 => array('Graph::AddText() You tried to add a null text to the graph.',0),
     28125015 => array('Graph::AddLine() You tried to add a null line to the graph.',0),
    27928225016 => array('Graph::AddBand() You tried to add a null band to the graph.',0),
    28028325017 => 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),
     
    30230525037 => array('The image format of your background image (%s) is not supported in your system configuration. ',1),
    30330625038 => 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), 
     30725039 => array('Can\'t read background image: "%s"',1),
    305308
    30630925040 => array('It is not possible to specify both a background image and a background country flag.',0),
     
    32232525055 => array('Axis::SetTickDirection() is deprecated. Use Axis::SetTickSide() instead',0),
    32332625056 => array('SetTickLabelMargin() is deprecated. Use Axis::SetLabelMargin() instead.',0),
    324 25057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0), 
     32725057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0),
    32532825058 => array('Text label interval must be specified >= 1.',0),
    32632925059 => array('SetLabelPos() is deprecated. Use Axis::SetLabelSide() instead.',0),
     
    36636925097 => array('Color specified as empty string in PushColor().',0),
    36737025098 => array('Negative Color stack index. Unmatched call to PopColor()',0),
    368 25099 => array('Parameters for brightness and Contrast out of range [-1,1]',0), 
     37125099 => array('Parameters for brightness and Contrast out of range [-1,1]',0),
    369372
    37037325100 => 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),
     
    38538825114 => 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),
    38638925115 => array('Can\'t set permission for cached image "%s". Permission problem?',1),
    387 25116 => array('Cant open file from cache "%s"',1), 
     39025116 => array('Cant open file from cache "%s"',1),
    38839125117 => array('Can\'t open cached image "%s" for reading.',1),
    38939225118 => array('Can\'t create directory "%s". Make sure PHP has write permission to this directory.',1),
     
    40040325128 => 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),
    40140425129 => array('Anti-alias can not be used with dashed lines. Please disable anti-alias or use solid lines.',0),
    402 
     40525130 => 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
     40725131 => array('StrokeBoxedText2() only supports TTF fonts and not built-in bitmap fonts.',0),
     40825132 => array('Undefined property %s.',1),
     40925133 => array('Use Graph::SetTheme() after Graph::SetScale().',0),
     410
     411/*
     412**  jpgraph_led
     413*/
     414
     41525500 => 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),
    403416
    404417/*
     
    409422
    410423/*
    411 **  jpgraph_table 
     424**  jpgraph_table
    412425*/
    413426
     
    478491** PDF417
    479492*/
    480 
     49326000 => 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),
    48149426001 => array('PDF417: Number of Columns must be >= 1 and <= 30',0),
    48249526002 => array('PDF417: Error level must be between 0 and 8',0),
     
    49650926016 => array('PDF417: Internal error: Unrecognized state transition mode in decode.',0),
    497510
     511/*
     512** jpgraph_contour
     513*/
     514
     51528001 => array('Third argument to Contour must be an array of colors.',0),
     51628002 => array('Number of colors must equal the number of isobar lines specified',0),
     51728003 => array('ContourPlot Internal Error: isobarHCrossing: Coloumn index too large (%d)',1),
     51828004 => array('ContourPlot Internal Error: isobarHCrossing: Row index too large (%d)',1),
     51928005 => array('ContourPlot Internal Error: isobarVCrossing: Row index too large (%d)',1),
     52028006 => array('ContourPlot Internal Error: isobarVCrossing: Col index too large (%d)',1),
     52128007 => array('ContourPlot interpolation factor is too large (>5)',0),
     522
     523/*
     524 * jpgraph_matrix and colormap
     525*/
     52629201 => array('Min range value must be less or equal to max range value for colormaps',0),
     52729202 => array('The distance between min and max value is too small for numerical precision',0),
     52829203 => array('Number of color quantification level must be at least %d',1),
     52929204 => array('Number of colors (%d) is invalid for this colormap. It must be a number that can be written as: %d + k*%d',3),
     53029205 => array('Colormap specification out of range. Must be an integer in range [0,%d]',1),
     53129206 => array('Invalid object added to MatrixGraph',0),
     53229207 => array('Empty input data specified for MatrixPlot',0),
     53329208 => array('Unknown side specifiction for matrix labels "%s"',1),
     53429209 => array('CSIM Target matrix must be the same size as the data matrix (csim=%d x %d, data=%d x %d)',4),
     53529210 => 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*/
     54130001 => array("Theme::%s() is not defined. \nPlease make %s(\$graph) function in your theme classs.",2),
    498542
    499543);
Note: See TracChangeset for help on using the changeset viewer.