Files
libreoffice/chart2/source/controller/dialogs/Strings_Statistic.src
Rüdiger Timm c72ab14b2d INTEGRATION: CWS chart19 (1.5.78); FILE MERGED
2008/01/11 14:12:03 bm 1.5.78.2: #i85102# regression types case mismatch
2007/12/20 16:14:49 bm 1.5.78.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog
2008-02-18 14:42:01 +00:00

79 lines
2.2 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Strings_Statistic.src,v $
*
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2008-02-18 15:42:01 $
*
* 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_BOTH
{
Text [ en-US ] = "Negative and Positive" ;
};
String STR_INDICATE_DOWN
{
Text [ en-US ] = "Negative" ;
};
String STR_INDICATE_UP
{
Text [ en-US ] = "Positive" ;
};
//------------------------------------------------------------------------
//------------------------------------------------------------------------
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 ] = "Logarithmic 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" ;
};