summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings.src
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-03-14 20:25:36 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-23 02:55:29 +0100
commitcc7ce5a299289028f1e8ff823b8391edca7de587 (patch)
treed9ef46c85626fdcf3ee3ef4f68c69e154e0daeab /chart2/source/controller/dialogs/Strings.src
parent3e964eeb7ca1b662705b5d6ce54102d33f310705 (diff)
Add correct tabpage to chart property dialog.
- Added needed strings resources and ids. - Added code to handle X and Z errorbars.
Diffstat (limited to 'chart2/source/controller/dialogs/Strings.src')
-rw-r--r--chart2/source/controller/dialogs/Strings.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/Strings.src b/chart2/source/controller/dialogs/Strings.src
index 67967140ae71..5a3a500ff849 100644
--- a/chart2/source/controller/dialogs/Strings.src
+++ b/chart2/source/controller/dialogs/Strings.src
@@ -135,11 +135,21 @@ String STR_PAGE_TRENDLINE_TYPE
Text[ en-US ] = "Type";
};
+String STR_PAGE_XERROR_BARS
+{
+ Text[ en-US ] = "X Error Bars";
+};
+
String STR_PAGE_YERROR_BARS
{
Text[ en-US ] = "Y Error Bars";
};
+String STR_PAGE_ZERROR_BARS
+{
+ Text[ en-US ] = "Z Error Bars";
+};
+
String STR_PAGE_ALIGNMENT
{
Text [ en-US ] = "Alignment" ;