Files
libreoffice/chart2/source/controller/dialogs/Strings_Statistic.src
Vladimir Glazounov eb8572f081 INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED
2007/04/23 12:32:32 ihi 1.3.12.7: #i72301# German removed
2006/12/13 13:43:05 bm 1.3.12.6: wrong encoding for umlaut
2006/11/01 15:36:56 iha 1.3.12.5: cleanup resources + changed variable names according to style guide
2006/10/31 17:57:32 iha 1.3.12.4: change STR_STATISTICS_IN_LEGEND according to spec
2006/10/29 12:14:53 iha 1.3.12.3: use more readable varailbles STATTYP->REGRESSIONTYPE and ROWNAME->SERIESNAME for STR_STATISTICS_IN_LEGEND
2006/10/29 11:37:40 iha 1.3.12.2: moved STR_STATISTICS_IN_LEGEND from Strings.src to Strings_Statistic.src
2006/06/28 09:51:55 dr 1.3.12.1: german umlauts in UTF-8
2007-05-22 16:30:58 +00:00

83 lines
2.3 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Strings_Statistic.src,v $
*
* $Revision: 1.5 $
*
* last change: $Author: vg $ $Date: 2007-05-22 17:30:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#include "Strings.hrc"
//SchStatisticTabPage and SchDataStatisticsDlg
String STR_INDICATE_NONE
{
Text [ en-US ] = "No Indicators" ;
};
String STR_INDICATE_BOTH
{
Text [ en-US ] = "Indicators Top and Bottom" ;
};
String STR_INDICATE_DOWN
{
Text [ en-US ] = "Lower Indicator" ;
};
String STR_INDICATE_UP
{
Text [ en-US ] = "Upper Indicator" ;
};
//------------------------------------------------------------------------
//------------------------------------------------------------------------
String STR_REGRESSION_NONE
{
Text [ en-US ] = "No Regression" ;
};
String STR_REGRESSION_LINEAR
{
Text [ en-US ] = "Linear regression" ;
};
String STR_REGRESSION_LOG
{
Text [ en-US ] = "Logarithm regression" ;
};
String STR_REGRESSION_EXP
{
Text [ en-US ] = "Exponential Regression" ;
};
String STR_REGRESSION_POWER
{
Text [ en-US ] = "Power regression" ;
};
String STR_STATISTICS_IN_LEGEND
{
Text [ en-US ] = "%REGRESSIONCURVE for %SERIESNAME" ;
};