summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/src/scstring.src
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-08-05 10:49:54 +0000
committerDaniel Rentz <dr@openoffice.org>2002-08-05 10:49:54 +0000
commitda075faaaf69a457b8eb64e8f3524f86b9ba9336 (patch)
treecfd60d0158a0738ac272b626a622ab54f56a4f6d /sc/source/ui/src/scstring.src
parent#102036#; add lang::IndexOutOfBoundsException (diff)
downloadcore-da075faaaf69a457b8eb64e8f3524f86b9ba9336.tar.gz
core-da075faaaf69a457b8eb64e8f3524f86b9ba9336.zip
#101677# accessibility strings
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r--sc/source/ui/src/scstring.src26
1 files changed, 24 insertions, 2 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index 85112e16f14c..6fedfa396940 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -2,9 +2,9 @@
*
* $RCSfile: scstring.src,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: kz $ $Date: 2002-08-02 20:48:28 $
+ * last change: $Author: dr $ $Date: 2002-08-05 11:49:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3240,3 +3240,25 @@ String STR_REPLCELLSWARN
Text[ arabic ] = "Do you want to replace the contents of the destination cells?";
};
+
+String STR_ACC_CSVRULER_NAME
+{
+ Text = "Lineal";
+};
+
+String STR_ACC_CSVRULER_DESCR
+{
+ Text = "Dieses Lineal verwaltet Objekte an festen Positionen.";
+};
+
+String STR_ACC_CSVGRID_NAME
+{
+ Text = "Vorschautabelle";
+};
+
+String STR_ACC_CSVGRID_DESCR
+{
+ Text = "Diese Tabelle zeigt die Anordnung der Daten, wie sie im Dokument erscheinen.";
+};
+
+