Ignore:
Timestamp:
Apr 14, 2019, 2:31:40 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r265 r267  
    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 1886 2009-10-01 23:30:16Z ljp $
     5// Created:     2006-01-25
     6// Ver:         $Id: en.inc.php 1017 2008-07-08 06:09:28Z ljp $
    77//
    8 // Copyright (c) Asial Corporation. All rights reserved.
     8// Copyright (c) Aditus Consulting. 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),
    105 6033 => array('Array of fonts must contain arrays with 3 elements, i.e. (Family, Style, Size)',0),
    106105
    107106/*
     
    18818715010 => array('Sum of all data is 0 for Pie.',0),
    18918815011 => 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),
    191189
    192190/*
     
    25925724002 => array('FuncGenerator : Syntax error in function specification ',0),
    26025824003 => array('DateScaleUtils: Unknown tick type specified in call to GetTicks()',0),
    261 24004 => array('ReadCSV2: Column count mismatch in %s line %d',2),
    262259/*
    263260**  jpgraph
     
    275272
    27627325010 => array('Graph::Add() 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),
     27425011 => array('Graph::AddY2() You tried to add a null plot to the graph.',0), 
     27525012 => array('Graph::AddYN() You tried to add a null plot to the graph.',0), 
    27927625013 => array('You can only add standard plots to multiple Y-axis',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),
     27725014 => array('Graph::AddText() You tried to add a null text to the graph.',0), 
     27825015 => array('Graph::AddLine() You tried to add a null line to the graph.',0), 
    28227925016 => array('Graph::AddBand() You tried to add a null band to the graph.',0),
    28328025017 => 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),
     
    30530225037 => array('The image format of your background image (%s) is not supported in your system configuration. ',1),
    30630325038 => array('Background image seems to be of different type (has different file extension) than specified imagetype. Specified: %s File: %s',2),
    307 25039 => array('Can\'t read background image: "%s"',1),
     30425039 => array('Can\'t read background image: "%s"',1), 
    308305
    30930625040 => array('It is not possible to specify both a background image and a background country flag.',0),
     
    32532225055 => array('Axis::SetTickDirection() is deprecated. Use Axis::SetTickSide() instead',0),
    32632325056 => array('SetTickLabelMargin() is deprecated. Use Axis::SetLabelMargin() instead.',0),
    327 25057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0),
     32425057 => array('SetTextTicks() is deprecated. Use SetTextTickInterval() instead.',0), 
    32832525058 => array('Text label interval must be specified >= 1.',0),
    32932625059 => array('SetLabelPos() is deprecated. Use Axis::SetLabelSide() instead.',0),
     
    36936625097 => array('Color specified as empty string in PushColor().',0),
    37036725098 => array('Negative Color stack index. Unmatched call to PopColor()',0),
    371 25099 => array('Parameters for brightness and Contrast out of range [-1,1]',0),
     36825099 => array('Parameters for brightness and Contrast out of range [-1,1]',0), 
    372369
    37337025100 => 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),
     
    38838525114 => 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),
    38938625115 => array('Can\'t set permission for cached image "%s". Permission problem?',1),
    390 25116 => array('Cant open file from cache "%s"',1),
     38725116 => array('Cant open file from cache "%s"',1), 
    39138825117 => array('Can\'t open cached image "%s" for reading.',1),
    39238925118 => array('Can\'t create directory "%s". Make sure PHP has write permission to this directory.',1),
     
    40340025128 => 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),
    40440125129 => array('Anti-alias can not be used with dashed lines. Please disable anti-alias or use solid lines.',0),
    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),
     402
    416403
    417404/*
     
    422409
    423410/*
    424 **  jpgraph_table
     411**  jpgraph_table 
    425412*/
    426413
     
    491478** PDF417
    492479*/
    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),
     480
    49448126001 => array('PDF417: Number of Columns must be >= 1 and <= 30',0),
    49548226002 => array('PDF417: Error level must be between 0 and 8',0),
     
    50949626016 => array('PDF417: Internal error: Unrecognized state transition mode in decode.',0),
    510497
    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),
    542498
    543499);
Note: See TracChangeset for help on using the changeset viewer.