Files
libreoffice/sfx2/source/doc/doctdlg.src
Rüdiger Timm 1fb23feace INTEGRATION: CWS ooo19126 (1.31.510); FILE MERGED
2005/09/05 15:23:09 rt 1.31.510.1: #i54170# Change license header: remove SISSL
2005-09-07 17:40:32 +00:00

169 lines
3.9 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: doctdlg.src,v $
*
* $Revision: 1.32 $
*
* last change: $Author: rt $ $Date: 2005-09-07 18:40:32 $
*
* 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 "sfx.hrc"
#include "doc.hrc"
#include "doctdlg.hrc"
ModalDialog DLG_DOC_TEMPLATE
{
HelpId = SID_DOCTEMPLATE ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 280 , 128 ) ;
Text [ de ] = "Dokumentvorlagen" ;
Text [ en-US ] = "Templates" ;
Text [ x-comment ] = " ";
Moveable = TRUE ;
FixedLine FL_EDIT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 212 , 8 ) ;
Text [ de ] = "Neue Dokumentvorlage" ;
Text [ en-US ] = "New template" ;
Text [ x-comment ] = " ";
};
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 ) ;
Text [ de ] = "Vorlagen" ;
Text [ en-US ] = "Templates" ;
Text [ x-comment ] = " ";
};
FixedText FT_SECTION
{
Pos = MAP_APPFONT ( 12 , 43 ) ;
Size = MAP_APPFONT ( 97 , 10 ) ;
Text [ de ] = "~Bereiche" ;
Text [ en-US ] = "~Categories" ;
Text [ x-comment ] = " ";
};
ListBox LB_SECTION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 56 ) ;
Size = MAP_APPFONT ( 97 , 66 ) ;
};
FixedText FT_STYLESHEETS
{
Pos = MAP_APPFONT ( 115 , 43 ) ;
Size = MAP_APPFONT ( 97 , 10 ) ;
Text [ de ] = "~Vorlagen" ;
Text [ en-US ] = "~Templates" ;
Text [ x-comment ] = " ";
};
ListBox LB_STYLESHEETS
{
Border = TRUE ;
Pos = MAP_APPFONT ( 115 , 56 ) ;
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 ) ;
Text [ de ] = "~Bearbeiten" ;
Text [ en-US ] = "~Edit" ;
Text [ x-comment ] = " ";
};
PushButton BT_ORGANIZE
{
Pos = MAP_APPFONT ( 224 , 79 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Ver~walten..." ;
Text [ en-US ] = "~Organizer..." ;
Text [ x-comment ] = " ";
};
};