2004/04/27 16:32:30 hjs 1.2.158.1: #i8252# fix unmerge, isonames and no translatable strings
346 lines
9.8 KiB
Plaintext
346 lines
9.8 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: opthtml.src,v $
|
||
*
|
||
* $Revision: 1.3 $
|
||
*
|
||
* last change: $Author: hjs $ $Date: 2004-06-25 12:00:23 $
|
||
*
|
||
* 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 "opthtml.hrc"
|
||
#include "dialogs.hrc"
|
||
|
||
// RID_OFAPAGE_HTMLOPT -----------------------------------------------------
|
||
TabPage RID_OFAPAGE_HTMLOPT
|
||
{
|
||
// HelpId = ;
|
||
OutputSize = TRUE ;
|
||
Size = MAP_APPFONT ( 260 , 185 ) ;
|
||
SVLook = TRUE ;
|
||
Hide = TRUE ;
|
||
FixedText FT_SIZE1
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 16 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~1" ;
|
||
Text [ en-US ] = "Size ~1" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE1
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 14 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE2
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 32 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~2" ;
|
||
Text [ en-US ] = "Size ~2" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE2
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 30 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE3
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 48 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~3" ;
|
||
Text [ en-US ] = "Size ~3" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE3
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 46 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE4
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 64 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~4" ;
|
||
Text [ en-US ] = "Size ~4" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE4
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 62 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE5
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 80 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~5" ;
|
||
Text [ en-US ] = "Size ~5" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE5
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 78 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE6
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 96 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~6" ;
|
||
Text [ en-US ] = "Size ~6" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE6
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 94 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedText FT_SIZE7
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 112 ) ;
|
||
Size = MAP_APPFONT ( 30 , 8 ) ;
|
||
Text [ de ] = "Gr<47><72>e ~7" ;
|
||
Text [ en-US ] = "Size ~7" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
NumericField NF_SIZE7
|
||
{
|
||
Pos = MAP_APPFONT ( 45 , 110 ) ;
|
||
Size = MAP_APPFONT ( 30 , 12 ) ;
|
||
Border = TRUE ;
|
||
TabStop = TRUE ;
|
||
Left = TRUE ;
|
||
Repeat = TRUE ;
|
||
Spin = TRUE ;
|
||
Minimum = 1 ;
|
||
Maximum = 50 ;
|
||
Value = 1 ;
|
||
First = 1 ;
|
||
Last = 50 ;
|
||
SpinSize = 1 ;
|
||
};
|
||
FixedLine GB_FONTSIZE
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 75 , 8 ) ;
|
||
Text [ de ] = "Schriftgr<67><72>en" ;
|
||
Text [ en-US ] = "Font sizes" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_UNKNOWN_TAGS
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 14 ) ;
|
||
Size = MAP_APPFONT ( 155 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ de ] = "~Unbekannte HTML-Tags als Felder importieren" ;
|
||
Text [ en-US ] = "~Import unknown HTML tags as fields" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_IGNORE_FONTNAMES
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 28 ) ;
|
||
Size = MAP_APPFONT ( 155 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
Text [ de ] = "~Font-Einstellungen ignorieren" ;
|
||
Text [ en-US ] = "Ignore ~font settings" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
FixedLine GB_IMPORT
|
||
{
|
||
Pos = MAP_APPFONT ( 87 , 3 ) ;
|
||
Size = MAP_APPFONT ( 167 , 8 ) ;
|
||
Text [ de ] = "Import" ;
|
||
Text [ en-US ] = "Import" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
ListBox LB_EXPORT
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 55 ) ;
|
||
Size = MAP_APPFONT ( 155 , 50 ) ;
|
||
Border = TRUE ;
|
||
DropDown = TRUE ;
|
||
StringList =
|
||
{
|
||
< "HTML 3.2" ; > ;
|
||
< "Microsoft Internet Explorer" ; > ;
|
||
< "Netscape Navigator"; > ;
|
||
< "%PRODUCTNAME Writer" ; > ;
|
||
};
|
||
};
|
||
CheckBox CB_STARBASIC
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 74 ) ;
|
||
Size = MAP_APPFONT ( 155 , 10 ) ;
|
||
Text = "%PRODUCTNAME ~Basic" ;
|
||
};
|
||
CheckBox CB_STARBASIC_WARNING
|
||
{
|
||
Pos = MAP_APPFONT ( 99 , 88 ) ;
|
||
Size = MAP_APPFONT ( 149 , 10 ) ;
|
||
Text [ de ] = "~Warnung anzeigen";
|
||
Text [ en-US ] = "Display ~warning";
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_PRINT_EXTENSION
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 102 ) ;
|
||
Size = MAP_APPFONT ( 155 , 10 ) ;
|
||
Text [ de ] = "~Drucklayout" ;
|
||
Text [ en-US ] = "~Print layout" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
CheckBox CB_LOCAL_GRF
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 116 ) ;
|
||
Size = MAP_APPFONT ( 155 , 10 ) ;
|
||
Text [ de ] = "~Lokale Grafiken in das Internet kopieren" ;
|
||
Text [ en-US ] = "~Copy local graphics to Internet" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
|
||
FixedText FT_CHARSET
|
||
{
|
||
Pos = MAP_APPFONT ( 93 , 130 ) ;
|
||
Size = MAP_APPFONT ( 65 , 8 ) ;
|
||
Text [ de ] = "Z~eichensatz" ;
|
||
Text [ en-US ] = "Character set";
|
||
};
|
||
ListBox LB_CHARSET
|
||
{
|
||
Pos = MAP_APPFONT ( 162 , 129 ) ;
|
||
Size = MAP_APPFONT ( 86 , 61 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
Sort = TRUE ;
|
||
};
|
||
FixedLine GB_EXPORT
|
||
{
|
||
Pos = MAP_APPFONT ( 87 , 44 ) ;
|
||
Size = MAP_APPFONT ( 167 , 8 ) ;
|
||
Text [ de ] = "Export" ;
|
||
Text [ en-US ] = "Export" ;
|
||
Text [ x-comment ] = " ";
|
||
};
|
||
};
|
||
// ******************************************************************* EOF
|