Files
libreoffice/svx/source/dialog/optfltr.src
Rüdiger Timm bb3c515f06 INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED
2005/09/05 14:21:31 rt 1.3.836.1: #i54170# Change license header: remove SISSL
2005-09-08 20:42:36 +00:00

246 lines
6.6 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: optfltr.src,v $
*
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 21:42:36 $
*
* 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 "optfltr.hrc"
#include "dialogs.hrc"
// pragma ------------------------------------------------------------------
// RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
TabPage RID_OFAPAGE_MSFILTEROPT
{
// HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
FixedLine GB_WORD
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Microsoft Word 97/2000" ;
Text [ en-US ] = "Microsoft Word 97/2000";
};
CheckBox CB_WBAS_CODE
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "~Basic Code zum Bearbeiten laden" ;
Text [ en-US ] = "Load Basic ~code to edit";
};
CheckBox CB_WBAS_STG
{
Pos = MAP_APPFONT ( 12 , 28 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "~Original Basic Code wieder speichern" ;
Text [ en-US ] = "Save ~original Basic code again";
};
FixedLine GB_EXCEL
{
Pos = MAP_APPFONT ( 6 , 44 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Microsoft Excel 97/2000" ;
Text [ en-US ] = "Microsoft Excel 97/2000";
};
CheckBox CB_EBAS_CODE
{
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "B~asic Code zum Bearbeiten laden" ;
Text [ en-US ] = "Lo~ad Basic code to edit";
};
CheckBox CB_EBAS_STG
{
Pos = MAP_APPFONT ( 12 , 69 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Or~iginal Basic Code wieder speichern" ;
Text [ en-US ] = "Sa~ve original Basic code again";
};
FixedLine GB_PPOINT
{
Pos = MAP_APPFONT ( 6 , 85 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Microsoft PowerPoint 97/2000" ;
Text [ en-US ] = "Microsoft PowerPoint 97/2000";
};
CheckBox CB_PBAS_CODE
{
Pos = MAP_APPFONT ( 12 , 96 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Ba~sic Code zum Bearbeiten laden" ;
Text [ en-US ] = "Load Ba~sic code to edit";
};
CheckBox CB_PBAS_STG
{
Pos = MAP_APPFONT ( 12 , 110 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Ori~ginal Basic Code wieder speichern" ;
Text [ en-US ] = "Sav~e original Basic code again";
};
};
// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
TabPage RID_OFAPAGE_MSFILTEROPT2
{
// HelpId = ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Control CLB_SETTINGS
{
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 248 , 147 ) ;
Border = TRUE ;
TabStop = TRUE ;
};
String ST_HEADER1
{
Text [ de ] = "[L]" ;
Text [ en-US ] = "[L]";
Text [ x-comment ] = "; RB: ; RB: L=Laden";
};
String ST_HEADER2
{
Text [ de ] = "[S]" ;
Text [ en-US ] = "[S]";
Text [ x-comment ] = "; RB: ; RB: S=Speichern";
};
FixedText FT_HEADER1_EXPLANATION
{
Pos = MAP_APPFONT ( 6 , 160 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "[L]: Objekt laden und konvertieren" ;
Text [ en-US ] = "[L]: Load and convert the object";
};
FixedText FT_HEADER2_EXPLANATION
{
Pos = MAP_APPFONT ( 6 , 171 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "[S]: Objekt konvertieren und speichern" ;
Text [ en-US ] = "[S]: Convert and save the object";
};
String ST_CHG_MATH
{
Text [ de ] = "MathType nach %PRODUCTNAME Math / %PRODUCTNAME Math nach MathType" ;
Text [ en-US ] = "MathType to %PRODUCTNAME Math / %PRODUCTNAME Math to MathType";
};
String ST_CHG_WRITER
{
Text [ de ] = "WinWord nach %PRODUCTNAME Writer / %PRODUCTNAME Writer nach WinWord" ;
Text [ en-US ] = "WinWord to %PRODUCTNAME Writer / %PRODUCTNAME Writer to WinWord";
};
String ST_CHG_CALC
{
Text [ de ] = "Excel nach %PRODUCTNAME Calc / %PRODUCTNAME Calc nach Excel" ;
Text [ en-US ] = "Excel to %PRODUCTNAME Calc / %PRODUCTNAME Calc to Excel";
};
String ST_CHG_IMPRESS
{
Text [ de ] = "PowerPoint nach %PRODUCTNAME Impress / %PRODUCTNAME Impress nach PowerPoint" ;
Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress / %PRODUCTNAME Impress to PowerPoint";
};
Bitmap CHKBUT_UNCHECKED
{
File = "chkun.bmp" ;
};
Bitmap CHKBUT_CHECKED
{
File = "chkch.bmp" ;
};
Bitmap CHKBUT_HICHECKED
{
File = "chkchhi.bmp" ;
};
Bitmap CHKBUT_HIUNCHECKED
{
File = "chkunhi.bmp" ;
};
Bitmap CHKBUT_TRISTATE
{
File = "chktri.bmp" ;
};
Bitmap CHKBUT_HITRISTATE
{
File = "chktrihi.bmp" ;
};
};
// ******************************************************************* EOF