From 3197d4697505f1da5e7c4ffe5dec6e482d8d3876 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 08:40:07 +0000 Subject: INTEGRATION: CWS gt04 (1.112.76); FILE MERGED 2004/04/08 13:40:21 gt 1.112.76.2: #27588# tiny string correction for FN_SHOW_BOOKVIEW 2004/03/04 12:09:30 gt 1.112.76.1: #i26117# book preview --- 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 44ea1352984c..4baf6f758c15 100644 --- a/sw/sdi/swslots.src +++ b/sw/sdi/swslots.src @@ -2,9 +2,9 @@ * * $RCSfile: swslots.src,v $ * - * $Revision: 1.113 $ + * $Revision: 1.114 $ * - * last change: $Author: obo $ $Date: 2004-03-17 12:14:11 $ + * last change: $Author: svesik $ $Date: 2004-04-21 09:40:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -8505,6 +8505,12 @@ SfxSlotInfo FN_SHOW_TWO_PAGES SlotName[ hungarian ] = "Nyomtatási kép: kétoldalas"; SlotName[ slovenian ] = "Predogled strani: dve strani"; }; +SfxSlotInfo FN_SHOW_BOOKVIEW +{ + SlotName = "Buchansicht"; + SlotName [ english ] = "Book Preview"; + SlotName[ english_us ] = "Book Preview"; +}; SfxSlotInfo FN_SHRINK_FONT_SIZE { SlotName = "Zeichen verkleinern"; -- cgit