Files
loongoffice/sfx2/source/dialog/cfg.src
Oliver Bolte c5fad62d6e INTEGRATION: CWS docking1 (1.33.40); FILE MERGED
2004/06/30 12:52:16 toconnor 1.33.40.1: #i20055# - allow accelerator tab page to be created via
SfxAbstractDialogFactory and change dimensions to fit new Customize dialog
2004-07-06 15:53:06 +00:00

721 lines
20 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: cfg.src,v $
*
* $Revision: 1.35 $
*
* last change: $Author: obo $ $Date: 2004-07-06 16:53:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
*
* - GNU Lesser General Public License Version 2.1
* - Sun Industry Standards Source License Version 1.1
*
* Sun Microsystems Inc., October, 2000
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2000 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
*
*
* Sun Industry Standards Source License Version 1.1
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.1 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://www.openoffice.org/license.html.
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2000 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
*
************************************************************************/
// include ---------------------------------------------------------------
#include "helpid.hrc"
#include "dialog.hrc"
#include "cfg.hrc"
// pragma ----------------------------------------------------------------
#define PUSHBUTTON_TEXT_SAVE \
Text [ de ] = "~Speichern..." ; \
Text [ en-US ] = "~Save..." ; \
Text [ x-comment ] = " ";
#define PUSHBUTTON_TEXT_RESET \
Text [ de ] = "Zur~�cksetzen" ; \
Text [ en-US ] = "R~eset" ; \
Text [ x-comment ] = " ";
#define PUSHBUTTON_TEXT_LOAD \
/* ### ACHTUNG: Neuer Text in Resource? La~den... : ~Laden... */\
Text [ de ] = "La~den..." ; \
Text [ en-US ] = "~Load..." ; \
Text [ x-comment ] = " ";
#define PUSHBUTTON_TEXT_REMOVE \
/* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */\
Text [ de ] = "~L�schen" ; \
Text [ en-US ] = "~Delete" ; \
Text [ x-comment ] = " ";
#define PUSHBUTTON_TEXT_CHANGE \
/* ### ACHTUNG: Neuer Text in Resource? ~�ndern : ~�ndern */\
Text [ de ] = "~�ndern" ; \
Text [ en-US ] = "~Modify" ; \
Text [ x-comment ] = " ";
#define PUSHBUTTON_TEXT_NEW \
Text [ de ] = "~Neu" ; \
Text [ en-US ] = "~New" ; \
Text [ x-comment ] = " ";
#define FIXEDTEXT_TEXT_GROUP \
Text [ de ] = "~Bereich" ; \
Text [ en-US ] = "~Category" ; \
Text [ x-comment ] = " ";
#define FIXEDTEXT_TEXT_FUNCTION \
Text [ de ] = "~Funktion" ; \
Text [ en-US ] = "Function" ; \
Text [ x-comment ] = " ";
#define GROUPBOX_TEXT_FUNCTIONS \
Text [ de ] = "Funktionen" ; \
Text [ en-US ] = "Functions" ; \
Text [ x-comment ] = " ";
// TP_CONFIG_MENU --------------------------------------------------------
TabPage TP_CONFIG_MENU
{
HelpId = HID_CONFIG_MENU ;
Hide = TRUE ;
Size = MAP_APPFONT ( 282 , 205 ) ;
FixedLine GRP_MN_MENU
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 214 , 8 ) ;
Text [ de ] = "Men�eintr�ge" ;
Text [ en-US ] = "Menu entries";
};
PushButton BTN_MN_NEW
{
Pos = MAP_APPFONT ( 226 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
PUSHBUTTON_TEXT_NEW
};
PushButton BTN_MN_NEWPOPUP
{
Pos = MAP_APPFONT ( 226 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "Neues ~Men�" ;
Text [ en-US ] = "New Men~u" ;
Text [ x-comment ] = " ";
};
PushButton BTN_MN_CHANGE
{
Pos = MAP_APPFONT ( 226 , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
PUSHBUTTON_TEXT_CHANGE
};
PushButton BTN_MN_REMOVE
{
Pos = MAP_APPFONT ( 226 , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_REMOVE
};
ImageButton BTN_MN_UP
{
Pos = MAP_APPFONT ( 244 , 77 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_UP ;
};
ImageButton BTN_MN_DOWN
{
Pos = MAP_APPFONT ( 244 , 94 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
TabStop = TRUE ;
Symbol = IMAGEBUTTON_ARROW_DOWN ;
};
PushButton BTN_RESET
{
Pos = MAP_APPFONT ( 226 , 189 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_RESET
};
PushButton BTN_LOAD
{
Pos = MAP_APPFONT ( 226 , 155 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_LOAD
};
PushButton BTN_SAVE
{
TabStop = TRUE ;
Group = TRUE ;
Pos = MAP_APPFONT ( 226 , 172 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
PUSHBUTTON_TEXT_SAVE
};
Control BOX_MN_ENTRIES
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 202 , 90 ) ;
TabStop = TRUE ;
HelpId = HID_MENUCONFIG_LISTBOX ;
};
FixedLine GRP_FUNCTIONS
{
Pos = MAP_APPFONT ( 6 , 110 ) ;
Size = MAP_APPFONT ( 214 , 8 ) ;
Group = TRUE ;
GROUPBOX_TEXT_FUNCTIONS
Text [ en-US ] = "Functions" ;
Text [ de ] = "Funktionen" ;
Text [ x-comment ] = " ";
};
FixedText TXT_MN_GROUP
{
Pos = MAP_APPFONT ( 12 , 121 ) ;
Size = MAP_APPFONT ( 93 , 8 ) ;
Group = TRUE ;
Left = TRUE ;
FIXEDTEXT_TEXT_GROUP
Text [ en-US ] = "C~ategory" ;
Text [ de ] = "~Bereich" ;
Text [ x-comment ] = " ";
};
Control BOX_MN_GROUP
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 131 ) ;
Size = MAP_APPFONT ( 93 , 64 ) ;
TabStop = TRUE ;
HelpId = HID_CONFIGGROUP_LISTBOX ;
};
FixedText TXT_MN_FUNCTION
{
Pos = MAP_APPFONT ( 111 , 121 ) ;
Size = MAP_APPFONT ( 103 , 8 ) ;
Left = TRUE ;
FIXEDTEXT_TEXT_FUNCTION
};
Control BOX_MN_FUNCTION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 111 , 131 ) ;
Size = MAP_APPFONT ( 103 , 64 ) ;
TabStop = TRUE ;
HelpId = HID_CONFIGFUNCTION_LISTBOX ;
};
};
// TP_CONFIG_ACCEL -------------------------------------------------------
TabPage TP_CONFIG_ACCEL
{
HelpId = HID_CONFIG_ACCEL ;
Hide = TRUE ;
Size = MAP_APPFONT ( 244 , 258 ) ;
PushButton BTN_ACC_CHANGE
{
Pos = MAP_APPFONT ( 188 , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
PUSHBUTTON_TEXT_CHANGE
};
PushButton BTN_ACC_REMOVE
{
Pos = MAP_APPFONT ( 188 , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_REMOVE
};
RadioButton RB_OFFICE
{
Pos = MAP_APPFONT ( 188 , 6 ) ;
Size = MAP_APPFONT ( 50 , 10 ) ;
Text = "%PRODUCTNAME" ;
};
RadioButton RB_MODULE
{
Pos = MAP_APPFONT ( 188 , 19 ) ;
Size = MAP_APPFONT ( 50 , 10 ) ;
Text = "$(MODULE)" ;
};
FixedLine GRP_ACC_KEYBOARD
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 176 , 8 ) ;
Text [ de ] = "Tastenkombinationen" ;
Group = TRUE ;
Text [ en-US ] = "Shortcut keys";
};
Control BOX_ACC_ENTRIES
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 164 , 120 ) ;
TabStop = TRUE ;
Group = TRUE ;
HelpId = HID_ACCELCONFIG_LISTBOX ;
};
FixedLine GRP_ACC_FUNCTIONS
{
Pos = MAP_APPFONT ( 6 , 140 ) ;
Size = MAP_APPFONT ( 174 , 8 ) ;
Group = TRUE ;
GROUPBOX_TEXT_FUNCTIONS
};
FixedText TXT_ACC_GROUP
{
Pos = MAP_APPFONT ( 12 , 151 ) ;
Size = MAP_APPFONT ( 55 , 8 ) ;
Group = TRUE ;
Left = TRUE ;
FIXEDTEXT_TEXT_GROUP
};
Control BOX_ACC_GROUP
{
Border = TRUE ;
Pos = MAP_APPFONT ( 12 , 161 ) ;
Size = MAP_APPFONT ( 55 , 87 ) ;
TabStop = TRUE ;
HelpId = HID_CONFIGGROUP_ACC_LISTBOX ;
};
FixedText TXT_ACC_FUNCTION
{
Pos = MAP_APPFONT ( 73 , 151 ) ;
Size = MAP_APPFONT ( 57 , 8 ) ;
Left = TRUE ;
FIXEDTEXT_TEXT_FUNCTION
};
Control BOX_ACC_FUNCTION
{
Border = TRUE ;
Pos = MAP_APPFONT ( 73 , 161 ) ;
Size = MAP_APPFONT ( 57 , 87 ) ;
TabStop = TRUE ;
HelpId = HID_CONFIGFUNCTION_ACC_LISTBOX ;
};
FixedText TXT_ACC_KEY
{
Pos = MAP_APPFONT ( 136 , 151 ) ;
Size = MAP_APPFONT ( 40 , 8 ) ;
Text [ de ] = "~Tasten" ;
Text [ en-US ] = "~Keys" ;
Left = TRUE ;
Text [ x-comment ] = " ";
};
ListBox BOX_ACC_KEY
{
Border = TRUE ;
Pos = MAP_APPFONT ( 136 , 161 ) ;
Size = MAP_APPFONT ( 40 , 87 ) ;
TabStop = TRUE ;
};
PushButton BTN_RESET
{
Pos = MAP_APPFONT ( 188 , 242 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_RESET
};
PushButton BTN_LOAD
{
Pos = MAP_APPFONT ( 188 , 208 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_LOAD
};
PushButton BTN_SAVE
{
Pos = MAP_APPFONT ( 188 , 225 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_SAVE
};
};
// TP_CONFIG_STATBAR -----------------------------------------------------
TabPage TP_CONFIG_STATBAR
{
HelpId = HID_CONFIG_STATBAR ;
Hide = TRUE ;
Size = MAP_APPFONT ( 282 , 205 ) ;
FixedLine GRP_STATBAR
{
Group = TRUE ;
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 214 , 8 ) ;
Text [ de ] = "Statusleiste " ;
Text [ en-US ] = "Status bar " ;
Text [ x-comment ] = " ";
};
Control BOX_STATBAR_ENTRIES
{
Border = TRUE ;
ClipChildren = TRUE ;
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 202 , 185 ) ;
TabStop = TRUE ;
HelpId = HID_STATUSBARCONFIG_LISTBOX ;
};
PushButton BTN_RESET
{
Pos = MAP_APPFONT ( 226 , 189 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_RESET
};
PushButton BTN_LOAD
{
Pos = MAP_APPFONT ( 226 , 155 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_LOAD
};
PushButton BTN_SAVE
{
Pos = MAP_APPFONT ( 226 , 172 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
Group = TRUE ;
PUSHBUTTON_TEXT_SAVE
};
Bitmap CHKBTN_UNCHECKED { File = "chkun.bmp" ; };
Bitmap CHKBTN_CHECKED { File = "chkch.bmp" ; };
Bitmap CHKBTN_HICHECKED { File = "chkchhi.bmp" ; };
Bitmap CHKBTN_HIUNCHECKED { File = "chkunhi.bmp" ; };
Bitmap CHKBTN_TRISTATE { File = "chktri.bmp" ; };
Bitmap CHKBTN_HITRISTATE { File = "chktrihi.bmp" ; };
};
// DLG_CONFIG ------------------------------------------------------------
TabDialog DLG_CONFIG
{
OutputSize = TRUE ;
Text [ de ] = "Anpassen" ;
Text [ en-US ] = "Configuration" ;
Moveable = TRUE ;
SvLook = TRUE ;
TabControl 1
{
OutputSize = TRUE ;
PageList =
{
PageItem
{
Identifier = TP_CONFIG_MENU ;
/* ### ACHTUNG: Neuer Text in Resource? Men� : Men� */
/* ### ACHTUNG: Neuer Text in Resource? Men� : Men� */
Text [ de ] = "Men�" ;
PageResID = 300 ;
Text [ en-US ] = "Menu" ;
Text [ x-comment ] = " ";
};
PageItem
{
Identifier = TP_CONFIG_ACCEL ;
Text [ de ] = "Tastatur" ;
Text [ en-US ] = "Keyboard" ;
PageResID = 301 ;
Text [ x-comment ] = " ";
};
PageItem
{
Identifier = TP_CONFIG_STATBAR ;
Text [ de ] = "Statusleiste" ;
Text [ en-US ] = "Status Bar" ;
PageResID = 302 ;
Text [ x-comment ] = " ";
};
PageItem
{
Identifier = TP_CONFIG_OBJECTBAR ;
Text [ de ] = "Symbolleisten" ;
Text [ en-US ] = "Toolbars" ;
PageResID = 303 ;
Text [ x-comment ] = " ";
};
PageItem
{
Identifier = TP_CONFIG_EVENT ;
Text [ de ] = "Ereignisse" ;
Text [ en-US ] = "Events" ;
PageResID = 304 ;
Text [ x-comment ] = " ";
};
};
};
Text [ x-comment ] = " ";
};
// Strings ---------------------------------------------------------------
String STR_NEW
{
Text [ de ] = "Neu" ;
Text [ en-US ] = "New" ;
Text [ x-comment ] = " ";
};
String STR_OPEN
{
/* ### ACHTUNG: Neuer Text in Resource? �ffnen : �ffnen */
/* ### ACHTUNG: Neuer Text in Resource? �ffnen : �ffnen */
Text [ de ] = "�ffnen" ;
Text [ en-US ] = "Open" ;
Text [ x-comment ] = " ";
};
String STR_SAVE
{
Text [ de ] = "Speichern" ;
Text [ en-US ] = "Save" ;
Text [ x-comment ] = " ";
};
String STR_SAVEAS
{
Text [ de ] = "Speichern als" ;
Text [ en-US ] = "Save As" ;
Text [ x-comment ] = " ";
};
String STR_PRINT
{
Text [ de ] = "Drucken" ;
Text [ en-US ] = "Print" ;
Text [ x-comment ] = " ";
};
String STR_QUIT
{
Text [ de ] = "Beenden" ;
Text [ en-US ] = "Exit" ;
Text [ x-comment ] = " ";
};
String STR_CUT
{
Text [ de ] = "Ausschneiden" ;
Text [ en-US ] = "Cut" ;
Text [ x-comment ] = " ";
};
String STR_COPY
{
Text [ de ] = "Kopieren" ;
Text [ en-US ] = "Copy" ;
Text [ x-comment ] = " ";
};
String STR_PASTE
{
/* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */
/* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */
Text [ de ] = "Einf�gen" ;
Text [ en-US ] = "Paste" ;
Text [ x-comment ] = " ";
};
String STR_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" ;
Text [ x-comment ] = " ";
};
String STR_FIND
{
Text [ de ] = "Suchen" ;
Text [ en-US ] = "Search" ;
Text [ x-comment ] = " ";
};
String STR_FINDBACKWARD
{
/* ### ACHTUNG: Neuer Text in Resource? R�ckw�rts suchen : R�ckw�rts suchen */
/* ### ACHTUNG: Neuer Text in Resource? R�ckw�rts suchen : R�ckw�rts suchen */
Text [ de ] = "R�ckw�rts suchen" ;
Text [ en-US ] = "Search backward" ;
Text [ x-comment ] = " ";
};
String STR_PROPERTIES
{
Text [ de ] = "Eigenschaften" ;
Text [ en-US ] = "Properties" ;
Text [ x-comment ] = " ";
};
String STR_FRONT
{
Text [ de ] = "Nach vorn" ;
Text [ en-US ] = "To front" ;
Text [ x-comment ] = " ";
};
// MessageBoxes ----------------------------------------------------------
QueryBox QBX_MNUCFG_UNDEFINED_FUNCTIONS
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
/* ### ACHTUNG: Neuer Text in Resource? Es existieren noch undefinierte Funktionen (???).\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? : Es existieren noch undefinierte Funktionen (???).\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? */
/* ### ACHTUNG: Neuer Text in Resource? Es existieren noch undefinierte Funktionen (???).\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? : Es existieren noch undefinierte Funktionen (???).\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? */
Message [ de ] = "Es existieren noch undefinierte Funktionen (???).\n\nWollen Sie diese Konfiguration trotzdem �bernehmen?" ;
Message [ en-US ] = "There are still undefined functions (???).\n\nDo you want to accept the configuration anyway?" ;
Message [ x-comment ] = " ";
};
QueryBox QBX_MNUCFG_POPUP_FUNCTIONS
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
/* ### ACHTUNG: Neuer Text in Resource? Es existieren noch Eintr�ge mit Funktionen, die nur Popups zugewiesen werden k�nnen.\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? : Es existieren noch Eintr�ge mit Funktionen, die nur Popups zugewiesen werden k�nnen.\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? */
/* ### ACHTUNG: Neuer Text in Resource? Es existieren noch Eintr�ge mit Funktionen, die nur Popups zugewiesen werden k�nnen.\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? : Es existieren noch Eintr�ge mit Funktionen, die nur Popups zugewiesen werden k�nnen.\n\nWollen Sie diese Konfiguration trotzdem �bernehmen? */
Message [ de ] = "Es existieren noch Eintr�ge mit Funktionen, die nur Popups zugewiesen werden k�nnen.\n\nWollen Sie diese Konfiguration trotzdem �bernehmen?" ;
Message [ en-US ] = "There are still entries with functions that can only be assigned to pop-ups.\n\nContinue anyway?" ;
Message [ x-comment ] = " ";
};
InfoBox IBX_MNUCFG_ALREADY_INCLUDED
{
Message [ de ] = "Die Funktion ist bereits in diesem Popup enthalten." ;
Message [ en-US ] = "Function is already included in this popup." ;
Message [ x-comment ] = " ";
};
String STR_LOADMENUCONFIG
{
/* ### ACHTUNG: Neuer Text in Resource? Men�konfiguration laden : Men�konfiguration laden */
/* ### ACHTUNG: Neuer Text in Resource? Men�konfiguration laden : Men�konfiguration laden */
Text [ de ] = "Men�konfiguration laden" ;
Text [ en-US ] = "Load Menu Configuration" ;
Text [ x-comment ] = " ";
};
String STR_SAVEMENUCONFIG
{
Text [ de ] = "Men�konfiguration speichern" ;
Text [ en-US ] = "Save Menu Configuration" ;
};
String STR_LOADACCELCONFIG
{
Text [ de ] = "Tastaturkonfiguration laden" ;
Text [ en-US ] = "Load Keyboard Configuration" ;
Text [ x-comment ] = " ";
};
String STR_SAVEACCELCONFIG
{
Text [ de ] = "Tastaturkonfiguration speichern" ;
Text [ en-US ] = "Save Keyboard Configuration" ;
};
String STR_LOADSTATBARCONFIG
{
Text [ de ] = "Statusleistenkonfiguration laden" ;
Text [ en-US ] = "Load Status Bar Configuration" ;
Text [ x-comment ] = " ";
};
String STR_SAVESTATBARCONFIG
{
Text [ de ] = "Statusleistenkonfiguration speichern" ;
Text [ en-US ] = "Save Status Bar Configuration" ;
};
String STR_MENU
{
Text [ de ] = "Men�" ;
Text [ en-US ] = "Menu" ;
Text [ x-comment ] = " ";
};
String STR_TOOLBAR_SEPARATOR
{
Text [ de ] = "Trenner" ;
Text [ en-US ] = "Separator";
};
String STR_TOOLBAR_SPACE
{
Text [ de ] = "Unsichtbarer Trenner" ;
Text [ en-US ] = "Invisible separator";
};
String STR_FUNCTION_ALREADY_IN_TOOLBOX
{
Text [ de ] = "Die gew�nschte Funktion ist bereits in der aktuellen Symbolleiste vorhanden." ;
Text [ en-US ] = "The selected function is already on the current toolbar.";
};
// ********************************************************************** EOF