Files
libreoffice/chart2/source/controller/dialogs/Strings_Statistic.src
Kurt Zenker e09d425490 INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED
2008/02/25 15:39:20 bm 1.6.4.2: from data -> from data table
2008/02/21 15:59:25 bm 1.6.4.1: #i366# error bars from ranges
2008-03-06 15:32:31 +00:00

85 lines
2.4 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Strings_Statistic.src,v $
*
* $Revision: 1.7 $
*
* last change: $Author: kz $ $Date: 2008-03-06 16:32:31 $
*
* 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" ;
};
// used for own data in error bar dialog
String STR_CONTROLTEXT_ERROR_BARS_FROM_DATA
{
Text [ en-US ] = "From Data Table" ;
};
//------------------------------------------------------------------------
//------------------------------------------------------------------------
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" ;
};