2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* $RCSfile: doctdlg.src,v $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* $Revision: 1.32 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* last change: $Author: rt $ $Date: 2005-09-07 18:40:32 $
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* 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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* 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.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2005-09-07 17:40:32 +00:00
|
|
|
* 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
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
2001-06-28 06:54:44 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
#include "sfx.hrc"
|
|
|
|
#include "doc.hrc"
|
|
|
|
#include "doctdlg.hrc"
|
|
|
|
|
|
|
|
ModalDialog DLG_DOC_TEMPLATE
|
|
|
|
{
|
|
|
|
HelpId = SID_DOCTEMPLATE ;
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
SVLook = TRUE ;
|
2001-06-28 06:54:44 +00:00
|
|
|
Size = MAP_APPFONT ( 280 , 128 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "Dokumentvorlagen" ;
|
|
|
|
Text [ en-US ] = "Templates" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
Moveable = TRUE ;
|
2001-06-28 06:54:44 +00:00
|
|
|
FixedLine FL_EDIT
|
2000-09-18 16:07:07 +00:00
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
2001-06-28 06:54:44 +00:00
|
|
|
Size = MAP_APPFONT ( 212 , 8 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "Neue Dokumentvorlage" ;
|
|
|
|
Text [ en-US ] = "New template" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
2001-06-28 06:54:44 +00:00
|
|
|
Edit ED_NAME
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
Size = MAP_APPFONT ( 200 , 12 ) ;
|
|
|
|
};
|
|
|
|
FixedLine FL_STYLESHEETS
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 6 , 32 ) ;
|
|
|
|
Size = MAP_APPFONT ( 212 , 8 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "Vorlagen" ;
|
|
|
|
Text [ en-US ] = "Templates" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2001-06-28 06:54:44 +00:00
|
|
|
};
|
2000-09-18 16:07:07 +00:00
|
|
|
FixedText FT_SECTION
|
|
|
|
{
|
2001-06-28 06:54:44 +00:00
|
|
|
Pos = MAP_APPFONT ( 12 , 43 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
Size = MAP_APPFONT ( 97 , 10 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "~Bereiche" ;
|
|
|
|
Text [ en-US ] = "~Categories" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ListBox LB_SECTION
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2001-06-28 06:54:44 +00:00
|
|
|
Pos = MAP_APPFONT ( 12 , 56 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
Size = MAP_APPFONT ( 97 , 66 ) ;
|
|
|
|
};
|
|
|
|
FixedText FT_STYLESHEETS
|
|
|
|
{
|
2001-06-28 06:54:44 +00:00
|
|
|
Pos = MAP_APPFONT ( 115 , 43 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
Size = MAP_APPFONT ( 97 , 10 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "~Vorlagen" ;
|
|
|
|
Text [ en-US ] = "~Templates" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
ListBox LB_STYLESHEETS
|
|
|
|
{
|
|
|
|
Border = TRUE ;
|
2001-06-28 06:54:44 +00:00
|
|
|
Pos = MAP_APPFONT ( 115 , 56 ) ;
|
2000-09-18 16:07:07 +00:00
|
|
|
Size = MAP_APPFONT ( 97 , 66 ) ;
|
|
|
|
};
|
|
|
|
OKButton BT_OK
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 224 , 6 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
DefButton = TRUE ;
|
|
|
|
Disable = TRUE ;
|
|
|
|
};
|
|
|
|
CancelButton BT_CANCEL
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 224 , 23 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
};
|
|
|
|
HelpButton BT_HELP
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 224 , 43 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
};
|
|
|
|
PushButton BT_EDIT
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 224 , 62 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "~Bearbeiten" ;
|
|
|
|
Text [ en-US ] = "~Edit" ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
PushButton BT_ORGANIZE
|
|
|
|
{
|
|
|
|
Pos = MAP_APPFONT ( 224 , 79 ) ;
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
2004-06-26 16:47:14 +00:00
|
|
|
Text [ de ] = "Ver~walten..." ;
|
|
|
|
Text [ en-US ] = "~Organizer..." ;
|
|
|
|
Text [ x-comment ] = " ";
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
};
|
2001-06-13 20:56:41 +00:00
|
|
|
|
2001-07-13 19:30:26 +00:00
|
|
|
|
2001-07-17 19:20:41 +00:00
|
|
|
|
2001-07-24 19:18:37 +00:00
|
|
|
|
2001-07-31 19:22:14 +00:00
|
|
|
|
2001-08-06 07:36:34 +00:00
|
|
|
|
2001-08-07 13:27:58 +00:00
|
|
|
|
2001-08-10 19:21:59 +00:00
|
|
|
|
2001-08-14 13:47:46 +00:00
|
|
|
|
2001-08-21 19:31:27 +00:00
|
|
|
|
2001-08-24 08:55:20 +00:00
|
|
|
|
2003-04-29 16:56:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2001-08-29 19:17:49 +00:00
|
|
|
|
2001-09-26 19:16:21 +00:00
|
|
|
|
2003-03-27 10:29:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-06-13 13:17:00 +00:00
|
|
|
|
|
|
|
|
2003-03-27 10:29:38 +00:00
|
|
|
|
2003-07-17 12:20:01 +00:00
|
|
|
|
|
|
|
|
2003-07-03 17:15:35 +00:00
|
|
|
|
2003-12-17 13:50:29 +00:00
|
|
|
|
2003-03-27 10:29:38 +00:00
|
|
|
|
|
|
|
|