summaryrefslogtreecommitdiff
path: root/svx/source/dialog/fontwork.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-03 15:33:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-03 15:33:55 +0000
commit363b6a4ec3a79d2a20483429e3e5db53ed6dd0b7 (patch)
tree1c24e396e96fff2552d95c3e0e7d8220ec3b4cbb /svx/source/dialog/fontwork.src
parent4a52894724e05f41904023c140574cc6a89b2811 (diff)
INTEGRATION: CWS rc2merge (1.29.36); FILE MERGED
2003/07/03 14:38:51 ihi 1.29.36.1: rc-2 merge all languages
Diffstat (limited to 'svx/source/dialog/fontwork.src')
-rw-r--r--svx/source/dialog/fontwork.src3318
1 files changed, 1660 insertions, 1658 deletions
diff --git a/svx/source/dialog/fontwork.src b/svx/source/dialog/fontwork.src
index 0bf386380c39..b92ded8b2a8b 100644
--- a/svx/source/dialog/fontwork.src
+++ b/svx/source/dialog/fontwork.src
@@ -1,1658 +1,1660 @@
-/*************************************************************************
- *
- * $RCSfile: fontwork.src,v $
- *
- * $Revision: 1.29 $
- *
- * last change: $Author: hr $ $Date: 2003-06-13 12:12:30 $
- *
- * 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 "svxids.hrc"
-#include "dialogs.hrc"
-#include "fontwork.hrc"
-#include "helpid.hrc"
- // pragma ----------------------------------------------------------------
-
- // RID_SVXDLG_FONTWORK ---------------------------------------------------
-DockingWindow RID_SVXDLG_FONTWORK
-{
- HelpId = SID_FONTWORK ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Hide = TRUE ;
- Pos = MAP_APPFONT ( 0 , 0 ) ;
- Size = MAP_APPFONT ( 89 , 193 ) ;
- Text = "FontWork" ;
- Text [ ENGLISH ] = "FontWork" ;
- Text [ norwegian ] = "FontWork" ;
- Text [ italian ] = "FontWork" ;
- Text [ portuguese_brazilian ] = "FontWork" ;
- Text [ portuguese ] = "FontWork" ;
- Text [ french ] = "FontWork" ;
- Text [ dutch ] = "FontWork" ;
- Text [ spanish ] = "FontWork" ;
- Text [ danish ] = "FontWork" ;
- Text [ swedish ] = "Fontwork" ;
- Text [ finnish ] = "Fonttity" ;
- Text [ english_us ] = "Fontwork" ;
- Moveable = TRUE ;
- Zoomable = TRUE ;
- Closeable = TRUE ;
- Dockable = TRUE ;
- EnableResizing = TRUE ;
- Control VS_FORMS
- {
- HelpId = HID_FONTWORK_CTL_FORMS ;
- Pos = MAP_APPFONT ( 6 , 4 ) ;
- Size = MAP_APPFONT ( 71 , 30 ) ;
- Border = TRUE ;
- TabStop = TRUE ;
- };
- ToolBox TBX_STYLE
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 41 ) ;
- ItemList =
- {
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- Identifier = TBI_STYLE_OFF ;
- HelpId = HID_FONTWORK_TBI_STYLE_OFF ;
- Text = "Aus" ;
- Text [ ENGLISH ] = "Off" ;
- Text [ dutch ] = "Uit" ;
- Text [ english_us ] = "Off" ;
- Text [ italian ] = "Off" ;
- Text [ spanish ] = "Desactivado" ;
- Text [ french ] = "Dsactiv" ;
- Text [ swedish ] = "Av" ;
- Text [ danish ] = "Deaktiver" ;
- Text [ portuguese ] = "Desactivar" ;
- Text [ portuguese_brazilian ] = "Desativado" ;
- Text[ chinese_simplified ] = "不使用";
- Text[ russian ] = ".";
- Text[ polish ] = "Wycz";
- Text[ japanese ] = "オフ";
- Text[ chinese_traditional ] = "不使用";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "해제";
- Text[ turkish ] = "Kapal";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Desactivat";
- Text[ finnish ] = "Poissa kytst";
- Text[ thai ] = "ปิด";
- Text[ czech ] = "Vypnout";
- Text[ hebrew ] = "‮מכובה‬";
- Text[ hindi ] = "बंद";
- Text[ slovak ] = "Vypnúť";
- };
- ToolBoxItem
- {
- Type = TOOLBOXITEM_SEPARATOR ;
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_STYLE_ROTATE ;
- HelpId = HID_FONTWORK_TBI_STYLE_ROTATE ;
- Text = "Drehen" ;
- Text [ ENGLISH ] = "Rotate" ;
- Text [ dutch ] = "Draaien" ;
- Text [ english_us ] = "Rotate" ;
- Text [ italian ] = "Ruota" ;
- Text [ spanish ] = "Rodar" ;
- Text [ french ] = "Rotation" ;
- Text [ swedish ] = "Rotera" ;
- Text [ danish ] = "Roter" ;
- Text [ portuguese ] = "Rodar" ;
- Text [ portuguese_brazilian ] = "Girar" ;
- Text[ chinese_simplified ] = "旋转";
- Text[ russian ] = "";
- Text[ polish ] = "Obr";
- Text[ japanese ] = "回転";
- Text[ chinese_traditional ] = "旋轉";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "회전";
- Text[ turkish ] = "evir";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Gira";
- Text[ finnish ] = "Kierr";
- Text[ thai ] = "หมุน";
- Text[ czech ] = "Otočit";
- Text[ hebrew ] = "‮סיבוב‬";
- Text[ hindi ] = "घुमाओ";
- Text[ slovak ] = "Otočiť";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_STYLE_UPRIGHT ;
- HelpId = HID_FONTWORK_TBI_STYLE_UPRIGHT ;
- Text = "Aufrecht" ;
- Text [ ENGLISH ] = "Upright" ;
- Text [ dutch ] = "Rechtop" ;
- Text [ english_us ] = "Upright" ;
- Text [ italian ] = "In piedi" ;
- Text [ spanish ] = "Derecho" ;
- Text [ french ] = "Debout" ;
- Text [ swedish ] = "Upprtt" ;
- Text [ danish ] = "Opret" ;
- Text [ portuguese ] = "Direito" ;
- Text [ portuguese_brazilian ] = "Direito" ;
- Text[ chinese_simplified ] = "直立";
- Text[ russian ] = "";
- Text[ polish ] = "Prosto";
- Text[ japanese ] = "直立";
- Text[ chinese_traditional ] = "直立";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "똑바로";
- Text[ turkish ] = "Dik";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Dret";
- Text[ finnish ] = "Pystyss";
- Text[ thai ] = "ตั้งตรง";
- Text[ czech ] = "Vzpřímené";
- Text[ hebrew ] = "‮זקוף‬";
- Text[ hindi ] = "सीधा";
- Text[ slovak ] = "Vzpriamené";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_STYLE_SLANTX ;
- HelpId = HID_FONTWORK_TBI_STYLE_SLANTX ;
- Text = "Horizontal kippen" ;
- Text [ ENGLISH ] = "Slant horizontal" ;
- Text [ dutch ] = "Horizontaal kantelen" ;
- Text [ english_us ] = "Slant Horizontal" ;
- Text [ italian ] = "Inclina in orizzontale" ;
- Text [ spanish ] = "Inclinar horizontalmente" ;
- Text [ french ] = "Basculer l'horizontale" ;
- Text [ swedish ] = "Tippa horisontellt" ;
- Text [ danish ] = "Hld vandret" ;
- Text [ portuguese ] = "Inclinar na horizontal" ;
- Text [ portuguese_brazilian ] = "Inclinar na Horizontal" ;
- Text[ chinese_simplified ] = "水平倾斜";
- Text[ russian ] = " ";
- Text[ polish ] = "Pochyl w poziomie";
- Text[ japanese ] = "横に傾斜";
- Text[ chinese_traditional ] = "水平軸向傾斜";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "수평으로 기울기";
- Text[ turkish ] = "Yatay eim";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Inclina horitzontalment";
- Text[ finnish ] = "Kallista vaakasuunnassa";
- Text[ thai ] = "แนวนอนเอียง";
- Text[ czech ] = "Skosit vodorovně";
- Text[ hebrew ] = "‮אלכסוני - אופקי‬";
- Text[ hindi ] = "तिरछा समतल";
- Text[ slovak ] = "Skosiť vodorovne";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_STYLE_SLANTY ;
- HelpId = HID_FONTWORK_TBI_STYLE_SLANTY ;
- Text = "Vertikal kippen" ;
- Text [ ENGLISH ] = "Slant vertical" ;
- Text [ english_us ] = "Slant Vertical" ;
- Text [ italian ] = "Inclina in verticale" ;
- Text [ spanish ] = "Inclinar verticalmente" ;
- Text [ french ] = "Basculer la verticale" ;
- Text [ dutch ] = "Verticaal kantelen" ;
- Text [ swedish ] = "Tippa vertikalt" ;
- Text [ danish ] = "Hld lodret" ;
- Text [ portuguese ] = "Inclinar na vertical" ;
- Text [ portuguese_brazilian ] = "Inclinar na Vertical" ;
- Text[ chinese_simplified ] = "垂直倾斜";
- Text[ russian ] = " ";
- Text[ polish ] = "Pochyl w pionie";
- Text[ japanese ] = "縦に傾斜";
- Text[ chinese_traditional ] = "垂直軸向傾斜";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "수직으로 기울기";
- Text[ turkish ] = "Dikey eim";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Inclina verticalment";
- Text[ finnish ] = "Kallista pystysuunnassa";
- Text[ thai ] = "แนวตั้งเอียง";
- Text[ czech ] = "Skosit svisle";
- Text[ hebrew ] = "‮אלכסוני - אנכי‬";
- Text[ hindi ] = "तिरछा लम्ब";
- Text[ slovak ] = "Skosiť zvisle";
- };
- };
- };
- ToolBox TBX_ADJUST
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 63 ) ;
- ItemList =
- {
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- Checkable = TRUE ;
- Identifier = TBI_ADJUST_MIRROR ;
- HelpId = HID_FONTWORK_TBI_ADJUST_MIRROR ;
- Text = "Laufrichtung" ;
- Text [ ENGLISH ] = "Text direction" ;
- Text [ dutch ] = "Looprichting" ;
- Text [ english_us ] = "Orientation" ;
- Text [ italian ] = "Direzione di scorrimento" ;
- Text [ spanish ] = "Orientacin" ;
- Text [ french ] = "Direction" ;
- Text [ swedish ] = "Lpriktning" ;
- Text [ danish ] = "Retning" ;
- Text [ portuguese ] = "Orientao" ;
- Text [ portuguese_brazilian ] = "Orientao" ;
- Text[ chinese_simplified ] = "方向";
- Text[ russian ] = "";
- Text[ polish ] = "Orientacja";
- Text[ japanese ] = "方向";
- Text[ chinese_traditional ] = "方向";
- Text[ arabic ] = "";
- Text[ greek ] = " ";
- Text[ korean ] = "방향";
- Text[ turkish ] = "Metin yn";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Orientaci";
- Text[ finnish ] = "Suunta";
- Text[ thai ] = "การวางแนว";
- Text[ czech ] = "Orientace";
- Text[ hebrew ] = "‮כיוון‬";
- Text[ hindi ] = "अनुस्थापन";
- Text[ slovak ] = "Orientácia";
- };
- ToolBoxItem
- {
- Type = TOOLBOXITEM_SEPARATOR ;
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_ADJUST_LEFT ;
- HelpId = HID_FONTWORK_TBI_ADJUST_LEFT ;
- /* ### ACHTUNG: Neuer Text in Resource? Linksbndig : Linksbndig */
- /* ### ACHTUNG: Neuer Text in Resource? Linksbndig : Linksbndig */
- Text = "Linksbndig" ;
- Text [ ENGLISH ] = "Left aligned" ;
- Text [ dutch ] = "Links uitgelijnd" ;
- Text [ english_us ] = "Align Left" ;
- Text [ italian ] = "Allineato a sinistra" ;
- Text [ spanish ] = "Alinear a la izquierda" ;
- Text [ french ] = "Aligner gauche" ;
- Text [ swedish ] = "Vnsterjusterat" ;
- Text [ danish ] = "Venstrejusteret" ;
- Text [ portuguese ] = " esquerda" ;
- Text [ portuguese_brazilian ] = "Alinhar Esquerda" ;
- Text[ chinese_simplified ] = "向左对齐";
- Text[ russian ] = " ";
- Text[ polish ] = "Wyrwnaj do lewej";
- Text[ japanese ] = "左揃え";
- Text[ chinese_traditional ] = "向左對齊";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "왼쪽 맞춤";
- Text[ turkish ] = "Sola hizala";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Alinea a l'esquerra";
- Text[ finnish ] = "Tasaa vasemmalle";
- Text[ thai ] = "ชิดซ้าย";
- Text[ czech ] = "Zarovnat vlevo";
- Text[ hebrew ] = "‮יישור לשמאל‬";
- Text[ hindi ] = "बायाँ ओर पंक्तिकरण";
- Text[ slovak ] = "Zarovnať vľavo";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_ADJUST_CENTER ;
- HelpId = HID_FONTWORK_TBI_ADJUST_CENTER ;
- Text = "Zentriert" ;
- Text [ ENGLISH ] = "Centered" ;
- Text [ dutch ] = "Centreren" ;
- Text [ english_us ] = "Center" ;
- Text [ italian ] = "Centrato" ;
- Text [ spanish ] = "Centrado" ;
- Text [ french ] = "Centr" ;
- Text [ swedish ] = "Centrerat" ;
- Text [ danish ] = "Centreret" ;
- Text [ portuguese ] = "Centrado" ;
- Text [ portuguese_brazilian ] = "Centro" ;
- Text[ chinese_simplified ] = "居中";
- Text[ russian ] = " ";
- Text[ polish ] = "Do rodka";
- Text[ japanese ] = "中央揃え";
- Text[ chinese_traditional ] = "置中";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "가운데";
- Text[ turkish ] = "Ortala";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Centre";
- Text[ finnish ] = "Keskell";
- Text[ thai ] = "ตรงกลาง";
- Text[ czech ] = "Na střed";
- Text[ hebrew ] = "‮מירכוז‬";
- Text[ hindi ] = "मध्य";
- Text[ slovak ] = "Na stred";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_ADJUST_RIGHT ;
- HelpId = HID_FONTWORK_TBI_ADJUST_RIGHT ;
- /* ### ACHTUNG: Neuer Text in Resource? Rechtsbndig : Rechtsbndig */
- /* ### ACHTUNG: Neuer Text in Resource? Rechtsbndig : Rechtsbndig */
- Text = "Rechtsbndig" ;
- Text [ ENGLISH ] = "Right aligned" ;
- Text [ english_us ] = "Align Right" ;
- Text [ italian ] = "Allineato a destra" ;
- Text [ spanish ] = "Alinear a la derecha" ;
- Text [ french ] = "Aligner droite" ;
- Text [ dutch ] = "Rechtslijnend" ;
- Text [ swedish ] = "Hgerjusterat" ;
- Text [ danish ] = "Hjrejusteret" ;
- Text [ portuguese ] = " direita" ;
- Text [ portuguese_brazilian ] = "Alinhar Direita" ;
- Text[ chinese_simplified ] = "右对齐";
- Text[ russian ] = " ";
- Text[ polish ] = "Wyrwnaj do prawej";
- Text[ japanese ] = "右揃え";
- Text[ chinese_traditional ] = "向右對齊";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "오른쪽 맞춤";
- Text[ turkish ] = "Saa hizala";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Alinea a la dreta";
- Text[ finnish ] = "Tasaa oikealle";
- Text[ thai ] = "ชิดขวา";
- Text[ czech ] = "Zarovnat vpravo";
- Text[ hebrew ] = "‮יישור לימין‬";
- Text[ hindi ] = "दाहिना ओर पंक्तिकरण";
- Text[ slovak ] = "Zarovnať vpravo";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_ADJUST_AUTOSIZE ;
- HelpId = HID_FONTWORK_TBI_ADJUST_AUTOSIZE ;
- /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgre : Auto-Textgre */
- /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgre : Auto-Textgre */
- Text = "Auto-Textgre" ;
- Text [ ENGLISH ] = "Autosize" ;
- Text [ dutch ] = "AutoTekstgrootte" ;
- Text [ english_us ] = "AutoSize Text" ;
- Text [ italian ] = "Dimensione testo automatico" ;
- Text [ spanish ] = "Texto - Tamao automtico" ;
- Text [ french ] = "Taille du texte adapte" ;
- Text [ swedish ] = "AutoTextstorlek" ;
- Text [ danish ] = "AutoTekststrrelse" ;
- Text [ portuguese ] = "Tamanho automtico - texto" ;
- Text [ portuguese_brazilian ] = "Escalonamento Automtico do Texto" ;
- Text[ chinese_simplified ] = "自动调整文字大小";
- Text[ russian ] = " ";
- Text[ polish ] = "Autorozmiar tekstu";
- Text[ japanese ] = "自動テキストサイズ";
- Text[ chinese_traditional ] = "自動文字大小";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "자동텍스트 크기";
- Text[ turkish ] = "Otomatik metin boyu";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Mida automtica del text";
- Text[ finnish ] = "Automaattinen tekstin koon mritys";
- Text[ thai ] = "ขนาดข้อความอัตโนมัติ";
- Text[ czech ] = "Automatická velikost textu";
- Text[ hebrew ] = "‮התאמת גודל טקסט אוטומטית‬";
- Text[ hindi ] = "स्वचालित परिमाण टेक्स्ट्";
- Text[ slovak ] = "Automatická veľkosť textu";
- };
- };
- };
- FixedImage FB_DISTANCE
- {
- Pos = MAP_APPFONT ( 10 , 84 ) ;
- Size = MAP_APPFONT ( 14 , 15 ) ;
- };
- MetricField MTR_FLD_DISTANCE
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 29 , 85 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Minimum = -5000000 ;
- Maximum = 5000000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- First = -5000000 ;
- Last = 5000000 ;
- SpinSize = 50 ;
- QuickHelpText = "Abstand" ;
- QuickHelpText [ ENGLISH ] = "Distance" ;
- QuickHelpText [ dutch ] = "Afstand" ;
- QuickHelpText [ english_us ] = "Distance" ;
- CustomUnitText [ italian ] = "-" ;
- QuickHelpText [ italian ] = "Distanza" ;
- QuickHelpText [ spanish ] = "Distancia" ;
- CustomUnitText [ french ] = "-" ;
- QuickHelpText [ french ] = "Distance" ;
- QuickHelpText [ portuguese ] = "Distncia" ;
- QuickHelpText [ portuguese_brazilian ] = "Distncia" ;
- QuickHelpText [ swedish ] = "Avstnd" ;
- QuickHelpText[ russian ] = "";
- QuickHelpText[ danish ] = "Afstand";
- QuickHelpText[ polish ] = "Abstand";
- QuickHelpText[ japanese ] = "間隔";
- QuickHelpText[ chinese_simplified ] = "间隔";
- QuickHelpText[ chinese_traditional ] = "間隔";
- QuickHelpText[ arabic ] = "";
- QuickHelpText[ greek ] = "";
- QuickHelpText[ korean ] = "거리";
- CustomUnitText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Abstand";
- QuickHelpText[ catalan ] = "Distncia";
- QuickHelpText[ finnish ] = "Etisyys";
- QuickHelpText[ thai ] = "Distance";
- CustomUnitText[ english_us ] = "-";
- CustomUnitText[ spanish ] = "-";
- CustomUnitText[ swedish ] = "-";
- CustomUnitText[ japanese ] = "-";
- CustomUnitText[ korean ] = "-";
- CustomUnitText[ chinese_simplified ] = "-";
- CustomUnitText[ chinese_traditional ] = "-";
- CustomUnitText[ turkish ] = "-";
- QuickHelpText[ czech ] = "Vzdálenost";
- QuickHelpText[ hebrew ] = "Abstand";
- QuickHelpText[ hindi ] = "दूरी";
- CustomUnitText[ hebrew ] = "‮חג ישראלי‬";
- QuickHelpText[ slovak ] = "Vzdialenosť";
- };
- FixedImage FB_TEXTSTART
- {
- Pos = MAP_APPFONT ( 10 , 99 ) ;
- Size = MAP_APPFONT ( 14 , 15 ) ;
- };
- MetricField MTR_FLD_TEXTSTART
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 29 , 100 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Maximum = 5000000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- Last = 5000000 ;
- SpinSize = 50 ;
- QuickHelpText = "Einzug" ;
- QuickHelpText [ ENGLISH ] = "Indention" ;
- QuickHelpText [ english_us ] = "Indent" ;
- QuickHelpText [ italian ] = "Rientro" ;
- QuickHelpText [ spanish ] = "Sangra" ;
- CustomUnitText [ french ] = "-" ;
- QuickHelpText [ french ] = "Retrait" ;
- QuickHelpText [ dutch ] = "1e regel inspringen" ;
- QuickHelpText [ portuguese ] = "Avano" ;
- QuickHelpText [ portuguese_brazilian ] = "Identar" ;
- QuickHelpText [ swedish ] = "Indrag" ;
- QuickHelpText[ russian ] = "";
- QuickHelpText[ danish ] = "Indrykning";
- QuickHelpText[ polish ] = "Einzug";
- QuickHelpText[ japanese ] = "インデント";
- QuickHelpText[ chinese_simplified ] = "缩进";
- QuickHelpText[ chinese_traditional ] = "縮排";
- QuickHelpText[ arabic ] = "";
- QuickHelpText[ greek ] = "";
- QuickHelpText[ korean ] = "들여쓰기";
- CustomUnitText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Einzug";
- QuickHelpText[ catalan ] = "Sangria";
- QuickHelpText[ finnish ] = "Sisenn";
- QuickHelpText[ thai ] = "Indent";
- CustomUnitText[ english_us ] = "-";
- CustomUnitText[ spanish ] = "-";
- CustomUnitText[ italian ] = "-";
- CustomUnitText[ swedish ] = "-";
- CustomUnitText[ japanese ] = "-";
- CustomUnitText[ korean ] = "-";
- CustomUnitText[ chinese_simplified ] = "-";
- CustomUnitText[ chinese_traditional ] = "-";
- CustomUnitText[ turkish ] = "-";
- QuickHelpText[ czech ] = "Odsazení";
- QuickHelpText[ hebrew ] = "‮שוליים‬";
- QuickHelpText[ hindi ] = "इन्डेन्ट";
- QuickHelpText[ slovak ] = "Odsadenie";
- };
- ToolBox TBX_SHADOW
- {
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 6 , 122 ) ;
- ItemList =
- {
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- Checkable = TRUE ;
- Identifier = TBI_SHOWFORM ;
- HelpId = HID_FONTWORK_TBI_SHOWFORM ;
- Text = "Kontur" ;
- Text [ ENGLISH ] = "Outline" ;
- Text [ english_us ] = "Contour" ;
- Text [ italian ] = "Contorno" ;
- Text [ spanish ] = "Contorno" ;
- Text [ french ] = "Contour" ;
- Text [ dutch ] = "Contour" ;
- Text [ swedish ] = "Kontur" ;
- Text [ danish ] = "Kontur" ;
- Text [ portuguese ] = "Contorno" ;
- Text [ portuguese_brazilian ] = "Contorno" ;
- Text[ chinese_simplified ] = "轮廓";
- Text[ russian ] = "";
- Text[ polish ] = "Kontur";
- Text[ japanese ] = "中抜き";
- Text[ chinese_traditional ] = "輪廓";
- Text[ arabic ] = " ";
- Text[ greek ] = "";
- Text[ korean ] = "윤곽";
- Text[ turkish ] = "Kontur";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Contorn";
- Text[ finnish ] = "riviiva";
- Text[ thai ] = "เส้นแสดงรูปร่าง";
- Text[ czech ] = "Obrys";
- Text[ hebrew ] = "‮מתאר‬";
- Text[ hindi ] = "परिवेश";
- Text[ slovak ] = "Obrys";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- Checkable = TRUE ;
- Identifier = TBI_OUTLINE ;
- HelpId = HID_FONTWORK_TBI_OUTLINE ;
- Text = "Buchstabenumrandung" ;
- Text [ ENGLISH ] = "Character outlines" ;
- Text [ dutch ] = "Letteromranding" ;
- Text [ english_us ] = "Text Contour" ;
- Text [ italian ] = "Bordo dei caratteri" ;
- Text [ spanish ] = "Contorno de caracteres" ;
- Text [ french ] = "Contour de lettres" ;
- Text [ swedish ] = "Bokstavskontur" ;
- Text [ danish ] = "Bogstavramme" ;
- Text [ portuguese ] = "Contorno de caracteres" ;
- Text [ portuguese_brazilian ] = "Contorno do Texto" ;
- Text[ chinese_simplified ] = "字母轮廓";
- Text[ russian ] = " ";
- Text[ polish ] = "Kontur liter";
- Text[ japanese ] = "文字の輪郭";
- Text[ chinese_traditional ] = "字母輪廓";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "문자 윤곽";
- Text[ turkish ] = "Metin konturu";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Contorn del text";
- Text[ finnish ] = "Tekstin riviiva";
- Text[ thai ] = "เส้นแสดงรูปร่างข้อความ";
- Text[ czech ] = "Obrysy textu";
- Text[ hebrew ] = "‮מתאר טקסט‬";
- Text[ hindi ] = "टेक्स्ट् परिवेश";
- Text[ slovak ] = "Obrysy textu";
- };
- ToolBoxItem
- {
- Type = TOOLBOXITEM_SEPARATOR ;
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_SHADOW_OFF ;
- HelpId = HID_FONTWORK_TBI_SHADOW_OFF ;
- Text = "Aus" ;
- Text [ ENGLISH ] = "Off" ;
- Text [ english_us ] = "No Shadow" ;
- Text [ italian ] = "Senza ombre" ;
- Text [ spanish ] = "Sin sombra" ;
- Text [ french ] = "Dsactiv" ;
- Text [ dutch ] = "Uit" ;
- Text [ swedish ] = "Av" ;
- Text [ danish ] = "Deaktiver" ;
- Text [ portuguese ] = "Desactivar" ;
- Text [ portuguese_brazilian ] = "Sem Sombras" ;
- Text[ chinese_simplified ] = "取消阴影";
- Text[ russian ] = " ";
- Text[ polish ] = "Bez cienia";
- Text[ japanese ] = "影なし";
- Text[ chinese_traditional ] = "不使用";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "그림자 없음";
- Text[ turkish ] = "Glge Yok";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Sense ombra";
- Text[ finnish ] = "Ei varjoa";
- Text[ thai ] = "ไม่แรเงา";
- Text[ czech ] = "Bez stínování";
- Text[ hebrew ] = "‮ללא הצללה‬";
- Text[ hindi ] = "कोई छाया नहीं";
- Text[ slovak ] = "Bez tieňovania";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_SHADOW_NORMAL ;
- HelpId = HID_FONTWORK_TBI_SHADOW_NORMAL ;
- Text = "Senkrecht" ;
- Text [ ENGLISH ] = "Vertical" ;
- Text [ dutch ] = "Verticaal" ;
- Text [ english_us ] = "Vertical" ;
- Text [ italian ] = "Verticale" ;
- Text [ spanish ] = "Vertical" ;
- Text [ french ] = "Vertical" ;
- Text [ swedish ] = "Lodrtt" ;
- Text [ danish ] = "Lodret" ;
- Text [ portuguese ] = "Vertical" ;
- Text [ portuguese_brazilian ] = "Vertical" ;
- Text[ chinese_simplified ] = "垂直方向";
- Text[ russian ] = "";
- Text[ polish ] = "Pionowo";
- Text[ japanese ] = "正射影";
- Text[ chinese_traditional ] = "垂直方向";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "수직";
- Text[ turkish ] = "Dikey";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Vertical";
- Text[ finnish ] = "Pystytaso";
- Text[ thai ] = "แนวตั้ง";
- Text[ czech ] = "Svislé";
- Text[ hebrew ] = "‮אנכי‬";
- Text[ hindi ] = "लम्ब";
- Text[ slovak ] = "Zvislé";
- };
- ToolBoxItem
- {
- AutoCheck = TRUE ;
- RadioCheck = TRUE ;
- Identifier = TBI_SHADOW_SLANT ;
- HelpId = HID_FONTWORK_TBI_SHADOW_SLANT ;
- Text = "Kippen" ;
- Text [ ENGLISH ] = "Slant" ;
- Text [ english_us ] = "Slant" ;
- Text [ italian ] = "Inclina" ;
- Text [ spanish ] = "Inclinar" ;
- Text [ french ] = "Basculer" ;
- Text [ dutch ] = "Kantelen" ;
- Text [ swedish ] = "Tippa" ;
- Text [ danish ] = "Hld" ;
- Text [ portuguese ] = "Inclinar" ;
- Text [ portuguese_brazilian ] = "Inclinar" ;
- Text[ chinese_simplified ] = "倾斜";
- Text[ russian ] = "";
- Text[ polish ] = "Pochyl";
- Text[ japanese ] = "斜投影";
- Text[ chinese_traditional ] = "傾斜";
- Text[ arabic ] = "";
- Text[ greek ] = "";
- Text[ korean ] = "기울기";
- Text[ turkish ] = "Eim";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Inclina";
- Text[ finnish ] = "Kallista";
- Text[ thai ] = "เอียง";
- Text[ czech ] = "Skosení";
- Text[ hebrew ] = "‮אלכסוני‬";
- Text[ hindi ] = "तिरछा";
- Text[ slovak ] = "Skosenie";
- };
- };
- };
- FixedImage FB_SHADOW_X
- {
- Pos = MAP_APPFONT ( 10 , 143 ) ;
- Size = MAP_APPFONT ( 14 , 15 ) ;
- };
- MetricField MTR_FLD_SHADOW_X
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 29 , 144 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Minimum = -5000000 ;
- Maximum = 5000000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- CustomUnitText = " Grad" ;
- CustomUnitText [ ENGLISH ] = "Degrees" ;
- CustomUnitText [ norwegian ] = "Degrees" ;
- CustomUnitText [ italian ] = "gradi" ;
- CustomUnitText [ portuguese_brazilian ] = "graus" ;
- CustomUnitText [ portuguese ] = "Graus" ;
- CustomUnitText [ french ] = " degrs" ;
- CustomUnitText [ dutch ] = "graden" ;
- CustomUnitText [ spanish ] = "Grados" ;
- CustomUnitText [ danish ] = "grader" ;
- CustomUnitText [ swedish ] = " grader" ;
- CustomUnitText [ finnish ] = " astetta" ;
- CustomUnitText [ english_us ] = " degrees" ;
- First = -5000000 ;
- Last = 5000000 ;
- SpinSize = 50 ;
- QuickHelpText = "Abstand X" ;
- QuickHelpText [ ENGLISH ] = "Distance X" ;
- QuickHelpText [ dutch ] = "Afstand X" ;
- QuickHelpText [ english_us ] = "Distance X" ;
- QuickHelpText [ italian ] = "Distanza X" ;
- QuickHelpText [ spanish ] = "Distancia X" ;
- QuickHelpText [ french ] = "Distance X" ;
- QuickHelpText [ danish ] = "Afstand X" ;
- QuickHelpText [ portuguese ] = "Distncia X" ;
- QuickHelpText [ portuguese_brazilian ] = "Distncia X" ;
- QuickHelpText [ swedish ] = "Avstnd X" ;
- CustomUnitText[ chinese_simplified ] = "度";
- CustomUnitText[ russian ] = " ";
- CustomUnitText[ polish ] = " st.";
- CustomUnitText[ japanese ] = "度";
- CustomUnitText[ chinese_traditional ] = "度";
- CustomUnitText[ arabic ] = "/";
- QuickHelpText[ russian ] = " X";
- QuickHelpText[ polish ] = "Abstand X";
- QuickHelpText[ japanese ] = "間隔 X";
- QuickHelpText[ chinese_simplified ] = "间隔 X";
- QuickHelpText[ chinese_traditional ] = "間隔 X";
- QuickHelpText[ arabic ] = " ";
- CustomUnitText[ greek ] = "";
- CustomUnitText[ korean ] = "도";
- QuickHelpText[ greek ] = "Distance X";
- QuickHelpText[ korean ] = "거리 X";
- CustomUnitText[ turkish ] = "derecer";
- CustomUnitText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Uzaklk X";
- CustomUnitText[ catalan ] = " graus";
- QuickHelpText[ catalan ] = "Distancia X";
- QuickHelpText[ finnish ] = "Etisyys X";
- CustomUnitText[ thai ] = " องศา";
- QuickHelpText[ thai ] = "ระยะ X";
- CustomUnitText[ czech ] = " stupňů";
- CustomUnitText[ hebrew ] = "‮מעלות‬";
- QuickHelpText[ czech ] = "Vzdálenost X";
- QuickHelpText[ hebrew ] = "Abstand X";
- CustomUnitText[ hindi ] = " डिग्रियाँ";
- QuickHelpText[ hindi ] = "दूरी X";
- CustomUnitText[ slovak ] = " stupňov";
- QuickHelpText[ slovak ] = "Vzdialenosť X";
- };
- FixedImage FB_SHADOW_Y
- {
- Pos = MAP_APPFONT ( 10 , 158 ) ;
- Size = MAP_APPFONT ( 14 , 15 ) ;
- };
- MetricField MTR_FLD_SHADOW_Y
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 29 , 159 ) ;
- Size = MAP_APPFONT ( 48 , 12 ) ;
- TabStop = TRUE ;
- Repeat = TRUE ;
- Spin = TRUE ;
- Maximum = 5000000 ;
- StrictFormat = TRUE ;
- DecimalDigits = 2 ;
- Unit = FUNIT_MM ;
- Last = 5000000 ;
- SpinSize = 50 ;
- CustomUnitText = " %" ;
- QuickHelpText = "Abstand Y" ;
- QuickHelpText [ ENGLISH ] = "Distance Y" ;
- QuickHelpText [ english_us ] = "Distance Y" ;
- QuickHelpText [ italian ] = "Distanza Y" ;
- QuickHelpText [ spanish ] = "Distancia Y" ;
- QuickHelpText [ french ] = "Distance Y" ;
- QuickHelpText [ dutch ] = "Afstand Y" ;
- QuickHelpText [ danish ] = "Afstand Y" ;
- QuickHelpText [ portuguese ] = "Distncia Y" ;
- QuickHelpText [ portuguese_brazilian ] = "Abstand Y" ;
- CustomUnitText [ portuguese ] = "%" ;
- CustomUnitText [ english_us ] = "%" ;
- CustomUnitText [ portuguese_brazilian ] = "-" ;
- CustomUnitText [ swedish ] = "%" ;
- QuickHelpText [ swedish ] = "Avstnd Y" ;
- CustomUnitText [ danish ] = "%" ;
- CustomUnitText [ italian ] = "%" ;
- CustomUnitText [ spanish ] = "%" ;
- CustomUnitText [ french ] = "%" ;
- CustomUnitText [ dutch ] = "%" ;
- CustomUnitText[ chinese_simplified ] = "%";
- CustomUnitText[ russian ] = "%";
- CustomUnitText[ polish ] = "%";
- CustomUnitText[ japanese ] = "%";
- CustomUnitText[ chinese_traditional ] = "%";
- CustomUnitText[ arabic ] = "%";
- QuickHelpText[ russian ] = "Abstand Y";
- QuickHelpText[ polish ] = "Abstand Y";
- QuickHelpText[ japanese ] = "間隔 Y";
- QuickHelpText[ chinese_simplified ] = "间隔 Y";
- QuickHelpText[ chinese_traditional ] = "間隔 Y";
- QuickHelpText[ arabic ] = "Distance Y";
- CustomUnitText[ greek ] = "%";
- CustomUnitText[ korean ] = "%";
- QuickHelpText[ greek ] = " Y";
- QuickHelpText[ korean ] = "거리 Y";
- CustomUnitText[ turkish ] = "%";
- CustomUnitText[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Abstand Y";
- CustomUnitText[ catalan ] = "%";
- QuickHelpText[ catalan ] = "Distancia Y";
- CustomUnitText[ finnish ] = "%";
- QuickHelpText[ finnish ] = "Etisyys Y";
- CustomUnitText[ thai ] = "%";
- QuickHelpText[ thai ] = "Distance Y";
- CustomUnitText[ czech ] = "%";
- CustomUnitText[ hebrew ] = "‮ %‬";
- QuickHelpText[ czech ] = "Vzdálenost Y";
- QuickHelpText[ hebrew ] = "Abstand Y";
- CustomUnitText[ hindi ] = "%";
- QuickHelpText[ hindi ] = "दूरी Y";
- CustomUnitText[ slovak ] = "%";
- QuickHelpText[ slovak ] = "Vzdialenosť Y";
- };
- ListBox CLB_SHADOW_COLOR
- {
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 174 ) ;
- Size = MAP_APPFONT ( 71 , 60 ) ;
- DropDown = TRUE ;
- QuickHelpText = "Schattenfarbe" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ english_us ] = "Shadow Color" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ spanish ] = "Color sombra" ;
- QuickHelpText [ french ] = "Couleur d'ombre" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ dutch ] = "Schaduwkleur" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ swedish ] = "Skuggans frg" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ italian ] = "Colore dell'ombra" ;
- QuickHelpText [ portuguese ] = "Cor da sombra" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
- QuickHelpText [ danish ] = "Skyggefarve" ;
- Text[ portuguese_brazilian ] = "-";
- Text[ danish ] = "-";
- QuickHelpText[ russian ] = " ";
- QuickHelpText[ polish ] = "Schattenfarbe";
- QuickHelpText[ japanese ] = "影の色";
- QuickHelpText[ chinese_simplified ] = "阴影颜色";
- QuickHelpText[ chinese_traditional ] = "陰影顏色";
- QuickHelpText[ arabic ] = " ";
- QuickHelpText[ greek ] = "Shadow Color";
- QuickHelpText[ korean ] = "그림자 색상";
- Text[ greek ] = " ";
- Text[ language_user1 ] = " ";
- QuickHelpText[ turkish ] = "Schattenfarbe";
- QuickHelpText[ catalan ] = "Color ombra";
- QuickHelpText[ finnish ] = "Varjon vri";
- QuickHelpText[ thai ] = "Shadow Color";
- Text[ english_us ] = "-";
- Text[ french ] = "-";
- Text[ spanish ] = "-";
- Text[ italian ] = "-";
- Text[ swedish ] = "-";
- Text[ japanese ] = "-";
- Text[ korean ] = "-";
- Text[ chinese_simplified ] = "-";
- Text[ chinese_traditional ] = "-";
- Text[ turkish ] = "-";
- Text[ hebrew ] = "‮-‬";
- QuickHelpText[ czech ] = "Barva stínu";
- QuickHelpText[ hebrew ] = "Schattenfarbe";
- QuickHelpText[ hindi ] = "छाया रंग";
- QuickHelpText[ slovak ] = "Farba tieňa";
- };
- Text[ chinese_simplified ] = "美工字体";
- Text[ russian ] = "";
- Text[ polish ] = "FontWork";
- Text[ japanese ] = "フォントワーク";
- Text[ chinese_traditional ] = "美術字型";
- Text[ arabic ] = "FontWork";
- Text[ greek ] = "FontWork";
- Text[ korean ] = "폰트워크";
- Text[ turkish ] = "FontWork";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "FontWork";
- Text[ thai ] = "ตัวอักษรที่ใช้งาน";
-
-#define FONTWORK_IDLIST \
- IdList = \
- { \
- TBI_STYLE_OFF ; \
- TBI_STYLE_ROTATE ; \
- TBI_STYLE_UPRIGHT ; \
- TBI_STYLE_SLANTX ; \
- TBI_STYLE_SLANTY ; \
- TBI_ADJUST_MIRROR ; \
- TBI_ADJUST_LEFT ; \
- TBI_ADJUST_CENTER ; \
- TBI_ADJUST_RIGHT ; \
- TBI_ADJUST_AUTOSIZE ; \
- TBI_SHOWFORM ; \
- TBI_OUTLINE ; \
- TBI_SHADOW_OFF ; \
- TBI_SHADOW_NORMAL ; \
- TBI_SHADOW_SLANT ; \
- TBI_SHADOW_XDIST ; \
- TBI_SHADOW_YDIST ; \
- TBI_SHADOW_ANGLE ; \
- TBI_SHADOW_SIZE ; \
- TBI_DISTANCE ; \
- TBI_TEXTSTART ; \
- }; \
- IdCount = { 21 ; };
-
- #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
-
- ImageList IL_FONTWORK
- {
- ImageBitmap = Bitmap { File = "fw_imagelist.bmp" ; };
- MaskColor = IMAGE_STDBTN_COLOR ;
- FONTWORK_IDLIST
- };
- ImageList ILH_FONTWORK
- {
- ImageBitmap = Bitmap { File = "fwh_imagelist.bmp" ; };
- MaskColor = IMAGE_STDBTN_COLOR ;
- FONTWORK_IDLIST
- };
- Text[ czech ] = "Písmomalba";
- Text[ hebrew ] = "‮FontWork‬";
- Text[ hindi ] = "फ़ॉन्टवर्क्";
- Text[ slovak ] = "Písmomaľba";
-};
- // Bitmaps ---------------------------------------------------------------
-Bitmap RID_SVXBMP_FONTWORK_FORM1
-{
- File = "fwthcirc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM2
-{
- File = "fwbhcirc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM3
-{
- File = "fwlhcirc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM4
-{
- File = "fwrhcirc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM5
-{
- File = "fwtoparc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM6
-{
- File = "fwbotarc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM7
-{
- File = "fwlftarc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM8
-{
- File = "fwrgtarc.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM9
-{
- File = "fwbuttn1.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM10
-{
- File = "fwbuttn2.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM11
-{
- File = "fwbuttn3.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM12
-{
- File = "fwbuttn4.bmp" ;
-};
-
-Bitmap RID_SVXBMP_FONTWORK_FORM1_H
-{
- File = "fwthcirc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM2_H
-{
- File = "fwbhcirc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM3_H
-{
- File = "fwlhcirc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM4_H
-{
- File = "fwrhcirc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM5_H
-{
- File = "fwtoparc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM6_H
-{
- File = "fwbotarc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM7_H
-{
- File = "fwlftarc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM8_H
-{
- File = "fwrgtarc_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM9_H
-{
- File = "fwbuttn1_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM10_H
-{
- File = "fwbuttn2_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM11_H
-{
- File = "fwbuttn3_h.bmp" ;
-};
-Bitmap RID_SVXBMP_FONTWORK_FORM12_H
-{
- File = "fwbuttn4_h.bmp" ;
-};
-
- // Strings ---------------------------------------------------------------
-String RID_SVXSTR_FONTWORK_FORM1
-{
- Text = "Oberer Halbkreis" ;
- Text [ ENGLISH ] = "Top half circle" ;
- Text [ norwegian ] = "Top half circle" ;
- Text [ italian ] = "Semicerchio superiore" ;
- Text [ portuguese_brazilian ] = "Semi-crculo Superior" ;
- Text [ portuguese ] = "Semi-crculo superior" ;
- Text [ french ] = "Demi-cercle suprieur" ;
- Text [ dutch ] = "Bovenste halve cirkel" ;
- Text [ spanish ] = "Semicrculo superior" ;
- Text [ danish ] = "Halvcirkel" ;
- Text [ swedish ] = "vre halvcirkel" ;
- Text [ finnish ] = "Ylempi puoliympyr" ;
- Text [ english_us ] = "Upper Semicircle" ;
- Text[ chinese_simplified ] = "上半圆";
- Text[ russian ] = " ";
- Text[ polish ] = "Grne pkole";
- Text[ japanese ] = "上半円";
- Text[ chinese_traditional ] = "上半圓";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "위쪽 반원";
- Text[ turkish ] = "st yarm daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Semicercle superior";
- Text[ thai ] = "ครึ่งวงกลมบน";
- Text[ czech ] = "Horní půlkruh";
- Text[ hebrew ] = "‮חצי עיגול עליון‬";
- Text[ hindi ] = "ऊपरी अर्धवृत्त";
- Text[ slovak ] = "Horný polkruh";
-};
-String RID_SVXSTR_FONTWORK_FORM2
-{
- Text = "Unterer Halbkreis" ;
- Text [ ENGLISH ] = "Bottom half circle" ;
- Text [ norwegian ] = "Bottom half circle" ;
- Text [ italian ] = "Semicerchio inferiore" ;
- Text [ portuguese_brazilian ] = "Semi-crculo Inferior" ;
- Text [ portuguese ] = "Semi-crculo inferior" ;
- Text [ french ] = "Demi-cercle infrieur" ;
- Text [ dutch ] = "Onderste halve cirkel" ;
- Text [ spanish ] = "Semicrculo inferior" ;
- Text [ danish ] = "Buet nedad" ;
- Text [ swedish ] = "Undre halvcirkel" ;
- Text [ finnish ] = "Puoliympyr (alaosa)" ;
- Text [ english_us ] = "Lower Semicircle" ;
- Text[ chinese_simplified ] = "下半圆";
- Text[ russian ] = " ";
- Text[ polish ] = "Dolne pkole";
- Text[ japanese ] = "下半円";
- Text[ chinese_traditional ] = "下半圓";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "아래쪽 반원";
- Text[ turkish ] = "Alt yarm daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Semicercle inferior";
- Text[ thai ] = "ครึ่งวงกลมล่าง";
- Text[ czech ] = "Spodní půlkruh";
- Text[ hebrew ] = "‮חצי עיגול תחתון‬";
- Text[ hindi ] = "नीचे का अर्धवृत्त";
- Text[ slovak ] = "Dolný polkruh";
-};
-String RID_SVXSTR_FONTWORK_FORM3
-{
- Text = "Linker Halbkreis" ;
- Text [ ENGLISH ] = "Left half circle" ;
- Text [ norwegian ] = "Left half circle" ;
- Text [ italian ] = "Semicerchio sinistro" ;
- Text [ portuguese_brazilian ] = "Semi-crculo Esquerdo" ;
- Text [ portuguese ] = "Semi-crculo esquerdo" ;
- Text [ french ] = "Demi-cercle gauche" ;
- Text [ dutch ] = "Linker halve cirkel" ;
- Text [ spanish ] = "Semicrculo izquierdo" ;
- Text [ danish ] = "Venstre halvcirkel" ;
- Text [ swedish ] = "Vnster halvcirkel" ;
- Text [ finnish ] = "Puoliympyr (vasen puoli)" ;
- Text [ english_us ] = "Left Semicircle" ;
- Text[ chinese_simplified ] = "左半圆";
- Text[ russian ] = " ";
- Text[ polish ] = "Lewe pkole";
- Text[ japanese ] = "左半円";
- Text[ chinese_traditional ] = "左半圓";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "왼쪽 반원";
- Text[ turkish ] = "Sol yarm daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Semicercle esquerre";
- Text[ thai ] = "ครึ่งวงกลมซ้าย";
- Text[ czech ] = "Levý půlkruh";
- Text[ hebrew ] = "‮חצי עיגול שמאלי‬";
- Text[ hindi ] = "बायाँ ओर का अर्धवृत्त";
- Text[ slovak ] = "Ľavý polkruh";
-};
-String RID_SVXSTR_FONTWORK_FORM4
-{
- Text = "Rechter Halbkreis" ;
- Text [ ENGLISH ] = "Right half circle" ;
- Text [ norwegian ] = "Right half circle" ;
- Text [ italian ] = "Semicerchio destro" ;
- Text [ portuguese_brazilian ] = "Semi-crculo Direito" ;
- Text [ portuguese ] = "Semi-crculo direito" ;
- Text [ french ] = "Demi-cercle droit" ;
- Text [ dutch ] = "Rechter halve cirkel" ;
- Text [ spanish ] = "Semicrculo derecho" ;
- Text [ danish ] = "Hjre halvcirkel" ;
- Text [ swedish ] = "Hger halvcirkel" ;
- Text [ finnish ] = "Puoliympyr (oikea puoli)" ;
- Text [ english_us ] = "Right Semicircle" ;
- Text[ chinese_simplified ] = "右半圆";
- Text[ russian ] = " ";
- Text[ polish ] = "Prawe pkole";
- Text[ japanese ] = "右半円";
- Text[ chinese_traditional ] = "右半圓";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "오른쪽 반원";
- Text[ turkish ] = "Sa yarm daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Semicercle dret";
- Text[ thai ] = "ครึ่งวงกลมขวา";
- Text[ czech ] = "Pravý půlkruh";
- Text[ hebrew ] = "‮חצי עיגול ימני‬";
- Text[ hindi ] = "दाहिना ओर का अर्धवृत्त ";
- Text[ slovak ] = "Pravý polkruh";
-};
-String RID_SVXSTR_FONTWORK_FORM5
-{
- Text = "Oberer Kreisbogen" ;
- Text [ ENGLISH ] = "Top arc" ;
- Text [ norwegian ] = "Top arc" ;
- Text [ italian ] = "Arco superiore" ;
- Text [ portuguese_brazilian ] = "Arco Superior" ;
- Text [ portuguese ] = "Arco superior" ;
- Text [ french ] = "Arc suprieur" ;
- Text [ dutch ] = "Bovenste boog" ;
- Text [ spanish ] = "Arco superior de crculo" ;
- Text [ danish ] = "Buet opad" ;
- Text [ swedish ] = "vre cirkelbge" ;
- Text [ finnish ] = "Ylkaari" ;
- Text [ english_us ] = "Upper Arc" ;
- Text[ chinese_simplified ] = "上圆弧";
- Text[ russian ] = " ";
- Text[ polish ] = "Grny uk koa";
- Text[ japanese ] = "上円弧";
- Text[ chinese_traditional ] = "上圓弧";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "위쪽 원호";
- Text[ turkish ] = "st yay";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Arc superior";
- Text[ thai ] = "ส่วนโค้งของวงกลมบน";
- Text[ czech ] = "Horní oblouk";
- Text[ hebrew ] = "‮קשת עליונה‬";
- Text[ hindi ] = "ऊपरी वृत्तखण्ड";
- Text[ slovak ] = "Horný oblúk";
-};
-String RID_SVXSTR_FONTWORK_FORM6
-{
- Text = "Unterer Kreisbogen" ;
- Text [ ENGLISH ] = "Bottom arc" ;
- Text [ norwegian ] = "Bottom arc" ;
- Text [ italian ] = "Arco di cerchio inferiore" ;
- Text [ portuguese_brazilian ] = "Arco Inferior" ;
- Text [ portuguese ] = "Arco inferior" ;
- Text [ french ] = "Arc infrieur" ;
- Text [ dutch ] = "Onderste boog" ;
- Text [ spanish ] = "Arco inferior de crculo" ;
- Text [ danish ] = "Buet nedad" ;
- Text [ swedish ] = "Undre cirkelbge" ;
- Text [ finnish ] = "Alakaari" ;
- Text [ english_us ] = "Lower Arc" ;
- Text[ chinese_simplified ] = "下圆弧";
- Text[ russian ] = " ";
- Text[ polish ] = "Dolny uk";
- Text[ japanese ] = "下円弧";
- Text[ chinese_traditional ] = "下圓弧";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "아래쪽 원호";
- Text[ turkish ] = "Alt yay";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Arc inferior";
- Text[ thai ] = "ส่วนโค้งของวงกลมล่าง";
- Text[ czech ] = "Spodní oblouk";
- Text[ hebrew ] = "‮קשת תחתונה‬";
- Text[ hindi ] = "नीचे का वृत्तखण्ड";
- Text[ slovak ] = "Dolný oblúk";
-};
-String RID_SVXSTR_FONTWORK_FORM7
-{
- Text = "Linker Kreisbogen" ;
- Text [ ENGLISH ] = "Left arc" ;
- Text [ norwegian ] = "Left arc" ;
- Text [ italian ] = "Arco sinistro" ;
- Text [ portuguese_brazilian ] = "Arco Esquerdo" ;
- Text [ portuguese ] = "Arco esquerdo" ;
- Text [ french ] = "Arc gauche" ;
- Text [ dutch ] = "Linkerboog" ;
- Text [ spanish ] = "Arco izquierdo de crculo" ;
- Text [ danish ] = "Venstre bue" ;
- Text [ swedish ] = "Vnster cirkelbge" ;
- Text [ finnish ] = "Vasen kaari" ;
- Text [ english_us ] = "Left Arc" ;
- Text[ chinese_simplified ] = "左圆弧";
- Text[ russian ] = " ";
- Text[ polish ] = "Lewy uk";
- Text[ japanese ] = "左円弧";
- Text[ chinese_traditional ] = "左圓弧";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "왼쪽 원호";
- Text[ turkish ] = "Sol yay";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Arc esquerre";
- Text[ thai ] = "ส่วนโค้งของวงกลมซ้าย";
- Text[ czech ] = "Levý oblouk";
- Text[ hebrew ] = "‮קשת שמאלית‬";
- Text[ hindi ] = "बायाँ ओर का वृत्तखण्ड";
- Text[ slovak ] = "Ľavý oblúk";
-};
-String RID_SVXSTR_FONTWORK_FORM8
-{
- Text = "Rechter Kreisbogen" ;
- Text [ ENGLISH ] = "Right arc" ;
- Text [ norwegian ] = "Right arc" ;
- Text [ italian ] = "Arco destro" ;
- Text [ portuguese_brazilian ] = "Arco Direito" ;
- Text [ portuguese ] = "Arco direito" ;
- Text [ french ] = "Arc droit" ;
- Text [ dutch ] = "Rechterboog" ;
- Text [ spanish ] = "Arco derecho de crculo" ;
- Text [ danish ] = "Hjre bue" ;
- Text [ swedish ] = "Hger cirkelbge" ;
- Text [ finnish ] = "Oikea kaari" ;
- Text [ english_us ] = "Right Arc" ;
- Text[ chinese_simplified ] = "右圆弧";
- Text[ russian ] = " ";
- Text[ polish ] = "Prawy uk koa";
- Text[ japanese ] = "右円弧";
- Text[ chinese_traditional ] = "右圓弧";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "오른쪽 원호";
- Text[ turkish ] = "Sa yay";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Arc dret";
- Text[ thai ] = "ส่วนโค้งของวงกลมขวา";
- Text[ czech ] = "Pravý oblouk";
- Text[ hebrew ] = "‮קשת ימנית‬";
- Text[ hindi ] = "दाहिना ओर का वृत्तखण्ड ";
- Text[ slovak ] = "Pravý oblúk";
-};
-String RID_SVXSTR_FONTWORK_FORM9
-{
- Text = "Offener Kreis" ;
- Text [ ENGLISH ] = "Open circle" ;
- Text [ norwegian ] = "Open circle" ;
- Text [ italian ] = "Cerchio aperto" ;
- Text [ portuguese_brazilian ] = "Crculo Aberto" ;
- Text [ portuguese ] = "Crculo aberto" ;
- Text [ french ] = "Cercle ouvert" ;
- Text [ dutch ] = "Open cirkel" ;
- Text [ spanish ] = "Circulo abierto" ;
- Text [ danish ] = "ben cirkel" ;
- Text [ swedish ] = "ppen cirkel" ;
- Text [ finnish ] = "Avoin ympyr" ;
- Text [ english_us ] = "Open Circle" ;
- Text[ chinese_simplified ] = "不封闭的圆形";
- Text[ russian ] = " ";
- Text[ polish ] = "Otwarte koo";
- Text[ japanese ] = "上下円弧";
- Text[ chinese_traditional ] = "不封閉的圓形";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "열린 원";
- Text[ turkish ] = "Ak daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Cercle obert";
- Text[ thai ] = "เปิดวงกลม";
- Text[ czech ] = "Otevřený kruh";
- Text[ hebrew ] = "‮עיגול פתוח‬";
- Text[ hindi ] = "खुली वृत्त";
- Text[ slovak ] = "Otvorený kruh";
-};
-String RID_SVXSTR_FONTWORK_FORM10
-{
- Text = "Geschlossener Kreis" ;
- Text [ ENGLISH ] = "Closed circle" ;
- Text [ norwegian ] = "Closed circle" ;
- Text [ italian ] = "Cerchio chiuso" ;
- Text [ portuguese_brazilian ] = "Circulo Fechado" ;
- Text [ portuguese ] = "Circulo fechado" ;
- Text [ french ] = "Cercle ferm" ;
- Text [ dutch ] = "Gesloten cirkel" ;
- Text [ spanish ] = "Crculo cerrado" ;
- Text [ danish ] = "Cirkulr" ;
- Text [ swedish ] = "Sluten cirkel" ;
- Text [ finnish ] = "Suljettu ympyr" ;
- Text [ english_us ] = "Closed Circle" ;
- Text[ chinese_simplified ] = "封闭的圆形";
- Text[ russian ] = " ";
- Text[ polish ] = "Zamknite koo";
- Text[ japanese ] = "円";
- Text[ chinese_traditional ] = "封閉的圓形";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "닫힌 원";
- Text[ turkish ] = "Kapal daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Cercle tancat";
- Text[ thai ] = "ปิดวงกลม";
- Text[ czech ] = "Uzavřený kruh";
- Text[ hebrew ] = "‮עיגול סגור‬";
- Text[ hindi ] = "छिपाव वृत्त";
- Text[ slovak ] = "Uzavretý kruh";
-};
-String RID_SVXSTR_FONTWORK_FORM11
-{
- Text = "Geschlossener Kreis II" ;
- Text [ ENGLISH ] = "Closed circle II" ;
- Text [ norwegian ] = "Closed circle II" ;
- Text [ italian ] = "Cerchio chiuso II" ;
- Text [ portuguese_brazilian ] = "Crculo Fechado II" ;
- Text [ portuguese ] = "Crculo fechado II" ;
- Text [ french ] = "Cercle ferm II" ;
- Text [ dutch ] = "Gesloten cirkel II" ;
- Text [ spanish ] = "Crculo cerrado II" ;
- Text [ danish ] = "Cirkulr II" ;
- Text [ swedish ] = "Sluten cirkel II" ;
- Text [ finnish ] = "Suljettu ympyr II" ;
- Text [ english_us ] = "Closed Circle II" ;
- Text[ chinese_simplified ] = "封闭的圆形 II";
- Text[ russian ] = " II";
- Text[ polish ] = "Zamknite koo II";
- Text[ japanese ] = "円II";
- Text[ chinese_traditional ] = "封閉的圓型 II";
- Text[ arabic ] = " II";
- Text[ greek ] = " II";
- Text[ korean ] = "닫힌 원 II";
- Text[ turkish ] = "Kapal daire II";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Cercle tancat II";
- Text[ thai ] = "ปิดวงกลม II";
- Text[ czech ] = "Uzavřený kruh II";
- Text[ hebrew ] = "‮עיגול סגור II‬";
- Text[ hindi ] = "छिपाव वृत्त II";
- Text[ slovak ] = "Uzavretý kruh II";
-};
-String RID_SVXSTR_FONTWORK_FORM12
-{
- Text = "Offener Kreis senkrecht" ;
- Text [ ENGLISH ] = "Open circle vertical" ;
- Text [ norwegian ] = "Open circle vertical" ;
- Text [ italian ] = "Cerchio aperto verticale" ;
- Text [ portuguese_brazilian ] = "Crculo Aberto Vertical" ;
- Text [ portuguese ] = "Crculo aberto vertical" ;
- Text [ french ] = "Cercle ouvert vertical" ;
- Text [ dutch ] = "Open cirkel verticaal" ;
- Text [ spanish ] = "Crculo abierto vertical" ;
- Text [ danish ] = "ben cirkel lodret" ;
- Text [ swedish ] = "ppen cirkel lodrtt" ;
- Text [ finnish ] = "Avoin pystysuora ympyr" ;
- Text [ english_us ] = "Open Circle Vertical" ;
- Text[ chinese_simplified ] = "垂直方向不封闭的圆形";
- Text[ russian ] = " ";
- Text[ polish ] = "Otwarte koo w pionie";
- Text[ japanese ] = "左右円弧";
- Text[ chinese_traditional ] = "垂直的不封閉的圓形";
- Text[ arabic ] = " ";
- Text[ greek ] = " ";
- Text[ korean ] = "수직 열린 원";
- Text[ turkish ] = "Dikey ak daire";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Cercle obert vertical";
- Text[ thai ] = "เปิดวงกลมแนวตั้ง";
- Text[ czech ] = "Otevřený kruh svislý";
- Text[ hebrew ] = "‮עיגול פתוח אנכי‬";
- Text[ hindi ] = "खुली वृत्त लम्ब";
- Text[ slovak ] = "Otvorený kruh zvislý";
-};
-String RID_SVXSTR_FONTWORK_UNDOCREATE
-{
- Text = "FontWork-Objekt erzeugen" ;
- Text [ ENGLISH ] = "create FontWork object" ;
- Text [ english_us ] = "Create Fontwork object" ;
- Text [ italian ] = "Crea un oggetto FontWork" ;
- Text [ spanish ] = "Crear objeto FontWork" ;
- Text [ french ] = "Crer un objet FontWork" ;
- Text [ dutch ] = "FontWork-object maken" ;
- Text [ swedish ] = "Skapa Fontwork-objekt" ;
- Text [ danish ] = "Opret FontWork-objekt" ;
- Text [ portuguese_brazilian ] = "Criar objeto FontWork" ;
- Text [ portuguese ] = "Criar objecto FontWork" ;
- Text[ chinese_simplified ] = "生成美工字体对象";
- Text[ russian ] = " ";
- Text[ polish ] = "Utwrz obiekt FontWork";
- Text[ japanese ] = "フォントワーク オブジェクトの作成";
- Text[ chinese_traditional ] = "產生美術字型物件";
- Text[ arabic ] = " FontWork";
- Text[ greek ] = " FontWork";
- Text[ korean ] = "폰트워크 개체 만들기";
- Text[ turkish ] = "FontWork nesnesi olutur";
- Text[ language_user1 ] = " ";
- Text[ catalan ] = "Crea un objecte FontWork";
- Text[ finnish ] = "Luo Fonttityobjekti";
- Text[ thai ] = "สร้างวัตถตัวอักษรที่ใช้งาน";
- Text[ czech ] = "Vytvořit objekt písmomalby";
- Text[ hebrew ] = "‮יצירת עצם Fontwork‬";
- Text[ hindi ] = "फ़ॉन्टवर्क् वस्तु उत्पन्न करो";
- Text[ slovak ] = "Vytvoriť písmomaľbu";
-};
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/*************************************************************************
+ *
+ * $RCSfile: fontwork.src,v $
+ *
+ * $Revision: 1.30 $
+ *
+ * last change: $Author: hr $ $Date: 2003-07-03 16:33:55 $
+ *
+ * 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 "svxids.hrc"
+#include "dialogs.hrc"
+#include "fontwork.hrc"
+#include "helpid.hrc"
+ // pragma ----------------------------------------------------------------
+
+ // RID_SVXDLG_FONTWORK ---------------------------------------------------
+DockingWindow RID_SVXDLG_FONTWORK
+{
+ HelpId = SID_FONTWORK ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 0 , 0 ) ;
+ Size = MAP_APPFONT ( 89 , 193 ) ;
+ Text = "FontWork" ;
+ Text [ ENGLISH ] = "FontWork" ;
+ Text [ norwegian ] = "FontWork" ;
+ Text [ italian ] = "FontWork" ;
+ Text [ portuguese_brazilian ] = "FontWork" ;
+ Text [ portuguese ] = "FontWork" ;
+ Text [ french ] = "FontWork" ;
+ Text [ dutch ] = "FontWork" ;
+ Text [ spanish ] = "FontWork" ;
+ Text [ danish ] = "FontWork" ;
+ Text [ swedish ] = "Fontwork" ;
+ Text [ finnish ] = "Fonttity" ;
+ Text [ english_us ] = "Fontwork" ;
+ Moveable = TRUE ;
+ Zoomable = TRUE ;
+ Closeable = TRUE ;
+ Dockable = TRUE ;
+ EnableResizing = TRUE ;
+ Control VS_FORMS
+ {
+ HelpId = HID_FONTWORK_CTL_FORMS ;
+ Pos = MAP_APPFONT ( 6 , 4 ) ;
+ Size = MAP_APPFONT ( 71 , 30 ) ;
+ Border = TRUE ;
+ TabStop = TRUE ;
+ };
+ ToolBox TBX_STYLE
+ {
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 41 ) ;
+ ItemList =
+ {
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ Identifier = TBI_STYLE_OFF ;
+ HelpId = HID_FONTWORK_TBI_STYLE_OFF ;
+ Text = "Aus" ;
+ Text [ ENGLISH ] = "Off" ;
+ Text [ dutch ] = "Uit" ;
+ Text [ english_us ] = "Off" ;
+ Text [ italian ] = "Off" ;
+ Text [ spanish ] = "Desactivado" ;
+ Text [ french ] = "Dsactiv" ;
+ Text [ swedish ] = "Av" ;
+ Text [ danish ] = "Deaktiver" ;
+ Text [ portuguese ] = "Desactivar" ;
+ Text [ portuguese_brazilian ] = "Desativado" ;
+ Text[ chinese_simplified ] = "不使用";
+ Text[ russian ] = ".";
+ Text[ polish ] = "Wycz";
+ Text[ japanese ] = "オフ";
+ Text[ chinese_traditional ] = "不使用";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "해제";
+ Text[ turkish ] = "Kapal";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Desactivat";
+ Text[ finnish ] = "Poissa kytst";
+ Text[ thai ] = "ปิด";
+ Text[ czech ] = "Vypnout";
+ Text[ hebrew ] = "‮מכובה‬";
+ Text[ hindi ] = "बंद";
+ Text[ slovak ] = "Vypnúť";
+ };
+ ToolBoxItem
+ {
+ Type = TOOLBOXITEM_SEPARATOR ;
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_STYLE_ROTATE ;
+ HelpId = HID_FONTWORK_TBI_STYLE_ROTATE ;
+ Text = "Drehen" ;
+ Text [ ENGLISH ] = "Rotate" ;
+ Text [ dutch ] = "Draaien" ;
+ Text [ english_us ] = "Rotate" ;
+ Text [ italian ] = "Ruota" ;
+ Text [ spanish ] = "Rodar" ;
+ Text [ french ] = "Rotation" ;
+ Text [ swedish ] = "Rotera" ;
+ Text [ danish ] = "Roter" ;
+ Text [ portuguese ] = "Rodar" ;
+ Text [ portuguese_brazilian ] = "Girar" ;
+ Text[ chinese_simplified ] = "旋转";
+ Text[ russian ] = "";
+ Text[ polish ] = "Obr";
+ Text[ japanese ] = "回転";
+ Text[ chinese_traditional ] = "旋轉";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "회전";
+ Text[ turkish ] = "evir";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Gira";
+ Text[ finnish ] = "Kierr";
+ Text[ thai ] = "หมุน";
+ Text[ czech ] = "Otočit";
+ Text[ hebrew ] = "‮סיבוב‬";
+ Text[ hindi ] = "घुमाओ";
+ Text[ slovak ] = "Otočiť";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_STYLE_UPRIGHT ;
+ HelpId = HID_FONTWORK_TBI_STYLE_UPRIGHT ;
+ Text = "Aufrecht" ;
+ Text [ ENGLISH ] = "Upright" ;
+ Text [ dutch ] = "Rechtop" ;
+ Text [ english_us ] = "Upright" ;
+ Text [ italian ] = "In piedi" ;
+ Text [ spanish ] = "Derecho" ;
+ Text [ french ] = "Debout" ;
+ Text [ swedish ] = "Upprtt" ;
+ Text [ danish ] = "Opret" ;
+ Text [ portuguese ] = "Direito" ;
+ Text [ portuguese_brazilian ] = "Direito" ;
+ Text[ chinese_simplified ] = "直立";
+ Text[ russian ] = "";
+ Text[ polish ] = "Prosto";
+ Text[ japanese ] = "直立";
+ Text[ chinese_traditional ] = "直立";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "똑바로";
+ Text[ turkish ] = "Dik";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Dret";
+ Text[ finnish ] = "Pystyss";
+ Text[ thai ] = "ตั้งตรง";
+ Text[ czech ] = "Vzpřímené";
+ Text[ hebrew ] = "‮זקוף‬";
+ Text[ hindi ] = "सीधा";
+ Text[ slovak ] = "Vzpriamené";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_STYLE_SLANTX ;
+ HelpId = HID_FONTWORK_TBI_STYLE_SLANTX ;
+ Text = "Horizontal kippen" ;
+ Text [ ENGLISH ] = "Slant horizontal" ;
+ Text [ dutch ] = "Horizontaal kantelen" ;
+ Text [ english_us ] = "Slant Horizontal" ;
+ Text [ italian ] = "Inclina in orizzontale" ;
+ Text [ spanish ] = "Inclinar horizontalmente" ;
+ Text [ french ] = "Basculer l'horizontale" ;
+ Text [ swedish ] = "Tippa horisontellt" ;
+ Text [ danish ] = "Hld vandret" ;
+ Text [ portuguese ] = "Inclinar na horizontal" ;
+ Text [ portuguese_brazilian ] = "Inclinar na Horizontal" ;
+ Text[ chinese_simplified ] = "水平倾斜";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Pochyl w poziomie";
+ Text[ japanese ] = "横に傾斜";
+ Text[ chinese_traditional ] = "水平軸向傾斜";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "수평으로 기울기";
+ Text[ turkish ] = "Yatay eim";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Inclina horitzontalment";
+ Text[ finnish ] = "Kallista vaakasuunnassa";
+ Text[ thai ] = "แนวนอนเอียง";
+ Text[ czech ] = "Skosit vodorovně";
+ Text[ hebrew ] = "‮אלכסוני - אופקי‬";
+ Text[ hindi ] = "तिरछा समतल";
+ Text[ slovak ] = "Skosiť vodorovne";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_STYLE_SLANTY ;
+ HelpId = HID_FONTWORK_TBI_STYLE_SLANTY ;
+ Text = "Vertikal kippen" ;
+ Text [ ENGLISH ] = "Slant vertical" ;
+ Text [ english_us ] = "Slant Vertical" ;
+ Text [ italian ] = "Inclina in verticale" ;
+ Text [ spanish ] = "Inclinar verticalmente" ;
+ Text [ french ] = "Basculer la verticale" ;
+ Text [ dutch ] = "Verticaal kantelen" ;
+ Text [ swedish ] = "Tippa vertikalt" ;
+ Text [ danish ] = "Hld lodret" ;
+ Text [ portuguese ] = "Inclinar na vertical" ;
+ Text [ portuguese_brazilian ] = "Inclinar na Vertical" ;
+ Text[ chinese_simplified ] = "垂直倾斜";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Pochyl w pionie";
+ Text[ japanese ] = "縦に傾斜";
+ Text[ chinese_traditional ] = "垂直軸向傾斜";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "수직으로 기울기";
+ Text[ turkish ] = "Dikey eim";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Inclina verticalment";
+ Text[ finnish ] = "Kallista pystysuunnassa";
+ Text[ thai ] = "แนวตั้งเอียง";
+ Text[ czech ] = "Skosit svisle";
+ Text[ hebrew ] = "‮אלכסוני - אנכי‬";
+ Text[ hindi ] = "तिरछा लम्ब";
+ Text[ slovak ] = "Skosiť zvisle";
+ };
+ };
+ };
+ ToolBox TBX_ADJUST
+ {
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 63 ) ;
+ ItemList =
+ {
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ Checkable = TRUE ;
+ Identifier = TBI_ADJUST_MIRROR ;
+ HelpId = HID_FONTWORK_TBI_ADJUST_MIRROR ;
+ Text = "Laufrichtung" ;
+ Text [ ENGLISH ] = "Text direction" ;
+ Text [ dutch ] = "Looprichting" ;
+ Text [ english_us ] = "Orientation" ;
+ Text [ italian ] = "Direzione di scorrimento" ;
+ Text [ spanish ] = "Orientacin" ;
+ Text [ french ] = "Direction" ;
+ Text [ swedish ] = "Lpriktning" ;
+ Text [ danish ] = "Retning" ;
+ Text [ portuguese ] = "Orientao" ;
+ Text [ portuguese_brazilian ] = "Orientao" ;
+ Text[ chinese_simplified ] = "方向";
+ Text[ russian ] = "";
+ Text[ polish ] = "Orientacja";
+ Text[ japanese ] = "方向";
+ Text[ chinese_traditional ] = "方向";
+ Text[ arabic ] = "";
+ Text[ greek ] = " ";
+ Text[ korean ] = "방향";
+ Text[ turkish ] = "Metin yn";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Orientaci";
+ Text[ finnish ] = "Suunta";
+ Text[ thai ] = "การวางแนว";
+ Text[ czech ] = "Orientace";
+ Text[ hebrew ] = "‮כיוון‬";
+ Text[ hindi ] = "अनुस्थापन";
+ Text[ slovak ] = "Orientácia";
+ };
+ ToolBoxItem
+ {
+ Type = TOOLBOXITEM_SEPARATOR ;
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_ADJUST_LEFT ;
+ HelpId = HID_FONTWORK_TBI_ADJUST_LEFT ;
+ /* ### ACHTUNG: Neuer Text in Resource? Linksbndig : Linksbndig */
+ /* ### ACHTUNG: Neuer Text in Resource? Linksbndig : Linksbndig */
+ Text = "Linksbndig" ;
+ Text [ ENGLISH ] = "Left aligned" ;
+ Text [ dutch ] = "Links uitgelijnd" ;
+ Text [ english_us ] = "Align Left" ;
+ Text [ italian ] = "Allineato a sinistra" ;
+ Text [ spanish ] = "Alinear a la izquierda" ;
+ Text [ french ] = "Aligner gauche" ;
+ Text [ swedish ] = "Vnsterjusterat" ;
+ Text [ danish ] = "Venstrejusteret" ;
+ Text [ portuguese ] = " esquerda" ;
+ Text [ portuguese_brazilian ] = "Alinhar Esquerda" ;
+ Text[ chinese_simplified ] = "向左对齐";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Wyrwnaj do lewej";
+ Text[ japanese ] = "左揃え";
+ Text[ chinese_traditional ] = "向左對齊";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "왼쪽 맞춤";
+ Text[ turkish ] = "Sola hizala";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Alinea a l'esquerra";
+ Text[ finnish ] = "Tasaa vasemmalle";
+ Text[ thai ] = "ชิดซ้าย";
+ Text[ czech ] = "Zarovnat vlevo";
+ Text[ hebrew ] = "‮יישור לשמאל‬";
+ Text[ hindi ] = "बायाँ ओर पंक्तिकरण";
+ Text[ slovak ] = "Zarovnať vľavo";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_ADJUST_CENTER ;
+ HelpId = HID_FONTWORK_TBI_ADJUST_CENTER ;
+ Text = "Zentriert" ;
+ Text [ ENGLISH ] = "Centered" ;
+ Text [ dutch ] = "Centreren" ;
+ Text [ english_us ] = "Center" ;
+ Text [ italian ] = "Centrato" ;
+ Text [ spanish ] = "Centrado" ;
+ Text [ french ] = "Centr" ;
+ Text [ swedish ] = "Centrerat" ;
+ Text [ danish ] = "Centreret" ;
+ Text [ portuguese ] = "Centrado" ;
+ Text [ portuguese_brazilian ] = "Centralizado" ;
+ Text[ chinese_simplified ] = "居中";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Do rodka";
+ Text[ japanese ] = "中央揃え";
+ Text[ chinese_traditional ] = "置中";
+ Text[ arabic ] = "";
+ Text[ greek ] = " ";
+ Text[ korean ] = "가운데";
+ Text[ turkish ] = "Ortala";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Centre";
+ Text[ finnish ] = "Keskell";
+ Text[ thai ] = "ตรงกลาง";
+ Text[ czech ] = "Na střed";
+ Text[ hebrew ] = "‮מירכוז‬";
+ Text[ hindi ] = "मध्य";
+ Text[ slovak ] = "Na stred";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_ADJUST_RIGHT ;
+ HelpId = HID_FONTWORK_TBI_ADJUST_RIGHT ;
+ /* ### ACHTUNG: Neuer Text in Resource? Rechtsbndig : Rechtsbndig */
+ /* ### ACHTUNG: Neuer Text in Resource? Rechtsbndig : Rechtsbndig */
+ Text = "Rechtsbndig" ;
+ Text [ ENGLISH ] = "Right aligned" ;
+ Text [ english_us ] = "Align Right" ;
+ Text [ italian ] = "Allineato a destra" ;
+ Text [ spanish ] = "Alinear a la derecha" ;
+ Text [ french ] = "Aligner droite" ;
+ Text [ dutch ] = "Rechtslijnend" ;
+ Text [ swedish ] = "Hgerjusterat" ;
+ Text [ danish ] = "Hjrejusteret" ;
+ Text [ portuguese ] = " direita" ;
+ Text [ portuguese_brazilian ] = "Alinhar Direita" ;
+ Text[ chinese_simplified ] = "右对齐";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Wyrwnaj do prawej";
+ Text[ japanese ] = "右揃え";
+ Text[ chinese_traditional ] = "向右對齊";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "오른쪽 맞춤";
+ Text[ turkish ] = "Saa hizala";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Alinea a la dreta";
+ Text[ finnish ] = "Tasaa oikealle";
+ Text[ thai ] = "ชิดขวา";
+ Text[ czech ] = "Zarovnat vpravo";
+ Text[ hebrew ] = "‮יישור לימין‬";
+ Text[ hindi ] = "दाहिना ओर पंक्तिकरण";
+ Text[ slovak ] = "Zarovnať vpravo";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_ADJUST_AUTOSIZE ;
+ HelpId = HID_FONTWORK_TBI_ADJUST_AUTOSIZE ;
+ /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgre : Auto-Textgre */
+ /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgre : Auto-Textgre */
+ Text = "Auto-Textgre" ;
+ Text [ ENGLISH ] = "Autosize" ;
+ Text [ dutch ] = "AutoTekstgrootte" ;
+ Text [ english_us ] = "AutoSize Text" ;
+ Text [ italian ] = "Dimensione testo automatico" ;
+ Text [ spanish ] = "Texto - Tamao automtico" ;
+ Text [ french ] = "Taille du texte adapte" ;
+ Text [ swedish ] = "AutoTextstorlek" ;
+ Text [ danish ] = "AutoTekststrrelse" ;
+ Text [ portuguese ] = "Tamanho automtico - texto" ;
+ Text [ portuguese_brazilian ] = "Escalonamento Automtico do Texto" ;
+ Text[ chinese_simplified ] = "自动调整文字大小";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Autorozmiar tekstu";
+ Text[ japanese ] = "自動テキストサイズ";
+ Text[ chinese_traditional ] = "自動文字大小";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "자동텍스트 크기";
+ Text[ turkish ] = "Otomatik metin boyu";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Mida automtica del text";
+ Text[ finnish ] = "Automaattinen tekstin koon mritys";
+ Text[ thai ] = "ขนาดข้อความอัตโนมัติ";
+ Text[ czech ] = "Automatická velikost textu";
+ Text[ hebrew ] = "‮התאמת גודל טקסט אוטומטית‬";
+ Text[ hindi ] = "स्वचालित परिमाण टेक्स्ट्";
+ Text[ slovak ] = "Automatická veľkosť textu";
+ };
+ };
+ };
+ FixedImage FB_DISTANCE
+ {
+ Pos = MAP_APPFONT ( 10 , 84 ) ;
+ Size = MAP_APPFONT ( 14 , 15 ) ;
+ };
+ MetricField MTR_FLD_DISTANCE
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 29 , 85 ) ;
+ Size = MAP_APPFONT ( 48 , 12 ) ;
+ TabStop = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Minimum = -5000000 ;
+ Maximum = 5000000 ;
+ StrictFormat = TRUE ;
+ DecimalDigits = 2 ;
+ Unit = FUNIT_MM ;
+ First = -5000000 ;
+ Last = 5000000 ;
+ SpinSize = 50 ;
+ QuickHelpText = "Abstand" ;
+ QuickHelpText [ ENGLISH ] = "Distance" ;
+ QuickHelpText [ dutch ] = "Afstand" ;
+ QuickHelpText [ english_us ] = "Distance" ;
+ CustomUnitText [ italian ] = "-" ;
+ QuickHelpText [ italian ] = "Distanza" ;
+ QuickHelpText [ spanish ] = "Distancia" ;
+ CustomUnitText [ french ] = "-" ;
+ QuickHelpText [ french ] = "Distance" ;
+ QuickHelpText [ portuguese ] = "Distncia" ;
+ QuickHelpText [ portuguese_brazilian ] = "Distncia" ;
+ QuickHelpText [ swedish ] = "Avstnd" ;
+ QuickHelpText[ russian ] = "";
+ QuickHelpText[ danish ] = "Afstand";
+ QuickHelpText[ polish ] = "Abstand";
+ QuickHelpText[ japanese ] = "間隔";
+ QuickHelpText[ chinese_simplified ] = "间隔";
+ QuickHelpText[ chinese_traditional ] = "間隔";
+ QuickHelpText[ arabic ] = "";
+ QuickHelpText[ greek ] = "";
+ QuickHelpText[ korean ] = "거리";
+ CustomUnitText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Abstand";
+ QuickHelpText[ catalan ] = "Distncia";
+ QuickHelpText[ finnish ] = "Etisyys";
+ QuickHelpText[ thai ] = "Distance";
+ CustomUnitText[ english_us ] = "-";
+ CustomUnitText[ spanish ] = "-";
+ CustomUnitText[ swedish ] = "-";
+ CustomUnitText[ japanese ] = "-";
+ CustomUnitText[ korean ] = "-";
+ CustomUnitText[ chinese_simplified ] = "-";
+ CustomUnitText[ chinese_traditional ] = "-";
+ CustomUnitText[ turkish ] = "-";
+ QuickHelpText[ czech ] = "Vzdálenost";
+ QuickHelpText[ hebrew ] = "Abstand";
+ QuickHelpText[ hindi ] = "दूरी";
+ CustomUnitText[ hebrew ] = "‮חג ישראלי‬";
+ QuickHelpText[ slovak ] = "Vzdialenosť";
+ };
+ FixedImage FB_TEXTSTART
+ {
+ Pos = MAP_APPFONT ( 10 , 99 ) ;
+ Size = MAP_APPFONT ( 14 , 15 ) ;
+ };
+ MetricField MTR_FLD_TEXTSTART
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 29 , 100 ) ;
+ Size = MAP_APPFONT ( 48 , 12 ) ;
+ TabStop = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Maximum = 5000000 ;
+ StrictFormat = TRUE ;
+ DecimalDigits = 2 ;
+ Unit = FUNIT_MM ;
+ Last = 5000000 ;
+ SpinSize = 50 ;
+ QuickHelpText = "Einzug" ;
+ QuickHelpText [ ENGLISH ] = "Indention" ;
+ QuickHelpText [ english_us ] = "Indent" ;
+ QuickHelpText [ italian ] = "Rientro" ;
+ QuickHelpText [ spanish ] = "Sangra" ;
+ CustomUnitText [ french ] = "-" ;
+ QuickHelpText [ french ] = "Retrait" ;
+ QuickHelpText [ dutch ] = "1e regel inspringen" ;
+ QuickHelpText [ portuguese ] = "Avano" ;
+ QuickHelpText [ portuguese_brazilian ] = "Identar" ;
+ QuickHelpText [ swedish ] = "Indrag" ;
+ QuickHelpText[ russian ] = "";
+ QuickHelpText[ danish ] = "Indrykning";
+ QuickHelpText[ polish ] = "Einzug";
+ QuickHelpText[ japanese ] = "インデント";
+ QuickHelpText[ chinese_simplified ] = "缩进";
+ QuickHelpText[ chinese_traditional ] = "縮排";
+ QuickHelpText[ arabic ] = "";
+ QuickHelpText[ greek ] = "";
+ QuickHelpText[ korean ] = "들여쓰기";
+ CustomUnitText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Einzug";
+ QuickHelpText[ catalan ] = "Sangria";
+ QuickHelpText[ finnish ] = "Sisenn";
+ QuickHelpText[ thai ] = "Indent";
+ CustomUnitText[ english_us ] = "-";
+ CustomUnitText[ spanish ] = "-";
+ CustomUnitText[ italian ] = "-";
+ CustomUnitText[ swedish ] = "-";
+ CustomUnitText[ japanese ] = "-";
+ CustomUnitText[ korean ] = "-";
+ CustomUnitText[ chinese_simplified ] = "-";
+ CustomUnitText[ chinese_traditional ] = "-";
+ CustomUnitText[ turkish ] = "-";
+ QuickHelpText[ czech ] = "Odsazení";
+ QuickHelpText[ hebrew ] = "‮שוליים‬";
+ QuickHelpText[ hindi ] = "इन्डेन्ट";
+ QuickHelpText[ slovak ] = "Odsadenie";
+ CustomUnitText[ hebrew ] = "‮-‬";
+ };
+ ToolBox TBX_SHADOW
+ {
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 122 ) ;
+ ItemList =
+ {
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ Checkable = TRUE ;
+ Identifier = TBI_SHOWFORM ;
+ HelpId = HID_FONTWORK_TBI_SHOWFORM ;
+ Text = "Kontur" ;
+ Text [ ENGLISH ] = "Outline" ;
+ Text [ english_us ] = "Contour" ;
+ Text [ italian ] = "Contorno" ;
+ Text [ spanish ] = "Contorno" ;
+ Text [ french ] = "Contour" ;
+ Text [ dutch ] = "Contour" ;
+ Text [ swedish ] = "Kontur" ;
+ Text [ danish ] = "Kontur" ;
+ Text [ portuguese ] = "Contorno" ;
+ Text [ portuguese_brazilian ] = "Contorno" ;
+ Text[ chinese_simplified ] = "轮廓";
+ Text[ russian ] = "";
+ Text[ polish ] = "Kontur";
+ Text[ japanese ] = "中抜き";
+ Text[ chinese_traditional ] = "輪廓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = "";
+ Text[ korean ] = "윤곽";
+ Text[ turkish ] = "Kontur";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Contorn";
+ Text[ finnish ] = "riviiva";
+ Text[ thai ] = "เส้นแสดงรูปร่าง";
+ Text[ czech ] = "Obrys";
+ Text[ hebrew ] = "‮מתאר‬";
+ Text[ hindi ] = "परिवेश";
+ Text[ slovak ] = "Obrys";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ Checkable = TRUE ;
+ Identifier = TBI_OUTLINE ;
+ HelpId = HID_FONTWORK_TBI_OUTLINE ;
+ Text = "Buchstabenumrandung" ;
+ Text [ ENGLISH ] = "Character outlines" ;
+ Text [ dutch ] = "Letteromranding" ;
+ Text [ english_us ] = "Text Contour" ;
+ Text [ italian ] = "Bordo dei caratteri" ;
+ Text [ spanish ] = "Contorno de caracteres" ;
+ Text [ french ] = "Contour de lettres" ;
+ Text [ swedish ] = "Bokstavskontur" ;
+ Text [ danish ] = "Bogstavramme" ;
+ Text [ portuguese ] = "Contorno de caracteres" ;
+ Text [ portuguese_brazilian ] = "Contorno das letras" ;
+ Text[ chinese_simplified ] = "字母轮廓";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Kontur liter";
+ Text[ japanese ] = "文字の輪郭";
+ Text[ chinese_traditional ] = "字母輪廓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "문자 윤곽";
+ Text[ turkish ] = "Metin konturu";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Contorn del text";
+ Text[ finnish ] = "Tekstin riviiva";
+ Text[ thai ] = "เส้นแสดงรูปร่างข้อความ";
+ Text[ czech ] = "Obrysy textu";
+ Text[ hebrew ] = "‮מתאר טקסט‬";
+ Text[ hindi ] = "टेक्स्ट् परिवेश";
+ Text[ slovak ] = "Obrysy textu";
+ };
+ ToolBoxItem
+ {
+ Type = TOOLBOXITEM_SEPARATOR ;
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_SHADOW_OFF ;
+ HelpId = HID_FONTWORK_TBI_SHADOW_OFF ;
+ Text = "Aus" ;
+ Text [ ENGLISH ] = "Off" ;
+ Text [ english_us ] = "No Shadow" ;
+ Text [ italian ] = "Senza ombre" ;
+ Text [ spanish ] = "Sin sombra" ;
+ Text [ french ] = "Dsactiv" ;
+ Text [ dutch ] = "Uit" ;
+ Text [ swedish ] = "Av" ;
+ Text [ danish ] = "Deaktiver" ;
+ Text [ portuguese ] = "Desactivar" ;
+ Text [ portuguese_brazilian ] = "Sem Sombras" ;
+ Text[ chinese_simplified ] = "取消阴影";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Bez cienia";
+ Text[ japanese ] = "影なし";
+ Text[ chinese_traditional ] = "不使用";
+ Text[ arabic ] = "";
+ Text[ greek ] = " ";
+ Text[ korean ] = "그림자 없음";
+ Text[ turkish ] = "Glge Yok";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Sense ombra";
+ Text[ finnish ] = "Ei varjoa";
+ Text[ thai ] = "ไม่แรเงา";
+ Text[ czech ] = "Bez stínování";
+ Text[ hebrew ] = "‮ללא הצללה‬";
+ Text[ hindi ] = "कोई छाया नहीं";
+ Text[ slovak ] = "Bez tieňovania";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_SHADOW_NORMAL ;
+ HelpId = HID_FONTWORK_TBI_SHADOW_NORMAL ;
+ Text = "Senkrecht" ;
+ Text [ ENGLISH ] = "Vertical" ;
+ Text [ dutch ] = "Verticaal" ;
+ Text [ english_us ] = "Vertical" ;
+ Text [ italian ] = "Verticale" ;
+ Text [ spanish ] = "Vertical" ;
+ Text [ french ] = "Vertical" ;
+ Text [ swedish ] = "Lodrtt" ;
+ Text [ danish ] = "Lodret" ;
+ Text [ portuguese ] = "Vertical" ;
+ Text [ portuguese_brazilian ] = "Vertical" ;
+ Text[ chinese_simplified ] = "垂直方向";
+ Text[ russian ] = "";
+ Text[ polish ] = "Pionowo";
+ Text[ japanese ] = "正射影";
+ Text[ chinese_traditional ] = "垂直方向";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "수직";
+ Text[ turkish ] = "Dikey";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Vertical";
+ Text[ finnish ] = "Pystytaso";
+ Text[ thai ] = "แนวตั้ง";
+ Text[ czech ] = "Svislé";
+ Text[ hebrew ] = "‮אנכי‬";
+ Text[ hindi ] = "लम्ब";
+ Text[ slovak ] = "Zvislé";
+ };
+ ToolBoxItem
+ {
+ AutoCheck = TRUE ;
+ RadioCheck = TRUE ;
+ Identifier = TBI_SHADOW_SLANT ;
+ HelpId = HID_FONTWORK_TBI_SHADOW_SLANT ;
+ Text = "Kippen" ;
+ Text [ ENGLISH ] = "Slant" ;
+ Text [ english_us ] = "Slant" ;
+ Text [ italian ] = "Inclina" ;
+ Text [ spanish ] = "Inclinar" ;
+ Text [ french ] = "Basculer" ;
+ Text [ dutch ] = "Kantelen" ;
+ Text [ swedish ] = "Tippa" ;
+ Text [ danish ] = "Hld" ;
+ Text [ portuguese ] = "Inclinar" ;
+ Text [ portuguese_brazilian ] = "Inclinar" ;
+ Text[ chinese_simplified ] = "倾斜";
+ Text[ russian ] = "";
+ Text[ polish ] = "Pochyl";
+ Text[ japanese ] = "斜投影";
+ Text[ chinese_traditional ] = "傾斜";
+ Text[ arabic ] = "";
+ Text[ greek ] = "";
+ Text[ korean ] = "기울기";
+ Text[ turkish ] = "Eim";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Inclina";
+ Text[ finnish ] = "Kallista";
+ Text[ thai ] = "เอียง";
+ Text[ czech ] = "Skosení";
+ Text[ hebrew ] = "‮אלכסוני‬";
+ Text[ hindi ] = "तिरछा";
+ Text[ slovak ] = "Skosenie";
+ };
+ };
+ };
+ FixedImage FB_SHADOW_X
+ {
+ Pos = MAP_APPFONT ( 10 , 143 ) ;
+ Size = MAP_APPFONT ( 14 , 15 ) ;
+ };
+ MetricField MTR_FLD_SHADOW_X
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 29 , 144 ) ;
+ Size = MAP_APPFONT ( 48 , 12 ) ;
+ TabStop = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Minimum = -5000000 ;
+ Maximum = 5000000 ;
+ StrictFormat = TRUE ;
+ DecimalDigits = 2 ;
+ Unit = FUNIT_MM ;
+ CustomUnitText = " Grad" ;
+ CustomUnitText [ ENGLISH ] = "Degrees" ;
+ CustomUnitText [ norwegian ] = "Degrees" ;
+ CustomUnitText [ italian ] = "gradi" ;
+ CustomUnitText [ portuguese_brazilian ] = "graus" ;
+ CustomUnitText [ portuguese ] = "Graus" ;
+ CustomUnitText [ french ] = " degrs" ;
+ CustomUnitText [ dutch ] = "graden" ;
+ CustomUnitText [ spanish ] = "Grados" ;
+ CustomUnitText [ danish ] = "grader" ;
+ CustomUnitText [ swedish ] = " grader" ;
+ CustomUnitText [ finnish ] = " astetta" ;
+ CustomUnitText [ english_us ] = " degrees" ;
+ First = -5000000 ;
+ Last = 5000000 ;
+ SpinSize = 50 ;
+ QuickHelpText = "Abstand X" ;
+ QuickHelpText [ ENGLISH ] = "Distance X" ;
+ QuickHelpText [ dutch ] = "Afstand X" ;
+ QuickHelpText [ english_us ] = "Distance X" ;
+ QuickHelpText [ italian ] = "Distanza X" ;
+ QuickHelpText [ spanish ] = "Distancia X" ;
+ QuickHelpText [ french ] = "Distance X" ;
+ QuickHelpText [ danish ] = "Afstand X" ;
+ QuickHelpText [ portuguese ] = "Distncia X" ;
+ QuickHelpText [ portuguese_brazilian ] = "Distncia X" ;
+ QuickHelpText [ swedish ] = "Avstnd X" ;
+ CustomUnitText[ chinese_simplified ] = "度";
+ CustomUnitText[ russian ] = " ";
+ CustomUnitText[ polish ] = " st.";
+ CustomUnitText[ japanese ] = "度";
+ CustomUnitText[ chinese_traditional ] = "度";
+ CustomUnitText[ arabic ] = "/";
+ QuickHelpText[ russian ] = " X";
+ QuickHelpText[ polish ] = "Abstand X";
+ QuickHelpText[ japanese ] = "間隔 X";
+ QuickHelpText[ chinese_simplified ] = "间隔 X";
+ QuickHelpText[ chinese_traditional ] = "間隔 X";
+ QuickHelpText[ arabic ] = " ";
+ CustomUnitText[ greek ] = "";
+ CustomUnitText[ korean ] = "도";
+ QuickHelpText[ greek ] = "Distance X";
+ QuickHelpText[ korean ] = "거리 X";
+ CustomUnitText[ turkish ] = "derecer";
+ CustomUnitText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Uzaklk X";
+ CustomUnitText[ catalan ] = " graus";
+ QuickHelpText[ catalan ] = "Distancia X";
+ QuickHelpText[ finnish ] = "Etisyys X";
+ CustomUnitText[ thai ] = " องศา";
+ QuickHelpText[ thai ] = "ระยะ X";
+ CustomUnitText[ czech ] = " stupňů";
+ CustomUnitText[ hebrew ] = "‮מעלות‬";
+ QuickHelpText[ czech ] = "Vzdálenost X";
+ QuickHelpText[ hebrew ] = "Abstand X";
+ CustomUnitText[ hindi ] = " डिग्रियाँ";
+ QuickHelpText[ hindi ] = "दूरी X";
+ CustomUnitText[ slovak ] = " stupňov";
+ QuickHelpText[ slovak ] = "Vzdialenosť X";
+ };
+ FixedImage FB_SHADOW_Y
+ {
+ Pos = MAP_APPFONT ( 10 , 158 ) ;
+ Size = MAP_APPFONT ( 14 , 15 ) ;
+ };
+ MetricField MTR_FLD_SHADOW_Y
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 29 , 159 ) ;
+ Size = MAP_APPFONT ( 48 , 12 ) ;
+ TabStop = TRUE ;
+ Repeat = TRUE ;
+ Spin = TRUE ;
+ Maximum = 5000000 ;
+ StrictFormat = TRUE ;
+ DecimalDigits = 2 ;
+ Unit = FUNIT_MM ;
+ Last = 5000000 ;
+ SpinSize = 50 ;
+ CustomUnitText = " %" ;
+ QuickHelpText = "Abstand Y" ;
+ QuickHelpText [ ENGLISH ] = "Distance Y" ;
+ QuickHelpText [ english_us ] = "Distance Y" ;
+ QuickHelpText [ italian ] = "Distanza Y" ;
+ QuickHelpText [ spanish ] = "Distancia Y" ;
+ QuickHelpText [ french ] = "Distance Y" ;
+ QuickHelpText [ dutch ] = "Afstand Y" ;
+ QuickHelpText [ danish ] = "Afstand Y" ;
+ QuickHelpText [ portuguese ] = "Distncia Y" ;
+ QuickHelpText [ portuguese_brazilian ] = "Distncia Y" ;
+ CustomUnitText [ portuguese ] = "%" ;
+ CustomUnitText [ english_us ] = "%" ;
+ CustomUnitText [ portuguese_brazilian ] = "%" ;
+ CustomUnitText [ swedish ] = "%" ;
+ QuickHelpText [ swedish ] = "Avstnd Y" ;
+ CustomUnitText [ danish ] = "%" ;
+ CustomUnitText [ italian ] = "%" ;
+ CustomUnitText [ spanish ] = "%" ;
+ CustomUnitText [ french ] = "%" ;
+ CustomUnitText [ dutch ] = "%" ;
+ CustomUnitText[ chinese_simplified ] = "%";
+ CustomUnitText[ russian ] = "%";
+ CustomUnitText[ polish ] = "%";
+ CustomUnitText[ japanese ] = "%";
+ CustomUnitText[ chinese_traditional ] = "%";
+ CustomUnitText[ arabic ] = "%";
+ QuickHelpText[ russian ] = "Abstand Y";
+ QuickHelpText[ polish ] = "Abstand Y";
+ QuickHelpText[ japanese ] = "間隔 Y";
+ QuickHelpText[ chinese_simplified ] = "间隔 Y";
+ QuickHelpText[ chinese_traditional ] = "間隔 Y";
+ QuickHelpText[ arabic ] = "Distance Y";
+ CustomUnitText[ greek ] = "%";
+ CustomUnitText[ korean ] = "%";
+ QuickHelpText[ greek ] = " Y";
+ QuickHelpText[ korean ] = "거리 Y";
+ CustomUnitText[ turkish ] = "%";
+ CustomUnitText[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Abstand Y";
+ CustomUnitText[ catalan ] = "%";
+ QuickHelpText[ catalan ] = "Distancia Y";
+ CustomUnitText[ finnish ] = "%";
+ QuickHelpText[ finnish ] = "Etisyys Y";
+ CustomUnitText[ thai ] = "%";
+ QuickHelpText[ thai ] = "Distance Y";
+ CustomUnitText[ czech ] = "%";
+ CustomUnitText[ hebrew ] = "‮ %‬";
+ QuickHelpText[ czech ] = "Vzdálenost Y";
+ QuickHelpText[ hebrew ] = "Abstand Y";
+ CustomUnitText[ hindi ] = "%";
+ QuickHelpText[ hindi ] = "दूरी Y";
+ CustomUnitText[ slovak ] = "%";
+ QuickHelpText[ slovak ] = "Vzdialenosť Y";
+ };
+ ListBox CLB_SHADOW_COLOR
+ {
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 174 ) ;
+ Size = MAP_APPFONT ( 71 , 60 ) ;
+ DropDown = TRUE ;
+ QuickHelpText = "Schattenfarbe" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ english_us ] = "Shadow Color" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ spanish ] = "Color sombra" ;
+ QuickHelpText [ french ] = "Couleur d'ombre" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ dutch ] = "Schaduwkleur" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ swedish ] = "Skuggans frg" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ italian ] = "Colore dell'ombra" ;
+ QuickHelpText [ portuguese ] = "Cor da sombra" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ QuickHelpText [ portuguese_brazilian ] = "Cor da Sombra" ;
+ QuickHelpText [ danish ] = "Skyggefarve" ;
+ Text[ portuguese_brazilian ] = "-";
+ Text[ danish ] = "-";
+ QuickHelpText[ russian ] = " ";
+ QuickHelpText[ polish ] = "Schattenfarbe";
+ QuickHelpText[ japanese ] = "影の色";
+ QuickHelpText[ chinese_simplified ] = "阴影颜色";
+ QuickHelpText[ chinese_traditional ] = "陰影顏色";
+ QuickHelpText[ arabic ] = " ";
+ QuickHelpText[ greek ] = "Shadow Color";
+ QuickHelpText[ korean ] = "그림자 색상";
+ Text[ greek ] = " ";
+ Text[ language_user1 ] = " ";
+ QuickHelpText[ turkish ] = "Schattenfarbe";
+ QuickHelpText[ catalan ] = "Color ombra";
+ QuickHelpText[ finnish ] = "Varjon vri";
+ QuickHelpText[ thai ] = "Shadow Color";
+ Text[ english_us ] = "-";
+ Text[ french ] = "-";
+ Text[ spanish ] = "-";
+ Text[ italian ] = "-";
+ Text[ swedish ] = "-";
+ Text[ japanese ] = "-";
+ Text[ korean ] = "-";
+ Text[ chinese_simplified ] = "-";
+ Text[ chinese_traditional ] = "-";
+ Text[ turkish ] = "-";
+ Text[ hebrew ] = "‮-‬";
+ QuickHelpText[ czech ] = "Barva stínu";
+ QuickHelpText[ hebrew ] = "Schattenfarbe";
+ QuickHelpText[ hindi ] = "छाया रंग";
+ QuickHelpText[ slovak ] = "Farba tieňa";
+ };
+ Text[ chinese_simplified ] = "美工字体";
+ Text[ russian ] = "";
+ Text[ polish ] = "FontWork";
+ Text[ japanese ] = "フォントワーク";
+ Text[ chinese_traditional ] = "美術字型";
+ Text[ arabic ] = "FontWork";
+ Text[ greek ] = "FontWork";
+ Text[ korean ] = "폰트워크";
+ Text[ turkish ] = "FontWork";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "FontWork";
+ Text[ thai ] = "ตัวอักษรที่ใช้งาน";
+
+#define FONTWORK_IDLIST \
+ IdList = \
+ { \
+ TBI_STYLE_OFF ; \
+ TBI_STYLE_ROTATE ; \
+ TBI_STYLE_UPRIGHT ; \
+ TBI_STYLE_SLANTX ; \
+ TBI_STYLE_SLANTY ; \
+ TBI_ADJUST_MIRROR ; \
+ TBI_ADJUST_LEFT ; \
+ TBI_ADJUST_CENTER ; \
+ TBI_ADJUST_RIGHT ; \
+ TBI_ADJUST_AUTOSIZE ; \
+ TBI_SHOWFORM ; \
+ TBI_OUTLINE ; \
+ TBI_SHADOW_OFF ; \
+ TBI_SHADOW_NORMAL ; \
+ TBI_SHADOW_SLANT ; \
+ TBI_SHADOW_XDIST ; \
+ TBI_SHADOW_YDIST ; \
+ TBI_SHADOW_ANGLE ; \
+ TBI_SHADOW_SIZE ; \
+ TBI_DISTANCE ; \
+ TBI_TEXTSTART ; \
+ }; \
+ IdCount = { 21 ; };
+
+ #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
+
+ ImageList IL_FONTWORK
+ {
+ ImageBitmap = Bitmap { File = "fw_imagelist.bmp" ; };
+ MaskColor = IMAGE_STDBTN_COLOR ;
+ FONTWORK_IDLIST
+ };
+ ImageList ILH_FONTWORK
+ {
+ ImageBitmap = Bitmap { File = "fwh_imagelist.bmp" ; };
+ MaskColor = IMAGE_STDBTN_COLOR ;
+ FONTWORK_IDLIST
+ };
+ Text[ czech ] = "Písmomalba";
+ Text[ hebrew ] = "‮FontWork‬";
+ Text[ hindi ] = "फ़ॉन्टवर्क्";
+ Text[ slovak ] = "Písmomaľba";
+};
+ // Bitmaps ---------------------------------------------------------------
+Bitmap RID_SVXBMP_FONTWORK_FORM1
+{
+ File = "fwthcirc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM2
+{
+ File = "fwbhcirc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM3
+{
+ File = "fwlhcirc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM4
+{
+ File = "fwrhcirc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM5
+{
+ File = "fwtoparc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM6
+{
+ File = "fwbotarc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM7
+{
+ File = "fwlftarc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM8
+{
+ File = "fwrgtarc.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM9
+{
+ File = "fwbuttn1.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM10
+{
+ File = "fwbuttn2.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM11
+{
+ File = "fwbuttn3.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM12
+{
+ File = "fwbuttn4.bmp" ;
+};
+
+Bitmap RID_SVXBMP_FONTWORK_FORM1_H
+{
+ File = "fwthcirc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM2_H
+{
+ File = "fwbhcirc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM3_H
+{
+ File = "fwlhcirc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM4_H
+{
+ File = "fwrhcirc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM5_H
+{
+ File = "fwtoparc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM6_H
+{
+ File = "fwbotarc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM7_H
+{
+ File = "fwlftarc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM8_H
+{
+ File = "fwrgtarc_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM9_H
+{
+ File = "fwbuttn1_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM10_H
+{
+ File = "fwbuttn2_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM11_H
+{
+ File = "fwbuttn3_h.bmp" ;
+};
+Bitmap RID_SVXBMP_FONTWORK_FORM12_H
+{
+ File = "fwbuttn4_h.bmp" ;
+};
+
+ // Strings ---------------------------------------------------------------
+String RID_SVXSTR_FONTWORK_FORM1
+{
+ Text = "Oberer Halbkreis" ;
+ Text [ ENGLISH ] = "Top half circle" ;
+ Text [ norwegian ] = "Top half circle" ;
+ Text [ italian ] = "Semicerchio superiore" ;
+ Text [ portuguese_brazilian ] = "Semi-crculo Superior" ;
+ Text [ portuguese ] = "Semi-crculo superior" ;
+ Text [ french ] = "Demi-cercle suprieur" ;
+ Text [ dutch ] = "Bovenste halve cirkel" ;
+ Text [ spanish ] = "Semicrculo superior" ;
+ Text [ danish ] = "Halvcirkel" ;
+ Text [ swedish ] = "vre halvcirkel" ;
+ Text [ finnish ] = "Ylempi puoliympyr" ;
+ Text [ english_us ] = "Upper Semicircle" ;
+ Text[ chinese_simplified ] = "上半圆";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Grne pkole";
+ Text[ japanese ] = "上半円";
+ Text[ chinese_traditional ] = "上半圓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "위쪽 반원";
+ Text[ turkish ] = "st yarm daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Semicercle superior";
+ Text[ thai ] = "ครึ่งวงกลมบน";
+ Text[ czech ] = "Horní půlkruh";
+ Text[ hebrew ] = "‮חצי עיגול עליון‬";
+ Text[ hindi ] = "ऊपरी अर्धवृत्त";
+ Text[ slovak ] = "Horný polkruh";
+};
+String RID_SVXSTR_FONTWORK_FORM2
+{
+ Text = "Unterer Halbkreis" ;
+ Text [ ENGLISH ] = "Bottom half circle" ;
+ Text [ norwegian ] = "Bottom half circle" ;
+ Text [ italian ] = "Semicerchio inferiore" ;
+ Text [ portuguese_brazilian ] = "Semi-crculo Inferior" ;
+ Text [ portuguese ] = "Semi-crculo inferior" ;
+ Text [ french ] = "Demi-cercle infrieur" ;
+ Text [ dutch ] = "Onderste halve cirkel" ;
+ Text [ spanish ] = "Semicrculo inferior" ;
+ Text [ danish ] = "Buet nedad" ;
+ Text [ swedish ] = "Undre halvcirkel" ;
+ Text [ finnish ] = "Puoliympyr (alaosa)" ;
+ Text [ english_us ] = "Lower Semicircle" ;
+ Text[ chinese_simplified ] = "下半圆";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Dolne pkole";
+ Text[ japanese ] = "下半円";
+ Text[ chinese_traditional ] = "下半圓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "아래쪽 반원";
+ Text[ turkish ] = "Alt yarm daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Semicercle inferior";
+ Text[ thai ] = "ครึ่งวงกลมล่าง";
+ Text[ czech ] = "Spodní půlkruh";
+ Text[ hebrew ] = "‮חצי עיגול תחתון‬";
+ Text[ hindi ] = "नीचे का अर्धवृत्त";
+ Text[ slovak ] = "Dolný polkruh";
+};
+String RID_SVXSTR_FONTWORK_FORM3
+{
+ Text = "Linker Halbkreis" ;
+ Text [ ENGLISH ] = "Left half circle" ;
+ Text [ norwegian ] = "Left half circle" ;
+ Text [ italian ] = "Semicerchio sinistro" ;
+ Text [ portuguese_brazilian ] = "Semi-crculo Esquerdo" ;
+ Text [ portuguese ] = "Semi-crculo esquerdo" ;
+ Text [ french ] = "Demi-cercle gauche" ;
+ Text [ dutch ] = "Linker halve cirkel" ;
+ Text [ spanish ] = "Semicrculo izquierdo" ;
+ Text [ danish ] = "Venstre halvcirkel" ;
+ Text [ swedish ] = "Vnster halvcirkel" ;
+ Text [ finnish ] = "Puoliympyr (vasen puoli)" ;
+ Text [ english_us ] = "Left Semicircle" ;
+ Text[ chinese_simplified ] = "左半圆";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Lewe pkole";
+ Text[ japanese ] = "左半円";
+ Text[ chinese_traditional ] = "左半圓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "왼쪽 반원";
+ Text[ turkish ] = "Sol yarm daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Semicercle esquerre";
+ Text[ thai ] = "ครึ่งวงกลมซ้าย";
+ Text[ czech ] = "Levý půlkruh";
+ Text[ hebrew ] = "‮חצי עיגול שמאלי‬";
+ Text[ hindi ] = "बायाँ ओर का अर्धवृत्त";
+ Text[ slovak ] = "Ľavý polkruh";
+};
+String RID_SVXSTR_FONTWORK_FORM4
+{
+ Text = "Rechter Halbkreis" ;
+ Text [ ENGLISH ] = "Right half circle" ;
+ Text [ norwegian ] = "Right half circle" ;
+ Text [ italian ] = "Semicerchio destro" ;
+ Text [ portuguese_brazilian ] = "Semi-crculo Direito" ;
+ Text [ portuguese ] = "Semi-crculo direito" ;
+ Text [ french ] = "Demi-cercle droit" ;
+ Text [ dutch ] = "Rechter halve cirkel" ;
+ Text [ spanish ] = "Semicrculo derecho" ;
+ Text [ danish ] = "Hjre halvcirkel" ;
+ Text [ swedish ] = "Hger halvcirkel" ;
+ Text [ finnish ] = "Puoliympyr (oikea puoli)" ;
+ Text [ english_us ] = "Right Semicircle" ;
+ Text[ chinese_simplified ] = "右半圆";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Prawe pkole";
+ Text[ japanese ] = "右半円";
+ Text[ chinese_traditional ] = "右半圓";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "오른쪽 반원";
+ Text[ turkish ] = "Sa yarm daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Semicercle dret";
+ Text[ thai ] = "ครึ่งวงกลมขวา";
+ Text[ czech ] = "Pravý půlkruh";
+ Text[ hebrew ] = "‮חצי עיגול ימני‬";
+ Text[ hindi ] = "दाहिना ओर का अर्धवृत्त ";
+ Text[ slovak ] = "Pravý polkruh";
+};
+String RID_SVXSTR_FONTWORK_FORM5
+{
+ Text = "Oberer Kreisbogen" ;
+ Text [ ENGLISH ] = "Top arc" ;
+ Text [ norwegian ] = "Top arc" ;
+ Text [ italian ] = "Arco superiore" ;
+ Text [ portuguese_brazilian ] = "Arco Superior" ;
+ Text [ portuguese ] = "Arco superior" ;
+ Text [ french ] = "Arc suprieur" ;
+ Text [ dutch ] = "Bovenste boog" ;
+ Text [ spanish ] = "Arco superior de crculo" ;
+ Text [ danish ] = "Buet opad" ;
+ Text [ swedish ] = "vre cirkelbge" ;
+ Text [ finnish ] = "Ylkaari" ;
+ Text [ english_us ] = "Upper Arc" ;
+ Text[ chinese_simplified ] = "上圆弧";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Grny uk koa";
+ Text[ japanese ] = "上円弧";
+ Text[ chinese_traditional ] = "上圓弧";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "위쪽 원호";
+ Text[ turkish ] = "st yay";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Arc superior";
+ Text[ thai ] = "ส่วนโค้งของวงกลมบน";
+ Text[ czech ] = "Horní oblouk";
+ Text[ hebrew ] = "‮קשת עליונה‬";
+ Text[ hindi ] = "ऊपरी वृत्तखण्ड";
+ Text[ slovak ] = "Horný oblúk";
+};
+String RID_SVXSTR_FONTWORK_FORM6
+{
+ Text = "Unterer Kreisbogen" ;
+ Text [ ENGLISH ] = "Bottom arc" ;
+ Text [ norwegian ] = "Bottom arc" ;
+ Text [ italian ] = "Arco di cerchio inferiore" ;
+ Text [ portuguese_brazilian ] = "Arco Inferior" ;
+ Text [ portuguese ] = "Arco inferior" ;
+ Text [ french ] = "Arc infrieur" ;
+ Text [ dutch ] = "Onderste boog" ;
+ Text [ spanish ] = "Arco inferior de crculo" ;
+ Text [ danish ] = "Buet nedad" ;
+ Text [ swedish ] = "Undre cirkelbge" ;
+ Text [ finnish ] = "Alakaari" ;
+ Text [ english_us ] = "Lower Arc" ;
+ Text[ chinese_simplified ] = "下圆弧";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Dolny uk";
+ Text[ japanese ] = "下円弧";
+ Text[ chinese_traditional ] = "下圓弧";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "아래쪽 원호";
+ Text[ turkish ] = "Alt yay";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Arc inferior";
+ Text[ thai ] = "ส่วนโค้งของวงกลมล่าง";
+ Text[ czech ] = "Spodní oblouk";
+ Text[ hebrew ] = "‮קשת תחתונה‬";
+ Text[ hindi ] = "नीचे का वृत्तखण्ड";
+ Text[ slovak ] = "Dolný oblúk";
+};
+String RID_SVXSTR_FONTWORK_FORM7
+{
+ Text = "Linker Kreisbogen" ;
+ Text [ ENGLISH ] = "Left arc" ;
+ Text [ norwegian ] = "Left arc" ;
+ Text [ italian ] = "Arco sinistro" ;
+ Text [ portuguese_brazilian ] = "Arco Esquerdo" ;
+ Text [ portuguese ] = "Arco esquerdo" ;
+ Text [ french ] = "Arc gauche" ;
+ Text [ dutch ] = "Linkerboog" ;
+ Text [ spanish ] = "Arco izquierdo de crculo" ;
+ Text [ danish ] = "Venstre bue" ;
+ Text [ swedish ] = "Vnster cirkelbge" ;
+ Text [ finnish ] = "Vasen kaari" ;
+ Text [ english_us ] = "Left Arc" ;
+ Text[ chinese_simplified ] = "左圆弧";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Lewy uk";
+ Text[ japanese ] = "左円弧";
+ Text[ chinese_traditional ] = "左圓弧";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "왼쪽 원호";
+ Text[ turkish ] = "Sol yay";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Arc esquerre";
+ Text[ thai ] = "ส่วนโค้งของวงกลมซ้าย";
+ Text[ czech ] = "Levý oblouk";
+ Text[ hebrew ] = "‮קשת שמאלית‬";
+ Text[ hindi ] = "बायाँ ओर का वृत्तखण्ड";
+ Text[ slovak ] = "Ľavý oblúk";
+};
+String RID_SVXSTR_FONTWORK_FORM8
+{
+ Text = "Rechter Kreisbogen" ;
+ Text [ ENGLISH ] = "Right arc" ;
+ Text [ norwegian ] = "Right arc" ;
+ Text [ italian ] = "Arco destro" ;
+ Text [ portuguese_brazilian ] = "Arco Direito" ;
+ Text [ portuguese ] = "Arco direito" ;
+ Text [ french ] = "Arc droit" ;
+ Text [ dutch ] = "Rechterboog" ;
+ Text [ spanish ] = "Arco derecho de crculo" ;
+ Text [ danish ] = "Hjre bue" ;
+ Text [ swedish ] = "Hger cirkelbge" ;
+ Text [ finnish ] = "Oikea kaari" ;
+ Text [ english_us ] = "Right Arc" ;
+ Text[ chinese_simplified ] = "右圆弧";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Prawy uk koa";
+ Text[ japanese ] = "右円弧";
+ Text[ chinese_traditional ] = "右圓弧";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "오른쪽 원호";
+ Text[ turkish ] = "Sa yay";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Arc dret";
+ Text[ thai ] = "ส่วนโค้งของวงกลมขวา";
+ Text[ czech ] = "Pravý oblouk";
+ Text[ hebrew ] = "‮קשת ימנית‬";
+ Text[ hindi ] = "दाहिना ओर का वृत्तखण्ड ";
+ Text[ slovak ] = "Pravý oblúk";
+};
+String RID_SVXSTR_FONTWORK_FORM9
+{
+ Text = "Offener Kreis" ;
+ Text [ ENGLISH ] = "Open circle" ;
+ Text [ norwegian ] = "Open circle" ;
+ Text [ italian ] = "Cerchio aperto" ;
+ Text [ portuguese_brazilian ] = "Crculo Aberto" ;
+ Text [ portuguese ] = "Crculo aberto" ;
+ Text [ french ] = "Cercle ouvert" ;
+ Text [ dutch ] = "Open cirkel" ;
+ Text [ spanish ] = "Circulo abierto" ;
+ Text [ danish ] = "ben cirkel" ;
+ Text [ swedish ] = "ppen cirkel" ;
+ Text [ finnish ] = "Avoin ympyr" ;
+ Text [ english_us ] = "Open Circle" ;
+ Text[ chinese_simplified ] = "不封闭的圆形";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Otwarte koo";
+ Text[ japanese ] = "上下円弧";
+ Text[ chinese_traditional ] = "不封閉的圓形";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "열린 원";
+ Text[ turkish ] = "Ak daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Cercle obert";
+ Text[ thai ] = "เปิดวงกลม";
+ Text[ czech ] = "Otevřený kruh";
+ Text[ hebrew ] = "‮עיגול פתוח‬";
+ Text[ hindi ] = "खुली वृत्त";
+ Text[ slovak ] = "Otvorený kruh";
+};
+String RID_SVXSTR_FONTWORK_FORM10
+{
+ Text = "Geschlossener Kreis" ;
+ Text [ ENGLISH ] = "Closed circle" ;
+ Text [ norwegian ] = "Closed circle" ;
+ Text [ italian ] = "Cerchio chiuso" ;
+ Text [ portuguese_brazilian ] = "Circulo Fechado" ;
+ Text [ portuguese ] = "Circulo fechado" ;
+ Text [ french ] = "Cercle ferm" ;
+ Text [ dutch ] = "Gesloten cirkel" ;
+ Text [ spanish ] = "Crculo cerrado" ;
+ Text [ danish ] = "Cirkulr" ;
+ Text [ swedish ] = "Sluten cirkel" ;
+ Text [ finnish ] = "Suljettu ympyr" ;
+ Text [ english_us ] = "Closed Circle" ;
+ Text[ chinese_simplified ] = "封闭的圆形";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Zamknite koo";
+ Text[ japanese ] = "円";
+ Text[ chinese_traditional ] = "封閉的圓形";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "닫힌 원";
+ Text[ turkish ] = "Kapal daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Cercle tancat";
+ Text[ thai ] = "ปิดวงกลม";
+ Text[ czech ] = "Uzavřený kruh";
+ Text[ hebrew ] = "‮עיגול סגור‬";
+ Text[ hindi ] = "छिपाव वृत्त";
+ Text[ slovak ] = "Uzavretý kruh";
+};
+String RID_SVXSTR_FONTWORK_FORM11
+{
+ Text = "Geschlossener Kreis II" ;
+ Text [ ENGLISH ] = "Closed circle II" ;
+ Text [ norwegian ] = "Closed circle II" ;
+ Text [ italian ] = "Cerchio chiuso II" ;
+ Text [ portuguese_brazilian ] = "Crculo Fechado II" ;
+ Text [ portuguese ] = "Crculo fechado II" ;
+ Text [ french ] = "Cercle ferm II" ;
+ Text [ dutch ] = "Gesloten cirkel II" ;
+ Text [ spanish ] = "Crculo cerrado II" ;
+ Text [ danish ] = "Cirkulr II" ;
+ Text [ swedish ] = "Sluten cirkel II" ;
+ Text [ finnish ] = "Suljettu ympyr II" ;
+ Text [ english_us ] = "Closed Circle II" ;
+ Text[ chinese_simplified ] = "封闭的圆形 II";
+ Text[ russian ] = " II";
+ Text[ polish ] = "Zamknite koo II";
+ Text[ japanese ] = "円II";
+ Text[ chinese_traditional ] = "封閉的圓型 II";
+ Text[ arabic ] = " II";
+ Text[ greek ] = " II";
+ Text[ korean ] = "닫힌 원 II";
+ Text[ turkish ] = "Kapal daire II";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Cercle tancat II";
+ Text[ thai ] = "ปิดวงกลม II";
+ Text[ czech ] = "Uzavřený kruh II";
+ Text[ hebrew ] = "‮עיגול סגור II‬";
+ Text[ hindi ] = "छिपाव वृत्त II";
+ Text[ slovak ] = "Uzavretý kruh II";
+};
+String RID_SVXSTR_FONTWORK_FORM12
+{
+ Text = "Offener Kreis senkrecht" ;
+ Text [ ENGLISH ] = "Open circle vertical" ;
+ Text [ norwegian ] = "Open circle vertical" ;
+ Text [ italian ] = "Cerchio aperto verticale" ;
+ Text [ portuguese_brazilian ] = "Crculo Aberto Vertical" ;
+ Text [ portuguese ] = "Crculo aberto vertical" ;
+ Text [ french ] = "Cercle ouvert vertical" ;
+ Text [ dutch ] = "Open cirkel verticaal" ;
+ Text [ spanish ] = "Crculo abierto vertical" ;
+ Text [ danish ] = "ben cirkel lodret" ;
+ Text [ swedish ] = "ppen cirkel lodrtt" ;
+ Text [ finnish ] = "Avoin pystysuora ympyr" ;
+ Text [ english_us ] = "Open Circle Vertical" ;
+ Text[ chinese_simplified ] = "垂直方向不封闭的圆形";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Otwarte koo w pionie";
+ Text[ japanese ] = "左右円弧";
+ Text[ chinese_traditional ] = "垂直的不封閉的圓形";
+ Text[ arabic ] = " ";
+ Text[ greek ] = " ";
+ Text[ korean ] = "수직 열린 원";
+ Text[ turkish ] = "Dikey ak daire";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Cercle obert vertical";
+ Text[ thai ] = "เปิดวงกลมแนวตั้ง";
+ Text[ czech ] = "Otevřený kruh svislý";
+ Text[ hebrew ] = "‮עיגול פתוח אנכי‬";
+ Text[ hindi ] = "खुली वृत्त लम्ब";
+ Text[ slovak ] = "Otvorený kruh zvislý";
+};
+String RID_SVXSTR_FONTWORK_UNDOCREATE
+{
+ Text = "FontWork-Objekt erzeugen" ;
+ Text [ ENGLISH ] = "create FontWork object" ;
+ Text [ english_us ] = "Create Fontwork object" ;
+ Text [ italian ] = "Crea un oggetto FontWork" ;
+ Text [ spanish ] = "Crear objeto FontWork" ;
+ Text [ french ] = "Crer un objet FontWork" ;
+ Text [ dutch ] = "FontWork-object maken" ;
+ Text [ swedish ] = "Skapa Fontwork-objekt" ;
+ Text [ danish ] = "Opret FontWork-objekt" ;
+ Text [ portuguese_brazilian ] = "Criar objeto FontWork" ;
+ Text [ portuguese ] = "Criar objecto FontWork" ;
+ Text[ chinese_simplified ] = "生成美工字体对象";
+ Text[ russian ] = " ";
+ Text[ polish ] = "Utwrz obiekt FontWork";
+ Text[ japanese ] = "フォントワーク オブジェクトの作成";
+ Text[ chinese_traditional ] = "產生美術字型物件";
+ Text[ arabic ] = " FontWork";
+ Text[ greek ] = " FontWork";
+ Text[ korean ] = "폰트워크 개체 만들기";
+ Text[ turkish ] = "FontWork nesnesi olutur";
+ Text[ language_user1 ] = " ";
+ Text[ catalan ] = "Crea un objecte FontWork";
+ Text[ finnish ] = "Luo Fonttityobjekti";
+ Text[ thai ] = "สร้างวัตถตัวอักษรที่ใช้งาน";
+ Text[ czech ] = "Vytvořit objekt písmomalby";
+ Text[ hebrew ] = "‮יצירת עצם Fontwork‬";
+ Text[ hindi ] = "फ़ॉन्टवर्क् वस्तु उत्पन्न करो";
+ Text[ slovak ] = "Vytvoriť písmomaľbu";
+};
+ // ********************************************************************** EOF
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+