diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-03 15:36:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-03 15:36:24 +0000 |
commit | 770901f11661b343fbe5f88aae97d94099bb9110 (patch) | |
tree | a499965b5a4e7ecd75fe8ae9f011a4120233e1e9 /svx/source/dialog/labdlg.src | |
parent | 1309825710a68a931e63cf62040389da92a0b9af (diff) |
INTEGRATION: CWS rc2merge (1.23.36); FILE MERGED
2003/07/03 14:38:58 ihi 1.23.36.1: rc-2 merge all languages
Diffstat (limited to 'svx/source/dialog/labdlg.src')
-rw-r--r-- | svx/source/dialog/labdlg.src | 2415 |
1 files changed, 1208 insertions, 1207 deletions
diff --git a/svx/source/dialog/labdlg.src b/svx/source/dialog/labdlg.src index 3e322d95c3ac..60b98994301c 100644 --- a/svx/source/dialog/labdlg.src +++ b/svx/source/dialog/labdlg.src @@ -1,1207 +1,1208 @@ -/*************************************************************************
- *
- * $RCSfile: labdlg.src,v $
- *
- * $Revision: 1.23 $
- *
- * last change: $Author: hr $ $Date: 2003-06-13 12:15: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: 2000 by Sun Microsystems, Inc.
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
- // include ---------------------------------------------------------------
-#include "helpid.hrc"
-#include "labdlg.hrc"
- // pragma ----------------------------------------------------------------
-
- // RID_SVXPAGE_CAPTION ---------------------------------------------------
-TabPage RID_SVXPAGE_CAPTION
-{
- HelpId = HID_CAPTION ;
- Hide = TRUE ;
- //Size = MAP_APPFONT ( 189 , 97 ) ;
- Size = MAP_APPFONT ( 260 , 158 ) ;
- Text = "Legende" ;
- Text [ English ] = "Caption" ;
- Text [ english_us ] = "Callouts" ;
- Text [ italian ] = "Legenda" ;
- Text [ spanish ] = "Leyenda" ;
- Text [ french ] = "Lgende" ;
- Text [ dutch ] = "Legenda" ;
- Text [ swedish ] = "Frklaring" ;
- Text [ danish ] = "Forklaring" ;
- Text [ portuguese ] = "Legenda" ;
- Text [ portuguese_brazilian ] = "Textos Explicativos" ;
- Control CT_CAPTTYPE
- {
- HelpId = HID_CAPTION_CTL_TYPE ;
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 187 , 38 ) ;
- TabStop = TRUE ;
- };
- FixedText FT_ABSTAND
- {
- Pos = MAP_APPFONT ( 6 , 53 ) ;
- Size = MAP_APPFONT ( 42 , 8 ) ;
- Text = "~Abstand" ;
- Text [ English ] = "~Distance" ;
- Text [ english_us ] = "~Spacing" ;
- Text [ italian ] = "Spaziatura" ;
- Text [ spanish ] = "Espa~cio" ;
- Text [ french ] = "cart" ;
- Text [ dutch ] = "~Afstand" ;
- Text [ swedish ] = "~Avstnd" ;
- Text [ danish ] = "Afstand" ;
- Text [ portuguese_brazilian ] = "~Afastamento" ;
- Text [ portuguese ] = "~Espaamento" ;
- Text[ chinese_simplified ] = "间隔(~S)";
- Text[ russian ] = "";
- Text[ polish ] = "~Odstp";
- Text[ japanese ] = "間隔(~S)";
- Text[ chinese_traditional ] = "間隔(~S)";
- Text[ arabic ] = "";
- Text[ greek ] = "~";
- Text[ korean ] = "간격(~S)";
- Text[ turkish ] = "Uzaklk";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Espaiat";
- Text[ finnish ] = "~Vlit";
- Text[ thai ] = "~ระยะห่าง";
- Text[ czech ] = "Vzdálenost";
- Text[ hebrew ] = "ריווח";
- Text[ hindi ] = "~बीच में अंतर देना";
- Text[ slovak ] = "~Rozostup";
- };
- MetricField MF_ABSTAND
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 50 , 51 ) ;
- Size = MAP_APPFONT ( 50 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Maximum = 240000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- SpinSize = 50 ;
- };
- FixedText FT_WINKEL
- {
- Pos = MAP_APPFONT ( 106 , 53 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
- Text = "~Winkel" ;
- Text [ English ] = "~Angle" ;
- Text [ english_us ] = "~Angle" ;
- Text [ italian ] = "Angolo" ;
- Text [ spanish ] = "~ngulo" ;
- Text [ french ] = "Angle" ;
- Text [ dutch ] = "~Hoek" ;
- Text [ swedish ] = "~Vinkel" ;
- Text [ danish ] = "Vinkel" ;
- Text [ portuguese_brazilian ] = "~ngulo" ;
- Text [ portuguese ] = "~ngulo" ;
- Text[ chinese_simplified ] = "角度(~A)";
- Text[ russian ] = "";
- Text[ polish ] = "~Kt";
- Text[ japanese ] = "角度(~A)";
- Text[ chinese_traditional ] = "角度(~A)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "각도(~A)";
- Text[ turkish ] = "~A";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Angle";
- Text[ finnish ] = "~Kulma";
- Text[ thai ] = "~มุม";
- Text[ czech ] = "Úhel";
- Text[ hebrew ] = "~Winkel";
- Text[ hindi ] = "~कोण";
- Text[ slovak ] = "~Uhol";
- };
- ListBox LB_WINKEL
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 143 , 51 ) ;
- Size = MAP_APPFONT ( 50 , 60 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- CurPos = 0 ;
- StringList =
- {
- < "Beliebig" ; 1 ; > ;
- < "30 Grad" ; 3000 ; > ;
- < "45 Grad" ; 4500 ; > ;
- < "60 Grad" ; 6000 ; > ;
- < "90 Grad" ; 9000 ; > ;
- };
- StringList [ English ] =
- {
- < "Beliebig" ; 1 ; > ;
- < "30 Grad" ; 3000 ; > ;
- < "45 Grad" ; 4500 ; > ;
- < "60 Grad" ; 6000 ; > ;
- < "90 Grad" ; 9000 ; > ;
- };
- stringlist [ english_us ] =
- {
- < "Free" ; 1 ; > ;
- < "30 Degrees" ; 3000 ; > ;
- < "45 Degrees" ; 4500 ; > ;
- < "60 Degrees" ; 6000 ; > ;
- < "90 Degrees" ; 9000 ; > ;
- };
- stringlist [ italian ] =
- {
- < "Qualsiasi" ; 1 ; > ;
- < "30 gradi" ; 3000 ; > ;
- < "45 gradi" ; 4500 ; > ;
- < "60 gradi" ; 6000 ; > ;
- < "90 gradi" ; 9000 ; > ;
- };
- stringlist [ spanish ] =
- {
- < "Cualquiera" ; 1 ; > ;
- < "30 grados" ; 3000 ; > ;
- < "45 grados" ; 4500 ; > ;
- < "60 grados" ; 6000 ; > ;
- < "90 grados" ; 9000 ; > ;
- };
- stringlist [ french ] =
- {
- < "Quelconque" ; 1 ; > ;
- < "30 degrs" ; 3000 ; > ;
- < "45 degrs" ; 4500 ; > ;
- < "60 degrs" ; 6000 ; > ;
- < "90 degrs" ; 9000 ; > ;
- };
- stringlist [ dutch ] =
- {
- < "Willekeurig" ; 1 ; > ;
- < "30 graden" ; 3000 ; > ;
- < "45 graden" ; 4500 ; > ;
- < "60 graden" ; 6000 ; > ;
- < "90 graden" ; 9000 ; > ;
- };
- stringlist [ portuguese_brazilian ] =
- {
- < "Livre" ; 1 ; > ;
- < "30 Graus" ; 3000 ; > ;
- < "45 Graus" ; 4500 ; > ;
- < "60 Graus" ; 6000 ; > ;
- < "90 Graus" ; 9000 ; > ;
- };
- stringlist [ swedish ] =
- {
- < "Valfri" ; 1 ; > ;
- < "30 grader" ; 3000 ; > ;
- < "45 grader" ; 4500 ; > ;
- < "60 grader" ; 6000 ; > ;
- < "90 grader" ; 9000 ; > ;
- };
- stringlist [ danish ] =
- {
- < "Valgfri" ; 1 ; > ;
- < "30 grader" ; 3000 ; > ;
- < "45 grader" ; 4500 ; > ;
- < "60 grader" ; 6000 ; > ;
- < "90 grader" ; 9000 ; > ;
- };
- stringlist [ portuguese ] =
- {
- < "Qualquer um" ; 1 ; > ;
- < "30 graus" ; 3000 ; > ;
- < "45 graus" ; 4500 ; > ;
- < "60 graus" ; 6000 ; > ;
- < "90 graus" ; 9000 ; > ;
- };
- StringList [ chinese_simplified ] =
- {
- < "任意角度" ; 1 ; > ;
- < "30 度" ; 3000 ; > ;
- < "45 度" ; 4500 ; > ;
- < "60 度" ; 6000 ; > ;
- < "90 度" ; 9000 ; > ;
- };
- StringList [ russian ] =
- {
- < " " ; 1 ; > ;
- < "30 " ; 3000 ; > ;
- < "45 " ; 4500 ; > ;
- < "60 " ; 6000 ; > ;
- < "90 " ; 9000 ; > ;
- };
- StringList [ polish ] =
- {
- < "Dowolny" ; 1 ; > ;
- < "30 st." ; 3000 ; > ;
- < "45 st." ; 4500 ; > ;
- < "60 st." ; 6000 ; > ;
- < "90 st." ; 9000 ; > ;
- };
- StringList [ japanese ] =
- {
- < "フリー" ; 1 ; > ;
- < "30度" ; 3000 ; > ;
- < "45度" ; 4500 ; > ;
- < "60度" ; 6000 ; > ;
- < "90度" ; 9000 ; > ;
- };
- StringList [ chinese_traditional ] =
- {
- < "任意角度" ; 1 ; > ;
- < "30 度" ; 3000 ; > ;
- < "45 度" ; 4500 ; > ;
- < "60 度" ; 6000 ; > ;
- < "90 度" ; 9000 ; > ;
- };
- StringList [ arabic ] =
- {
- < "" ; 1 ; > ;
- < "30 " ; 3000 ; > ;
- < "45 " ; 4500 ; > ;
- < "60 " ; 6000 ; > ;
- < "90 " ; 9000 ; > ;
- };
- StringList [ greek ] =
- {
- < "" ; 1 ; > ;
- < "30 " ; 3000 ; > ;
- < "45 " ; 4500 ; > ;
- < "60 " ; 6000 ; > ;
- < "90 " ; 9000 ; > ;
- };
- StringList [ korean ] =
- {
- < "임의" ; 1 ; > ;
- < "30 도" ; 3000 ; > ;
- < "45 도" ; 4500 ; > ;
- < "60 도" ; 6000 ; > ;
- < "90 도" ; 9000 ; > ;
- };
- StringList [ turkish ] =
- {
- < "Serbest" ; 1 ; > ;
- < "30 Derece" ; 3000 ; > ;
- < "45 Derece" ; 4500 ; > ;
- < "60 Derece" ; 6000 ; > ;
- < "90 Derece" ; 9000 ; > ;
- };
- StringList [ language_user1 ] =
- {
- < " " ; 1 ; > ;
- < " " ; 3000 ; > ;
- < " " ; 4500 ; > ;
- < " " ; 6000 ; > ;
- < " " ; 9000 ; > ;
- };
- StringList [ catalan ] =
- {
- < "Lliure" ; 1 ; > ;
- < "30 graus" ; 3000 ; > ;
- < "45 graus" ; 4500 ; > ;
- < "60 graus" ; 6000 ; > ;
- < "90 graus" ; 9000 ; > ;
- };
- StringList [ finnish ] =
- {
- < "Vapaa" ; 1 ; > ;
- < "30 astetta" ; 3000 ; > ;
- < "45 astetta" ; 4500 ; > ;
- < "60 astetta" ; 6000 ; > ;
- < "90 astetta" ; 9000 ; > ;
- };
- StringList [ thai ] =
- {
- < "อิสระ" ; 1 ; > ;
- < "30 องศา" ; 3000 ; > ;
- < "45 องศา" ; 4500 ; > ;
- < "60 องศา" ; 6000 ; > ;
- < "90 องศา" ; 9000 ; > ;
- };
- StringList [ czech ] =
- {
- < "Volně" ; 1 ; > ;
- < "30 stupňů" ; 3000 ; > ;
- < "45 stupňů" ; 4500 ; > ;
- < "60 stupňů" ; 6000 ; > ;
- < "90 stupňů" ; 9000 ; > ;
- };
- StringList [ hebrew ] =
- {
- < "Beliebig" ; 1 ; > ;
- < "30 Grad" ; 3000 ; > ;
- < "45 Grad" ; 4500 ; > ;
- < "60 Grad" ; 6000 ; > ;
- < "90 Grad" ; 9000 ; > ;
- };
- StringList [ hindi ] =
- {
- < "स्वतंत्र" ; 1 ; > ;
- < "30 डिग्रियाँ" ; 3000 ; > ;
- < "45 डिग्रियाँ" ; 4500 ; > ;
- < "60 डिग्रियाँ" ; 6000 ; > ;
- < "90 डिग्रियाँ" ; 9000 ; > ;
- };
- StringList [ slovak ] =
- {
- < "Voľne" ; 1 ; > ;
- < "30 stupňov" ; 3000 ; > ;
- < "45 stupňov" ; 4500 ; > ;
- < "60 stupňov" ; 6000 ; > ;
- < "90 stupňov" ; 9000 ; > ;
- };
- };
- FixedText FT_ANSATZ
- {
- Pos = MAP_APPFONT ( 6 , 69 ) ;
- Size = MAP_APPFONT ( 42 , 8 ) ;
- Text = "A~nsatz" ;
- Text [ English ] = "~Extension" ;
- Text [ dutch ] = "~Aansluiting" ;
- Text [ english_us ] = "~Extension" ;
- Text [ italian ] = "Inizio linea" ;
- Text [ spanish ] = "~Extensin" ;
- Text [ french ] = "~Extension" ;
- Text [ swedish ] = "Fste" ;
- Text [ danish ] = "Tilhftning" ;
- Text [ portuguese_brazilian ] = "~Estenso" ;
- Text [ portuguese ] = "E~xtenso" ;
- Text[ chinese_simplified ] = "扩展(~E)";
- Text[ russian ] = "";
- Text[ polish ] = "~Rozszerzenie";
- Text[ japanese ] = "拡張(~E)";
- Text[ chinese_traditional ] = "擴展(~E)";
- Text[ arabic ] = " ";
- Text[ greek ] = "~";
- Text[ korean ] = "확장자(~E)";
- Text[ turkish ] = "Uzatma";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Sortida";
- Text[ finnish ] = "~Tunniste";
- Text[ thai ] = "~ส่วนขยาย";
- Text[ czech ] = "Rozšíření";
- Text[ hebrew ] = "A~nsatz";
- Text[ hindi ] = "~विस्तार";
- Text[ slovak ] = "Rozšír~enie";
- };
- ListBox LB_ANSATZ
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 50 , 67 ) ;
- Size = MAP_APPFONT ( 50 , 60 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- CurPos = 0 ;
- StringList =
- {
- < "Optimal" ; 4 ; > ;
- < "Von oben" ; 3 ; > ;
- < "Von links" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertikal" ; 2 ; > ;
- };
- StringList [ English ] =
- {
- < "Optimal" ; 4 ; > ;
- < "Von oben" ; 3 ; > ;
- < "Von links" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertikal" ; 2 ; > ;
- };
- stringlist [ english_us ] =
- {
- < "Optimal" ; 4 ; > ;
- < "From top" ; 3 ; > ;
- < "From left" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- stringlist [ italian ] =
- {
- < "Ottimale" ; 4 ; > ;
- < "Dall'alto" ; 3 ; > ;
- < "Da sinistra" ; 3 ; > ;
- < "Orizzontale" ; 1 ; > ;
- < "Verticale" ; 2 ; > ;
- };
- stringlist [ spanish ] =
- {
- < "ptimo" ; 4 ; > ;
- < "Desde arriba" ; 3 ; > ;
- < "De izquierda" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- stringlist [ french ] =
- {
- < "Optimal" ; 4 ; > ;
- < "Du haut" ; 3 ; > ;
- < "De gauche" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- stringlist [ dutch ] =
- {
- < "Optimaal" ; 4 ; > ;
- < "Van boven" ; 3 ; > ;
- < "Van links" ; 3 ; > ;
- < "Horizontaal" ; 1 ; > ;
- < "Verticaal" ; 2 ; > ;
- };
- stringlist [ portuguese_brazilian ] =
- {
- < "Otimizado" ; 4 ; > ;
- < "De cima" ; 3 ; > ;
- < "Da esquerda" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- stringlist [ swedish ] =
- {
- < "Optimal" ; 4 ; > ;
- < "Uppifrn" ; 3 ; > ;
- < "Frn vnster" ; 3 ; > ;
- < "Horisontellt" ; 1 ; > ;
- < "Vertikalt" ; 2 ; > ;
- };
- stringlist [ danish ] =
- {
- < "Optimal" ; 4 ; > ;
- < "Fra oven" ; 3 ; > ;
- < "Fra venstre" ; 3 ; > ;
- < "Vandret" ; 1 ; > ;
- < "Lodret" ; 2 ; > ;
- };
- stringlist [ portuguese ] =
- {
- < "Optimizar" ; 4 ; > ;
- < "De cima" ; 3 ; > ;
- < "Da esquerda" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- StringList [ chinese_simplified ] =
- {
- < "最佳" ; 4 ; > ;
- < "从上" ; 3 ; > ;
- < "从左" ; 3 ; > ;
- < "水平方向" ; 1 ; > ;
- < "垂直方向" ; 2 ; > ;
- };
- StringList [ russian ] =
- {
- < "" ; 4 ; > ;
- < "" ; 3 ; > ;
- < "" ; 3 ; > ;
- < "" ; 1 ; > ;
- < "" ; 2 ; > ;
- };
- StringList [ polish ] =
- {
- < "Optymalny" ; 4 ; > ;
- < "Od gry" ; 3 ; > ;
- < "Od lewej" ; 3 ; > ;
- < "Poziomo" ; 1 ; > ;
- < "Pionowo" ; 2 ; > ;
- };
- StringList [ japanese ] =
- {
- < "最適" ; 4 ; > ;
- < "上から" ; 3 ; > ;
- < "左から" ; 3 ; > ;
- < "左右" ; 1 ; > ;
- < "上下" ; 2 ; > ;
- };
- StringList [ chinese_traditional ] =
- {
- < "最合適的" ; 4 ; > ;
- < "從上" ; 3 ; > ;
- < "從左" ; 3 ; > ;
- < "水平方向" ; 1 ; > ;
- < "垂直方向" ; 2 ; > ;
- };
- StringList [ arabic ] =
- {
- < "" ; 4 ; > ;
- < " " ; 3 ; > ;
- < " " ; 3 ; > ;
- < "" ; 1 ; > ;
- < "" ; 2 ; > ;
- };
- StringList [ greek ] =
- {
- < "" ; 4 ; > ;
- < "A " ; 3 ; > ;
- < "A " ; 3 ; > ;
- < "" ; 1 ; > ;
- < "" ; 2 ; > ;
- };
- StringList [ korean ] =
- {
- < "최적" ; 4 ; > ;
- < "위 부터" ; 3 ; > ;
- < "왼쪽 부터" ; 3 ; > ;
- < "가로" ; 1 ; > ;
- < "세로" ; 2 ; > ;
- };
- StringList [ turkish ] =
- {
- < "Optimum" ; 4 ; > ;
- < "stten" ; 3 ; > ;
- < "Soldan" ; 3 ; > ;
- < "Yatay" ; 1 ; > ;
- < "Dikey" ; 2 ; > ;
- };
- StringList [ language_user1 ] =
- {
- < " " ; 4 ; > ;
- < " " ; 3 ; > ;
- < " " ; 3 ; > ;
- < " " ; 1 ; > ;
- < " " ; 2 ; > ;
- };
- StringList [ catalan ] =
- {
- < "ptim" ; 4 ; > ;
- < "Des de la part superior" ; 3 ; > ;
- < "Des de l'esquerra" ; 3 ; > ;
- < "Horitzontal" ; 1 ; > ;
- < "Vertical" ; 2 ; > ;
- };
- StringList [ finnish ] =
- {
- < "Optimaalinen" ; 4 ; > ;
- < "Ylhlt" ; 3 ; > ;
- < "Vasemmalta" ; 3 ; > ;
- < "Vaakataso" ; 1 ; > ;
- < "Pystytaso" ; 2 ; > ;
- };
- StringList [ thai ] =
- {
- < "เหมาะที่สุด" ; 4 ; > ;
- < "จากด้านบน" ; 3 ; > ;
- < "จากด้านล่าง" ; 3 ; > ;
- < "แนวนอน" ; 1 ; > ;
- < "แนวตั้ง" ; 2 ; > ;
- };
- StringList [ czech ] =
- {
- < "Optimální" ; 4 ; > ;
- < "Shora" ; 3 ; > ;
- < "Zleva" ; 3 ; > ;
- < "Vodorovně" ; 1 ; > ;
- < "Svisle" ; 2 ; > ;
- };
- StringList [ hebrew ] =
- {
- < "Optimal" ; 4 ; > ;
- < "מלמעלה" ; 3 ; > ;
- < "משמאל" ; 3 ; > ;
- < "Horizontal" ; 1 ; > ;
- < "Vertikal" ; 2 ; > ;
- };
- StringList [ hindi ] =
- {
- < "योग्य" ; 4 ; > ;
- < "ऊपर से" ; 3 ; > ;
- < "बायाँ ओर से" ; 3 ; > ;
- < "समतल" ; 1 ; > ;
- < "लम्ब" ; 2 ; > ;
- };
- StringList [ slovak ] =
- {
- < "Optimálne" ; 4 ; > ;
- < "Zhora" ; 3 ; > ;
- < "Zľava" ; 3 ; > ;
- < "Vodorovne" ; 1 ; > ;
- < "Zvislé" ; 2 ; > ;
- };
- };
- FixedText FT_UM
- {
- Pos = MAP_APPFONT ( 106 , 69 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
- Text = "~Um" ;
- Text [ English ] = "~By" ;
- Text [ dutch ] = "~Onder" ;
- Text [ english_us ] = "~By" ;
- Text [ italian ] = "Per" ;
- Text [ spanish ] = "~De" ;
- Text [ french ] = "De" ;
- Text [ swedish ] = "~Om" ;
- Text [ danish ] = "Ved" ;
- Text [ portuguese_brazilian ] = "~Por" ;
- Text [ portuguese ] = "~De" ;
- Text[ chinese_simplified ] = "数值(~B)";
- Text[ russian ] = "";
- Text[ polish ] = "~O";
- Text[ japanese ] = "倍率(~B)";
- Text[ chinese_traditional ] = "數值(~B)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "배율(~B)";
- Text[ turkish ] = "Deer";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Per";
- Text[ finnish ] = "~Tekij";
- Text[ thai ] = "โ~ดย";
- Text[ czech ] = "O";
- Text[ hebrew ] = "~Um";
- Text[ hindi ] = "~से";
- Text[ slovak ] = "~O";
- };
- MetricField MF_ANSATZ
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 143 , 67 ) ;
- Size = MAP_APPFONT ( 50 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Maximum = 240000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- SpinSize = 50 ;
- };
- FixedText FT_ANSATZ_REL
- {
- Pos = MAP_APPFONT ( 106 , 69 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
- Text = "~Position" ;
- Text [ English ] = "~Position" ;
- Text [ dutch ] = "~Positie" ;
- Text [ english_us ] = "~Position" ;
- Text [ italian ] = "Posizione" ;
- Text [ spanish ] = "Posicin" ;
- Text [ french ] = "Position" ;
- Text [ swedish ] = "~Position" ;
- Text [ danish ] = "Placering" ;
- Text [ portuguese_brazilian ] = "~Posio" ;
- Text [ portuguese ] = "~Posio" ;
- Text[ chinese_simplified ] = "位置(~P)";
- Text[ russian ] = "";
- Text[ polish ] = "~Pozycja";
- Text[ japanese ] = "位置(~P)";
- Text[ chinese_traditional ] = "位置(~P)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "위치(~P)";
- Text[ turkish ] = "Konum";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Posici";
- Text[ finnish ] = "S~ijainti";
- Text[ thai ] = "~ตำแหน่ง";
- Text[ czech ] = "Umístění";
- Text[ hebrew ] = "מיקום";
- Text[ hindi ] = "~स्थान";
- Text[ slovak ] = "~Umiestnenie";
- };
- ListBox LB_ANSATZ_REL
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 143 , 67 ) ;
- Size = MAP_APPFONT ( 50 , 60 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- };
- FixedText FT_LAENGE
- {
- Pos = MAP_APPFONT ( 6 , 85 ) ;
- Size = MAP_APPFONT ( 42 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~Lnge : ~Lnge */
- /* ### ACHTUNG: Neuer Text in Resource? ~Lnge : ~Lnge */
- Text = "~Lnge" ;
- Text [ English ] = "~Length" ;
- Text [ english_us ] = "~Length" ;
- Text [ italian ] = "~Lungh." ;
- Text [ spanish ] = "Longitud" ;
- Text [ french ] = "~Longueur" ;
- Text [ dutch ] = "~Lengte" ;
- Text [ swedish ] = "~Lngd" ;
- Text [ danish ] = "Lngde" ;
- Text [ portuguese_brazilian ] = "~Comprimento" ;
- Text [ portuguese ] = "~Comprimento" ;
- Text[ chinese_simplified ] = "长度(~L)";
- Text[ russian ] = "";
- Text[ polish ] = "~Dugo";
- Text[ japanese ] = "長さ(~L)";
- Text[ chinese_traditional ] = "長度(~L)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "길이(~L)";
- Text[ turkish ] = "Uzunluk";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~Longitud";
- Text[ finnish ] = "~Pituus";
- Text[ thai ] = "ความ~ยาว";
- Text[ czech ] = "Délka";
- Text[ hebrew ] = "~Länge";
- Text[ hindi ] = "~लम्बाई";
- Text[ slovak ] = "~Dĺžka";
- };
- MetricField MF_LAENGE
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 50 , 83 ) ;
- Size = MAP_APPFONT ( 50 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Maximum = 240000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- SpinSize = 50 ;
- };
- CheckBox CB_LAENGE
- {
- Pos = MAP_APPFONT ( 106 , 84 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
- Text = "~Optimal" ;
- Text [ English ] = "~Optimal" ;
- TabStop = TRUE ;
- Text [ english_us ] = "~Optimal" ;
- Text [ italian ] = "~Ottimale" ;
- Text [ spanish ] = "ptimo" ;
- Text [ french ] = "~Optimal" ;
- Text [ dutch ] = "~Optimaal" ;
- Text [ swedish ] = "~Optimal" ;
- Text [ danish ] = "Optimal" ;
- Text [ portuguese_brazilian ] = "~Otimizado" ;
- Text [ portuguese ] = "~Optimizar" ;
- Text[ chinese_simplified ] = "最佳(~O)";
- Text[ russian ] = "";
- Text[ polish ] = "~Optymalny";
- Text[ japanese ] = "最適(~O)";
- Text[ chinese_traditional ] = "最合適的(~O)";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "최적(~O)";
- Text[ turkish ] = "~Optimum";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "~ptim";
- Text[ finnish ] = "O~ptimaalinen";
- Text[ thai ] = "เ~หมาะที่สุด";
- Text[ czech ] = "Optimální";
- Text[ hebrew ] = "~Optimal";
- Text[ hindi ] = "~योग्य";
- Text[ slovak ] = "~Optimálny";
- };
- String STR_CAPTTYPE_1
- {
- Text = "Gerade Linie" ;
- Text [ English ] = "Straight line" ;
- Text [ english_us ] = "Straight Line" ;
- Text [ italian ] = "Linea diritta" ;
- Text [ spanish ] = "Lnea recta" ;
- Text [ french ] = "Ligne droite" ;
- Text [ dutch ] = "Rechte lijn" ;
- Text [ swedish ] = "Rak linje" ;
- Text [ danish ] = "Lige linje" ;
- Text [ portuguese_brazilian ] = "Linha Reta" ;
- Text [ portuguese ] = "Linha recta" ;
- Text[ chinese_simplified ] = "直线";
- Text[ russian ] = " ";
- Text[ polish ] = "Linia prosta";
- Text[ japanese ] = "直線";
- Text[ chinese_traditional ] = "直線";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "직선";
- Text[ turkish ] = "Dz izgili";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Lnia recta";
- Text[ finnish ] = "Suora viiva";
- Text[ thai ] = "เส้นตรง";
- Text[ czech ] = "Přímka";
- Text[ hebrew ] = "Gerade Linie";
- Text[ hindi ] = "सीधा रेखा";
- Text[ slovak ] = "Priamka";
- };
- String STR_CAPTTYPE_2
- {
- Text = "Abgewinkelte Linie" ;
- Text [ English ] = "Abgewinkelte Linie" ;
- Text [ english_us ] = "Angled Line" ;
- Text [ italian ] = "Linea angolata" ;
- Text [ spanish ] = "Lnea acodada" ;
- Text [ french ] = "Ligne en angle" ;
- Text [ dutch ] = "Lijn met hoek" ;
- Text [ swedish ] = "Vinklad linje" ;
- Text [ danish ] = "Vinklet linje" ;
- Text [ portuguese_brazilian ] = "Linha angular" ;
- Text [ portuguese ] = "Linha angular" ;
- Text[ chinese_simplified ] = "角形线";
- Text[ russian ] = " ";
- Text[ polish ] = "Zakrzywiona linia";
- Text[ japanese ] = "角をもつ線";
- Text[ chinese_traditional ] = "角形線";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "각진 선";
- Text[ turkish ] = "Al izgi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Lnia angular";
- Text[ finnish ] = "Kulmikas viiva";
- Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุม";
- Text[ czech ] = "Křivka";
- Text[ hebrew ] = "Abgewinkelte Linie";
- Text[ hindi ] = "कोणयुक्त रेखा";
- Text[ slovak ] = "Krivka";
- };
- String STR_CAPTTYPE_3
- {
- Text = "Abgewinkelte Linie einfach geknickt" ;
- Text [ English ] = "Abgewinkelte Linie einfach geknickt" ;
- Text [ english_us ] = "Angled Connector Line" ;
- Text [ italian ] = "Linea angolata una volta" ;
- Text [ spanish ] = "Lnea acodada con un slo ngulo" ;
- Text [ french ] = "Ligne en angle flchie" ;
- Text [ dutch ] = "Lijn met enkele hoek" ;
- Text [ swedish ] = "Vinklad linje med en knick" ;
- Text [ danish ] = "Vinklet linje med et knk" ;
- Text [ portuguese_brazilian ] = "Linha Conectora Angular" ;
- Text [ portuguese ] = "Linha angular com um s ngulo" ;
- Text[ chinese_simplified ] = "单连角形线";
- Text[ russian ] = " ";
- Text[ polish ] = "Zakrzywiona linia czca";
- Text[ japanese ] = "1つの角をもつ線";
- Text[ chinese_traditional ] = "單連角形線";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "구부러진 단일 연결선";
- Text[ turkish ] = "Tek al izgi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Lnia angular amb noms un angle";
- Text[ finnish ] = "Kulmikas yhdysviiva";
- Text[ thai ] = "เส้นเชื่อมต่อเป็นเหลี่ยมเป็นมุม";
- Text[ czech ] = "Zakřivená spojnice";
- Text[ hebrew ] = "Abgewinkelte Linie einfach geknickt";
- Text[ hindi ] = "कोणयुक्त जोड़नेवाला रेखा";
- Text[ slovak ] = "Ohnutá spojnica";
- };
- String STR_CAPTTYPE_4
- {
- Text = "Abgewinkelte Linie doppelt geknickt" ;
- Text [ English ] = "Abgewinkelte Linie doppelt geknickt" ;
- Text [ english_us ] = "Double-angled line" ;
- Text [ italian ] = "Linea angolata due volte" ;
- Text [ spanish ] = "Lnea acodada con dos ngulos" ;
- Text [ french ] = "Ligne en angle doublement flchie" ;
- Text [ dutch ] = "Lijn met dubbele hoek" ;
- Text [ swedish ] = "Vinklad linje med tv knickar" ;
- Text [ danish ] = "Vinklet linje med to knk" ;
- Text [ portuguese_brazilian ] = "Linha Angular com ngulo Duplo" ;
- Text [ portuguese ] = "Linha angular com ngulo duplo" ;
- Text[ chinese_simplified ] = "双连角形线";
- Text[ russian ] = " ";
- Text[ polish ] = "Linia podwjnie zaamana";
- Text[ japanese ] = "2つの角をもつ線";
- Text[ chinese_traditional ] = "雙連角形線";
- Text[ arabic ] = " ";
- Text[ greek ] = " - 2 ";
- Text[ korean ] = "이중 각진 선";
- Text[ turkish ] = "ift al izgi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Lnia angular amb dos angles";
- Text[ finnish ] = "Kaksikulmainen viiva";
- Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุมคู่";
- Text[ czech ] = "Dvakrát lomená křivka";
- Text[ hebrew ] = "Abgewinkelte Linie doppelt geknickt";
- Text[ hindi ] = "द्विगुणित-कोणयुक्त रेखा";
- Text[ slovak ] = "Dvakrát lomená krivka";
- };
- String STR_HORZ_LIST
- {
- Text = "Oben;Mitte;Unten" ;
- Text [ English ] = "Top;Middle;Bottom" ;
- Text [ english_us ] = "Top;Middle;Bottom" ;
- Text [ italian ] = "in alto;al centro;in basso" ;
- Text [ spanish ] = "Arriba;centro;abajo" ;
- Text [ french ] = "Haut;Milieu;Bas" ;
- Text [ dutch ] = "Boven;Midden;Beneden" ;
- Text [ swedish ] = "Uppe;Mitten;Nere" ;
- Text [ danish ] = "verst;Centreret;Nederst" ;
- Text [ portuguese_brazilian ] = "Superior; Meio; Inferior" ;
- Text [ portuguese ] = "Superior; centro; inferior" ;
- Text[ chinese_simplified ] = "上;中;下";
- Text[ russian ] = "; ;";
- Text[ polish ] = "Na grze;Porodku;Na dole";
- Text[ japanese ] = "上;中;下";
- Text[ chinese_traditional ] = "上;中;下";
- Text[ arabic ] = "غ";
- Text[ greek ] = ";;";
- Text[ korean ] = "위;가운데;아래";
- Text[ turkish ] = "st;Orta;Alt";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Part superior;Mig;Part inferior";
- Text[ finnish ] = "Ylreuna;Keskikohta;Alareuna";
- Text[ thai ] = "บน;กลาง;ล่าง";
- Text[ czech ] = "Nahoře;Uprostřed;Dole";
- Text[ hebrew ] = "Oben;Mitte;Unten";
- Text[ hindi ] = "ऊपर;मध्य;नीचे";
- Text[ slovak ] = "Nahor;Uprostred;Naspodok";
- };
- String STR_VERT_LIST
- {
- Text = "Links;Mitte;Rechts" ;
- Text [ English ] = "Left;Middle;Right" ;
- Text [ english_us ] = "Left;Middle;Right" ;
- Text [ italian ] = "A sinistra;al centro;a destra" ;
- Text [ spanish ] = "Izquierda;centrado;derecha" ;
- Text [ french ] = "Gauche;Milieu;Droite" ;
- Text [ dutch ] = "Links;Midden;Rechts" ;
- Text [ swedish ] = "Vnster;Mitten;Hger" ;
- Text [ danish ] = "Venstre;Centreret;Hjre" ;
- Text [ portuguese_brazilian ] = "Esquerda; Meio; Direita" ;
- Text [ portuguese ] = "Esquerda; centro; direita" ;
- Text[ chinese_simplified ] = "左;中;右";
- Text[ russian ] = "; ;";
- Text[ polish ] = "Z lewej;Porodku;Z prawej";
- Text[ japanese ] = "左;中央;右";
- Text[ chinese_traditional ] = "左;中;右";
- Text[ arabic ] = "Ѻغ";
- Text[ greek ] = ";;";
- Text[ korean ] = "왼쪽;가운데;오른쪽";
- Text[ turkish ] = "Sol;Orta;Sa";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Esquerra;Mig;Dreta";
- Text[ finnish ] = "Vasen;Keskikohta;Oikea";
- Text[ thai ] = "ซ้าย;กลาง;ขวา";
- Text[ czech ] = "Vlevo;Uprostřed;Vpravo";
- Text[ hebrew ] = "Links;Mitte;Rechts";
- Text[ hindi ] = "बायाँ;मध्य;दाहिना";
- Text[ slovak ] = "Vľavo;Uprostred;Vpravo";
- };
- Bitmap BMP_CAPTTYPE_1
- {
- File = "legtyp1.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_2
- {
- File = "legtyp2.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_3
- {
- File = "legtyp3.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_4
- {
- File = "legtyp4.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_1_H
- {
- File = "legtyp1_hc.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_2_H
- {
- File = "legtyp2_hc.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_3_H
- {
- File = "legtyp3_hc.bmp" ;
- };
- Bitmap BMP_CAPTTYPE_4_H
- {
- File = "legtyp4_hc.bmp" ;
- };
- Text[ chinese_simplified ] = "图例";
- Text[ russian ] = "";
- Text[ polish ] = "Objanienia";
- Text[ japanese ] = "凡例";
- Text[ chinese_traditional ] = "圖例";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "설명선";
- Text[ turkish ] = "Belirtme izgisi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Llegendes";
- Text[ finnish ] = "Kuvatekstit";
- Text[ thai ] = "คำบรรยายภาพ";
- Text[ czech ] = "Bubliny";
- Text[ hebrew ] = "דיבורים";
- Text[ hindi ] = "कालौट्स्";
- Text[ slovak ] = "Bubliny";
-};
- // RID_SVXDLG_CAPTION ----------------------------------------------------
-TabDialog RID_SVXDLG_CAPTION
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 237 , 161 ) ;
- Text = "Legende" ;
- Text [ English ] = "Caption" ;
- Text [ english_us ] = "Callouts" ;
- Text [ italian ] = "Legenda" ;
- Text [ spanish ] = "Leyenda" ;
- Text [ french ] = "Lgende" ;
- Text [ dutch ] = "Legenda" ;
- Text [ swedish ] = "Frklaring" ;
- Text [ danish ] = "Forklaring" ;
- Text [ portuguese_brazilian ] = "Textos Explicativos" ;
- Text [ portuguese ] = "Legenda" ;
- Moveable = TRUE ;
- TabControl TAB_CONTROL
- {
- OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 3 , 3 ) ;
- Size = MAP_APPFONT ( 189 , 97 ) ;
- PageList =
- {
- PageItem
- {
- Identifier = RID_SVXPAGE_POSITION_SIZE ;
- PageResID = RID_SVXPAGE_POSITION_SIZE ;
- Text = "Position und Gre" ;
- Text [ ENGLISH ] = "Position and Size" ;
- Text [ norwegian ] = "Posisjon og strrelse" ;
- Text [ italian ] = "Posizione e dimensione" ;
- Text [ portuguese_brazilian ] = "Posi??o e Tamanho" ;
- Text [ portuguese ] = "Posio e tamanho" ;
- Text [ finnish ] = "Sijainti ja koko" ;
- Text [ danish ] = "Placering og strrelse" ;
- Text [ french ] = "Position et taille" ;
- Text [ swedish ] = "Position och storlek" ;
- Text [ dutch ] = "Positie en grootte" ;
- Text [ spanish ] = "Posicin y tamao" ;
- Text [ english_us ] = "Position and Size" ;
- Text[ chinese_simplified ] = "位置和大小";
- Text[ russian ] = " ";
- Text[ polish ] = "Pozycja i rozmiar";
- Text[ japanese ] = "位置とサイズ";
- Text[ chinese_traditional ] = "位置和大小";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "위치 및 크기";
- Text[ turkish ] = "Konum ve boyut";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Position and Size";
- Text[ thai ] = "ตำแหน่งและขนาด";
- Text[ czech ] = "Umístění a velikost";
- Text[ hebrew ] = "Position und Größe";
- Text[ hindi ] = "Position and Size";
- Text[ slovak ] = "Umiestnenie a veľkosť";
- };
- PageItem
- {
- Identifier = RID_SVXPAGE_CAPTION ;
- Text = "Legende" ;
- Text [ English ] = "Caption" ;
- PageResID = RID_SVXPAGE_CAPTION ;
- Text [ dutch ] = "Legenda" ;
- Text [ english_us ] = "Callout" ;
- Text [ italian ] = "Legenda" ;
- Text [ spanish ] = "Leyenda" ;
- Text [ french ] = "Lgende" ;
- Text [ swedish ] = "Frklaring" ;
- Text [ danish ] = "Forklaring" ;
- Text [ portuguese_brazilian ] = "Texto Explicativo" ;
- Text [ portuguese ] = "Legenda" ;
- Text[ chinese_simplified ] = "图例";
- Text[ russian ] = "";
- Text[ polish ] = "Objanienie";
- Text[ japanese ] = "凡例";
- Text[ chinese_traditional ] = "圖例";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "설명선";
- Text[ turkish ] = "Belirtme izgisi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Llegenda";
- Text[ finnish ] = "Kuvateksti";
- Text[ thai ] = "คำบรรยายภาพ";
- Text[ czech ] = "Bublina";
- Text[ hebrew ] = "Legende";
- Text[ hindi ] = "कालौट्";
- Text[ slovak ] = "Bublina";
- };
- };
- };
- Text[ chinese_simplified ] = "图例";
- Text[ russian ] = "";
- Text[ polish ] = "Objanienia";
- Text[ japanese ] = "凡例";
- Text[ chinese_traditional ] = "圖例";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "설명선";
- Text[ turkish ] = "Belirtme izgisi";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Llegendes";
- Text[ finnish ] = "Kuvatekstit";
- Text[ thai ] = "คำบรรยายภาพ";
- Text[ czech ] = "Bubliny";
- Text[ hebrew ] = "דיבורים";
- Text[ hindi ] = "कालौट्स्";
- Text[ slovak ] = "Bubliny";
-};
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/************************************************************************* + * + * $RCSfile: labdlg.src,v $ + * + * $Revision: 1.24 $ + * + * last change: $Author: hr $ $Date: 2003-07-03 16:36:24 $ + * + * 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 "helpid.hrc" +#include "labdlg.hrc" + // pragma ---------------------------------------------------------------- + + // RID_SVXPAGE_CAPTION --------------------------------------------------- +TabPage RID_SVXPAGE_CAPTION +{ + HelpId = HID_CAPTION ; + Hide = TRUE ; + //Size = MAP_APPFONT ( 189 , 97 ) ; + Size = MAP_APPFONT ( 260 , 158 ) ; + Text = "Legende" ; + Text [ English ] = "Caption" ; + Text [ english_us ] = "Callouts" ; + Text [ italian ] = "Legenda" ; + Text [ spanish ] = "Leyenda" ; + Text [ french ] = "Lgende" ; + Text [ dutch ] = "Legenda" ; + Text [ swedish ] = "Frklaring" ; + Text [ danish ] = "Forklaring" ; + Text [ portuguese ] = "Legenda" ; + Text [ portuguese_brazilian ] = "Textos Explicativos" ; + Control CT_CAPTTYPE + { + HelpId = HID_CAPTION_CTL_TYPE ; + Border = TRUE ; + Pos = MAP_APPFONT ( 6 , 6 ) ; + Size = MAP_APPFONT ( 187 , 38 ) ; + TabStop = TRUE ; + }; + FixedText FT_ABSTAND + { + Pos = MAP_APPFONT ( 6 , 53 ) ; + Size = MAP_APPFONT ( 42 , 8 ) ; + Text = "~Abstand" ; + Text [ English ] = "~Distance" ; + Text [ english_us ] = "~Spacing" ; + Text [ italian ] = "Spaziatura" ; + Text [ spanish ] = "Espa~cio" ; + Text [ french ] = "cart" ; + Text [ dutch ] = "~Afstand" ; + Text [ swedish ] = "~Avstnd" ; + Text [ danish ] = "Afstand" ; + Text [ portuguese_brazilian ] = "~Afastamento" ; + Text [ portuguese ] = "~Espaamento" ; + Text[ chinese_simplified ] = "间隔(~S)"; + Text[ russian ] = ""; + Text[ polish ] = "~Odstp"; + Text[ japanese ] = "間隔(~S)"; + Text[ chinese_traditional ] = "間隔(~S)"; + Text[ arabic ] = ""; + Text[ greek ] = "~"; + Text[ korean ] = "간격(~S)"; + Text[ turkish ] = "Uzaklk"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Espaiat"; + Text[ finnish ] = "~Vlit"; + Text[ thai ] = "~ระยะห่าง"; + Text[ czech ] = "Vzdálenost"; + Text[ hebrew ] = "ריווח"; + Text[ hindi ] = "~बीच में अंतर देना"; + Text[ slovak ] = "~Rozostup"; + }; + MetricField MF_ABSTAND + { + Border = TRUE ; + Pos = MAP_APPFONT ( 50 , 51 ) ; + Size = MAP_APPFONT ( 50 , 12 ) ; + TabStop = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Maximum = 240000 ; + StrictFormat = TRUE ; + DecimalDigits = 2 ; + Unit = FUNIT_MM ; + SpinSize = 50 ; + }; + FixedText FT_WINKEL + { + Pos = MAP_APPFONT ( 106 , 53 ) ; + Size = MAP_APPFONT ( 35 , 8 ) ; + Text = "~Winkel" ; + Text [ English ] = "~Angle" ; + Text [ english_us ] = "~Angle" ; + Text [ italian ] = "Angolo" ; + Text [ spanish ] = "~ngulo" ; + Text [ french ] = "Angle" ; + Text [ dutch ] = "~Hoek" ; + Text [ swedish ] = "~Vinkel" ; + Text [ danish ] = "Vinkel" ; + Text [ portuguese_brazilian ] = "~ngulo" ; + Text [ portuguese ] = "~ngulo" ; + Text[ chinese_simplified ] = "角度(~A)"; + Text[ russian ] = ""; + Text[ polish ] = "~Kt"; + Text[ japanese ] = "角度(~A)"; + Text[ chinese_traditional ] = "角度(~A)"; + Text[ arabic ] = ""; + Text[ greek ] = "~"; + Text[ korean ] = "각도(~A)"; + Text[ turkish ] = "~A"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Angle"; + Text[ finnish ] = "~Kulma"; + Text[ thai ] = "~มุม"; + Text[ czech ] = "Úhel"; + Text[ hebrew ] = "~Winkel"; + Text[ hindi ] = "~कोण"; + Text[ slovak ] = "~Uhol"; + }; + ListBox LB_WINKEL + { + Border = TRUE ; + Pos = MAP_APPFONT ( 143 , 51 ) ; + Size = MAP_APPFONT ( 50 , 60 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + CurPos = 0 ; + StringList = + { + < "Beliebig" ; 1 ; > ; + < "30 Grad" ; 3000 ; > ; + < "45 Grad" ; 4500 ; > ; + < "60 Grad" ; 6000 ; > ; + < "90 Grad" ; 9000 ; > ; + }; + StringList [ English ] = + { + < "Beliebig" ; 1 ; > ; + < "30 Grad" ; 3000 ; > ; + < "45 Grad" ; 4500 ; > ; + < "60 Grad" ; 6000 ; > ; + < "90 Grad" ; 9000 ; > ; + }; + stringlist [ english_us ] = + { + < "Free" ; 1 ; > ; + < "30 Degrees" ; 3000 ; > ; + < "45 Degrees" ; 4500 ; > ; + < "60 Degrees" ; 6000 ; > ; + < "90 Degrees" ; 9000 ; > ; + }; + stringlist [ italian ] = + { + < "Qualsiasi" ; 1 ; > ; + < "30 gradi" ; 3000 ; > ; + < "45 gradi" ; 4500 ; > ; + < "60 gradi" ; 6000 ; > ; + < "90 gradi" ; 9000 ; > ; + }; + stringlist [ spanish ] = + { + < "Cualquiera" ; 1 ; > ; + < "30 grados" ; 3000 ; > ; + < "45 grados" ; 4500 ; > ; + < "60 grados" ; 6000 ; > ; + < "90 grados" ; 9000 ; > ; + }; + stringlist [ french ] = + { + < "Quelconque" ; 1 ; > ; + < "30 degrs" ; 3000 ; > ; + < "45 degrs" ; 4500 ; > ; + < "60 degrs" ; 6000 ; > ; + < "90 degrs" ; 9000 ; > ; + }; + stringlist [ dutch ] = + { + < "Willekeurig" ; 1 ; > ; + < "30 graden" ; 3000 ; > ; + < "45 graden" ; 4500 ; > ; + < "60 graden" ; 6000 ; > ; + < "90 graden" ; 9000 ; > ; + }; + stringlist [ portuguese_brazilian ] = + { + < "Livre" ; 1 ; > ; + < "30 Graus" ; 3000 ; > ; + < "45 Graus" ; 4500 ; > ; + < "60 Graus" ; 6000 ; > ; + < "90 Graus" ; 9000 ; > ; + }; + stringlist [ swedish ] = + { + < "Valfri" ; 1 ; > ; + < "30 grader" ; 3000 ; > ; + < "45 grader" ; 4500 ; > ; + < "60 grader" ; 6000 ; > ; + < "90 grader" ; 9000 ; > ; + }; + stringlist [ danish ] = + { + < "Valgfri" ; 1 ; > ; + < "30 grader" ; 3000 ; > ; + < "45 grader" ; 4500 ; > ; + < "60 grader" ; 6000 ; > ; + < "90 grader" ; 9000 ; > ; + }; + stringlist [ portuguese ] = + { + < "Qualquer um" ; 1 ; > ; + < "30 graus" ; 3000 ; > ; + < "45 graus" ; 4500 ; > ; + < "60 graus" ; 6000 ; > ; + < "90 graus" ; 9000 ; > ; + }; + StringList [ chinese_simplified ] = + { + < "任意角度" ; 1 ; > ; + < "30 度" ; 3000 ; > ; + < "45 度" ; 4500 ; > ; + < "60 度" ; 6000 ; > ; + < "90 度" ; 9000 ; > ; + }; + StringList [ russian ] = + { + < " " ; 1 ; > ; + < "30 " ; 3000 ; > ; + < "45 " ; 4500 ; > ; + < "60 " ; 6000 ; > ; + < "90 " ; 9000 ; > ; + }; + StringList [ polish ] = + { + < "Dowolny" ; 1 ; > ; + < "30 st." ; 3000 ; > ; + < "45 st." ; 4500 ; > ; + < "60 st." ; 6000 ; > ; + < "90 st." ; 9000 ; > ; + }; + StringList [ japanese ] = + { + < "フリー" ; 1 ; > ; + < "30度" ; 3000 ; > ; + < "45度" ; 4500 ; > ; + < "60度" ; 6000 ; > ; + < "90度" ; 9000 ; > ; + }; + StringList [ chinese_traditional ] = + { + < "任意角度" ; 1 ; > ; + < "30 度" ; 3000 ; > ; + < "45 度" ; 4500 ; > ; + < "60 度" ; 6000 ; > ; + < "90 度" ; 9000 ; > ; + }; + StringList [ arabic ] = + { + < "" ; 1 ; > ; + < "30 " ; 3000 ; > ; + < "45 " ; 4500 ; > ; + < "60 " ; 6000 ; > ; + < "90 " ; 9000 ; > ; + }; + StringList [ greek ] = + { + < "" ; 1 ; > ; + < "30 " ; 3000 ; > ; + < "45 " ; 4500 ; > ; + < "60 " ; 6000 ; > ; + < "90 " ; 9000 ; > ; + }; + StringList [ korean ] = + { + < "임의" ; 1 ; > ; + < "30 도" ; 3000 ; > ; + < "45 도" ; 4500 ; > ; + < "60 도" ; 6000 ; > ; + < "90 도" ; 9000 ; > ; + }; + StringList [ turkish ] = + { + < "Serbest" ; 1 ; > ; + < "30 Derece" ; 3000 ; > ; + < "45 Derece" ; 4500 ; > ; + < "60 Derece" ; 6000 ; > ; + < "90 Derece" ; 9000 ; > ; + }; + StringList [ language_user1 ] = + { + < " " ; 1 ; > ; + < " " ; 3000 ; > ; + < " " ; 4500 ; > ; + < " " ; 6000 ; > ; + < " " ; 9000 ; > ; + }; + StringList [ catalan ] = + { + < "Lliure" ; 1 ; > ; + < "30 graus" ; 3000 ; > ; + < "45 graus" ; 4500 ; > ; + < "60 graus" ; 6000 ; > ; + < "90 graus" ; 9000 ; > ; + }; + StringList [ finnish ] = + { + < "Vapaa" ; 1 ; > ; + < "30 astetta" ; 3000 ; > ; + < "45 astetta" ; 4500 ; > ; + < "60 astetta" ; 6000 ; > ; + < "90 astetta" ; 9000 ; > ; + }; + StringList [ thai ] = + { + < "อิสระ" ; 1 ; > ; + < "30 องศา" ; 3000 ; > ; + < "45 องศา" ; 4500 ; > ; + < "60 องศา" ; 6000 ; > ; + < "90 องศา" ; 9000 ; > ; + }; + StringList [ czech ] = + { + < "Volně" ; 1 ; > ; + < "30 stupňů" ; 3000 ; > ; + < "45 stupňů" ; 4500 ; > ; + < "60 stupňů" ; 6000 ; > ; + < "90 stupňů" ; 9000 ; > ; + }; + StringList [ hebrew ] = + { + < "Beliebig" ; 1 ; > ; + < "30 Grad" ; 3000 ; > ; + < "45 Grad" ; 4500 ; > ; + < "60 Grad" ; 6000 ; > ; + < "90 Grad" ; 9000 ; > ; + }; + StringList [ hindi ] = + { + < "स्वतंत्र" ; 1 ; > ; + < "30 डिग्रियाँ" ; 3000 ; > ; + < "45 डिग्रियाँ" ; 4500 ; > ; + < "60 डिग्रियाँ" ; 6000 ; > ; + < "90 डिग्रियाँ" ; 9000 ; > ; + }; + StringList [ slovak ] = + { + < "Voľne" ; 1 ; > ; + < "30 stupňov" ; 3000 ; > ; + < "45 stupňov" ; 4500 ; > ; + < "60 stupňov" ; 6000 ; > ; + < "90 stupňov" ; 9000 ; > ; + }; + }; + FixedText FT_ANSATZ + { + Pos = MAP_APPFONT ( 6 , 69 ) ; + Size = MAP_APPFONT ( 42 , 8 ) ; + Text = "A~nsatz" ; + Text [ English ] = "~Extension" ; + Text [ dutch ] = "~Aansluiting" ; + Text [ english_us ] = "~Extension" ; + Text [ italian ] = "Inizio linea" ; + Text [ spanish ] = "~Extensin" ; + Text [ french ] = "~Extension" ; + Text [ swedish ] = "Fste" ; + Text [ danish ] = "Tilhftning" ; + Text [ portuguese_brazilian ] = "~Extenso" ; + Text [ portuguese ] = "E~xtenso" ; + Text[ chinese_simplified ] = "扩展(~E)"; + Text[ russian ] = ""; + Text[ polish ] = "~Rozszerzenie"; + Text[ japanese ] = "拡張(~E)"; + Text[ chinese_traditional ] = "擴展(~E)"; + Text[ arabic ] = " "; + Text[ greek ] = "~"; + Text[ korean ] = "확장자(~E)"; + Text[ turkish ] = "Uzatma"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Sortida"; + Text[ finnish ] = "~Tunniste"; + Text[ thai ] = "~ส่วนขยาย"; + Text[ czech ] = "Rozšíření"; + Text[ hebrew ] = "A~nsatz"; + Text[ hindi ] = "~विस्तार"; + Text[ slovak ] = "Rozšír~enie"; + }; + ListBox LB_ANSATZ + { + Border = TRUE ; + Pos = MAP_APPFONT ( 50 , 67 ) ; + Size = MAP_APPFONT ( 50 , 60 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + CurPos = 0 ; + StringList = + { + < "Optimal" ; 4 ; > ; + < "Von oben" ; 3 ; > ; + < "Von links" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertikal" ; 2 ; > ; + }; + StringList [ English ] = + { + < "Optimal" ; 4 ; > ; + < "Von oben" ; 3 ; > ; + < "Von links" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertikal" ; 2 ; > ; + }; + stringlist [ english_us ] = + { + < "Optimal" ; 4 ; > ; + < "From top" ; 3 ; > ; + < "From left" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + stringlist [ italian ] = + { + < "Ottimale" ; 4 ; > ; + < "Dall'alto" ; 3 ; > ; + < "Da sinistra" ; 3 ; > ; + < "Orizzontale" ; 1 ; > ; + < "Verticale" ; 2 ; > ; + }; + stringlist [ spanish ] = + { + < "ptimo" ; 4 ; > ; + < "Desde arriba" ; 3 ; > ; + < "De izquierda" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + stringlist [ french ] = + { + < "Optimal" ; 4 ; > ; + < "Du haut" ; 3 ; > ; + < "De gauche" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + stringlist [ dutch ] = + { + < "Optimaal" ; 4 ; > ; + < "Van boven" ; 3 ; > ; + < "Van links" ; 3 ; > ; + < "Horizontaal" ; 1 ; > ; + < "Verticaal" ; 2 ; > ; + }; + stringlist [ portuguese_brazilian ] = + { + < "Otimizado" ; 4 ; > ; + < "De cima" ; 3 ; > ; + < "Da esquerda" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + stringlist [ swedish ] = + { + < "Optimal" ; 4 ; > ; + < "Uppifrn" ; 3 ; > ; + < "Frn vnster" ; 3 ; > ; + < "Horisontellt" ; 1 ; > ; + < "Vertikalt" ; 2 ; > ; + }; + stringlist [ danish ] = + { + < "Optimal" ; 4 ; > ; + < "Fra oven" ; 3 ; > ; + < "Fra venstre" ; 3 ; > ; + < "Vandret" ; 1 ; > ; + < "Lodret" ; 2 ; > ; + }; + stringlist [ portuguese ] = + { + < "Optimizar" ; 4 ; > ; + < "De cima" ; 3 ; > ; + < "Da esquerda" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + StringList [ chinese_simplified ] = + { + < "最佳" ; 4 ; > ; + < "从上" ; 3 ; > ; + < "从左" ; 3 ; > ; + < "水平方向" ; 1 ; > ; + < "垂直方向" ; 2 ; > ; + }; + StringList [ russian ] = + { + < "" ; 4 ; > ; + < "" ; 3 ; > ; + < "" ; 3 ; > ; + < "" ; 1 ; > ; + < "" ; 2 ; > ; + }; + StringList [ polish ] = + { + < "Optymalny" ; 4 ; > ; + < "Od gry" ; 3 ; > ; + < "Od lewej" ; 3 ; > ; + < "Poziomo" ; 1 ; > ; + < "Pionowo" ; 2 ; > ; + }; + StringList [ japanese ] = + { + < "最適" ; 4 ; > ; + < "上から" ; 3 ; > ; + < "左から" ; 3 ; > ; + < "左右" ; 1 ; > ; + < "上下" ; 2 ; > ; + }; + StringList [ chinese_traditional ] = + { + < "最合適的" ; 4 ; > ; + < "從上" ; 3 ; > ; + < "從左" ; 3 ; > ; + < "水平方向" ; 1 ; > ; + < "垂直方向" ; 2 ; > ; + }; + StringList [ arabic ] = + { + < "" ; 4 ; > ; + < " " ; 3 ; > ; + < " " ; 3 ; > ; + < "" ; 1 ; > ; + < "" ; 2 ; > ; + }; + StringList [ greek ] = + { + < "" ; 4 ; > ; + < "A " ; 3 ; > ; + < "A " ; 3 ; > ; + < "" ; 1 ; > ; + < "" ; 2 ; > ; + }; + StringList [ korean ] = + { + < "최적" ; 4 ; > ; + < "위 부터" ; 3 ; > ; + < "왼쪽 부터" ; 3 ; > ; + < "가로" ; 1 ; > ; + < "세로" ; 2 ; > ; + }; + StringList [ turkish ] = + { + < "Optimum" ; 4 ; > ; + < "stten" ; 3 ; > ; + < "Soldan" ; 3 ; > ; + < "Yatay" ; 1 ; > ; + < "Dikey" ; 2 ; > ; + }; + StringList [ language_user1 ] = + { + < " " ; 4 ; > ; + < " " ; 3 ; > ; + < " " ; 3 ; > ; + < " " ; 1 ; > ; + < " " ; 2 ; > ; + }; + StringList [ catalan ] = + { + < "ptim" ; 4 ; > ; + < "Des de la part superior" ; 3 ; > ; + < "Des de l'esquerra" ; 3 ; > ; + < "Horitzontal" ; 1 ; > ; + < "Vertical" ; 2 ; > ; + }; + StringList [ finnish ] = + { + < "Optimaalinen" ; 4 ; > ; + < "Ylhlt" ; 3 ; > ; + < "Vasemmalta" ; 3 ; > ; + < "Vaakataso" ; 1 ; > ; + < "Pystytaso" ; 2 ; > ; + }; + StringList [ thai ] = + { + < "เหมาะที่สุด" ; 4 ; > ; + < "จากด้านบน" ; 3 ; > ; + < "จากด้านล่าง" ; 3 ; > ; + < "แนวนอน" ; 1 ; > ; + < "แนวตั้ง" ; 2 ; > ; + }; + StringList [ czech ] = + { + < "Optimální" ; 4 ; > ; + < "Shora" ; 3 ; > ; + < "Zleva" ; 3 ; > ; + < "Vodorovně" ; 1 ; > ; + < "Svisle" ; 2 ; > ; + }; + StringList [ hebrew ] = + { + < "Optimal" ; 4 ; > ; + < "מלמעלה" ; 3 ; > ; + < "משמאל" ; 3 ; > ; + < "Horizontal" ; 1 ; > ; + < "Vertikal" ; 2 ; > ; + }; + StringList [ hindi ] = + { + < "योग्य" ; 4 ; > ; + < "ऊपर से" ; 3 ; > ; + < "बायाँ ओर से" ; 3 ; > ; + < "समतल" ; 1 ; > ; + < "लम्ब" ; 2 ; > ; + }; + StringList [ slovak ] = + { + < "Optimálne" ; 4 ; > ; + < "Zhora" ; 3 ; > ; + < "Zľava" ; 3 ; > ; + < "Vodorovne" ; 1 ; > ; + < "Zvislé" ; 2 ; > ; + }; + }; + FixedText FT_UM + { + Pos = MAP_APPFONT ( 106 , 69 ) ; + Size = MAP_APPFONT ( 35 , 8 ) ; + Text = "~Um" ; + Text [ English ] = "~By" ; + Text [ dutch ] = "~Onder" ; + Text [ english_us ] = "~By" ; + Text [ italian ] = "Per" ; + Text [ spanish ] = "~De" ; + Text [ french ] = "De" ; + Text [ swedish ] = "~Om" ; + Text [ danish ] = "Ved" ; + Text [ portuguese_brazilian ] = "~Por" ; + Text [ portuguese ] = "~De" ; + Text[ chinese_simplified ] = "数值(~B)"; + Text[ russian ] = ""; + Text[ polish ] = "~O"; + Text[ japanese ] = "倍率(~B)"; + Text[ chinese_traditional ] = "數值(~B)"; + Text[ arabic ] = ""; + Text[ greek ] = "~"; + Text[ korean ] = "배율(~B)"; + Text[ turkish ] = "Deer"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Per"; + Text[ finnish ] = "~Tekij"; + Text[ thai ] = "โ~ดย"; + Text[ czech ] = "O"; + Text[ hebrew ] = "~Um"; + Text[ hindi ] = "~से"; + Text[ slovak ] = "~O"; + }; + MetricField MF_ANSATZ + { + Border = TRUE ; + Pos = MAP_APPFONT ( 143 , 67 ) ; + Size = MAP_APPFONT ( 50 , 12 ) ; + TabStop = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Maximum = 240000 ; + StrictFormat = TRUE ; + DecimalDigits = 2 ; + Unit = FUNIT_MM ; + SpinSize = 50 ; + }; + FixedText FT_ANSATZ_REL + { + Pos = MAP_APPFONT ( 106 , 69 ) ; + Size = MAP_APPFONT ( 35 , 8 ) ; + Text = "~Position" ; + Text [ English ] = "~Position" ; + Text [ dutch ] = "~Positie" ; + Text [ english_us ] = "~Position" ; + Text [ italian ] = "Posizione" ; + Text [ spanish ] = "Posicin" ; + Text [ french ] = "Position" ; + Text [ swedish ] = "~Position" ; + Text [ danish ] = "Placering" ; + Text [ portuguese_brazilian ] = "~Posio" ; + Text [ portuguese ] = "~Posio" ; + Text[ chinese_simplified ] = "位置(~P)"; + Text[ russian ] = ""; + Text[ polish ] = "~Pozycja"; + Text[ japanese ] = "位置(~P)"; + Text[ chinese_traditional ] = "位置(~P)"; + Text[ arabic ] = ""; + Text[ greek ] = "~"; + Text[ korean ] = "위치(~P)"; + Text[ turkish ] = "Konum"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Posici"; + Text[ finnish ] = "S~ijainti"; + Text[ thai ] = "~ตำแหน่ง"; + Text[ czech ] = "Umístění"; + Text[ hebrew ] = "מיקום"; + Text[ hindi ] = "~स्थान"; + Text[ slovak ] = "~Umiestnenie"; + }; + ListBox LB_ANSATZ_REL + { + Border = TRUE ; + Pos = MAP_APPFONT ( 143 , 67 ) ; + Size = MAP_APPFONT ( 50 , 60 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + }; + FixedText FT_LAENGE + { + Pos = MAP_APPFONT ( 6 , 85 ) ; + Size = MAP_APPFONT ( 42 , 8 ) ; + /* ### ACHTUNG: Neuer Text in Resource? ~Lnge : ~Lnge */ + /* ### ACHTUNG: Neuer Text in Resource? ~Lnge : ~Lnge */ + Text = "~Lnge" ; + Text [ English ] = "~Length" ; + Text [ english_us ] = "~Length" ; + Text [ italian ] = "~Lungh." ; + Text [ spanish ] = "Longitud" ; + Text [ french ] = "~Longueur" ; + Text [ dutch ] = "~Lengte" ; + Text [ swedish ] = "~Lngd" ; + Text [ danish ] = "Lngde" ; + Text [ portuguese_brazilian ] = "~Comprimento" ; + Text [ portuguese ] = "~Comprimento" ; + Text[ chinese_simplified ] = "长度(~L)"; + Text[ russian ] = ""; + Text[ polish ] = "~Dugo"; + Text[ japanese ] = "長さ(~L)"; + Text[ chinese_traditional ] = "長度(~L)"; + Text[ arabic ] = ""; + Text[ greek ] = ""; + Text[ korean ] = "길이(~L)"; + Text[ turkish ] = "Uzunluk"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~Longitud"; + Text[ finnish ] = "~Pituus"; + Text[ thai ] = "ความ~ยาว"; + Text[ czech ] = "Délka"; + Text[ hebrew ] = "~Länge"; + Text[ hindi ] = "~लम्बाई"; + Text[ slovak ] = "~Dĺžka"; + }; + MetricField MF_LAENGE + { + Border = TRUE ; + Pos = MAP_APPFONT ( 50 , 83 ) ; + Size = MAP_APPFONT ( 50 , 12 ) ; + TabStop = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Maximum = 240000 ; + StrictFormat = TRUE ; + DecimalDigits = 2 ; + Unit = FUNIT_MM ; + SpinSize = 50 ; + }; + CheckBox CB_LAENGE + { + Pos = MAP_APPFONT ( 106 , 84 ) ; + Size = MAP_APPFONT ( 50 , 10 ) ; + Text = "~Optimal" ; + Text [ English ] = "~Optimal" ; + TabStop = TRUE ; + Text [ english_us ] = "~Optimal" ; + Text [ italian ] = "~Ottimale" ; + Text [ spanish ] = "ptimo" ; + Text [ french ] = "~Optimal" ; + Text [ dutch ] = "~Optimaal" ; + Text [ swedish ] = "~Optimal" ; + Text [ danish ] = "Optimal" ; + Text [ portuguese_brazilian ] = "~Otimizado" ; + Text [ portuguese ] = "~Optimizar" ; + Text[ chinese_simplified ] = "最佳(~O)"; + Text[ russian ] = ""; + Text[ polish ] = "~Optymalny"; + Text[ japanese ] = "最適(~O)"; + Text[ chinese_traditional ] = "最合適的(~O)"; + Text[ arabic ] = ""; + Text[ greek ] = ""; + Text[ korean ] = "최적(~O)"; + Text[ turkish ] = "~Optimum"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "~ptim"; + Text[ finnish ] = "O~ptimaalinen"; + Text[ thai ] = "เ~หมาะที่สุด"; + Text[ czech ] = "Optimální"; + Text[ hebrew ] = "~Optimal"; + Text[ hindi ] = "~योग्य"; + Text[ slovak ] = "~Optimálny"; + }; + String STR_CAPTTYPE_1 + { + Text = "Gerade Linie" ; + Text [ English ] = "Straight line" ; + Text [ english_us ] = "Straight Line" ; + Text [ italian ] = "Linea diritta" ; + Text [ spanish ] = "Lnea recta" ; + Text [ french ] = "Ligne droite" ; + Text [ dutch ] = "Rechte lijn" ; + Text [ swedish ] = "Rak linje" ; + Text [ danish ] = "Lige linje" ; + Text [ portuguese_brazilian ] = "Linha Reta" ; + Text [ portuguese ] = "Linha recta" ; + Text[ chinese_simplified ] = "直线"; + Text[ russian ] = " "; + Text[ polish ] = "Linia prosta"; + Text[ japanese ] = "直線"; + Text[ chinese_traditional ] = "直線"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ korean ] = "직선"; + Text[ turkish ] = "Dz izgili"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Lnia recta"; + Text[ finnish ] = "Suora viiva"; + Text[ thai ] = "เส้นตรง"; + Text[ czech ] = "Přímka"; + Text[ hebrew ] = "Gerade Linie"; + Text[ hindi ] = "सीधा रेखा"; + Text[ slovak ] = "Priamka"; + }; + String STR_CAPTTYPE_2 + { + Text = "Abgewinkelte Linie" ; + Text [ English ] = "Abgewinkelte Linie" ; + Text [ english_us ] = "Angled Line" ; + Text [ italian ] = "Linea angolata" ; + Text [ spanish ] = "Lnea acodada" ; + Text [ french ] = "Ligne en angle" ; + Text [ dutch ] = "Lijn met hoek" ; + Text [ swedish ] = "Vinklad linje" ; + Text [ danish ] = "Vinklet linje" ; + Text [ portuguese_brazilian ] = "Linha angular" ; + Text [ portuguese ] = "Linha angular" ; + Text[ chinese_simplified ] = "角形线"; + Text[ russian ] = " "; + Text[ polish ] = "Zakrzywiona linia"; + Text[ japanese ] = "角をもつ線"; + Text[ chinese_traditional ] = "角形線"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ korean ] = "각진 선"; + Text[ turkish ] = "Al izgi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Lnia angular"; + Text[ finnish ] = "Kulmikas viiva"; + Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุม"; + Text[ czech ] = "Křivka"; + Text[ hebrew ] = "Abgewinkelte Linie"; + Text[ hindi ] = "कोणयुक्त रेखा"; + Text[ slovak ] = "Krivka"; + }; + String STR_CAPTTYPE_3 + { + Text = "Abgewinkelte Linie einfach geknickt" ; + Text [ English ] = "Abgewinkelte Linie einfach geknickt" ; + Text [ english_us ] = "Angled Connector Line" ; + Text [ italian ] = "Linea angolata una volta" ; + Text [ spanish ] = "Lnea acodada con un slo ngulo" ; + Text [ french ] = "Ligne en angle flchie" ; + Text [ dutch ] = "Lijn met enkele hoek" ; + Text [ swedish ] = "Vinklad linje med en knick" ; + Text [ danish ] = "Vinklet linje med et knk" ; + Text [ portuguese_brazilian ] = "Linha Conectora Angular" ; + Text [ portuguese ] = "Linha angular com um s ngulo" ; + Text[ chinese_simplified ] = "单连角形线"; + Text[ russian ] = " "; + Text[ polish ] = "Zakrzywiona linia czca"; + Text[ japanese ] = "1つの角をもつ線"; + Text[ chinese_traditional ] = "單連角形線"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ korean ] = "구부러진 단일 연결선"; + Text[ turkish ] = "Tek al izgi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Lnia angular amb noms un angle"; + Text[ finnish ] = "Kulmikas yhdysviiva"; + Text[ thai ] = "เส้นเชื่อมต่อเป็นเหลี่ยมเป็นมุม"; + Text[ czech ] = "Zakřivená spojnice"; + Text[ hebrew ] = "Abgewinkelte Linie einfach geknickt"; + Text[ hindi ] = "कोणयुक्त जोड़नेवाला रेखा"; + Text[ slovak ] = "Ohnutá spojnica"; + }; + String STR_CAPTTYPE_4 + { + Text = "Abgewinkelte Linie doppelt geknickt" ; + Text [ English ] = "Abgewinkelte Linie doppelt geknickt" ; + Text [ english_us ] = "Double-angled line" ; + Text [ italian ] = "Linea angolata due volte" ; + Text [ spanish ] = "Lnea acodada con dos ngulos" ; + Text [ french ] = "Ligne en angle doublement flchie" ; + Text [ dutch ] = "Lijn met dubbele hoek" ; + Text [ swedish ] = "Vinklad linje med tv knickar" ; + Text [ danish ] = "Vinklet linje med to knk" ; + Text [ portuguese_brazilian ] = "Linha angular com ngulo duplo" ; + Text [ portuguese ] = "Linha angular com ngulo duplo" ; + Text[ chinese_simplified ] = "双连角形线"; + Text[ russian ] = " "; + Text[ polish ] = "Linia podwjnie zaamana"; + Text[ japanese ] = "2つの角をもつ線"; + Text[ chinese_traditional ] = "雙連角形線"; + Text[ arabic ] = " "; + Text[ greek ] = " 2 "; + Text[ korean ] = "이중 각진 선"; + Text[ turkish ] = "ift al izgi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Lnia angular amb dos angles"; + Text[ finnish ] = "Kaksikulmainen viiva"; + Text[ thai ] = "เส้นเป็นเหลี่ยมเป็นมุมคู่"; + Text[ czech ] = "Dvakrát lomená křivka"; + Text[ hebrew ] = "Abgewinkelte Linie doppelt geknickt"; + Text[ hindi ] = "द्विगुणित-कोणयुक्त रेखा"; + Text[ slovak ] = "Dvakrát lomená krivka"; + }; + String STR_HORZ_LIST + { + Text = "Oben;Mitte;Unten" ; + Text [ English ] = "Top;Middle;Bottom" ; + Text [ english_us ] = "Top;Middle;Bottom" ; + Text [ italian ] = "in alto;al centro;in basso" ; + Text [ spanish ] = "Arriba;centro;abajo" ; + Text [ french ] = "Haut;Milieu;Bas" ; + Text [ dutch ] = "Boven;Midden;Beneden" ; + Text [ swedish ] = "Uppe;Mitten;Nere" ; + Text [ danish ] = "verst;Centreret;Nederst" ; + Text [ portuguese_brazilian ] = "Superior; Meio; Inferior" ; + Text [ portuguese ] = "Superior; centro; inferior" ; + Text[ chinese_simplified ] = "上;中;下"; + Text[ russian ] = "; ;"; + Text[ polish ] = "Na grze;Porodku;Na dole"; + Text[ japanese ] = "上;中;下"; + Text[ chinese_traditional ] = "上;中;下"; + Text[ arabic ] = "غ"; + Text[ greek ] = ";;"; + Text[ korean ] = "위;가운데;아래"; + Text[ turkish ] = "st;Orta;Alt"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Part superior;Mig;Part inferior"; + Text[ finnish ] = "Ylreuna;Keskikohta;Alareuna"; + Text[ thai ] = "บน;กลาง;ล่าง"; + Text[ czech ] = "Nahoře;Uprostřed;Dole"; + Text[ hebrew ] = "Oben;Mitte;Unten"; + Text[ hindi ] = "ऊपर;मध्य;नीचे"; + Text[ slovak ] = "Nahor;Uprostred;Naspodok"; + }; + String STR_VERT_LIST + { + Text = "Links;Mitte;Rechts" ; + Text [ English ] = "Left;Middle;Right" ; + Text [ english_us ] = "Left;Middle;Right" ; + Text [ italian ] = "A sinistra;al centro;a destra" ; + Text [ spanish ] = "Izquierda;centrado;derecha" ; + Text [ french ] = "Gauche;Milieu;Droite" ; + Text [ dutch ] = "Links;Midden;Rechts" ; + Text [ swedish ] = "Vnster;Mitten;Hger" ; + Text [ danish ] = "Venstre;Centreret;Hjre" ; + Text [ portuguese_brazilian ] = "Esquerda; Meio; Direita" ; + Text [ portuguese ] = "Esquerda; centro; direita" ; + Text[ chinese_simplified ] = "左;中;右"; + Text[ russian ] = "; ;"; + Text[ polish ] = "Z lewej;Porodku;Z prawej"; + Text[ japanese ] = "左;中央;右"; + Text[ chinese_traditional ] = "左;中;右"; + Text[ arabic ] = "Ѻغ"; + Text[ greek ] = ";;"; + Text[ korean ] = "왼쪽;가운데;오른쪽"; + Text[ turkish ] = "Sol;Orta;Sa"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Esquerra;Mig;Dreta"; + Text[ finnish ] = "Vasen;Keskikohta;Oikea"; + Text[ thai ] = "ซ้าย;กลาง;ขวา"; + Text[ czech ] = "Vlevo;Uprostřed;Vpravo"; + Text[ hebrew ] = "Links;Mitte;Rechts"; + Text[ hindi ] = "बायाँ;मध्य;दाहिना"; + Text[ slovak ] = "Vľavo;Uprostred;Vpravo"; + }; + Bitmap BMP_CAPTTYPE_1 + { + File = "legtyp1.bmp" ; + }; + Bitmap BMP_CAPTTYPE_2 + { + File = "legtyp2.bmp" ; + }; + Bitmap BMP_CAPTTYPE_3 + { + File = "legtyp3.bmp" ; + }; + Bitmap BMP_CAPTTYPE_4 + { + File = "legtyp4.bmp" ; + }; + Bitmap BMP_CAPTTYPE_1_H + { + File = "legtyp1_hc.bmp" ; + }; + Bitmap BMP_CAPTTYPE_2_H + { + File = "legtyp2_hc.bmp" ; + }; + Bitmap BMP_CAPTTYPE_3_H + { + File = "legtyp3_hc.bmp" ; + }; + Bitmap BMP_CAPTTYPE_4_H + { + File = "legtyp4_hc.bmp" ; + }; + Text[ chinese_simplified ] = "图例"; + Text[ russian ] = ""; + Text[ polish ] = "Objanienia"; + Text[ japanese ] = "凡例"; + Text[ chinese_traditional ] = "圖例"; + Text[ arabic ] = " "; + Text[ greek ] = ""; + Text[ korean ] = "설명선"; + Text[ turkish ] = "Belirtme izgisi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Llegendes"; + Text[ finnish ] = "Kuvatekstit"; + Text[ thai ] = "คำบรรยายภาพ"; + Text[ czech ] = "Bubliny"; + Text[ hebrew ] = "דיבורים"; + Text[ hindi ] = "कालौट्स्"; + Text[ slovak ] = "Bubliny"; +}; + // RID_SVXDLG_CAPTION ---------------------------------------------------- +TabDialog RID_SVXDLG_CAPTION +{ + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( 237 , 161 ) ; + Text = "Legende" ; + Text [ English ] = "Caption" ; + Text [ english_us ] = "Callouts" ; + Text [ italian ] = "Legenda" ; + Text [ spanish ] = "Leyenda" ; + Text [ french ] = "Lgende" ; + Text [ dutch ] = "Legenda" ; + Text [ swedish ] = "Frklaring" ; + Text [ danish ] = "Forklaring" ; + Text [ portuguese_brazilian ] = "Textos Explicativos" ; + Text [ portuguese ] = "Legenda" ; + Moveable = TRUE ; + TabControl TAB_CONTROL + { + OutputSize = TRUE ; + Pos = MAP_APPFONT ( 3 , 3 ) ; + Size = MAP_APPFONT ( 189 , 97 ) ; + PageList = + { + PageItem + { + Identifier = RID_SVXPAGE_POSITION_SIZE ; + PageResID = RID_SVXPAGE_POSITION_SIZE ; + Text = "Position und Gre" ; + Text [ ENGLISH ] = "Position and Size" ; + Text [ norwegian ] = "Posisjon og strrelse" ; + Text [ italian ] = "Posizione e dimensione" ; + Text [ portuguese_brazilian ] = "Posio e Tamanho" ; + Text [ portuguese ] = "Posio e tamanho" ; + Text [ finnish ] = "Sijainti ja koko" ; + Text [ danish ] = "Placering og strrelse" ; + Text [ french ] = "Position et taille" ; + Text [ swedish ] = "Position och storlek" ; + Text [ dutch ] = "Positie en grootte" ; + Text [ spanish ] = "Posicin y tamao" ; + Text [ english_us ] = "Position and Size" ; + Text[ chinese_simplified ] = "位置和大小"; + Text[ russian ] = " "; + Text[ polish ] = "Pozycja i rozmiar"; + Text[ japanese ] = "位置とサイズ"; + Text[ chinese_traditional ] = "位置和大小"; + Text[ arabic ] = " "; + Text[ greek ] = " "; + Text[ korean ] = "위치 및 크기"; + Text[ turkish ] = "Konum ve boyut"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Position and Size"; + Text[ thai ] = "ตำแหน่งและขนาด"; + Text[ czech ] = "Umístění a velikost"; + Text[ hebrew ] = "Position und Größe"; + Text[ hindi ] = "Position and Size"; + Text[ slovak ] = "Umiestnenie a veľkosť"; + }; + PageItem + { + Identifier = RID_SVXPAGE_CAPTION ; + Text = "Legende" ; + Text [ English ] = "Caption" ; + PageResID = RID_SVXPAGE_CAPTION ; + Text [ dutch ] = "Legenda" ; + Text [ english_us ] = "Callout" ; + Text [ italian ] = "Legenda" ; + Text [ spanish ] = "Leyenda" ; + Text [ french ] = "Lgende" ; + Text [ swedish ] = "Frklaring" ; + Text [ danish ] = "Forklaring" ; + Text [ portuguese_brazilian ] = "Texto Explicativo" ; + Text [ portuguese ] = "Legenda" ; + Text[ chinese_simplified ] = "图例"; + Text[ russian ] = ""; + Text[ polish ] = "Objanienie"; + Text[ japanese ] = "凡例"; + Text[ chinese_traditional ] = "圖例"; + Text[ arabic ] = " "; + Text[ greek ] = ""; + Text[ korean ] = "설명선"; + Text[ turkish ] = "Belirtme izgisi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Llegenda"; + Text[ finnish ] = "Kuvateksti"; + Text[ thai ] = "คำบรรยายภาพ"; + Text[ czech ] = "Bublina"; + Text[ hebrew ] = "Legende"; + Text[ hindi ] = "कालौट्"; + Text[ slovak ] = "Bublina"; + }; + }; + }; + Text[ chinese_simplified ] = "图例"; + Text[ russian ] = ""; + Text[ polish ] = "Objanienia"; + Text[ japanese ] = "凡例"; + Text[ chinese_traditional ] = "圖例"; + Text[ arabic ] = " "; + Text[ greek ] = ""; + Text[ korean ] = "설명선"; + Text[ turkish ] = "Belirtme izgisi"; + Text[ language_user1 ] = " "; + Text[ catalan ] = "Llegendes"; + Text[ finnish ] = "Kuvatekstit"; + Text[ thai ] = "คำบรรยายภาพ"; + Text[ czech ] = "Bubliny"; + Text[ hebrew ] = "דיבורים"; + Text[ hindi ] = "कालौट्स्"; + Text[ slovak ] = "Bubliny"; +}; + // ********************************************************************** EOF + + + + + + + + + + + + + + + + + + |