372 lines
11 KiB
Plaintext
372 lines
11 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: docvor.src,v $
|
||
*
|
||
* $Revision: 1.43 $
|
||
*
|
||
* last change: $Author: hr $ $Date: 2005-09-23 15:28:14 $
|
||
*
|
||
* 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 ---------------------------------------------------------------
|
||
#include "sfx.hrc"
|
||
#include "doc.hrc"
|
||
#include "docvor.hrc"
|
||
#include "helpid.hrc"
|
||
// pragma ----------------------------------------------------------------
|
||
|
||
// DLG_ORGANIZE ----------------------------------------------------------
|
||
|
||
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
|
||
|
||
ModalDialog DLG_ORGANIZE
|
||
{
|
||
HelpId = SID_ORGANIZER ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 271 , 162 ) ;
|
||
Text [ de ] = "Dokumentvorlagen verwalten" ;
|
||
Text [ en-US ] = "Template Management" ;
|
||
Moveable = TRUE ;
|
||
HelpButton BTN_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 205 , 43 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
OKButton BTN_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 205 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schlie<69>en : Schlie<69>en */
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schlie<69>en : Schlie<69>en */
|
||
Text [ de ] = "Schließen" ;
|
||
Text [ en-US ] = "Close" ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton BTN_FILES
|
||
{
|
||
Pos = MAP_APPFONT ( 205 , 143 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ de ] = "~Datei..." ;
|
||
Text [ en-US ] = "~File..." ;
|
||
TabStop = TRUE ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
PushButton BTN_ADDRESSTEMPLATE
|
||
{
|
||
Pos = MAP_APPFONT ( 205 , 124 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ de ] = "~Adressbuch..." ;
|
||
Text [ en-US ] = "~Address Book..." ;
|
||
};
|
||
ListBox LB_LEFT_TYP
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 3 , 144 ) ;
|
||
Size = MAP_APPFONT ( 94 , 55 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
CurPos = 0 ;
|
||
StringList [ de ] =
|
||
{
|
||
< "Dokumentvorlagen" ; Default ; > ;
|
||
< "Dokumente" ; Default ; > ;
|
||
};
|
||
StringList [ en-US ] =
|
||
{
|
||
< "Templates" ; Default ; > ;
|
||
< "Documents" ; Default ; > ;
|
||
};
|
||
StringList [ x-comment ] =
|
||
{
|
||
< " " ; Default ; > ;
|
||
< " " ; Default ; > ;
|
||
};
|
||
};
|
||
ListBox LB_RIGHT_TYP
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 103 , 144 ) ;
|
||
Size = MAP_APPFONT ( 94 , 55 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
CurPos = 1 ;
|
||
StringList [ de ] =
|
||
{
|
||
< "Dokumentvorlagen" ; Default ; > ;
|
||
< "Dokumente" ; Default ; > ;
|
||
};
|
||
StringList [ en-US ] =
|
||
{
|
||
< "Templates" ; Default ; > ;
|
||
< "Documents" ; Default ; > ;
|
||
};
|
||
StringList [ x-comment ] =
|
||
{
|
||
< " " ; Default ; > ;
|
||
< " " ; Default ; > ;
|
||
};
|
||
};
|
||
Control LB_LEFT
|
||
{
|
||
HelpId = HID_CTL_ORGANIZER_LEFT ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 3 , 6 ) ;
|
||
Size = MAP_APPFONT ( 94 , 132 ) ;
|
||
TabStop = TRUE ;
|
||
ClipChildren = TRUE ;
|
||
};
|
||
Control LB_RIGHT
|
||
{
|
||
HelpId = HID_CTL_ORGANIZER_RIGHT ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 103 , 6 ) ;
|
||
Size = MAP_APPFONT ( 94 , 132 ) ;
|
||
TabStop = TRUE ;
|
||
ClipChildren = TRUE ;
|
||
};
|
||
Accelerator ACC_EDIT
|
||
{
|
||
ItemList =
|
||
{
|
||
AcceleratorItem
|
||
{
|
||
Identifier = ID_NEW ;
|
||
Key = KeyCode
|
||
{
|
||
Code = KEY_INSERT ;
|
||
};
|
||
};
|
||
AcceleratorItem
|
||
{
|
||
Identifier = ID_DELETE ;
|
||
Key = KeyCode
|
||
{
|
||
Code = KEY_DELETE ;
|
||
};
|
||
};
|
||
};
|
||
};
|
||
MenuButton BTN_EDIT
|
||
{
|
||
Pos = MAP_APPFONT ( 205 , 23 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text [ de ] = "~Befehle" ;
|
||
Text [ en-US ] = "Commands" ;
|
||
TabStop = TRUE ;
|
||
ButtonMenu = Menu
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = ID_NEW ;
|
||
HelpId = HID_ORGANIZE_NEW ;
|
||
Text [ de ] = "~Neu" ;
|
||
Text [ en-US ] = "~New" ;
|
||
AccelKey = KeyCode
|
||
{
|
||
Code = KEY_INSERT ;
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_DELETE ;
|
||
HelpId = HID_ORGANIZE_DELETE ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen : ~L<>schen */
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen : ~L<>schen */
|
||
Text [ de ] = "~Löschen" ;
|
||
Text [ en-US ] = "~Delete" ;
|
||
AccelKey = KeyCode
|
||
{
|
||
Code = KEY_DELETE ;
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_EDIT ;
|
||
HelpId = HID_ORGANIZE_EDIT ;
|
||
Text [ de ] = "~Bearbeiten" ;
|
||
Text [ en-US ] = "~Edit" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Separator = TRUE ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_COPY_FROM ;
|
||
HelpId = HID_ORGANIZE_COPY_FROM ;
|
||
Text [ de ] = "Vorlage ~importieren..." ;
|
||
Text [ en-US ] = "Import Template..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_COPY_TO ;
|
||
HelpId = HID_ORGANIZE_COPY_TO ;
|
||
Text [ de ] = "Vorlage ~exportieren..." ;
|
||
Text [ en-US ] = "Export Template..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Separator = TRUE ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_PRINT ;
|
||
HelpId = HID_ORGANIZE_PRINT ;
|
||
Text [ de ] = "~Drucken" ;
|
||
Text [ en-US ] = "~Print" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_PRINTER_SETUP ;
|
||
HelpId = HID_ORGANIZE_PRINTER_SETUP ;
|
||
Text [ de ] = "Druckereinstellun~gen..." ;
|
||
Text [ en-US ] = "Printer Settings..." ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Separator = TRUE ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_RESCAN ;
|
||
HelpId = HID_ORGANIZE_RESCAN ;
|
||
Text [ de ] = "~Aktualisieren" ;
|
||
Text [ en-US ] = "Update" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
MenuItem
|
||
{
|
||
Separator = TRUE ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_DEFAULT_TEMPLATE ;
|
||
HelpId = HID_ORGANIZE_STDTEMPLATE_ADD ;
|
||
Text [ de ] = "Als S~tandardvorlage setzen" ;
|
||
Text [ en-US ] = "Set As Default Template" ;
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = ID_RESET_DEFAULT_TEMPLATE ;
|
||
HelpId = HID_ORGANIZE_STDTEMPLATE_DEL ;
|
||
Text [ de ] = "~Standardvorlage zurücksetzen" ;
|
||
Text [ en-US ] = "Reset Default Template" ;
|
||
};
|
||
};
|
||
};
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
Image IMG_OPENED_FOLDER
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "folderop.bmp" ; } ;
|
||
};
|
||
Image IMG_CLOSED_FOLDER
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "foldercl.bmp" ; } ;
|
||
};
|
||
Image IMG_OPENED_DOC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;
|
||
};
|
||
Image IMG_CLOSED_DOC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "doccl.bmp" ; } ;
|
||
};
|
||
Image IMG_OPENED_FOLDER_HC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "folderop_h.bmp" ; } ;
|
||
};
|
||
Image IMG_CLOSED_FOLDER_HC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "foldercl_h.bmp" ; } ;
|
||
};
|
||
Image IMG_OPENED_DOC_HC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "doccl_h.bmp" ; } ;
|
||
};
|
||
Image IMG_CLOSED_DOC_HC
|
||
{
|
||
MASKCOLOR ;
|
||
ImageBitmap = Bitmap { File = "doccl_h.bmp" ; } ;
|
||
};
|
||
/* FixedText FT_DEFAULT_TEMPLATE_LABEL
|
||
{
|
||
Pos = MAP_APPFONT ( 3 , 161 ) ;
|
||
Size = MAP_APPFONT ( 61 , 10 ) ;
|
||
Text [ de ] = "Standardvorlage:" ;
|
||
Text [ en-US ] = "Default template:" ;
|
||
};
|
||
FixedText FT_DEFAULT_TEMPLATE
|
||
{
|
||
Pos = MAP_APPFONT ( 66 , 161 ) ;
|
||
Size = MAP_APPFONT ( 131 , 10 ) ;
|
||
};*/
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
// ********************************************************************** EOF
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|