Files
libreoffice/sw/source/ui/dbui/dbtablepreviewdialog.src
Ivo Hinkelmann d2e1f31067 INTEGRATION: CWS mergede01 (1.4.618); FILE MERGED
2007/03/20 14:40:14 ihi 1.4.618.1: #i72301# Remove German
2007-04-19 11:52:51 +00:00

70 lines
2.2 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dbtablepreviewdialog.src,v $
*
* $Revision: 1.5 $
*
* last change: $Author: ihi $ $Date: 2007-04-19 12:52:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#include <dbtablepreviewdialog.hrc>
#include <dbui.hrc>
#include <helpid.h>
ModalDialog DLG_MM_DBTABLEPREVIEWDIALOG
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpID = HID_MM_DBTABLEPREVIEWDIALOG;
Size = MAP_APPFONT ( 350 , 200 ) ;
Moveable = TRUE ;
Text [ en-US ] = "Mail Merge Recipients";
FixedText FI_DESCRIPTION
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 338 , 8 ) ;
WordBreak = TRUE;
Text [ en-US ] = "The list below shows the contents of: %1";
};
Window WIN_BEAMER
{
Pos = MAP_APPFONT ( 6 , 14 ) ;
Size = MAP_APPFONT ( 338 , 150 ) ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 150 , 180 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
DefButton = TRUE ;
Text [ en-US ] = "~Close";
};
};