d5bb216407
2007/03/20 14:41:29 ihi 1.60.34.1: #i72301# Remove German
419 lines
11 KiB
Text
419 lines
11 KiB
Text
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: moduldlg.src,v $
|
||
*
|
||
* $Revision: 1.61 $
|
||
*
|
||
* last change: $Author: ihi $ $Date: 2007-04-19 13:46:43 $
|
||
*
|
||
* 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 "helpid.hrc"
|
||
#include <moduldlg.hrc>
|
||
#include <basidesh.hrc>
|
||
TabDialog RID_TD_ORGANIZE
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
|
||
/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
|
||
Text[ en-US ] = "%PRODUCTNAME Basic Macro Organizer";
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
// Da Cancel-Button auf TabPage, nicht auf Dialog!
|
||
TabControl RID_TC_ORGANIZE
|
||
{
|
||
// HelpID = HID_BASICIDE_ORG_TC;
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = RID_TP_MOD ;
|
||
Text [ en-US ] = "Modules" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_TP_DLG ;
|
||
Text [ en-US ] = "Dialogs" ;
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_TP_LIB ;
|
||
Text [ en-US ] = "Libraries" ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
TabPage RID_TP_MODULS
|
||
{
|
||
// HelpId = HID_BASICIDE_MODULS ;
|
||
Hide = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 210 , 140 ) ;
|
||
FixedText RID_STR_LIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text [ en-US ] = "M~odule" ;
|
||
};
|
||
Control RID_TRLBOX
|
||
{
|
||
HelpId = HID_BASICIDE_MODULES_TREE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 117 ) ;
|
||
TabStop = TRUE ;
|
||
Border = TRUE ;
|
||
};
|
||
PushButton RID_PB_EDIT
|
||
{
|
||
Text [ en-US ] = "~Edit";
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CLOSE
|
||
{
|
||
Text [ en-US ] = "Close";
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_NEWMOD
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_NEWDLG
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 120 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen... : ~L<>schen... */
|
||
Text [ en-US ] = "~Delete" ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
TabPage RID_TP_DLGS
|
||
{
|
||
Hide = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 210 , 140 ) ;
|
||
FixedText RID_STR_LIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text [ en-US ] = "Dialog" ;
|
||
};
|
||
Control RID_TRLBOX
|
||
{
|
||
HelpId = HID_BASICIDE_MODULES_TREE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 117 ) ;
|
||
TabStop = TRUE ;
|
||
Border = TRUE ;
|
||
};
|
||
PushButton RID_PB_EDIT
|
||
{
|
||
Text [ en-US ] = "~Edit";
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CLOSE
|
||
{
|
||
Text[ en-US ] = "Close";
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_NEWMOD
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_NEWDLG
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 120 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen... : ~L<>schen... */
|
||
Text [ en-US ] = "~Delete" ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
TabPage RID_TP_LIBS
|
||
{
|
||
// HelpId = HID_BASICIDE_LIBS_TP ;
|
||
Hide = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 210 , 140 ) ;
|
||
FixedText RID_STR_BASICS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text [ en-US ] = "L~ocation";
|
||
};
|
||
ListBox RID_LB_BASICS
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 80 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_STR_LIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 36 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text [ en-US ] = "~Library" ;
|
||
};
|
||
Control RID_TRLBOX
|
||
{
|
||
HelpID = HID_BASICIDE_LIBS_TREE ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 47 ) ;
|
||
Size = MAP_APPFONT ( 130 , 87 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
|
||
PushButton RID_PB_EDIT
|
||
{
|
||
Text [ en-US ] = "~Edit";
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CLOSE
|
||
{
|
||
Text [ en-US ] = "Close";
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schlie<69>en : Schlie<69>en */
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_PASSWORD
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 43 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~Password..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
|
||
PushButton RID_PB_NEWLIB
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 69 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_APPEND
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 86 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Hin~zuf<75>gen... : Hin~zuf<75>gen... */
|
||
Text [ en-US ] = "~Import..." ;
|
||
};
|
||
PushButton RID_PB_EXPORT
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ en-US ] = "E~xport..." ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 120 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen... : ~L<>schen... */
|
||
Text [ en-US ] = "~Delete" ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
ModalDialog RID_DLG_LIBS
|
||
{
|
||
// HelpId = HID_BASICIDE_LIBS_DLG ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 168 , 132 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
OKButton RID_PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 112 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 112 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText RID_FT_STORAGENAME
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 100 , 10 ) ;
|
||
};
|
||
Control RID_CTRL_LIBS
|
||
{
|
||
HelpID = HID_BASICIDE_LIBSDLG_TREE ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
||
Size = MAP_APPFONT ( 100 , 67 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedLine RID_FL_OPTIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 89 ) ;
|
||
Size = MAP_APPFONT ( 156 , 8 ) ;
|
||
Text [ en-US ] = "Options" ;
|
||
};
|
||
CheckBox RID_CB_REF
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 100 ) ;
|
||
Size = MAP_APPFONT ( 146 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ en-US ] = "Insert as reference (read-only)" ;
|
||
};
|
||
CheckBox RID_CB_REPL
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 113 ) ;
|
||
Size = MAP_APPFONT ( 146 , 10 ) ;
|
||
Text [ en-US ] = "Replace existing libraries" ;
|
||
};
|
||
};
|
||
ModalDialog RID_DLG_NEWLIB
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 160 , 55 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
OKButton RID_PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 104 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 104 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText RID_FT_NEWLIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 100 , 10 ) ;
|
||
Text [ en-US ] = "~Name:" ;
|
||
};
|
||
Edit RID_ED_LIBNAME
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
||
Size = MAP_APPFONT ( 92 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
|
||
ModalDialog RID_DLG_EXPORT
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 115 , 55 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ en-US ] = "Export Basic library";
|
||
OKButton RID_PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 35 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 59 , 35 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
|
||
RadioButton RB_EXPORTASPACKAGE
|
||
{
|
||
Pos = MAP_APPFONT( 6, 6 );
|
||
Size = MAP_APPFONT( 103, 10 );
|
||
Group = TRUE;
|
||
Text [ en-US ] = "Export as ~extension";
|
||
TabStop = TRUE ;
|
||
};
|
||
RadioButton RB_EXPORTASBASIC
|
||
{
|
||
Pos = MAP_APPFONT( 6, 19 );
|
||
Size = MAP_APPFONT( 103, 10 );
|
||
//Group = TRUE;
|
||
Text [ en-US ] = "Export as BASIC library";
|
||
};
|
||
};
|
||
|
||
String RID_STR_EXPORTPACKAGE
|
||
{
|
||
Text [ en-US ] = "Export library as extension";
|
||
};
|
||
|
||
String RID_STR_EXPORTBASIC
|
||
{
|
||
Text [ en-US ] = "Export as BASIC library";
|
||
};
|
||
|
||
String RID_STR_PACKAGE_BUNDLE
|
||
{
|
||
Text [ en-US ] = "Extension";
|
||
};
|
||
|