From 5e609d0f5a9c0b97c32df7f433528a07b5184628 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 6 Jan 2006 11:58:54 +0000 Subject: INTEGRATION: CWS os67 (1.122.454); FILE MERGED 2005/12/14 11:12:57 os 1.122.454.3: RESYNC: (1.123-1.125); FILE MERGED 2005/09/27 10:03:49 os 1.122.454.2: RESYNC: (1.122-1.123); FILE MERGED 2005/08/30 07:24:21 os 1.122.454.1: #i42356# additional context menu entries for numberings --- sw/sdi/swslots.src | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sw/sdi/swslots.src') diff --git a/sw/sdi/swslots.src b/sw/sdi/swslots.src index f76a087c4b7c..2651a3618873 100644 --- a/sw/sdi/swslots.src +++ b/sw/sdi/swslots.src @@ -4,9 +4,9 @@ * * $RCSfile: swslots.src,v $ * - * $Revision: 1.125 $ + * $Revision: 1.126 $ * - * last change: $Author: obo $ $Date: 2005-11-16 09:29:39 $ + * last change: $Author: kz $ $Date: 2006-01-06 12:58:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1822,6 +1822,12 @@ SfxSlotInfo FN_XFORMS_INIT SlotName[ de ] = "XML Formular-Dokument"; SlotName[ en-US ] = "XML Form Document"; }; +SfxSlotInfo FN_NUM_CONTINUE +{ + SlotName[ de ] = "Vorherige Nummerierung fortsetzen"; + SlotName[ en-US ] = "Continue previous numbering"; +}; + SfxSlotInfo FN_INSERT_RLM { SlotName[ de ] = "Markierung für rechts-nach-links-Schreibrichtung"; -- cgit