summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-02-18 14:41:31 +0000
committerRüdiger Timm <rt@openoffice.org>2008-02-18 14:41:31 +0000
commit4010533737bffa3c1a5ca02756e5fbd8bc6fdc4f (patch)
tree94555a354598ce83216bc4a0bfedbb986c67a4cb /chart2/source/controller/dialogs/Strings.src
parentc04f75aa1d73812e753e9d7ce317859d310799b7 (diff)
INTEGRATION: CWS chart19 (1.8.10); FILE MERGED
2008/01/15 15:45:28 bm 1.8.10.8: #i44768# STR_OBJECT_CURVE_WITH_PARAMETERS: Trend Line -> Trend line 2008/01/15 15:13:15 bm 1.8.10.7: #i44768# trendline -> trend line 2008/01/15 10:42:35 bm 1.8.10.6: #i44768# average value -> mean value for consistency 2008/01/15 08:19:54 bm 1.8.10.5: #i44768# some string adaptions for trendlines 2007/12/20 16:14:49 bm 1.8.10.4: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:42 bm 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2007/12/10 11:39:22 bm 1.8.10.2: #i79739# warn user about incorrect input 2007/11/20 16:33:08 iha 1.8.10.1: #1163# title for secondary axes
Diffstat (limited to 'chart2/source/controller/dialogs/Strings.src')
-rw-r--r--chart2/source/controller/dialogs/Strings.src48
1 files changed, 35 insertions, 13 deletions
diff --git a/chart2/source/controller/dialogs/Strings.src b/chart2/source/controller/dialogs/Strings.src
index 2e81759c69da..77e2c09eebb8 100644
--- a/chart2/source/controller/dialogs/Strings.src
+++ b/chart2/source/controller/dialogs/Strings.src
@@ -4,9 +4,9 @@
*
* $RCSfile: Strings.src,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 11:46:16 $
+ * last change: $Author: rt $ $Date: 2008-02-18 15:41:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,9 +124,19 @@ String STR_PAGE_SCALE
Text [ en-US ] = "Scale" ;
};
-String STR_PAGE_STATISTICS
+// String STR_PAGE_STATISTICS
+// {
+// Text [ en-US ] = "Statistics" ;
+// };
+
+String STR_PAGE_TRENDLINE_TYPE
+{
+ Text[ en-US ] = "Type";
+};
+
+String STR_PAGE_YERROR_BARS
{
- Text [ en-US ] = "Statistics" ;
+ Text[ en-US ] = "Y Error Bars";
};
String STR_PAGE_ALIGNMENT
@@ -148,11 +158,7 @@ String STR_PAGE_ILLUMINATION
};
String STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS
{
- Text [ en-US ] = "Average value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION";
-};
-String STR_PAGE_REGRESSION_OPTIONS
-{
- Text [ en-US ] = "Equation";
+ Text [ en-US ] = "Mean value line with value %AVERAGE_VALUE and standard deviation %STD_DEVIATION";
};
String STR_OBJECT_AXIS
@@ -242,6 +248,14 @@ String STR_OBJECT_TITLE_Z_AXIS
{
Text [ en-US ] = "Z Axis Title" ;
};
+String STR_OBJECT_TITLE_SECONDARY_X_AXIS
+{
+ Text [ en-US ] = "Secondary X Axis Title" ;
+};
+String STR_OBJECT_TITLE_SECONDARY_Y_AXIS
+{
+ Text [ en-US ] = "Secondary Y Axis Title" ;
+};
String STR_OBJECT_LABEL
{
Text [ en-US ] = "Label" ;
@@ -271,18 +285,21 @@ String STR_OBJECT_DATASERIES_PLURAL
{
Text [ en-US ] = "Data Series" ;
};
-
String STR_OBJECT_CURVE
{
- Text [ en-US ] = "Regression Curve";
+ Text [ en-US ] = "Trend Line";
+};
+String STR_OBJECT_CURVES
+{
+ Text [ en-US ] = "Trend Lines";
};
String STR_OBJECT_CURVE_WITH_PARAMETERS
{
- Text [ en-US ] = "Regression curve %FORMULA with accuracy R² = %RSQUARED";
+ Text [ en-US ] = "Trend line %FORMULA with accuracy R² = %RSQUARED";
};
String STR_OBJECT_AVERAGE_LINE
{
- Text [ en-US ] = "Average Value Line";
+ Text [ en-US ] = "Mean Value Line";
};
String STR_OBJECT_CURVE_EQUATION
{
@@ -508,5 +525,10 @@ String STR_DATA_SELECT_RANGE_FOR_DATALABELS
Text [ en-US ] = "Select Range for data labels" ;
};
+String STR_DATA_EDITOR_INCORRECT_INPUT
+{
+ Text [ en-US ] = "Your last input is incorrect.\nIgnore this change and close the dialog?" ;
+};
+
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------