Files
loongoffice/svx/source/options/optctl.src
Hans-Joachim Lankenau 8412983c20 INTEGRATION: CWS mergebuild (1.10.98); FILE MERGED
2004/04/20 18:44:39 hjs 1.10.98.3: RESYNC: (1.10-1.11); FILE MERGED
2003/11/11 19:24:45 ihi 1.10.98.2: en -> en-US
2003/11/10 17:58:42 ihi 1.10.98.1: #111234# Merge during build
2004-06-25 11:15:06 +00:00

180 lines
4.9 KiB
Plaintext

/*************************************************************************
*
* $RCSfile: optctl.src,v $
*
* $Revision: 1.12 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 12:15: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 "optctl.hrc"
#include "helpid.hrc"
#include "dialogs.hrc"
#include <sfx2/sfx.hrc>
TabPage RID_SVXPAGE_OPTIONS_CTL
{
HelpId = HID_OPTIONS_CTL ;
OutputSize = TRUE ;
Size = MAP_APPFONT ( 260 , 185 ) ;
SVLook = TRUE ;
Hide = TRUE ;
Text [ de ] = "Complex Text Layout" ;
Text [ en-US ] = "Complex Text Layout" ;
FixedLine FL_SEQUENCECHECKING
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Sequenz�berpr�fung" ;
Text [ en-US ] = "Sequence checking";
};
CheckBox CB_SEQUENCECHECKING
{
Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 236 , 10 ) ;
Text [ de ] = "Se~quenz�berpr�fung anwenden" ;
Text [ en-US ] = "Use se~quence checking";
};
FixedLine FL_CURSORCONTROL
{
Pos = MAP_APPFONT ( 6, 27 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Cursorkontrolle" ;
Text [ en-US ] = "Cursor control";
};
FixedText FT_MOVEMENT
{
Pos = MAP_APPFONT ( 12, 38 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ de ] = "Bewegung" ;
Text [ en-US ] = "Movement";
};
RadioButton RB_MOVEMENT_LOGICAL
{
Pos = MAP_APPFONT ( 105, 38 ) ;
Size = MAP_APPFONT ( 69 , 10 ) ;
Text [ de ] = "Lo~gisch" ;
Text [ en-US ] = "Lo~gical";
};
RadioButton RB_MOVEMENT_VISUAL
{
Pos = MAP_APPFONT ( 177, 38 ) ;
Size = MAP_APPFONT ( 69 , 10 ) ;
Text [ de ] = "~Visuell" ;
Text [ en-US ] = "~Visual";
};
FixedLine FL_GENERAL
{
Pos = MAP_APPFONT ( 6, 51 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text [ de ] = "Allgemeine Optionen" ;
Text [ en-US ] = "General options";
};
FixedText FT_NUMERALS
{
Pos = MAP_APPFONT ( 12, 64 ) ;
Size = MAP_APPFONT ( 90 , 8 ) ;
Text [ de ] = "~Ziffern" ;
Text [ en-US ] = "~Numerals";
};
ListBox LB_NUMERALS
{
Pos = MAP_APPFONT ( 105, 62 ) ;
Size = MAP_APPFONT ( 69 , 8 ) ;
DropDown = TRUE ;
Border = TRUE ;
StringList [ de ] =
{
< "Arabisch" ; > ;
< "Hindi" ; > ;
< "System" ; > ;
};
StringList [ en-US ]=
{
< "Arabic" ; > ;
< "Hindi" ; > ;
< "System" ; > ;
};
StringList [ x-comment ] =
{
< "; ; Arabisch" ; > ;
< "; ; Hindi" ; > ;
< "; ; System" ; > ;
};
};
};