Files
loongoffice/svx/source/options/optinet2.src
Hans-Joachim Lankenau e014927e23 #i10000# adopt to ISO codes
2004-06-28 16:15:44 +00:00

962 lines
28 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: optinet2.src,v $
*
* $Revision: 1.82 $
*
* last change: $Author: hjs $ $Date: 2004-06-28 17:09:17 $
*
* 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 <sfx2/sfx.hrc>
#include "helpid.hrc"
#include "dialogs.hrc"
#include "optinet2.hrc"
// pragma -------------------------------------------------------------------
/************************************************************************/
/* */
/* Proxy server */
/* */
/************************************************************************/
TabPage RID_SVXPAGE_INET_PROXY
{
HelpId = HID_OPTIONS_PROXY ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Text [ de ] = "Proxy" ;
Text [ en-US ] = "Proxy" ;
Text [ x-comment ] = " ";
#define GB_TYPES_TOP 3
#define GB_TYPES_LEFT 6
FixedLine GB_SETTINGS
{
Pos = MAP_APPFONT ( GB_TYPES_LEFT , GB_TYPES_TOP ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Einstellungen" ;
Text [ en-US ] = "Settings" ;
Text [ x-comment ] = " ";
};
FixedText FT_PROXYMODE
{
Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 13 ) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
Text [ de ] = "Pro~xy-Server" ;
Text [ en-US ] = "Proxy s~erver" ;
Text [ x-comment ] = " ";
};
ListBox LB_PROXYMODE
{
Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 11 ) ;
Size = MAP_APPFONT ( 49 , 48 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Keine" ; > ;
< "Manuell" ; > ;
};
StringList [ x-comment ] =
{
< "; Keine" ; > ;
< "; Manuell" ; > ;
};
StringList [ en-US ] =
{
< "None" ; > ;
< "Manual" ; > ;
};
};
String ST_PROXY_FROM_BROWSER
{
Text [ de ] = "Browsereinstellungen verwenden";
Text [ en-US ] = "Use browser settings";
};
FixedText FT_HTTP_PROXY
{
Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 29 ) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
Text[ de ] = "~Http-Proxy" ;
Text [ en-US ] = "HT~TP proxy" ;
};
Edit ED_HTTP_PROXY
{
Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 27 ) ;
Size = MAP_APPFONT ( 123 , 12 ) ;
Border = TRUE ;
};
#define FT_PORT_WIDTH 37
#define ED_PORT_WIDTH 20
#define ED_PORT_COL 229
FixedText FT_HTTP_PORT
{
Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 29 ) ;
Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
Right = TRUE;
Text [ de ] = "~Port" ;
Text [ en-US ] = "~Port" ;
Text [ x-comment ] = " ";
};
Edit ED_HTTP_PORT
{
Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 27 ) ;
Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
Border = TRUE ;
};
FixedText FT_FTP_PROXY
{
Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 45 ) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
Text [ de ] = "~Ftp-Proxy" ;
Text [ en-US ] = "~FTP proxy" ;
};
Edit ED_FTP_PROXY
{
Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 43 ) ;
Size = MAP_APPFONT ( 123 , 12 ) ;
Border = TRUE ;
};
FixedText FT_FTP_PORT
{
Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 45 ) ;
Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
Right = TRUE;
Text [ de ] = "P~ort" ;
Text [ en-US ] = "P~ort" ;
Text [ x-comment ] = " ";
};
Edit ED_FTP_PORT
{
Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 43 ) ;
Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
Border = TRUE ;
};
FixedText FT_SOCKS_PROXY
{
Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 61 ) ;
Size = MAP_APPFONT ( 50 , 10 ) ;
Text [ de ]= "~Socks-Proxy" ;
Text [ en-US ] = "~SOCKS proxy" ;
};
Edit ED_SOCKS_PROXY
{
Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 59 ) ;
Size = MAP_APPFONT ( 123 , 12 ) ;
Border = TRUE ;
};
FixedText FT_SOCKS_PORT
{
Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 61 ) ;
Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
Right = TRUE;
Text [ de ] = "Po~rt" ;
Text [ en-US ] = "Po~rt" ;
Text [ x-comment ] = " ";
};
Edit ED_SOCKS_PORT
{
Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 59 ) ;
Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
Border = TRUE ;
};
FixedText FT_NOPROXYFOR
{
Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ;
Size = MAP_APPFONT ( 50 , 8 ) ;
Text [ de ] = "~Kein Proxy f�r" ;
Text [ en-US ] = "~No proxy for:" ;
Text [ x-comment ] = " ";
};
Edit ED_NOPROXYFOR
{
Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ;
Size = MAP_APPFONT ( 123 , 12 ) ;
Border = TRUE ;
};
FixedText ED_NOPROXYDESC
{
Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ;
Size = MAP_APPFONT ( 56 , 8 ) ;
Text [ de ] = "Trennzeichen ;" ;
Text [ en-US ] = "Separator ;" ;
Text [ x-comment ] = " ";
};
FixedLine GB_DNS
{
Pos = MAP_APPFONT( 6, 94 );
Size = MAP_APPFONT( 248, 8 );
Text [ de ] = "DNS Server" ;
Text [ en-US ] = "DNS server" ;
Text [ x-comment ] = " ";
};
RadioButton RB_DNS_AUTO
{
Pos = MAP_APPFONT( 12, 105 );
Size = MAP_APPFONT( 236, 10 );
Text [ de ] = "~Automatisch" ;
Text [ en-US ] = "~Automatic" ;
Text [ x-comment ] = " ";
};
RadioButton RB_DNS_MANUAL
{
Pos = MAP_APPFONT( 12, 118 );
Size = MAP_APPFONT( 75, 10 );
Text [ de ] = "~Manuell" ;
Text [ en-US ] = "~Manual" ;
Text [ x-comment ] = " ";
};
PatternField ED_DNS
{
Pos = MAP_APPFONT( 90, 116 );
Size = MAP_APPFONT( 66, 12 );
Border = TRUE ;
LiteralMask = " . . . " ;
EditMask = "nnnLnnnLnnnLnnn" ;
StrictFormat = TRUE ;
};
String ST_MSG_255_0
{
Text [ de ] = " ist kein g�ltiger Eintrag f�r dieses Feld. Bitte geben sie einen Wert zwischen 0 und 255 an." ;
Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ;
Text [ x-comment ] = " ";
};
String ST_MSG_255_1
{
Text [ de ] = " ist kein g�ltiger Eintrag f�r dieses Feld. Bitte geben sie einen Wert zwischen 1 und 255 an." ;
Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ;
Text [ x-comment ] = " ";
};
};
/************************************************************************/
/* */
/* Suche */
/* */
/************************************************************************/
TabPage RID_SVXPAGE_INET_SEARCH
{
HelpId = HID_OPTIONS_SEARCH ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Text [ de ] = "Suche" ;
Text [ en-US ] = "Search" ;
#define GB_SEARCH_LEFT 6
#define GB_SEARCH_TOP 3
FixedLine GB_SEARCH
{
Pos = MAP_APPFONT ( GB_SEARCH_LEFT , GB_SEARCH_TOP ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Suchen in" ;
Text [ en-US ] = "Search in" ;
Text [ x-comment ] = " ";
};
ListBox LB_SEARCH
{
Pos = MAP_APPFONT ( 12 , GB_SEARCH_TOP + 11 ) ;
Size = MAP_APPFONT ( 44 , 120 ) ;
Border = TRUE ;
AutoHScroll = TRUE;
};
#define LABEL_START_XPOS (GB_SEARCH_LEFT + 6 + 44 + 3 )
#define LABEL_LEN 46
#define EDIT_START_XPOS (LABEL_START_XPOS + LABEL_LEN + 3)
FixedText FT_SEARCH_NAME
{
Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 12 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "~Name" ;
Text [ en-US ] = "~Name" ;
Text [ x-comment ] = " ";
};
Edit ED_SEARCH_NAME
{
Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 11 ) ;
Size = MAP_APPFONT ( 140 , 12 ) ;
Border = TRUE ;
};
FixedText FT_SEARCH
{
Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 27 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "Art" ;
Text [ en-US ] = "Type" ;
Text [ x-comment ] = " ";
};
RadioButton RB_AND
{
Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 27 ) ;
Size = MAP_APPFONT ( 44 , 10 ) ;
Check = TRUE ;
Text [ de ] = "~Und" ;
Text [ en-US ] = "And" ;
Text [ x-comment ] = " ";
};
RadioButton RB_OR
{
Pos = MAP_APPFONT ( EDIT_START_XPOS + 44 + 3 , GB_SEARCH_TOP + 27 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text [ de ] = "Ode~r" ;
Text [ en-US ] = "~Or" ;
Text [ x-comment ] = " ";
};
RadioButton RB_EXACT
{
Pos = MAP_APPFONT ( EDIT_START_XPOS + 44 + 3 + 45 + 3 , GB_SEARCH_TOP + 27 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
Text [ de ] = "E~xakt" ;
Text [ en-US ] = "E~xact" ;
Text [ x-comment ] = " ";
};
FixedText FT_URL
{
Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 42 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "~Pr�fix" ;
Text [ en-US ] = "~Prefix" ;
Text [ x-comment ] = " ";
};
Edit ED_URL
{
Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 41 ) ;
Size = MAP_APPFONT ( 140 , 12 ) ;
Border = TRUE ;
};
FixedText FT_POSTFIX
{
Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 58 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "Su~ffix" ;
Text [ en-US ] = "Su~ffix" ;
Text [ x-comment ] = " ";
};
Edit ED_POSTFIX
{
Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 57 ) ;
Size = MAP_APPFONT ( 140 , 12 ) ;
Border = TRUE ;
};
FixedText FT_SEPARATOR
{
Pos = MAP_APPFONT ( LABEL_START_XPOS , GB_SEARCH_TOP + 74 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "~Trenner" ;
Text [ en-US ] = "~Separator" ;
Text [ x-comment ] = " ";
};
Edit ED_SEPARATOR
{
Pos = MAP_APPFONT ( EDIT_START_XPOS , GB_SEARCH_TOP + 73 ) ;
Size = MAP_APPFONT ( 42 , 12 ) ;
Border = TRUE ;
};
FixedText FT_CASE
{
Pos = MAP_APPFONT ( LABEL_START_XPOS, GB_SEARCH_TOP + 90 ) ;
Size = MAP_APPFONT ( LABEL_LEN , 10 ) ;
Text [ de ] = "~Schreibstil" ;
Text [ en-US ] = "~Case match" ;
Text [ x-comment ] = " ";
};
ListBox ED_CASE
{
Pos = MAP_APPFONT ( EDIT_START_XPOS, GB_SEARCH_TOP + 89 ) ;
Size = MAP_APPFONT ( 42 , 48 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Keiner" ; > ;
< "Gro�" ; > ;
< "Klein" ; > ;
};
StringList [ en-US ] =
{
< "None" ; > ;
< "Upper" ; > ;
< "Lower" ; > ;
};
StringList [ x-comment ] =
{
< " " ; > ;
< " " ; > ;
< " " ; > ;
};
};
// nicht �bersetzen !
PushButton PB_NEW
{
Pos = MAP_APPFONT ( 39 , 158 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "N~eu" ;
Text [ en-US ] = "N~ew";
};
PushButton PB_ADD
{
Pos = MAP_APPFONT ( 92 , 158 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "H~inzuf�gen" ;
Text [ en-US ] = "~Add" ;
Text [ x-comment ] = " ";
};
PushButton PB_CHANGE
{
Pos = MAP_APPFONT ( 145 , 158 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~�ndern" ;
Text [ en-US ] = "~Modify" ;
Text [ x-comment ] = " ";
};
PushButton PB_DELETE
{
Pos = MAP_APPFONT ( 198 , 158 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~L�schen" ;
Text [ en-US ] = "~Delete" ;
Text [ x-comment ] = " ";
};
String MSG_MODIFY
{
Text [ de ] = "M�chten Sie die aktuelle �nderung �bernehmen?" ;
Text [ en-US ] = "Do you want to accept the current modification?";
};
Text [ x-comment ] = " ";
};
/************************************************************************/
/* */
/* Scripting */
/* */
/************************************************************************/
#define GB_SCRIPT_EXEC_X 6
#define GB_SCRIPT_EXEC_Y 3
#define FL_HYPERLINKS_Y 106
#define GB_JAVA_Y 130
TabPage RID_SVXPAGE_INET_SCRIPTING
{
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Text [ de ] = "Scripting" ;
Text [ en-US ] = "Scripting" ;
Text [ x-comment ] = " ";
FixedLine GB_STARBASIC
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X , GB_SCRIPT_EXEC_Y ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "%PRODUCTNAME Basic-Script" ;
Text [ en-US ] = "%PRODUCTNAME Basic Script" ;
Text [ x-comment ] = " ";
};
FixedImage FI_EXECMACRO
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X - 1, GB_SCRIPT_EXEC_Y + 14 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_EXEC_MACRO
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 6 , GB_SCRIPT_EXEC_Y + 13 ) ;
Size = MAP_APPFONT ( 53 , 8 ) ;
Text [ de ] = "~Makro ausf�hren" ;
Text [ en-US ] = "~Run macro";
};
ListBox LB_EXEC_MACRO
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 60 , GB_SCRIPT_EXEC_Y + 11 ) ;
Size = MAP_APPFONT ( 90 , 48 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Niemals" ; > ;
< "Gem�� Pfadliste" ; > ;
< "Immer" ; > ;
};
StringList [ x-comment ] =
{
< "; Nie" ; > ;
< "; Gem�� Pfadliste" ; > ;
< "; Immer" ; > ;
};
StringList [ en-US ] =
{
< "Never" ; > ;
< "According to path list" ; > ;
< "Always" ; > ;
};
};
FixedImage FI_CONFIRM
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 59, GB_SCRIPT_EXEC_Y + 28 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_CONFIRM
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 66 , GB_SCRIPT_EXEC_Y + 27 ) ;
Size = MAP_APPFONT ( 176 , 10 ) ;
Text [ de ] = "~Nachfragen bei anderen Dokumentquellen" ;
Text [ en-US ] = "C~onfirm in case of other document sources";
};
FixedImage FI_WARNING
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 59 , GB_SCRIPT_EXEC_Y + 41 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_WARNING
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 66 , GB_SCRIPT_EXEC_Y + 40 ) ;
Size = MAP_APPFONT ( 176 , 10 ) ;
Text [ de ] = "~Vor Ausf�hrung immer warnen" ;
Text [ en-US ] = "Show ~warning before running";
};
FixedImage FI_SCRIPTEXEC
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X -1 , GB_SCRIPT_EXEC_Y + 56 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_PATH_LIST
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 6 , GB_SCRIPT_EXEC_Y + 55 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text [ de ] = "Pfa~dliste" ;
Text [ en-US ] = "~Path list";
};
ListBox LB_SCRIPT_EXEC
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 60 , GB_SCRIPT_EXEC_Y + 53 ) ;
Size = MAP_APPFONT ( 119 , 28 ) ;
Border = TRUE ;
Sort = TRUE ;
// #98647# ---------------------------------------------
AutoHScroll = TRUE;
};
PushButton PB_SCRIPT_DELETE
{
Pos = MAP_APPFONT ( 188 , GB_SCRIPT_EXEC_Y + 53 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~L�schen" ;
Text [ en-US ] = "~Delete" ;
Text [ x-comment ] = " ";
};
PushButton PB_SCRIPT_DEFAULT
{
Pos = MAP_APPFONT ( 188 , GB_SCRIPT_EXEC_Y + 70 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Standard" ;
Text [ en-US ] = "D~efault" ;
Text [ x-comment ] = " ";
};
FixedText FT_NEW_PATH
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 6 , GB_SCRIPT_EXEC_Y + 89 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text [ de ] = "N~euer Pfad" ;
Text [ en-US ] = "New pa~th";
};
Edit ED_SCRIPT_EXEC
{
Pos = MAP_APPFONT ( GB_SCRIPT_EXEC_X + 60 , GB_SCRIPT_EXEC_Y + 88 ) ;
Size = MAP_APPFONT ( 119 , 12 ) ;
Border = TRUE ;
};
PushButton PB_SCRIPT_INSERT
{
Pos = MAP_APPFONT ( 188 , GB_SCRIPT_EXEC_Y + 87 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "H~inzuf�gen" ;
Text [ en-US ] = "~Add" ;
Text [ x-comment ] = " ";
};
FixedLine FL_HYPERLINKS
{
Pos = MAP_APPFONT ( 6 , FL_HYPERLINKS_Y ) ;
Size = MAP_APPFONT ( 248, 8 ) ;
Text [ de ] = "Hyperlinks" ;
Text [ en-US ] = "Hyperlinks";
};
FixedImage FI_HYPERLINKS
{
Pos = MAP_APPFONT ( 5, FL_HYPERLINKS_Y + 13 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_HYPERLINKS
{
Pos = MAP_APPFONT ( 12 , FL_HYPERLINKS_Y + 12 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text [ de ] = "H~yperlinks �ffnen" ;
Text [ en-US ] = "Open h~yperlinks" ;
};
ListBox LB_HYPERLINKS
{
Pos = MAP_APPFONT ( 66 , FL_HYPERLINKS_Y + 10 ) ;
Size = MAP_APPFONT ( 90 , 48 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Niemals" ; > ;
< "Mit Sicherheits�berpr�fung" ; > ;
< "Immer" ; > ;
};
StringList [ en-US ] =
{
< "Never" ; > ;
< "With security check" ; > ;
< "Always" ; > ;
};
StringList [ x-comment ] =
{
< "; Niemals" ; > ;
< "; Mit Sicherheits�berpr�fung" ; > ;
< "; Immer" ; > ;
};
};
FixedLine FL_JAVA
{
Pos = MAP_APPFONT ( 6 , GB_JAVA_Y ) ;
Size = MAP_APPFONT ( 179, 8 ) ;
Text [ de ] = "Java" ;
Text [ en-US ] = "Java";
};
FixedImage FI_JAVAENABLE
{
Pos = MAP_APPFONT ( 5 , GB_JAVA_Y + 12 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_J_ENABLE
{
Pos = MAP_APPFONT ( 12 , GB_JAVA_Y + 11 ) ;
Size = MAP_APPFONT ( 51 , 10 ) ;
Text [ de ] = "~freischalten" ;
Text [ en-US ] = "~Enable" ;
Text [ x-comment ] = " ";
};
FixedImage FI_JAVASECURITY
{
Pos = MAP_APPFONT ( 59, GB_JAVA_Y + 12 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_J_SECURITY
{
Pos = MAP_APPFONT ( 66 , GB_JAVA_Y + 11 ) ;
Size = MAP_APPFONT ( 108 , 10 ) ;
Text [ de ] = "Sicherhei~ts�berpr�fungen";
Text [ en-US ] = "~Security checks";
Text [ x-comment ] = " ";
};
FixedImage FI_NETACCESS
{
Pos = MAP_APPFONT ( 5 , GB_JAVA_Y + 27 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_NETACCESS
{
Pos = MAP_APPFONT ( 12 , GB_JAVA_Y + 26 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text [ de ] = "Netzz~ugriff" ;
Text [ en-US ] = "Net ~access" ;
Text [ x-comment ] = " ";
};
ListBox LB_NETACCESS
{
Pos = MAP_APPFONT ( 66 , GB_JAVA_Y + 24 ) ;
Size = MAP_APPFONT ( 66 , 48 ) ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Uneingeschr�nkt" ; > ;
< "Keinen" ; > ;
< "Rechner" ; > ;
};
StringList [ en-US ] =
{
< "Unrestricted" ; > ;
< "None" ; > ;
< "Host" ; > ;
};
StringList [ x-comment ] =
{
< " " ; > ;
< " " ; > ;
< " " ; > ;
};
};
FixedImage FI_CLASSPATH
{
Pos = MAP_APPFONT ( 5, GB_JAVA_Y + 42 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_CLASSPATH
{
Pos = MAP_APPFONT ( 12 , GB_JAVA_Y + 41 ) ;
Size = MAP_APPFONT ( 51 , 8 ) ;
Text [ de ] = "~ClassPath" ;
Text [ en-US ] = "~ClassPath" ;
Text [ x-comment ] = "; EM18.7.01 (laut AS) Java Variable: This must left the same as German";
};
Edit ED_CLASSPATH
{
Pos = MAP_APPFONT ( 66 , GB_JAVA_Y + 39 ) ;
Size = MAP_APPFONT ( 66 , 12 ) ;
Border = TRUE ;
};
PushButton PB_CLASSPATH
{
Pos = MAP_APPFONT ( 135 , GB_JAVA_Y + 38 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Durchsuchen...";
Text [ en-US ] = "~Browse..." ;
};
FixedLine FL_SEPARATOR
{
Pos = MAP_APPFONT ( 188 , GB_JAVA_Y + 11 ) ;
Size = MAP_APPFONT ( 2 , 52 ) ;
Vert = TRUE;
};
FixedLine GB_EXECUTE
{
Pos = MAP_APPFONT ( 193 , GB_JAVA_Y ) ;
Size = MAP_APPFONT ( 61 , 8 ) ;
Text [ de ] = "Freischalten" ;
Text [ en-US ] = "E~nable" ;
Text [ x-comment ] = " ";
};
FixedImage FI_EXECPLUG
{
Pos = MAP_APPFONT ( 190 , GB_JAVA_Y + 12 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_EXECUTE_PLUGINS
{
Pos = MAP_APPFONT ( 197 , GB_JAVA_Y + 11 ) ;
Size = MAP_APPFONT ( 54 , 10 ) ;
Text [ de ] = "~PlugIns" ;
Text [ en-US ] = "Plug-ins" ;
Text [ x-comment ] = " ";
};
FixedImage FI_EXEAPPLETS
{
Pos = MAP_APPFONT ( 190 , GB_JAVA_Y + 25 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
CheckBox CB_EXECUTE_APPLETS
{
Pos = MAP_APPFONT ( 197 , GB_JAVA_Y + 24 ) ;
Size = MAP_APPFONT ( 54 , 10 ) ;
Text [ de ] = "~Applets" ;
Text [ en-US ] = "Applets";
};
};
ErrorBox RID_SVXERR_OPT_PROXYPORTS
{
BUTTONS = WB_OK ;
Message [ de ] = "Ung�ltiger Wert!\n\nDer H�chstwert einer Portnummer ist 65535.";
Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
Message [ x-comment ] = " ";
};
// RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------
ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
{
OutputSize = TRUE;
Size = MAP_APPFONT( 150, 81 );
Moveable = TRUE;
Closeable = TRUE;
FixedImage IMG_JSCPT_WARNING
{
Pos = MAP_APPFONT( 6, 6 );
Size = MAP_APPFONT( 30, 30 );
};
FixedText FT_JSCPT_WARNING
{
Pos = MAP_APPFONT( 39, 6 );
Size = MAP_APPFONT( 195, 36 );
WordBreak = TRUE;
Text [ de ] = "Bitte bedenken Sie, dass sie mit Java\nauch Javascript abschalten.\n\nWollen Sie Java trotzdem abschalten?";
Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
Text [ x-comment ] = " ";
};
CheckBox CB_JSCPT_DISABLE
{
Pos = MAP_APPFONT( 39, 45 );
Size = MAP_APPFONT( 195, 12 );
Hide = TRUE;
Text [ de ] = "~Diese Warnung in Zukunft nicht mehr anzeigen";
Text [ en-US ] = "~Don't show warning again";
Text [ x-comment ] = " ";
};
OKButton BTN_JSCPT_YES
{
Pos = MAP_APPFONT( 41, 61 );
Size = MAP_APPFONT( 50, 14 );
};
CancelButton BTN_JSCPT_NO
{
Pos = MAP_APPFONT( 94, 61 );
Size = MAP_APPFONT( 50, 14 );
DefButton = TRUE;
};
};
// *******************************************************************
TabPage RID_SVXPAGE_INET_MAIL
{
HelpID = HID_OPTIONS_MAIL ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
Hide = TRUE ;
FixedLine FL_MAIL
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Versenden von Dokumenten als E-Mail-Anhang" ;
Text [ en-US ] = "Sending documents as e-mail attachments";
};
FixedImage FI_MAILERURL
{
Pos = MAP_APPFONT ( 5 , 21 ) ;
Size = MAP_APPFONT ( 6 , 6 ) ;
Hide = TRUE;
};
FixedText FT_MAILERURL
{
Pos = MAP_APPFONT ( 14 , 20 ) ;
Size = MAP_APPFONT ( 40 , 8 ) ;
Text [ de ] = "~E-Mail-Programm" ;
Text [ en-US ] = "~E-mail program";
};
Edit ED_MAILERURL
{
Pos = MAP_APPFONT ( 60 , 18 ) ;
Size = MAP_APPFONT ( 173 , 12 ) ;
Border = TRUE;
};
PushButton PB_MAILERURL
{
Pos = MAP_APPFONT ( 239 , 18 ) ;
Size = MAP_APPFONT ( 12 , 12 ) ;
Text = "..." ;
};
String STR_DEFAULT_FILENAME
{
Text [ de ] = "Alle Dateien (*.*)" ;
Text [ en-US ] = "All files (*.*)" ;
};
};
// ******************************************************************* EOF