summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/access.src
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-03-20 10:13:50 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-03-20 10:13:50 +0000
commitd2bb8fb4e693c18f952a6812475ccdcb8f6acd5d (patch)
tree91dda7959f4b2b020926a01ff7305f737fadd16a /sw/source/ui/docvw/access.src
parent24f26089925724066ff7c0821c68851be51e259b (diff)
#95586# added two Resources for accessible replacement texts
Diffstat (limited to 'sw/source/ui/docvw/access.src')
-rw-r--r--sw/source/ui/docvw/access.src15
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/access.src b/sw/source/ui/docvw/access.src
index 0a2f9857d294..f5cba59d4629 100644
--- a/sw/source/ui/docvw/access.src
+++ b/sw/source/ui/docvw/access.src
@@ -2,9 +2,9 @@
*
* $RCSfile: access.src,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2002-03-06 08:15:41 $
+ * last change: $Author: dvo $ $Date: 2002-03-20 11:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,4 +136,13 @@ String STR_ACCESS_ENDNOTE_DESC
Text = "Endnote $(ARG1)" ;
Text [ english ] = "Endnote $(ARG1)" ;
};
-
+String STR_ACCESS_REPLACEMENT_POSTIT
+{
+ Text = "[Post-It]" ;
+ Text [ english ] = "[Annotation]" ;
+};
+String STR_ACCESS_REPLACEMENT_FRAME
+{
+ Text = "[Frame]" ;
+ Text [ english ] = "[Frame]" ;
+};