2003-10-06 08:58:36 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* $RCSfile: tp_Scale.src,v $
|
|
|
|
|
*
|
2004-04-27 09:38:20 +00:00
|
|
|
|
* $Revision: 1.2 $
|
2003-10-06 08:58:36 +00:00
|
|
|
|
*
|
2004-04-27 09:38:20 +00:00
|
|
|
|
* last change: $Author: obo $ $Date: 2004-04-27 10:38:20 $
|
2003-10-06 08:58:36 +00:00
|
|
|
|
*
|
|
|
|
|
* 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: 2003 by Sun Microsystems, Inc.
|
|
|
|
|
*
|
|
|
|
|
* All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
#include "HelpIds.hrc"
|
|
|
|
|
#include "TabPages.hrc"
|
|
|
|
|
|
|
|
|
|
TabPage TP_SCALE_Y
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
HelpID = HID_SCH_SCALE_Y ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
|
|
|
|
|
|
|
|
|
FixedLine FL_SCALE_Y
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 5 , 4 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
|
|
|
Text = "Achsenskalierung" ;
|
|
|
|
|
Text[ ENGLISH ] = "Scaling Axis" ;
|
|
|
|
|
Text[ norwegian ] = "Scaling Axis" ;
|
|
|
|
|
Text[ italian ] = "Scala degli assi" ;
|
|
|
|
|
Text[ portuguese_brazilian ] = "Escalonar eixos" ;
|
|
|
|
|
Text[ portuguese ] = "Escala de eixos" ;
|
|
|
|
|
Text[ finnish ] = "Skaalaa akselit" ;
|
|
|
|
|
Text[ danish ] = "Akseskalering" ;
|
|
|
|
|
Text[ french ] = "<22>chelle de l'axe" ;
|
|
|
|
|
Text[ swedish ] = "Axelskalning" ;
|
|
|
|
|
Text[ dutch ] = "As-schaalverdeling" ;
|
|
|
|
|
Text[ spanish ] = "Escala de los ejes" ;
|
|
|
|
|
Text[ english_us ] = "Scale axes" ;
|
|
|
|
|
Text[ chinese_simplified ] = "轴的刻度显示";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Skaluj osie";
|
|
|
|
|
Text[ japanese ] = "軸の目盛";
|
|
|
|
|
Text[ chinese_traditional ] = "軸的顯示比例";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "As-schaalverdeling";
|
|
|
|
|
Text[ chinese_simplified ] = "轴的刻度显示";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "축 배율 조정";
|
|
|
|
|
Text[ turkish ] = "Eksenleri <20>l<EFBFBD>ekle";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Mida dels eixos";
|
|
|
|
|
Text[ thai ] = "สเกลแกน";
|
|
|
|
|
Text[ czech ] = "Měřítka os";
|
|
|
|
|
Text[ hebrew ] = "Achsenskalierung";
|
|
|
|
|
Text[ hindi ] = "अक्षों को स्केल करो";
|
|
|
|
|
Text[ slovak ] = "Upraviť stupnicu osí";
|
|
|
|
|
};
|
|
|
|
|
FixedText TXT_MIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 16 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
|
|
|
Text = "~Minimum:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Min:" ;
|
|
|
|
|
Text [ dutch ] = "~Minimum:" ;
|
|
|
|
|
Text [ english_us ] = "~Minimum:" ;
|
|
|
|
|
Text [ italian ] = "~Minimo:" ;
|
|
|
|
|
Text [ spanish ] = "M<>~nimo:" ;
|
|
|
|
|
Text [ french ] = "M~inimum :" ;
|
|
|
|
|
Text [ swedish ] = "~Minimum:" ;
|
|
|
|
|
Text [ danish ] = "~Minimum:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~M<>nimo:" ;
|
|
|
|
|
Text [ portuguese ] = "~M<>nimo:" ;
|
|
|
|
|
Text[ chinese_simplified ] = "最小值(~M):";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "~Minimum:";
|
|
|
|
|
Text[ japanese ] = "最小値(~M):";
|
|
|
|
|
Text[ chinese_traditional ] = "最小值(~M):";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "~Minimum:";
|
|
|
|
|
Text[ chinese_simplified ] = "最小值(~M):";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ korean ] = "최소(~M):";
|
|
|
|
|
Text[ turkish ] = "~Minimum:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "M<>~nim:";
|
|
|
|
|
Text[ finnish ] = "~V<>hint<6E><74>n:";
|
|
|
|
|
Text[ thai ] = "~น้อยที่สุด:";
|
|
|
|
|
Text[ czech ] = "Minimum:";
|
|
|
|
|
Text[ hebrew ] = "~Minimum:";
|
|
|
|
|
Text[ hindi ] = "~न्यूनतम:";
|
|
|
|
|
Text[ slovak ] = "~Minimum:";
|
|
|
|
|
};
|
|
|
|
|
SpinField EDT_MIN
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 103 , 14 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_AUTO_MIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 159 , 15 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
|
|
|
Text = "~Automatisch" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Auto" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ dutch ] = "A~utomatisch" ;
|
|
|
|
|
Text [ english_us ] = "Automatic" ;
|
|
|
|
|
Text [ italian ] = "Automatico" ;
|
|
|
|
|
Text [ spanish ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ french ] = "Automatique" ;
|
|
|
|
|
Text [ swedish ] = "~Automatiskt" ;
|
|
|
|
|
Text [ danish ] = "~Automatisk" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ portuguese ] = "~Autom<6F>tico" ;
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Automatycznie";
|
|
|
|
|
Text[ japanese ] = "自動";
|
|
|
|
|
Text[ chinese_traditional ] = "自動";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "A~utomatisch";
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "자동";
|
|
|
|
|
Text[ turkish ] = "~Otomatik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Autom<6F>tic";
|
|
|
|
|
Text[ finnish ] = "Automaattinen";
|
|
|
|
|
Text[ thai ] = "อัตโนมัติ";
|
|
|
|
|
Text[ czech ] = "Automaticky";
|
|
|
|
|
Text[ hebrew ] = "אוטומטי";
|
|
|
|
|
Text[ hindi ] = "स्वचालित";
|
|
|
|
|
Text[ slovak ] = "Automaticky";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedText TXT_MAX
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 32 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
|
|
|
Text = "Ma~ximum:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Max:" ;
|
|
|
|
|
Text [ dutch ] = "Ma~ximum:" ;
|
|
|
|
|
Text [ english_us ] = "Ma~ximum:" ;
|
|
|
|
|
Text [ italian ] = "Massimo:" ;
|
|
|
|
|
Text [ spanish ] = "M<>~ximo:" ;
|
|
|
|
|
Text [ french ] = "M~aximum :" ;
|
|
|
|
|
Text [ swedish ] = "Ma~ximum:" ;
|
|
|
|
|
Text [ danish ] = "Maksimum:" ;
|
|
|
|
|
Text [ portuguese ] = "M<>~ximo:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "M<>~ximo:" ;
|
|
|
|
|
Text[ chinese_simplified ] = "最大值(~X):";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Ma~ksimum:";
|
|
|
|
|
Text[ japanese ] = "最大値(~X):";
|
|
|
|
|
Text[ chinese_traditional ] = "最大值(~X):";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "Ma~ximum:";
|
|
|
|
|
Text[ chinese_simplified ] = "最大值(~X):";
|
|
|
|
|
Text[ greek ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ korean ] = "최대(~X):";
|
|
|
|
|
Text[ turkish ] = "Ma~ksimum:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "M<>~xim:";
|
|
|
|
|
Text[ finnish ] = "E~nint<6E><74>n:";
|
|
|
|
|
Text[ thai ] = "มา~กที่สุด:";
|
|
|
|
|
Text[ czech ] = "Maximum:";
|
|
|
|
|
Text[ hebrew ] = "Ma~ximum:";
|
|
|
|
|
Text[ hindi ] = "अधि~कतम:";
|
|
|
|
|
Text[ slovak ] = "Ma~ximum:";
|
|
|
|
|
};
|
|
|
|
|
SpinField EDT_MAX
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 103 , 30 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_AUTO_MAX
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 159 , 31 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
|
|
|
Text = "A~utomatisch" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Auto" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ dutch ] = "~Automatisch" ;
|
|
|
|
|
Text [ english_us ] = "Automatic" ;
|
|
|
|
|
Text [ italian ] = "A~utomatico" ;
|
|
|
|
|
Text [ spanish ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ french ] = "Automatique" ;
|
|
|
|
|
Text [ swedish ] = "A~utomatiskt" ;
|
|
|
|
|
Text [ danish ] = "A~utomatisk" ;
|
|
|
|
|
Text [ portuguese ] = "~Autom<6F>tico" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Autom<6F>tico" ;
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ russian ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Automatycznie";
|
|
|
|
|
Text[ japanese ] = "自動";
|
|
|
|
|
Text[ chinese_traditional ] = "自動";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~Automatisch";
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "자동";
|
|
|
|
|
Text[ turkish ] = "O~tomatik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Autom<6F>tic";
|
|
|
|
|
Text[ finnish ] = "Automaattinen";
|
|
|
|
|
Text[ thai ] = "อัตโนมัติ";
|
|
|
|
|
Text[ czech ] = "Automaticky";
|
|
|
|
|
Text[ hebrew ] = "אוטומטי";
|
|
|
|
|
Text[ hindi ] = "स्वचालित";
|
|
|
|
|
Text[ slovak ] = "Automaticky";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedText TXT_STEP_MAIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 48 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
|
|
|
Text = "Hau~ptintervall:" ;
|
|
|
|
|
Text [ ENGLISH ] = "Ma~in Interval:" ;
|
|
|
|
|
Text [ english_us ] = "Major ~interval:" ;
|
|
|
|
|
Text [ italian ] = "Interv. ~princip." ;
|
|
|
|
|
Text [ spanish ] = "Intervalo prin~cipal:" ;
|
|
|
|
|
Text [ french ] = "Intervalle ~principal :" ;
|
|
|
|
|
Text [ dutch ] = "Hoo~fdinterval:" ;
|
|
|
|
|
Text [ swedish ] = "Huvudintervall:" ;
|
|
|
|
|
Text [ danish ] = "Overinterval:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Intervalo ~Principal:" ;
|
|
|
|
|
Text [ portuguese ] = "Intervalo ~principal:" ;
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "主区间值:";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Przedz~ia<69> g<>.:";
|
|
|
|
|
Text[ japanese ] = "主間隔(~I):";
|
|
|
|
|
Text[ chinese_traditional ] = "主區間值(~I):";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "Hoo~fdinterval:";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "主区间值:";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ korean ] = "주 간격(~I):";
|
|
|
|
|
Text[ turkish ] = "Ana A~ral<61>k:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Interval principal";
|
|
|
|
|
Text[ finnish ] = "P<><50>~v<>li:";
|
|
|
|
|
Text[ thai ] = "~ช่วงหลัก:";
|
|
|
|
|
Text[ czech ] = "Hlavní interval";
|
|
|
|
|
Text[ hebrew ] = "Hau~ptintervall:";
|
|
|
|
|
Text[ hindi ] = "प्रधान ~अंतराल:";
|
|
|
|
|
Text[ slovak ] = "Väčší ~interval:";
|
|
|
|
|
};
|
|
|
|
|
SpinField EDT_STEP_MAIN
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 103 , 46 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_AUTO_STEP_MAIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 159 , 47 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
|
|
|
Text = "Au~tomatisch" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Auto" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ english_us ] = "Automatic" ;
|
|
|
|
|
Text [ italian ] = "Au~tomatico" ;
|
|
|
|
|
Text [ spanish ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ french ] = "Automatique" ;
|
|
|
|
|
Text [ dutch ] = "A~utomatisch" ;
|
|
|
|
|
Text [ swedish ] = "Au~tomatiskt" ;
|
|
|
|
|
Text [ danish ] = "Au~tomatisk" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ portuguese ] = "~Autom<6F>tico" ;
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Automatycznie";
|
|
|
|
|
Text[ japanese ] = "自動";
|
|
|
|
|
Text[ chinese_traditional ] = "自動";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "A~utomatisch";
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ greek ] = "<22><>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "자동";
|
|
|
|
|
Text[ turkish ] = "Oto~matik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Autom<6F>tic";
|
|
|
|
|
Text[ finnish ] = "Automaattinen";
|
|
|
|
|
Text[ thai ] = "อัตโนมัติ";
|
|
|
|
|
Text[ czech ] = "Automaticky";
|
|
|
|
|
Text[ hebrew ] = "אוטומטי";
|
|
|
|
|
Text[ hindi ] = "स्वचालित";
|
|
|
|
|
Text[ slovak ] = "Automaticky";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedText TXT_STEP_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 64 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
|
|
|
Text = "Teilinte~rvall:" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Help Interval:" ;
|
|
|
|
|
Text [ dutch ] = "~Hulpinterval" ;
|
|
|
|
|
Text [ english_us ] = "Mi~nor interval:" ;
|
|
|
|
|
Text [ italian ] = "Interv. ausil." ;
|
|
|
|
|
Text [ spanish ] = "Intervalo a~uxiliar:" ;
|
|
|
|
|
Text [ french ] = "Intervalle secondaire :" ;
|
|
|
|
|
Text [ swedish ] = "Delintervall:" ;
|
|
|
|
|
Text [ danish ] = "Underinterval:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Intervalo auxiliar:" ;
|
|
|
|
|
Text [ portuguese ] = "~Intervalo auxiliar:" ;
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "次区间值:";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ polish ] = "Przedzia<69> pomocn.:";
|
|
|
|
|
Text[ japanese ] = "補助間隔(~N):";
|
|
|
|
|
Text[ chinese_traditional ] = "次區間值(~N):";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "~Hulpinterval";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "次区间值:";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD>~<7E>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:";
|
|
|
|
|
Text[ korean ] = "보조 간격(~N):";
|
|
|
|
|
Text[ turkish ] = "K<>~<7E><>k aral<61>k";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Interval secu~ndari:";
|
|
|
|
|
Text[ finnish ] = "Pie~ni v<>li:";
|
|
|
|
|
Text[ thai ] = "ช่วงร~อง:";
|
|
|
|
|
Text[ czech ] = "Vedlejší interval:";
|
|
|
|
|
Text[ hebrew ] = "Teilinte~rvall:";
|
|
|
|
|
Text[ hindi ] = "छो~टा अंतराल:";
|
|
|
|
|
Text[ slovak ] = "Me~nší interval:";
|
|
|
|
|
};
|
|
|
|
|
// SpinField EDT_STEP_HELP
|
|
|
|
|
// {
|
|
|
|
|
// Border = TRUE ;
|
|
|
|
|
// SVLook = TRUE ;
|
|
|
|
|
// Pos = MAP_APPFONT ( 103 , 62 ) ;
|
|
|
|
|
// Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
// TabStop = TRUE ;
|
|
|
|
|
// };
|
|
|
|
|
MetricField MT_STEPHELP
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 103 , 62 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Minimum = 1 ;
|
|
|
|
|
Maximum = 100 ;
|
|
|
|
|
StrictFormat = TRUE ;
|
|
|
|
|
Unit = FUNIT_CUSTOM ;
|
|
|
|
|
First = 1 ;
|
|
|
|
|
Last = 100 ;
|
|
|
|
|
SpinSize = 1 ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_AUTO_STEP_HELP
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 159 , 63 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
|
|
|
Text = "Aut~omatisch" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Auto" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ dutch ] = "A~utomatisch" ;
|
|
|
|
|
Text [ english_us ] = "Automatic" ;
|
|
|
|
|
Text [ italian ] = "Aut~omatico" ;
|
|
|
|
|
Text [ spanish ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ french ] = "Automatique" ;
|
|
|
|
|
Text [ swedish ] = "Aut~omatiskt" ;
|
|
|
|
|
Text [ danish ] = "Aut~omatisk" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ portuguese ] = "~Autom<6F>tico" ;
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Automatycznie";
|
|
|
|
|
Text[ japanese ] = "自動";
|
|
|
|
|
Text[ chinese_traditional ] = "自動";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "A~utomatisch";
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "자동";
|
|
|
|
|
Text[ turkish ] = "Otomat~ik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Autom<6F>tic";
|
|
|
|
|
Text[ finnish ] = "Automaattinen";
|
|
|
|
|
Text[ thai ] = "อัตโนมัติ";
|
|
|
|
|
Text[ czech ] = "Automaticky";
|
|
|
|
|
Text[ hebrew ] = "אוטומטי";
|
|
|
|
|
Text[ hindi ] = "स्वचालित";
|
|
|
|
|
Text[ slovak ] = "Automaticky";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedText TXT_ORIGIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 80 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 8 ) ;
|
|
|
|
|
Text = "A~chse bei:" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Axis at:" ;
|
|
|
|
|
Text [ dutch ] = "~As op:" ;
|
|
|
|
|
Text [ english_us ] = "~Axis at:" ;
|
|
|
|
|
Text [ italian ] = "Asse a:" ;
|
|
|
|
|
Text [ spanish ] = "~Eje en:" ;
|
|
|
|
|
Text [ french ] = "A~xe <20> :" ;
|
|
|
|
|
Text [ swedish ] = "A~xel vid:" ;
|
|
|
|
|
Text [ danish ] = "Akse ved:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "~Eixo em:" ;
|
|
|
|
|
Text [ portuguese ] = "~Eixo em:" ;
|
|
|
|
|
Text[ chinese_simplified ] = "轴位置(~A):";
|
|
|
|
|
Text[ russian ] = "~<7E><><EFBFBD> <20><>:";
|
|
|
|
|
Text[ polish ] = "~O<> przy:";
|
|
|
|
|
Text[ japanese ] = "基準線(~A):";
|
|
|
|
|
Text[ chinese_traditional ] = "軸位置(~A):";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>:";
|
|
|
|
|
Text[ dutch ] = "~As op:";
|
|
|
|
|
Text[ chinese_simplified ] = "轴位置(~A):";
|
|
|
|
|
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>:";
|
|
|
|
|
Text[ korean ] = "축의 기준(~A):";
|
|
|
|
|
Text[ turkish ] = "E~ksen de<64>eri:";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "~Eix a:";
|
|
|
|
|
Text[ finnish ] = "~Akseli:";
|
|
|
|
|
Text[ thai ] = "แ~กนที่:";
|
|
|
|
|
Text[ czech ] = "Osa na:";
|
|
|
|
|
Text[ hebrew ] = "A~chse bei:";
|
|
|
|
|
Text[ hindi ] = "में ~अक्ष:";
|
|
|
|
|
Text[ slovak ] = "Osi s~a pretínajú v:";
|
|
|
|
|
};
|
|
|
|
|
SpinField EDT_ORIGIN
|
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
SVLook = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 103 , 78 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 12 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_AUTO_ORIGIN
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 159 , 79 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 88 , 10 ) ;
|
|
|
|
|
Text = "Automati~sch" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Auto" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text [ dutch ] = "A~utomatisch" ;
|
|
|
|
|
Text [ english_us ] = "Automatic" ;
|
|
|
|
|
Text [ italian ] = "Automatico" ;
|
|
|
|
|
Text [ spanish ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ french ] = "Automatique" ;
|
|
|
|
|
Text [ swedish ] = "Automati~skt" ;
|
|
|
|
|
Text [ danish ] = "Automati~sk" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Autom<6F>tico" ;
|
|
|
|
|
Text [ portuguese ] = "~Autom<6F>tico" ;
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "Automatycznie";
|
|
|
|
|
Text[ japanese ] = "自動";
|
|
|
|
|
Text[ chinese_traditional ] = "自動";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "A~utomatisch";
|
|
|
|
|
Text[ chinese_simplified ] = "自动";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "자동";
|
|
|
|
|
Text[ turkish ] = "Otomatik";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Autom<6F>tic";
|
|
|
|
|
Text[ finnish ] = "Automaattinen";
|
|
|
|
|
Text[ thai ] = "อัตโนมัติ";
|
|
|
|
|
Text[ czech ] = "Automaticky";
|
|
|
|
|
Text[ hebrew ] = "אוטומטי";
|
|
|
|
|
Text[ hindi ] = "स्वचालित";
|
|
|
|
|
Text[ slovak ] = "Automaticky";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
CheckBox CBX_LOGARITHM
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 97 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 236 , 10 ) ;
|
|
|
|
|
Text = "~Logarithmische Skalierung" ;
|
|
|
|
|
Text [ ENGLISH ] = "~Logarithmic Scaling:" ;
|
|
|
|
|
Text [ norwegian ] = "~Logarithmic Scaling:" ;
|
|
|
|
|
Text [ italian ] = "Scala ~logaritmica:" ;
|
|
|
|
|
Text [ portuguese_brazilian ] = "Escala ~logar<61>tmica" ;
|
|
|
|
|
Text [ portuguese ] = "Escala de ~logoritmos:" ;
|
|
|
|
|
Text [ finnish ] = "Logaritmia~steikko" ;
|
|
|
|
|
Text [ danish ] = "~Logaritmisk skalering" ;
|
|
|
|
|
Text [ french ] = "~<7E>chelle logarithmique" ;
|
|
|
|
|
Text [ swedish ] = "~Logaritmisk skalning" ;
|
|
|
|
|
Text [ dutch ] = "~Logaritmische schaalverdeling" ;
|
|
|
|
|
Text [ spanish ] = "~Escala logar<61>tmica" ;
|
|
|
|
|
Text [ english_us ] = "Logarithmic ~scale" ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
Text[ chinese_simplified ] = "对数型刻度显示(~S)";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ polish ] = "~Skala logarytmiczna";
|
|
|
|
|
Text[ japanese ] = "対数目盛(~S)";
|
|
|
|
|
Text[ chinese_traditional ] = "對數的顯示比例(~S)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~Logaritmische schaalverdeling";
|
|
|
|
|
Text[ chinese_simplified ] = "对数型刻度显示(~S)";
|
|
|
|
|
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "대수적 확대(~S)";
|
|
|
|
|
Text[ turkish ] = "~Logaritmik <20>l<EFBFBD>eklendirme";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Escalat logar<61>tmic";
|
|
|
|
|
Text[ thai ] = "~สเกลแบบลอการิธึม";
|
|
|
|
|
Text[ czech ] = "Logaritmické měřítko";
|
|
|
|
|
Text[ hebrew ] = "~Logarithmische Skalierung";
|
|
|
|
|
Text[ hindi ] = "लघुगणकविधि ~स्केल";
|
|
|
|
|
Text[ slovak ] = "~Logaritmická stupnica";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedLine FL_TICKS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 116 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
|
|
|
Text = "Marken f<>r Hauptintervalle" ;
|
|
|
|
|
Text[ ENGLISH ] = "tick marks" ;
|
|
|
|
|
Text[ english_us ] = "Major interval marks";
|
|
|
|
|
Text[ portuguese ] = "Marcas de eixos";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Asmarkeringen";
|
|
|
|
|
Text[ french ] = "Marques pour l'intervalle principal";
|
|
|
|
|
Text[ spanish ] = "Marcas para el intervalo principal";
|
|
|
|
|
Text[ italian ] = "Contrassegni degli intervalli principali";
|
|
|
|
|
Text[ danish ] = "Aksemarkeringer";
|
|
|
|
|
Text[ swedish ] = "Markeringar f<>r huvudintervall";
|
|
|
|
|
Text[ polish ] = "Znaczniki osi";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Marcas nos eixos";
|
|
|
|
|
Text[ japanese ] = "軸の区切り";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "主区间值标记";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ chinese_traditional ] = "主區間值標記";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Asmarkeringen";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "主区间值标记";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "주 간격 표시";
|
|
|
|
|
Text[ turkish ] = "B<>y<EFBFBD>k aral<61>k i<>aretleri";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Marques d'eix";
|
|
|
|
|
Text[ finnish ] = "Akselimerkit";
|
|
|
|
|
Text[ thai ] = "เครื่องหมายแกน";
|
|
|
|
|
Text[ czech ] = "Značky na osách";
|
|
|
|
|
Text[ hebrew ] = "Marken für Hauptintervalle";
|
|
|
|
|
Text[ hindi ] = "अक्ष संकेत";
|
|
|
|
|
Text[ slovak ] = "Značky na osi";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
CheckBox CBX_TICKS_INNER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 127 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
|
|
|
Text = "~innen";
|
|
|
|
|
Text[ ENGLISH ] = "~inner";
|
|
|
|
|
Text[ english_us ] = "inn~er";
|
|
|
|
|
Text[ portuguese ] = "~interior";
|
|
|
|
|
Text[ russian ] = "<22><>~<7E><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~binnenste";
|
|
|
|
|
Text[ french ] = "~Int<6E>rieur";
|
|
|
|
|
Text[ spanish ] = "~interior";
|
|
|
|
|
Text[ italian ] = "~Interno";
|
|
|
|
|
Text[ danish ] = "indre";
|
|
|
|
|
Text[ swedish ] = "~inre";
|
|
|
|
|
Text[ polish ] = "wewn<77>trz";
|
|
|
|
|
Text[ portuguese_brazilian ] = "~interior";
|
|
|
|
|
Text[ japanese ] = "内側(~E)";
|
|
|
|
|
Text[ chinese_simplified ] = "内(~E)";
|
|
|
|
|
Text[ chinese_traditional ] = "內(~E)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~binnenste";
|
|
|
|
|
Text[ chinese_simplified ] = "内(~E)";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "내부(~E)";
|
|
|
|
|
Text[ turkish ] = "~i<>erde";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "int~erior";
|
|
|
|
|
Text[ finnish ] = "si~sempi";
|
|
|
|
|
Text[ thai ] = "ภายใ~น";
|
|
|
|
|
Text[ czech ] = "vnitřní";
|
|
|
|
|
Text[ hebrew ] = "~innen";
|
|
|
|
|
Text[ hindi ] = "भीत~री";
|
|
|
|
|
Text[ slovak ] = "~vnútorné";
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_TICKS_OUTER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 93 , 127 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
|
|
|
Text = "au~<7E>en";
|
|
|
|
|
Text[ ENGLISH ] = "~outer";
|
|
|
|
|
Text[ english_us ] = "~outer";
|
|
|
|
|
Text[ portuguese ] = "~exterior";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~buitenste";
|
|
|
|
|
Text[ french ] = "~Ext<78>rieur";
|
|
|
|
|
Text[ spanish ] = "~exterior";
|
|
|
|
|
Text[ italian ] = "Esterno";
|
|
|
|
|
Text[ danish ] = "ydre";
|
|
|
|
|
Text[ swedish ] = "~yttre";
|
|
|
|
|
Text[ polish ] = "~na zewn<77>trz";
|
|
|
|
|
Text[ portuguese_brazilian ] = "~exterior";
|
|
|
|
|
Text[ japanese ] = "外側(~O)";
|
|
|
|
|
Text[ chinese_simplified ] = "外(~O)";
|
|
|
|
|
Text[ chinese_traditional ] = "外(~O)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "~buitenste";
|
|
|
|
|
Text[ chinese_simplified ] = "外(~O)";
|
|
|
|
|
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "외부(~O)";
|
|
|
|
|
Text[ turkish ] = "d<>~<7E>arda";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "exteri~or";
|
|
|
|
|
Text[ finnish ] = "~ulompi";
|
|
|
|
|
Text[ thai ] = "~ภายนอก";
|
|
|
|
|
Text[ czech ] = "vnější";
|
|
|
|
|
Text[ hebrew ] = "au~ßen";
|
|
|
|
|
Text[ hindi ] = "~बाहरी";
|
|
|
|
|
Text[ slovak ] = "v~onkajšie";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
FixedLine FL_HELPTICKS
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 149 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8 ) ;
|
|
|
|
|
Text = "Marken f<>r Teilintervalle" ;
|
|
|
|
|
Text[ ENGLISH ] = "tick marks" ;
|
|
|
|
|
Text[ english_us ] = "Minor interval marks";
|
|
|
|
|
Text[ portuguese ] = "Marcas auxiliares";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Hulpmarkeringen";
|
|
|
|
|
Text[ french ] = "Marques pour l'intervalle secondaire";
|
|
|
|
|
Text[ spanish ] = "Marcas para el intervalo auxiliar";
|
|
|
|
|
Text[ italian ] = "Contrassegni per intervalli ausiliari";
|
|
|
|
|
Text[ danish ] = "Hj<48>lpemarkeringer";
|
|
|
|
|
Text[ swedish ] = "Markeringar f<>r delintervall";
|
|
|
|
|
Text[ polish ] = "Znaczniki podzia<69>ki";
|
|
|
|
|
Text[ portuguese_brazilian ] = "Marcas auxiliares";
|
|
|
|
|
Text[ japanese ] = "補助区切り";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "辅区间值标记";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ chinese_traditional ] = "次區間值標記";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "Hulpmarkeringen";
|
2004-04-27 09:38:20 +00:00
|
|
|
|
Text[ chinese_simplified ] = "辅区间值标记";
|
2003-10-06 08:58:36 +00:00
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "보조 선택 표시";
|
|
|
|
|
Text[ turkish ] = "K<><4B><EFBFBD>k aral<61>k i<>aretleri";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "Marques auxiliars";
|
|
|
|
|
Text[ finnish ] = "Jakoviivat";
|
|
|
|
|
Text[ thai ] = "เครื่องหมายขีด";
|
|
|
|
|
Text[ czech ] = "Stupnice";
|
|
|
|
|
Text[ hebrew ] = "Marken für Teilintervalle";
|
|
|
|
|
Text[ hindi ] = "टिक् मार्क";
|
|
|
|
|
Text[ slovak ] = "Stupnica";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
CheckBox CBX_HELPTICKS_INNER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 11 , 160 );
|
|
|
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
|
|
|
Text = "inn~en";
|
|
|
|
|
Text[ ENGLISH ] = "i~nner";
|
|
|
|
|
Text[ english_us ] = "i~nner";
|
|
|
|
|
Text[ portuguese ] = "i~nterior";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "bi~nnenste";
|
|
|
|
|
Text[ french ] = "~Int<6E>rieur";
|
|
|
|
|
Text[ spanish ] = "i~nterior";
|
|
|
|
|
Text[ italian ] = "Int~erno";
|
|
|
|
|
Text[ danish ] = "indre";
|
|
|
|
|
Text[ swedish ] = "inr~e";
|
|
|
|
|
Text[ polish ] = "~wewn<77>trz";
|
|
|
|
|
Text[ portuguese_brazilian ] = "i~nterior";
|
|
|
|
|
Text[ japanese ] = "内側(~N)";
|
|
|
|
|
Text[ chinese_simplified ] = "内(~N)";
|
|
|
|
|
Text[ chinese_traditional ] = "內(~N)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "bi~nnenste";
|
|
|
|
|
Text[ chinese_simplified ] = "内(~N)";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "내부(~N)";
|
|
|
|
|
Text[ turkish ] = "i<>e~rde";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "i~nterior";
|
|
|
|
|
Text[ finnish ] = "s~isempi";
|
|
|
|
|
Text[ thai ] = "ภา~ยใน";
|
|
|
|
|
Text[ czech ] = "vnitřní";
|
|
|
|
|
Text[ hebrew ] = "inn~en";
|
|
|
|
|
Text[ hindi ] = "भी~तरी";
|
|
|
|
|
Text[ slovak ] = "vnú~torná";
|
|
|
|
|
};
|
|
|
|
|
CheckBox CBX_HELPTICKS_OUTER
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 93 , 160 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
|
|
|
|
Text = "au<61>e~n";
|
|
|
|
|
Text[ ENGLISH ] = "o~uter";
|
|
|
|
|
Text[ english_us ] = "o~uter";
|
|
|
|
|
Text[ portuguese ] = "e~xterior";
|
|
|
|
|
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "bu~itenste";
|
|
|
|
|
Text[ french ] = "~Ext<78>rieur";
|
|
|
|
|
Text[ spanish ] = "e~xterior";
|
|
|
|
|
Text[ italian ] = "Ester~no";
|
|
|
|
|
Text[ danish ] = "ydre";
|
|
|
|
|
Text[ swedish ] = "ytt~re";
|
|
|
|
|
Text[ polish ] = "na zewn<77>trz";
|
|
|
|
|
Text[ portuguese_brazilian ] = "e~xterior";
|
|
|
|
|
Text[ japanese ] = "外側(~U)";
|
|
|
|
|
Text[ chinese_simplified ] = "外(~U)";
|
|
|
|
|
Text[ chinese_traditional ] = "外(~U)";
|
|
|
|
|
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ dutch ] = "bu~itenste";
|
|
|
|
|
Text[ chinese_simplified ] = "外(~U)";
|
|
|
|
|
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD><EFBFBD>";
|
|
|
|
|
Text[ korean ] = "외부(~U)";
|
|
|
|
|
Text[ turkish ] = "d~<7E><>arda";
|
|
|
|
|
Text[ language_user1 ] = " ";
|
|
|
|
|
Text[ catalan ] = "e~xterior";
|
|
|
|
|
Text[ finnish ] = "u~lompi";
|
|
|
|
|
Text[ thai ] = "ภายน~อก";
|
|
|
|
|
Text[ czech ] = "vnější";
|
|
|
|
|
Text[ hebrew ] = "auße~n";
|
|
|
|
|
Text[ hindi ] = "बा~हरी";
|
|
|
|
|
Text[ slovak ] = "von~kajšia";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|