TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file English.php

Documentation is available at English.php

  1. <?php
  2.  
  3. /**
  4.  *
  5.  * Title: English class
  6.  *
  7.  * <p>Description: English Constants.</p>
  8.  *
  9.  * <p>Copyright © 2005-2006 by Steema Software SL. All Rights
  10.  * Reserved.</p>
  11.  *
  12.  * <p>Company: Steema Software SL</p>
  13.  *
  14.  * @author db
  15.  * @version 1.0
  16.  */
  17.  
  18. class English extends Texts {
  19.     static public $textsOk = false;
  20.  
  21.     public function English({
  22.     }
  23.  
  24.     static public function activate({
  25.       //  $this->translator = null;
  26.       //  $this->setTexts();
  27.     }
  28.  
  29.  
  30.     public static function setTexts({
  31.         Texts::$languageCode=0;
  32.         Texts::$LegendFirstValue "First Legend Value must be > 0";
  33.         Texts::$LegendColorWidth "Legend Color Width must be > 0%";
  34.         Texts::$SeriesSetDataSource "No ParentChart to validate DataSource";
  35.         Texts::$SeriesInvDataSource "No valid DataSource: {0}";
  36.         Texts::$FillSample "FillSampleValues NumValues must be > 0";
  37.         Texts::$AxisLogDateTime "DateTime Axis cannot be Logarithmic";
  38.         Texts::$AxisLogNotPositive =
  39.                 "Logarithmic Axis Min and Max values should be >= 0";
  40.         Texts::$AxisLabelSep "Labels Separation % must be greater than 0";
  41.         Texts::$AxisIncrementNeg "Axis increment must be >= 0";
  42.         Texts::$AxisMinMax "Axis Minimum Value must be <= Maximum";
  43.         Texts::$AxisMaxMin "Axis Maximum Value must be >= Minimum";
  44.         Texts::$AxisLogBase "Axis Logarithmic Base should be >= 2";
  45.         Texts::$MaxPointsPerPage "MaxPointsPerPage must be >= 0";
  46.         Texts::$Percent3D "3D effect percent must be between {0} and {1}";
  47.         Texts::$CircularSeries "Circular Series dependences are not allowed";
  48.         Texts::$WarningHIColor "16k Color or greater required to get better look";
  49.         Texts::$DefaultPercentOf "{0} of {1}";
  50.         Texts::$DefaultPercentOf2 "{0} \r of {1}";
  51.         Texts::$AxisTitle "Axis Title";
  52.         Texts::$AxisLabels "Axis Labels";
  53.         Texts::$RefreshInterval "Refresh Interval must be between 0 and 60";
  54.         Texts::$SeriesParentNoSelf "Series.ParentChart is not myself!";
  55.         Texts::$GalleryLine "Line";
  56.         Texts::$GalleryPoint "Point";
  57.         Texts::$GalleryArea "Area";
  58.         Texts::$GalleryBar "Bar";
  59.         Texts::$GalleryBar3D "Bar 3D";
  60.         Texts::$GalleryHorizBar "Horiz. Bar";
  61.         Texts::$Stack "Stack";
  62.         Texts::$GalleryPie "Pie";
  63.         Texts::$GalleryCandle "Candle";
  64.         Texts::$GalleryCircled "Circled";
  65.         Texts::$GalleryFastLine "Fast Line";
  66.         Texts::$GalleryHorizLine "Horiz Line";
  67.  
  68.         Texts::$PieSample1 "Cars";
  69.         Texts::$PieSample2 "Phones";
  70.         Texts::$PieSample3 "Tables";
  71.         Texts::$PieSample4 "Monitors";
  72.         Texts::$PieSample5 "Lamps";
  73.         Texts::$PieSample6 "Keyboards";
  74.         Texts::$PieSample7 "Bikes";
  75.         Texts::$PieSample8 "Chairs";
  76.  
  77.         Texts::$GalleryLogoFont "Courier New";
  78.         Texts::$Editing "Editing {0}";
  79.  
  80.         Texts::$GalleryStandard "Standard";
  81.         Texts::$GalleryExtended "Extended";
  82.         Texts::$GalleryFunctions "Functions";
  83.  
  84.         Texts::$EditChart "E&dit Chart...";
  85.         Texts::$Options "&Options...";
  86.         Texts::$OnlineSupport "Online &Support...";
  87.         Texts::$PrintPreview "&Print Preview...";
  88.         Texts::$ExportChart "E&xport Chart...";
  89.         Texts::$ImportChart "&Import Chart...";
  90.         Texts::$CustomAxes "Custom Axes...";
  91.  
  92.         Texts::$InvalidEditorClass "{0}: Invalid Editor Class: {1}";
  93.         Texts::$MissingEditorClass "{0}: has no Editor Dialog";
  94.  
  95.         Texts::$GalleryArrow "Arrow";
  96.  
  97.         Texts::$ExpFinish "&Finish";
  98.         Texts::$ExpNext "&Next >";
  99.  
  100.         Texts::$GalleryGantt "Gantt";
  101.  
  102.         Texts::$GanttSample1 "Design";
  103.         Texts::$GanttSample2 "Prototyping";
  104.         Texts::$GanttSample3 "Development";
  105.         Texts::$GanttSample4 "Sales";
  106.         Texts::$GanttSample5 "Marketing";
  107.         Texts::$GanttSample6 "Testing";
  108.         Texts::$GanttSample7 "Manufac.";
  109.         Texts::$GanttSample8 "Debugging";
  110.         Texts::$GanttSample9 "New Version";
  111.         Texts::$GanttSample10 "Banking";
  112.  
  113.         Texts::$ChangeSeriesTitle "Change Series Title";
  114.         Texts::$NewSeriesTitle "New Series Title:";
  115.         Texts::$DateTime "DateTime";
  116.         Texts::$TopAxis "Top Axis";
  117.         Texts::$BottomAxis "Bottom Axis";
  118.         Texts::$LeftAxis "Left Axis";
  119.         Texts::$RightAxis "Right Axis";
  120.  
  121.         Texts::$SureToDelete "Delete {0} ?";
  122.         Texts::$DateTimeFormat "DateTime For&mat:";
  123.         Texts::$Default "Default: ";
  124.         Texts::$ValuesFormat "Values For&mat:";
  125.         Texts::$Maximum "Maximum";
  126.         Texts::$Minimum "Minimum";
  127.         Texts::$DesiredIncrement "Desired {0} Increment";
  128.  
  129.         Texts::$IncorrectMaxMinValue "Incorrect value. Reason: {0}";
  130.         Texts::$EnterDateTime "Enter [Number of Days] [hh:mm:ss]";
  131.  
  132.         Texts::$SureToApply "Apply Changes ?";
  133.         Texts::$SelectedSeries "(Selected Series)";
  134.         Texts::$RefreshData "&Refresh Data";
  135.  
  136.         Texts::$DefaultFontSize "8";
  137.         Texts::$DefaultEditorSize "414";
  138.         Texts::$DefaultEditorHeight "347";
  139.         Texts::$TabDelimiter "\t";
  140.  
  141.         Texts::$FunctionAdd "Add";
  142.         Texts::$FunctionSubtract "Subtract";
  143.         Texts::$FunctionMultiply "Multiply";
  144.         Texts::$FunctionDivide "Divide";
  145.         Texts::$FunctionHigh "High";
  146.         Texts::$FunctionLow "Low";
  147.         Texts::$FunctionAverage "Average";
  148.  
  149.         Texts::$GalleryShape "Shape";
  150.         Texts::$GalleryBubble "Bubble";
  151.         Texts::$GalleryBarJoin "Bar Join";
  152.         Texts::$GalleryDonut "Donut";
  153.         Texts::$GalleryPolar "Polar";
  154.         Texts::$GalleryRadar "Radar";
  155.         Texts::$GalleryVolume "Volume";
  156.         Texts::$GalleryPoint3D "Point 3D";
  157.         Texts::$GalleryPyramid "Pyramid";
  158.         Texts::$GalleryWindRose "Wind Rose";
  159.         Texts::$GalleryClock "Clock";
  160.         Texts::$GalleryLinePoint "Line Point";
  161.         Texts::$GallerySurface "Surface";
  162.         Texts::$GalleryColorGrid "ColorGrid";
  163.  
  164.         Texts::$FunctionNone "Copy";
  165.         Texts::$AxisDlgValue "Value:";
  166.  
  167.         Texts::$None "(none)";
  168.  
  169.         Texts::$DefaultFontName "Arial";
  170.  
  171.         Texts::$CheckPointerSize "Pointer size must be greater than zero";
  172.         Texts::$About "Abo&ut steema.teechart...";
  173.  
  174.         Texts::$DataSet "Dataset";
  175.         Texts::$AskDataSet "&Dataset:";
  176.  
  177.         Texts::$SingleRecord "Single Record";
  178.         Texts::$AskDataSource "&DataSource:";
  179.  
  180.         Texts::$Summary "Summary";
  181.  
  182.         Texts::$FunctionPeriod "Function Period should be >= 0";
  183.  
  184.         Texts::$WizardTab "Business";
  185.         Texts::$ChartWizard "TeeChart Wizard";
  186.  
  187.         Texts::$ClearImage "Clear";
  188.         Texts::$BrowseImage "Browse...";
  189.  
  190.         Texts::$WizardSureToClose =
  191.                 "Are you sure that you want to close the TeeChart Wizard ?";
  192.         Texts::$FieldNotFound "Field {0} does not exist";
  193.  
  194.         Texts::$DepthAxis "Depth Axis";
  195.         Texts::$PieOther "Other";
  196.         Texts::$ShapeGallery1 "abc";
  197.         Texts::$ShapeGallery2 "123";
  198.         Texts::$ValuesPie "Pie";
  199.         Texts::$ValuesBar "Bar";
  200.         Texts::$ValuesAngle "Angle";
  201.         Texts::$ValuesGanttStart "Start";
  202.         Texts::$ValuesGanttEnd "End";
  203.         Texts::$ValuesGanttNextTask "NextTask";
  204.         Texts::$ValuesBubbleRadius "Radius";
  205.         Texts::$ValuesArrowEndX "EndX";
  206.         Texts::$ValuesArrowEndY "EndY";
  207.         Texts::$Legend "Legend";
  208.         Texts::$Title "Title";
  209.         Texts::$Foot "Footer";
  210.         Texts::$Period "Period";
  211.         Texts::$PeriodRange "Period range";
  212.         Texts::$CalcPeriod "Calculate {0} every:";
  213.         Texts::$SmallDotsPen "Small Dots";
  214.  
  215.         Texts::$InvalidTeeFile "Invalid Chart in *.ten file";
  216.         Texts::$WrongTeeFileFormat "Wrong *.ten file format";
  217.         Texts::$EmptyTeeFile "Empty *.ten file";
  218.  
  219.         Texts::$CustomAxesEditor "Custom ";
  220.         Texts::$Series "Series";
  221.         Texts::$SeriesList "Series...";
  222.  
  223.         Texts::$PageOfPages "Page {0} de {1}"//"Page %1$1s of %2$1s"; for String.format
  224.         Texts::$FileSize "{0} bytes";
  225.  
  226.         Texts::$First "First";
  227.         Texts::$Prior "Prior";
  228.         Texts::$Next "Next";
  229.         Texts::$Last "Last";
  230.         Texts::$Insert "Insert";
  231.         Texts::$Delete "Delete";
  232.         Texts::$Post "Post";
  233.         Texts::$Cancel "Cancel";
  234.  
  235.         Texts::$All "(all)";
  236.         Texts::$Index "Index";
  237.         Texts::$Text "Text";
  238.  
  239.         Texts::$AsBMP "as Bitmap";
  240.         Texts::$BMPFilter "Bitmaps (*.bmp)|*.bmp";
  241.         Texts::$AsEMF "as Metafile";
  242.         Texts::$EMFFilter "Enhanced Metafiles (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf";
  243.         Texts::$WMFFilter "Metafiles (*.wmf)|*.wmf|Enhanced Metafiles (*.emf)|*.emf";
  244.         Texts::$ExportPanelNotSet "Panel property is not set in Export format";
  245.  
  246.         Texts::$TextFilter "Text files (*.csv;*.txt)|*.csv;*.txt";
  247.         Texts::$XMLFilter "XML files (*.xml)|*.xml";
  248.         Texts::$ExcelFilter "Excel files (*.xls)|*.xls";
  249.         Texts::$HTMLFilter "HTML files (*.htm;*.html)|*.htm;*.html";
  250.  
  251.         Texts::$Normal "Normal";
  252.         Texts::$NoBorder "No Border";
  253.         Texts::$Dotted "Dotted";
  254.         Texts::$Colors "Colors";
  255.         Texts::$Filled "Filled";
  256.         Texts::$Marks "Marks";
  257.         Texts::$Stairs "Stairs";
  258.         Texts::$Points "Points";
  259.         Texts::$Height "Height";
  260.         Texts::$Hollow "Hollow";
  261.         Texts::$Point2D "Point 2D";
  262.         Texts::$Triangle "Triangle";
  263.         Texts::$Star "Star";
  264.         Texts::$Circle "Circle";
  265.         Texts::$DownTri "Down Tri.";
  266.         Texts::$Cross "Cross";
  267.         Texts::$Diamond "Diamond";
  268.         Texts::$NoLines "No tLines";
  269.         Texts::$Stack100 "Stack 100%";
  270.         Texts::$Pyramid "Pyramid";
  271.         Texts::$Ellipse "Ellipse";
  272.         Texts::$InvPyramid "Inv. Pyramid";
  273.         Texts::$Sides "Sides";
  274.         Texts::$SideAll "Side All";
  275.         Texts::$Patterns "Patterns";
  276.         Texts::$Exploded "Exploded";
  277.         Texts::$Shadow "Shadow";
  278.         Texts::$SemiPie "Semi Pie";
  279.         Texts::$Rectangle "Rectangle";
  280.         Texts::$VertLine "Vert.Line";
  281.         Texts::$HorizLine "Horiz.Line";
  282.         Texts::$Line "Line";
  283.         Texts::$Cube "Cube";
  284.         Texts::$DiagCross "Diag.Cross";
  285.  
  286.         Texts::$CanNotFindTempPath "Can not find Temp folder";
  287.         Texts::$CanNotCreateTempChart "Can not create Temp file";
  288.         Texts::$CanNotEmailChart "Can not email steema.teechart. Mapi Error: {0}";
  289.  
  290.         Texts::$SeriesDelete =
  291.                 "Series Delete: ValueIndex {0} out of bounds (0 to {1}).";
  292.  
  293.         Texts::$AsJPEG "as JPEG";
  294.         Texts::$JPEGFilter "JPEG files (*.jpg)|*.jpg";
  295.         Texts::$AsGIF "as GIF";
  296.         Texts::$GIFFilter "GIF files (*.gif)|*.gif";
  297.         Texts::$AsPNG "as PNG";
  298.         Texts::$PNGFilter "PNG files (*.png)|*.png";
  299.         Texts::$AsPCX "as PCX";
  300.         Texts::$PCXFilter "PCX files (*.pcx)|*.pcx";
  301.         Texts::$AsVML "as VML (HTM)";
  302.         Texts::$VMLFilter "VML files (*.htm)|*.htm";
  303.         Texts::$AsTIFF "as TIFF";
  304.         Texts::$TIFFFilter "TIFF files (*.tif)|*.tif";
  305.         Texts::$AsPDF "as PDF";
  306.         Texts::$PDFFilter "PDF files (*.pdf)|*.pdf";
  307.  
  308.         Texts::$AskLanguage "&Language...";
  309.  
  310.         // PRO
  311.  
  312.         Texts::$GalleryContour "Contour";
  313.         Texts::$GalleryBezier "Bezier";
  314.         Texts::$GalleryCursor "Cursor";
  315.         Texts::$GalleryBigCandle "Big Candle";
  316.         Texts::$GalleryHistogram "Histogram";
  317.         Texts::$GalleryWaterFall "Water Fall";
  318.         Texts::$GalleryBoxPlot "BoxPlot";
  319.         Texts::$GalleryHorizBoxPlot "Horiz.BoxPlot";
  320.         Texts::$GallerySmith "Smith";
  321.         Texts::$GalleryMap "Map";
  322.  
  323.         Texts::$PolyDegreeRange "Polynomial degree must be between 1 and 20";
  324.         Texts::$AnswerVectorIndex "Answer Vector index must be between 1 and {0}";
  325.         Texts::$FittingError "Cannot process fitting";
  326.         Texts::$ExpAverageWeight "ExpAverage Weight must be between 0 and 1";
  327.         Texts::$GalleryErrorBar "Error Bar";
  328.         Texts::$GalleryError "Error";
  329.         Texts::$GalleryHighLow "High-Low";
  330.         Texts::$FunctionMomentum "Momentum";
  331.         Texts::$FunctionMomentumDiv "Momentum Div";
  332.         Texts::$FunctionExpAverage "Exp. Average";
  333.         Texts::$FunctionExpMovAve "Exp.Mov.Avrg.";
  334.         Texts::$FunctionRSI "R.S.I.";
  335.         Texts::$FunctionCurveFitting "Curve Fitting";
  336.         Texts::$FunctionTrend "Trend";
  337.         Texts::$FunctionExpTrend "Exp.Trend";
  338.         Texts::$FunctionLogTrend "Log.Trend";
  339.         Texts::$FunctionCumulative "Cumulative";
  340.         Texts::$FunctionStdDeviation "Std.Deviation";
  341.         Texts::$FunctionBollinger "Bollinger";
  342.         Texts::$FunctionRMS "Root Mean Sq.";
  343.         Texts::$FunctionMACD "MACD";
  344.         Texts::$FunctionStochastic "Stochastic";
  345.         Texts::$FunctionADX "ADX";
  346.  
  347.         Texts::$FunctionCount "Count";
  348.         Texts::$LoadChart "Open steema.teechart...";
  349.         Texts::$SaveChart "Save steema.teechart...";
  350.  
  351.         Texts::$GallerySamples "Other";
  352.         Texts::$GalleryStats "Stats";
  353.  
  354.         Texts::$CannotFindEditor "Cannot find Series editor Form: {0}";
  355.  
  356.         Texts::$CannotLoadChartFromURL =
  357.                 "Error code: {0} downloading Chart from URL: {1}";
  358.         Texts::$CannotLoadSeriesDataFromURL =
  359.                 "Error code: {0} downloading Series data from URL: {1}";
  360.  
  361.         Texts::$ValuesDate "Date";
  362.         Texts::$ValuesOpen "Open";
  363.         Texts::$ValuesHigh "High";
  364.         Texts::$ValuesLow "Low";
  365.         Texts::$ValuesClose "Close";
  366.         Texts::$ValuesOffset "Offset";
  367.         Texts::$ValuesStdError "StdError";
  368.  
  369.         Texts::$Grid3D "Grid 3D";
  370.  
  371.         Texts::$LowBezierPoints "Number of Bezier points should be > 1";
  372.  
  373.         // TeeCommander component
  374.  
  375.         Texts::$CommanMsgNormal "Normal";
  376.         Texts::$CommanMsgEdit "Edit";
  377.         Texts::$CommanMsgPrint "Print";
  378.         Texts::$CommanMsgCopy "Copy";
  379.         Texts::$CommanMsgSave "Save";
  380.         Texts::$CommanMsg3D "3D";
  381.  
  382.         Texts::$CommanMsgRotating "Rotation: {0} Elevation: {1}";
  383.         Texts::$CommanMsgRotate "Rotate";
  384.  
  385.         Texts::$CommanMsgMoving "Horiz.Offset: {0} Vert.Offset: {1}";
  386.         Texts::$CommanMsgMove "Move";
  387.  
  388.         Texts::$CommanMsgZooming "Zoom: {0}%";
  389.         Texts::$CommanMsgZoom "Zoom";
  390.  
  391.         Texts::$CommanMsgDepthing "3D: {0}%";
  392.         Texts::$CommanMsgDepth "Depth";
  393.  
  394.         Texts::$CommanMsgChart "Chart";
  395.         Texts::$CommanMsgPanel "Panel";
  396.  
  397.         Texts::$CommanMsgRotateLabel "Drag {0} to Rotate";
  398.         Texts::$CommanMsgMoveLabel "Drag {0} to Move";
  399.         Texts::$CommanMsgZoomLabel "Drag {0} to Zoom";
  400.         Texts::$CommanMsgDepthLabel "Drag {0} to resize 3D";
  401.  
  402.         Texts::$CommanMsgNormalLabel =
  403.                 "Drag Left button to Zoom, Right button to Scroll";
  404.         Texts::$CommanMsgNormalPieLabel "Drag a Pie Slice to Explode it";
  405.  
  406.         Texts::$CommanMsgPieExploding "Slice: {0} Exploded: {1} %%";
  407.  
  408.         Texts::$TriSurfaceLess "Number of points must be >= 4";
  409.         Texts::$TriSurfaceAllColinear "All colinear data points";
  410.         Texts::$TriSurfaceSimilar "Similar points - cannot execute";
  411.         Texts::$GalleryTriSurface "Triangle Surf.";
  412.  
  413.         Texts::$AllSeries "All Series";
  414.         Texts::$Edit "Edit...";
  415.         Texts::$DataSource "Data source...";
  416.  
  417.         Texts::$GalleryFinancial "Financial";
  418.  
  419.         Texts::$CursorTool "Cursor";
  420.         Texts::$DragMarksTool "Drag Marks";
  421.         Texts::$AxisArrowTool "Axis Arrows";
  422.         Texts::$DrawLineTool "Draw Line";
  423.         Texts::$NearestTool "Nearest Point";
  424.         Texts::$ColorBandTool "Color Band";
  425.         Texts::$ColorLineTool "Color Line";
  426.         Texts::$RotateTool "Rotate";
  427.         Texts::$ImageTool "Image";
  428.         Texts::$MarksTipTool "Mark Tips";
  429.         Texts::$AnnotationTool "Annotation";
  430.         //CDI ExtraLegendTool
  431.         Texts::$ExtraLegendTool "Extra Legend";
  432.         //CDI GridBand
  433.         Texts::$GridBandTool "Grid Band";
  434.         //CDI CompressOHLC
  435.         Texts::$FunctionCompressOHLC "CompressOHLC";
  436.         //CDI CLV
  437.         Texts::$FunctionCLV "CLV";
  438.         //CDI OBV
  439.         Texts::$FunctionOBV "On Balance Volume";
  440.         //CDI CCI
  441.         Texts::$FunctionCCI "CCI";
  442.         //CDI MovingAverage
  443.         Texts::$FunctionMovingAverage "Moving Average";
  444.         //CDI PVO
  445.         Texts::$FunctionPVO "Volume Oscillator";
  446.         //CDI Performance
  447.         Texts::$FunctionPerf "Performance";
  448.         //CDI GaugesSeries
  449.         Texts::$GalleryGauge "Gauge";
  450.         Texts::$GalleryGauges "Gauges";
  451.         //CDI Vector3DSeries
  452.         Texts::$GalleryVector3D "Vector 3D";
  453.  
  454.         Texts::$CantDeleteAncestor "Can not delete ancestor";
  455.  
  456.         Texts::$Load "Load...";
  457.         Texts::$DefaultDemoTee "http://www.steema.com/demo.tej";
  458.  
  459.         Texts::$TeeFilesExtension "tej";
  460.         Texts::$TeeFiles "TeeChart Pro files";
  461.  
  462.         Texts::$NoSeriesSelected "No Series selected";
  463.  
  464.         Texts::$CandleBar "Bar";
  465.         Texts::$CandleNoOpen "No Open";
  466.         Texts::$CandleNoClose "No Close";
  467.         Texts::$NoHigh "No High";
  468.         Texts::$NoLow "No Low";
  469.         Texts::$ColorRange "Color Range";
  470.         Texts::$WireFrame "Wireframe";
  471.         Texts::$DotFrame "Dot Frame";
  472.         Texts::$Positions "Positions";
  473.         Texts::$NoGrid "No Grid";
  474.         Texts::$NoPoint "No Point";
  475.         Texts::$NoLine "No Line";
  476.         Texts::$Labels "Labels";
  477.         Texts::$NoCircle "No Circle";
  478.         Texts::$Lines "Lines";
  479.         Texts::$Border "Border";
  480.  
  481.         Texts::$SmithResistance "Resistance";
  482.         Texts::$SmithReactance "Reactance";
  483.  
  484.         Texts::$Column "Column";
  485.  
  486.         // 5.01
  487.         Texts::$Separator "Separator";
  488.         Texts::$FunnelSegment "Segment ";
  489.         Texts::$FunnelSeries "Funnel";
  490.         Texts::$FunnelPercent "0.00 %";
  491.         Texts::$FunnelExceed "Exceeds quota";
  492.         Texts::$FunnelWithin " within quota";
  493.         Texts::$FunnelBelow " or more below quota";
  494.         Texts::$CalendarSeries "Calendar";
  495.         Texts::$DeltaPointSeries "DeltaPoint";
  496.         Texts::$ImagePointSeries "ImagePoint";
  497.         Texts::$ImageBarSeries "ImageBar";
  498.         Texts::$SeriesTextFieldZero =
  499.                 "SeriesText: Field index should be greater than zero.";
  500.  
  501.         // 5.02
  502.         Texts::$Origin "Origin";
  503.         Texts::$Transparency "Transparency";
  504.         Texts::$Box "Box";
  505.         Texts::$ExtrOut "ExtrOut";
  506.         Texts::$MildOut "MildOut";
  507.         Texts::$PageNumber "Page Number";
  508.         Texts::$TextFile "Text File";
  509.  
  510.         // 5.03
  511.         Texts::$Gradient "Gradient";
  512.         Texts::$DragPoint "Drag Point";
  513.  
  514.         Texts::$QuoteValues "QuoteValues";
  515.         Texts::$OpportunityValues "OpportunityValues";
  516.  
  517.         //Web messages
  518.         Texts::$DesignFolderNotFound "Cannot locate project folder";
  519.  
  520.         // 6.0
  521.         Texts::$AsPS "as PostScript";
  522.         Texts::$PSFilter "PostScript files (*.eps)|*.eps";
  523.         Texts::$HorizAreaSeries "Horizontal Area";
  524.         Texts::$SelectFolder "Select folder with database";
  525.         Texts::$ADOConnection "&Connection:";
  526.  
  527.         Texts::$SelfStack "Self Stacked";
  528.         Texts::$DarkPen "Dark Border";
  529.         Texts::$FunctionSmooth "Smoothing";
  530.         Texts::$FunctionCross "Cross Points";
  531.         Texts::$GridTranspose "3D Grid Transpose";
  532.         Texts::$FunctionCompress "Compression";
  533.         Texts::$ExtraLegendTool "Extra Legend";
  534.         Texts::$SeriesAnimTool "Series Animation";
  535.         Texts::$GalleryPointFigure "Point & Figure";
  536.         Texts::$Up "Up";
  537.         Texts::$Down "Down";
  538.         Texts::$GanttTool "Gantt Drag";
  539.         Texts::$XMLFile "XML file";
  540.         Texts::$ValuesVectorEndZ "EndZ";
  541.         Texts::$Gallery3D "3D";
  542.         Texts::$GalleryTower "Tower";
  543.         Texts::$SingleColor "Single Color";
  544.         Texts::$Cover "Cover";
  545.         Texts::$Cone "Cone";
  546.         Texts::$PieTool "Pie Slices";
  547.         Texts::$FunctionCustom "y=f(x)";
  548.  
  549.         Texts::$Property "Property";
  550.         Texts::$Value "Value";
  551.         Texts::$Yes "Yes";
  552.         Texts::$No "No";
  553.         Texts::$Image "(image)";
  554.         Texts::$Test "Test...";
  555.  
  556.         Texts::$Confirm "Confirm";
  557.  
  558.         // v1.1
  559.         Texts::$SelectPictureFile "Select picture file to open...";
  560.         Texts::$AllPictureFilter =
  561.                 "All picture files|*.bmp;*.gif;*.jpg;*.jpeg;*.png;*.tif";
  562.         Texts::$AllFilesFilter "All files (*.*)|*.*";
  563.  
  564.         //May 2004
  565.         Texts::$TextSrcURL "http://www.steema.com/test.txt";
  566.         Texts::$ImageToolSummary Texts::$ChartImageDesc;
  567.         Texts::$CursorToolSummary Texts::$CursorToolDesc;
  568.         Texts::$DragMarksSummary Texts::$DragMarksDesc;
  569.         Texts::$DragPointSummary Texts::$DragPointDesc;
  570.         Texts::$DrawLineSummary Texts::$DrawLineDesc;
  571.         Texts::$ExtraLegendSummary Texts::$ExtraLegendDesc;
  572.         Texts::$GanttToolSummary Texts::$GanttToolDesc;
  573.         Texts::$MarksTipSummary Texts::$MarksTipDesc;
  574.         Texts::$NearestPointSummary Texts::$NearestPointDesc;
  575.         Texts::$PieToolSummary Texts::$PieToolDesc;
  576.         Texts::$SeriesAnimationSummary Texts::$SeriesAnimationDesc;
  577.         Texts::$AxisArrowSummary Texts::$AxisArrowDesc;
  578.         Texts::$ColorBandSummary Texts::$ColorBandDesc;
  579.         Texts::$ColorLineSummary Texts::$ColorLineDesc;
  580.         Texts::$GridBandSummary Texts::$GridBandDesc;
  581.         Texts::$GridTransposeSummary Texts::$GridTransposeDesc;
  582.         Texts::$AnnotationSummary Texts::$AnnotationDesc;
  583.         Texts::$RotateSummary Texts::$RotateDesc;
  584.  
  585.         // June 2004
  586.         Texts::$AsSVG "as SVG (SVG)";
  587.         Texts::$SVGFilter "SVG files (*.svg)|*.svg";
  588.         Texts::$FunctionDownSampling "Downsampling";
  589.  
  590.         // september 2004
  591.         Texts::$FunctionCorrelation "Correlation";
  592.         Texts::$FunctionVariance "Variance";
  593.         Texts::$FunctionPerimeter "Perimeter";
  594.  
  595.         Texts::$Color "Color...";
  596.         Texts::$EditPen "Pen...";
  597.  
  598.         // Post 0.99
  599.  
  600.         Texts::$MapSeries "Map";
  601.         Texts::$ClassicTheme "Classic";
  602.         Texts::$Current "Current";
  603.  
  604.         // may 2006
  605.  
  606.         Texts::$DepthTopAxis"Depth Top";
  607.  
  608.         English::$textsOk true;
  609.     }
  610. }
  611. ?>

Documentation generated on Wed, 16 Jun 2010 12:05:08 +0200 by phpDocumentor 1.4.1