2003-07-03 15:11:13 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-09 09:30:27 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-09 09:30:27 +00:00
|
|
|
|
* $RCSfile: glosbib.src,v $
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-23 12:08:09 +00:00
|
|
|
|
* $Revision: 1.20 $
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-23 12:08:09 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2005-09-23 13:08:09 $
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-09 09:30:27 +00:00
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
|
|
|
|
*
|
2005-09-09 09:30:27 +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
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-09 09:30:27 +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.
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-09 09:30:27 +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.
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
2005-09-09 09:30:27 +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
|
2003-07-03 15:11:13 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
#include "glosbib.hrc"
|
|
|
|
|
#include "misc.hrc"
|
|
|
|
|
#include "helpid.h"
|
|
|
|
|
ModalDialog DLG_BIB_BASE
|
|
|
|
|
{
|
|
|
|
|
HelpID = HID_BIB_BASE ;
|
|
|
|
|
OutputSize = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 349 , 121 ) ;
|
|
|
|
|
Moveable = TRUE ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ]= "Bereiche bearbeiten" ;
|
|
|
|
|
Text [ en-US ] = "Edit Categories" ;
|
2003-07-03 15:11:13 +00:00
|
|
|
|
PushButton PB_NEW
|
|
|
|
|
{
|
|
|
|
|
Disable = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 66 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ] = "~Neu" ;
|
|
|
|
|
Text [ en-US ] = "~New" ;
|
2003-07-03 15:11:13 +00:00
|
|
|
|
TabStop = TRUE ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
PushButton PB_DELETE
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 83 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen : ~L<>schen */
|
2005-09-23 12:08:09 +00:00
|
|
|
|
Text [ de ] = "~Löschen" ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ en-US ] = "~Delete" ;
|
2003-07-03 15:11:13 +00:00
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Disable = TRUE ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
PushButton PB_RENAME
|
|
|
|
|
{
|
|
|
|
|
Disable = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 100 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ] = "~Umbenennen" ;
|
|
|
|
|
Text [ en-US ] = "~Rename" ;
|
2003-07-03 15:11:13 +00:00
|
|
|
|
TabStop = TRUE ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_BIB
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 100 , 8 ) ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ] = "Bereichstitel" ;
|
|
|
|
|
Text [ en-US ] = "Category" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
OKButton BT_OK
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 6 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DefButton = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CancelButton BT_CANCEL
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 23 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
HelpButton BT_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 293 , 43 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
Edit ED_NAME
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 159 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
MaxTextLength = 256 ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_PATH
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 60 , 8 ) ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ] = "Pfad" ;
|
|
|
|
|
Text [ en-US ] = "Path";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
ListBox LB_PATH
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 174 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 107 , 50 ) ;
|
|
|
|
|
DropDown = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
DDExtraWidth = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_SELECT
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 30 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 100 , 8 ) ;
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ] = "Auswahlliste" ;
|
|
|
|
|
Text [ en-US ] = "Selection list";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
Control TLB_GROUPS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 41 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 269 , 73 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
/* ComboBox CO_NAME
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 89 , 76 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
#ifdef WIN
|
|
|
|
|
MaxTextLength = 8 ;
|
|
|
|
|
#else
|
|
|
|
|
MaxTextLength = 32 ;
|
|
|
|
|
#endif
|
|
|
|
|
Sort = TRUE ;
|
|
|
|
|
};*/
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};
|
|
|
|
|
/*
|
|
|
|
|
String STR_GLOSSARY_BIB_DLG
|
|
|
|
|
{
|
2004-06-26 02:36:41 +00:00
|
|
|
|
Text [ de ]= "Bereiche bearbeiten" ;
|
|
|
|
|
Text [ en-US ] = "Edit Categories" ;
|
2003-07-03 15:11:13 +00:00
|
|
|
|
};*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:59:31 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:11:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|