summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:31:37 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:31:37 +0000
commit2e6bd78158fcb37bfaaa6823ac5e7ea88e7db6a9 (patch)
tree8aa35cfbdc254f4f73de7cfe382b1764e8e22a3d /chart2/source/controller/dialogs/Strings.src
parent1a81bd8e2d7adacd72a00a77fa98021f6efaf7bc (diff)
INTEGRATION: CWS chart20_DEV300 (1.10.4); FILE MERGED
2008/02/21 15:59:25 bm 1.10.4.1: #i366# error bars from ranges
Diffstat (limited to 'chart2/source/controller/dialogs/Strings.src')
-rw-r--r--chart2/source/controller/dialogs/Strings.src30
1 files changed, 27 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/Strings.src b/chart2/source/controller/dialogs/Strings.src
index 77e2c09eebb8..1d262da2f385 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2008-02-18 15:41:31 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:31:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -469,11 +469,27 @@ String STR_DATA_ROLE_X_ERROR
{
Text [ en-US ] = "X-Error-Bars" ;
};
+String STR_DATA_ROLE_X_ERROR_POSITIVE
+{
+ Text [ en-US ] = "Positive X-Error-Bars" ;
+};
+String STR_DATA_ROLE_X_ERROR_NEGATIVE
+{
+ Text [ en-US ] = "Negative X-Error-Bars" ;
+};
String STR_DATA_ROLE_Y_ERROR
{
Text [ en-US ] = "Y-Error-Bars" ;
};
+String STR_DATA_ROLE_Y_ERROR_POSITIVE
+{
+ Text [ en-US ] = "Positive Y-Error-Bars" ;
+};
+String STR_DATA_ROLE_Y_ERROR_NEGATIVE
+{
+ Text [ en-US ] = "Negative Y-Error-Bars" ;
+};
String STR_DATA_ROLE_FIRST
{
@@ -512,7 +528,7 @@ String STR_DATA_UNNAMED_SERIES_WITH_INDEX
String STR_DATA_SELECT_RANGE_FOR_SERIES
{
- Text [ en-US ] = "Choose range for %VALUETYPE of %SERIESNAME" ;
+ Text [ en-US ] = "Select Range for %VALUETYPE of %SERIESNAME" ;
};
String STR_DATA_SELECT_RANGE_FOR_CATEGORIES
@@ -524,6 +540,14 @@ String STR_DATA_SELECT_RANGE_FOR_DATALABELS
{
Text [ en-US ] = "Select Range for data labels" ;
};
+String STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS
+{
+ Text [ en-US ] = "Select Range for Positive Error Bars" ;
+};
+String STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS
+{
+ Text [ en-US ] = "Select Range for Negative Error Bars" ;
+};
String STR_DATA_EDITOR_INCORRECT_INPUT
{