/************************************************************************* * * $RCSfile: outline.src,v $ * * $Revision: 1.8 $ * * last change: $Author: kz $ $Date: 2001-02-02 16:56:40 $ * * 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 "misc.hrc" #include "outline.hrc" #include "globals.hrc" #include "cmdid.h" #include "helpid.h" ModalDialog DLG_NUM_NAMES { HelpID = HID_NUM_NAMES ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 164 , 82 ) ; Text= "Speichern als"; Text[ italian ] = "Salva con nome"; Text[ portuguese_brazilian ] = "Gravar como"; Text[ portuguese ] = "Guardar como"; Text[ danish ] = "Ge~m som"; Text[ french ] = "Enregistrer sous"; Text[ swedish ] = "Spara som"; Text[ dutch ] = "Opslaan als"; Text[ spanish ] = "Guardar como"; Text[ english_us ] = "Save As"; Text[ chinese_simplified ] = "Ϊ"; Text[ russian ] = " "; Text[ polish ] = "Zapisz jako"; Text[ japanese ] = "Otĕۑ"; Text[ chinese_traditional ] = "tss"; Text[ arabic ] = " "; Text = "Speichern als" ; Text [ ENGLISH ] = "Save as" ; Moveable = TRUE ; OKButton BT_OK { Pos = MAP_APPFONT ( 108 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { Pos = MAP_APPFONT ( 108 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { Pos = MAP_APPFONT ( 108 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; GroupBox GB_FORM { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 96 , 73 ) ; Text = "Form" ; Text [ ENGLISH ] = "Form" ; Text [ english_us ] = "Format" ; Text [ swedish ] = "Format" ; Text [ danish ] = "Form" ; Text [ italian ] = "Forma" ; Text [ spanish ] = "Forma" ; Text [ french ] = "Format" ; Text [ dutch ] = "Vorm" ; Text [ portuguese_brazilian ] = "Form" ; Text [ portuguese ] = "Formato" ; Text[ chinese_simplified ] = "ʽ"; Text[ russian ] = ""; Text[ polish ] = "Format"; Text[ japanese ] = "̫"; Text[ language_user1 ] = " "; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Format"; }; ListBox LB_FORM { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 84 , 42 ) ; TabStop = TRUE ; CurPos = 0 ; StringList = { < "Unbenannt 1" ; > ; < "Unbenannt 2" ; > ; < "Unbenannt 3" ; > ; < "Unbenannt 4" ; > ; < "Unbenannt 5" ; > ; < "Unbenannt 6" ; > ; < "Unbenannt 7" ; > ; < "Unbenannt 8" ; > ; < "Unbenannt 9" ; > ; }; StringList [ ENGLISH ] = { < "Unbenannt 1" ; > ; < "Unbenannt 2" ; > ; < "Unbenannt 3" ; > ; < "Unbenannt 4" ; > ; < "Unbenannt 5" ; > ; < "Unbenannt 6" ; > ; < "Unbenannt 7" ; > ; < "Unbenannt 8" ; > ; < "Unbenannt 9" ; > ; }; stringlist [ english_us ] = { < "Untitled 1" ; > ; < "Untitled 2" ; > ; < "Untitled 3" ; > ; < "Untitled 4" ; > ; < "Untitled 5" ; > ; < "Untitled 6" ; > ; < "Untitled 7" ; > ; < "Untitled 8" ; > ; < "Untitled 9" ; > ; }; stringlist [ swedish ] = { < "Namnls 1" ; > ; < "Namnls 2" ; > ; < "Namnls 3" ; > ; < "Namnls 4" ; > ; < "Namnls 5" ; > ; < "Namnls 6" ; > ; < "Namnls 7" ; > ; < "Namnls 8" ; > ; < "Namnls 9" ; > ; }; stringlist [ danish ] = { < "Ikke-navngivet 1" ; > ; < "Ikke-navngivet 2" ; > ; < "Ikke-navngivet 3" ; > ; < "Ikke-navngivet 4" ; > ; < "Ikke-navngivet 5" ; > ; < "Ikke-navngivet 6" ; > ; < "Ikke-navngivet 7" ; > ; < "Ikke-navngivet 8" ; > ; < "Ikke-navngivet 9" ; > ; }; stringlist [ italian ] = { < "Senza nome 1" ; > ; < "Senza nome 2" ; > ; < "Senza nome 3" ; > ; < "Senza nome 4" ; > ; < "Senza nome 5" ; > ; < "Senza nome 6" ; > ; < "Senza nome 7" ; > ; < "Senza nome 8" ; > ; < "Senza nome 9" ; > ; }; stringlist [ spanish ] = { < "Sin nombre 1" ; > ; < "Sin nombre 2" ; > ; < "Sin nombre 3" ; > ; < "Sin nombre 4" ; > ; < "Sin nombre 5" ; > ; < "Sin nombre 6" ; > ; < "Sin nombre 7" ; > ; < "Sin nombre 8" ; > ; < "Sin nombre 9" ; > ; }; stringlist [ french ] = { < "Sans nom 1" ; > ; < "Sans nom 2" ; > ; < "Sans nom 3" ; > ; < "Sans nom 4" ; > ; < "Sans nom 5" ; > ; < "Sans nom 6" ; > ; < "Sans nom 7" ; > ; < "Sans nom 8" ; > ; < "Sans nom 9" ; > ; }; stringlist [ dutch ] = { < "Naamloos 1" ; > ; < "Naamloos 2" ; > ; < "Naamloos 3" ; > ; < "Naamloos 4" ; > ; < "Naamloos 5" ; > ; < "Naamloos 6" ; > ; < "Naamloos 7" ; > ; < "Naamloos 8" ; > ; < "Naamloos 9" ; > ; }; stringlist [ portuguese ] = { < "Sem nome 1" ; > ; < "Sem nome 2" ; > ; < "Sem nome 3" ; > ; < "Sem nome 4" ; > ; < "Sem nome 5" ; > ; < "Sem nome 6" ; > ; < "Sem nome 7" ; > ; < "Sem nome 8" ; > ; < "Sem nome 9" ; > ; }; stringlist [ portuguese_brazilian ] = { < "Unbenannt 1" ; > ; < "Unbenannt 2" ; > ; < "Unbenannt 3" ; > ; < "Unbenannt 4" ; > ; < "Unbenannt 5" ; > ; < "Unbenannt 6" ; > ; < "Unbenannt 7" ; > ; < "Unbenannt 8" ; > ; < "Unbenannt 9" ; > ; }; StringList [ chinese_simplified ] = { < "δ 1" ; > ; < "δ 2" ; > ; < "δ 3" ; > ; < "δ 4" ; > ; < "δ 5" ; > ; < "δ 6" ; > ; < "δ 7" ; > ; < "δ 8" ; > ; < "δ 9" ; > ; }; StringList [ russian ] = { < " 1" ; > ; < " 2" ; > ; < " 3" ; > ; < " 4" ; > ; < " 5" ; > ; < " 6" ; > ; < " 7" ; > ; < " 8" ; > ; < " 9" ; > ; }; StringList [ polish ] = { < "Bez nazwy 1" ; > ; < "Bez nazwy 2" ; > ; < "Bez nazwy 3" ; > ; < "Bez nazwy 4" ; > ; < "Bez nazwy 5" ; > ; < "Bez nazwy 6" ; > ; < "Bez nazwy 7" ; > ; < "Bez nazwy 8" ; > ; < "Bez nazwy 9" ; > ; }; StringList [ japanese ] = { < " 1" ; > ; < " 2" ; > ; < " 3" ; > ; < " 4" ; > ; < " 5" ; > ; < " 6" ; > ; < " 7" ; > ; < " 8" ; > ; < " 9" ; > ; }; StringList [ chinese_traditional ] = { < "RW 1" ; > ; < "RW 2" ; > ; < "RW 3" ; > ; < "RW 4" ; > ; < "RW 5" ; > ; < "RW 6" ; > ; < "RW 7" ; > ; < "RW 8" ; > ; < "RW 9" ; > ; }; StringList [ arabic ] = { < " 1" ; > ; < " 2" ; > ; < " 3" ; > ; < " 4" ; > ; < " 5" ; > ; < " 6" ; > ; < " 7" ; > ; < " 8" ; > ; < " 9" ; > ; }; StringList [ greek ] = { < " 1" ; > ; < " 2" ; > ; < " 3" ; > ; < " 4" ; > ; < " 5" ; > ; < " 6" ; > ; < " 7" ; > ; < " 8" ; > ; < " 9" ; > ; }; StringList [ korean ] = { < " 1" ; > ; < "2" ; > ; < "3" ; > ; < "4" ; > ; < "5" ; > ; < "6" ; > ; < "7" ; > ; < "8" ; > ; < "9" ; > ; }; StringList [ turkish ] = { < "Adsz 1" ; > ; < "Adsz 2" ; > ; < "Adsz 3" ; > ; < "Adsz 4" ; > ; < "Adsz 5" ; > ; < "Adsz 6" ; > ; < "Adsz 7" ; > ; < "Adsz 8" ; > ; < "Adsz 9" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; }; Edit ED_FORM { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 84 , 12 ) ; TabStop = TRUE ; Left = TRUE ; }; Text = "Speichern als" ; Text[ greek ] = " "; Text[ korean ] = "ٸ ̸ "; Text[ turkish ] = "Farkl kaydet..."; Text[ language_user1 ] = " "; }; /**************************************************************************/ /* */ /* */ /* */ /**************************************************************************/ TabDialog DLG_TAB_OUTLINE { OutputSize = TRUE ; SVLook = TRUE ; Text = "Kapitelnummerierung" ; Text [ ENGLISH ] = "Outline Numbering" ; Text [ norwegian ] = "Outline Numbering" ; Text [ italian ] = "Numerazione capitolo" ; Text [ portuguese_brazilian ] = "Numerao Vazada" ; Text [ portuguese ] = "Numerao de captulos" ; Text [ finnish ] = "Jsennysnumerointi" ; Text [ danish ] = "Kapitelnummerering" ; Text [ french ] = "Numrotation de chapitres" ; Text [ swedish ] = "Kapitelnumrering" ; Text [ dutch ] = "Hoofdstuknummering" ; Text [ spanish ] = "Numeracin de captulos" ; Text [ english_us ] = "Outline Numbering" ; Moveable = TRUE ; TabControl 1 { SVLook = TRUE ; PageList = { PageItem { Identifier = TP_OUTLINE_NUM ; Text = "Nummerierung" ; Text [ ENGLISH ] = "Numbering" ; Text [ english_us ] = "Numbering" ; Text [ portuguese_brazilian ] = "Numerierung" ; Text [ swedish ] = "Numrering" ; Text [ danish ] = "Nummerering" ; Text [ italian ] = "Numerazione" ; Text [ spanish ] = "Numeracin" ; Text [ french ] = "Numrotation" ; Text [ dutch ] = "Nummering" ; Text [ portuguese ] = "Numerao" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Numeracja"; Text[ japanese ] = "ԍt"; Text[ chinese_traditional ] = "s"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ȣ ű"; Text[ turkish ] = "Numaralama"; Text[ language_user1 ] = " "; }; PageItem { Identifier = TP_NUM_POSITION ; Text = "Position" ; Text [ ENGLISH ] = "Position" ; Text [ english_us ] = "Position" ; Text [ portuguese_brazilian ] = "Position" ; Text [ swedish ] = "Position" ; Text [ danish ] = "Placering" ; Text [ italian ] = "Posizione" ; Text [ spanish ] = "Posicin" ; Text [ french ] = "Position" ; Text [ dutch ] = "Positie" ; Text [ portuguese ] = "Posio" ; Text[ chinese_simplified ] = "λ"; Text[ russian ] = ""; Text[ polish ] = "Pozycja"; Text[ japanese ] = "ʒu"; Text[ chinese_traditional ] = "m"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ"; Text[ turkish ] = "Konum"; Text[ language_user1 ] = " "; }; }; }; String ST_FORM { Text = "~Form" ; Text [ ENGLISH ] = "T~ype" ; Text [ english_us ] = "~Format" ; Text [ italian ] = "~Forma" ; Text [ spanish ] = "~Forma" ; Text [ french ] = "Format" ; Text [ dutch ] = "~Vorm" ; Text [ swedish ] = "~Format" ; Text [ danish ] = "Form" ; Text [ portuguese_brazilian ] = "~Form" ; Text [ portuguese ] = "Forma~to" ; Text[ chinese_simplified ] = "ʽ(~F)"; Text[ russian ] = ""; Text[ polish ] = "Format"; Text[ japanese ] = "̫(~F)"; Text[ language_user1 ] = " "; Text[ chinese_traditional ] = "榡(~F)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~F)"; Text[ turkish ] = "Format"; }; Menu MN_FORM { ItemList = { MenuItem { Identifier = MN_FORM1 ; Text = "Unbenannt 1" ; Text [ ENGLISH ] = "Noname 1" ; Text [ norwegian ] = "+++Noname 1" ; Text [ italian ] = "Senza nome 1" ; Text [ portuguese_brazilian ] = "Semnome 1" ; Text [ portuguese ] = "Sem nome 1" ; Text [ finnish ] = "Nimetn 1" ; Text [ danish ] = "Ikke-navngivet 1" ; Text [ french ] = "Sans nom 1" ; Text [ swedish ] = "Namnls 1" ; Text [ dutch ] = "Naamloos 1" ; Text [ spanish ] = "Sin nombre 1" ; Text [ english_us ] = "Untitled 1" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 1"; Text[ russian ] = " 1"; Text[ polish ] = "Bez nazwy 1"; Text[ japanese ] = " 1"; Text[ chinese_traditional ] = "RW 1"; Text[ arabic ] = " 1"; Text[ greek ] = " 1"; Text[ korean ] = " 1"; Text[ turkish ] = "Adsz 1"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM2 ; Text = "Unbenannt 2" ; Text [ ENGLISH ] = "Noname 2" ; Text [ norwegian ] = "+++Noname 2" ; Text [ italian ] = "Senza nome 2" ; Text [ portuguese_brazilian ] = "Semnome 2" ; Text [ portuguese ] = "Sem nome 2" ; Text [ finnish ] = "Nimetn 2" ; Text [ danish ] = "Ikke-navngivet 2" ; Text [ french ] = "Sans nom 2" ; Text [ swedish ] = "Namnls 2" ; Text [ dutch ] = "Naamloos 2" ; Text [ spanish ] = "Sin nombre 2" ; Text [ english_us ] = "Untitled 2" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 2"; Text[ russian ] = " 2"; Text[ polish ] = "Bez nazwy 2"; Text[ japanese ] = " 2"; Text[ chinese_traditional ] = "RW 2"; Text[ arabic ] = " 2"; Text[ greek ] = " 2"; Text[ korean ] = "2"; Text[ turkish ] = "Adsz 2"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM3 ; Text = "Unbenannt 3" ; Text [ ENGLISH ] = "Noname 3" ; Text [ norwegian ] = "+++Noname 3" ; Text [ italian ] = "Senza nome 3" ; Text [ portuguese_brazilian ] = "Semnome 3" ; Text [ portuguese ] = "Sem nome 3" ; Text [ finnish ] = "Nimetn 3" ; Text [ danish ] = "Ikke-navngivet 3" ; Text [ french ] = "Sans nom 3" ; Text [ swedish ] = "Namnls 3" ; Text [ dutch ] = "Naamloos 3" ; Text [ spanish ] = "Sin nombre 3" ; Text [ english_us ] = "Untitled 3" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 3"; Text[ russian ] = " 3"; Text[ polish ] = "Bez nazwy 3"; Text[ japanese ] = " 3"; Text[ chinese_traditional ] = "RW 3"; Text[ arabic ] = " 3"; Text[ greek ] = " 3"; Text[ korean ] = "3"; Text[ turkish ] = "Adsz 3"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM4 ; Text = "Unbenannt 4" ; Text [ ENGLISH ] = "Noname 4" ; Text [ norwegian ] = "+++Noname 4" ; Text [ italian ] = "Senza nome 4" ; Text [ portuguese_brazilian ] = "Semnome 4" ; Text [ portuguese ] = "Sem nome 4" ; Text [ finnish ] = "Nimetn 4" ; Text [ danish ] = "Ikke-navngivet 4" ; Text [ french ] = "Sans nom 4" ; Text [ swedish ] = "Namnls 4" ; Text [ dutch ] = "Naamloos 4" ; Text [ spanish ] = "Sin nombre 4" ; Text [ english_us ] = "Untitled 4" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 4"; Text[ russian ] = " 4"; Text[ polish ] = "Bez nazwy 4"; Text[ japanese ] = " 4"; Text[ chinese_traditional ] = "RW 4"; Text[ arabic ] = " 4"; Text[ greek ] = " 4"; Text[ korean ] = "4"; Text[ turkish ] = "Adsz 4"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM5 ; Text = "Unbenannt 5" ; Text [ ENGLISH ] = "Noname 5" ; Text [ norwegian ] = "+++Noname 5" ; Text [ italian ] = "Senza nome 5" ; Text [ portuguese_brazilian ] = "Semnome 5" ; Text [ portuguese ] = "Sem nome 5" ; Text [ finnish ] = "Nimetn 5" ; Text [ danish ] = "Ikke-navngivet 5" ; Text [ french ] = "Sans nom 5" ; Text [ swedish ] = "Namnls 5" ; Text [ dutch ] = "Naamloos 5" ; Text [ spanish ] = "Sin nombre 5" ; Text [ english_us ] = "Untitled 5" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 5"; Text[ russian ] = " 5"; Text[ polish ] = "Bez nazwy 5"; Text[ japanese ] = " 5"; Text[ chinese_traditional ] = "RW 5"; Text[ arabic ] = " 5"; Text[ greek ] = " 5"; Text[ korean ] = "5"; Text[ turkish ] = "Adsz 5"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM6 ; Text = "Unbenannt 6" ; Text [ ENGLISH ] = "Noname 6" ; Text [ norwegian ] = "+++Noname 6" ; Text [ italian ] = "Senza nome 6" ; Text [ portuguese_brazilian ] = "Semnome 6" ; Text [ portuguese ] = "Sem nome 6" ; Text [ finnish ] = "Nimetn 6" ; Text [ danish ] = "Ikke-navngivet 6" ; Text [ french ] = "Sans nom 6" ; Text [ swedish ] = "Namnls 6" ; Text [ dutch ] = "Naamloos 6" ; Text [ spanish ] = "Sin nombre 6" ; Text [ english_us ] = "Untitled 6" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 6"; Text[ russian ] = " 6"; Text[ polish ] = "Bez nazwy 6"; Text[ japanese ] = " 6"; Text[ chinese_traditional ] = "RW 6"; Text[ arabic ] = " 6"; Text[ greek ] = " 6"; Text[ korean ] = "6"; Text[ turkish ] = "Adsz 6"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM7 ; Text = "Unbenannt 7" ; Text [ ENGLISH ] = "Noname 7" ; Text [ norwegian ] = "+++Noname 7" ; Text [ italian ] = "Senza nome 7" ; Text [ portuguese_brazilian ] = "Semnome 7" ; Text [ portuguese ] = "Sem nome 7" ; Text [ finnish ] = "Nimetn 7" ; Text [ danish ] = "Ikke-navngivet 7" ; Text [ french ] = "Sans nom 7" ; Text [ swedish ] = "Namnls 7" ; Text [ dutch ] = "Naamloos 7" ; Text [ spanish ] = "Sin nombre 7" ; Text [ english_us ] = "Untitled 7" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 7"; Text[ russian ] = " 7"; Text[ polish ] = "Bez nazwy 7"; Text[ japanese ] = " 7"; Text[ chinese_traditional ] = "RW 7"; Text[ arabic ] = " 7"; Text[ greek ] = " 7"; Text[ korean ] = "7"; Text[ turkish ] = "Adsz 7"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM8 ; Text = "Unbenannt 8" ; Text [ ENGLISH ] = "Noname 8" ; Text [ norwegian ] = "+++Noname 8" ; Text [ italian ] = "Senza nome 8" ; Text [ portuguese_brazilian ] = "Semnome 8" ; Text [ portuguese ] = "Sem nome 8" ; Text [ finnish ] = "Nimetn 8" ; Text [ danish ] = "Ikke-navngivet 8" ; Text [ french ] = "Sans nom 8" ; Text [ swedish ] = "Namnls 8" ; Text [ dutch ] = "Naamloos 8" ; Text [ spanish ] = "Sin nombre 8" ; Text [ english_us ] = "Untitled 8" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 8"; Text[ russian ] = " 8"; Text[ polish ] = "Bez nazwy 8"; Text[ japanese ] = " 8"; Text[ chinese_traditional ] = "RW 8"; Text[ arabic ] = " 8"; Text[ greek ] = " 8"; Text[ korean ] = "8"; Text[ turkish ] = "Adsz 8"; Text[ language_user1 ] = " "; }; MenuItem { Identifier = MN_FORM9 ; Text = "Unbenannt 9" ; Text [ ENGLISH ] = "Noname 9" ; Text [ norwegian ] = "+++Noname 9" ; Text [ italian ] = "Senza nome 9" ; Text [ portuguese_brazilian ] = "Semnome 9" ; Text [ portuguese ] = "Sem nome 9" ; Text [ finnish ] = "Nimetn 9" ; Text [ danish ] = "Ikke-navngivet 9" ; Text [ french ] = "Sans nom 9" ; Text [ swedish ] = "Namnls 9" ; Text [ dutch ] = "Naamloos 9" ; Text [ spanish ] = "Sin nombre 9" ; Text [ english_us ] = "Untitled 9" ; HelpID = HID_NUM_OUTL_NAMED_NUMS ; Text[ chinese_simplified ] = "δ 9"; Text[ russian ] = " 9"; Text[ polish ] = "Bez nazwy 9"; Text[ japanese ] = " 9"; Text[ chinese_traditional ] = "RW 9"; Text[ arabic ] = " 9"; Text[ greek ] = " 9"; Text[ korean ] = "9"; Text[ turkish ] = "Adsz 9"; Text[ language_user1 ] = " "; }; MenuItem { Separator = TRUE ; }; MenuItem { Identifier = MN_SAVE ; Text= "Speichern ~als..."; Text[ italian ] = "Salva con nome..."; Text[ portuguese_brazilian ] = "Gravar ~como..."; Text[ portuguese ] = "Guardar ~como..."; Text[ danish ] = "Gem som..."; Text[ french ] = "Enregistrer comme..."; Text[ swedish ] = "Spara so~m..."; Text[ dutch ] = "Ops~laan als..."; Text[ spanish ] = "G~uardar como..."; Text[ english_us ] = "Save ~As..."; Text[ russian ] = " ..."; Text[ polish ] = "Zapisz jako..."; Text[ japanese ] = "Otĕۑ(~A)..."; Text[ chinese_simplified ] = "Ϊ(~A)..."; Text = "Speichern ~als..." ; Text[ arabic ] = "... "; HelpID = HID_NUM_OUTL_NUM_SAVEAS ; Text[ greek ] = "~ ..."; Text[ korean ] = "ٸ ̸ (~A)..."; Text[ chinese_traditional ] = "xss(~A)..."; Text[ turkish ] = "Farkl kaydet..."; Text[ language_user1 ] = " "; }; }; }; Text[ chinese_simplified ] = "±"; Text[ russian ] = " "; Text[ polish ] = "Numeracja rozdziaw"; Text[ japanese ] = "͔ԍt"; Text[ chinese_traditional ] = "s"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " ȣ ű"; Text[ turkish ] = "Blm numaralama"; Text[ language_user1 ] = " "; }; /**************************************************************************/ /* */ /* TabPage */ /* */ /**************************************************************************/ TabPage TP_OUTLINE_NUM { HelpID = HID_TP_OUTLINE_NUM ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 135 ) ; Hide = TRUE; ListBox LB_LEVEL { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 21 , 114 ) ; TabStop = TRUE ; DropDown = FALSE ; Border = TRUE ; }; GroupBox GB_LEVEL { Pos = MAP_APPFONT ( 6 , 1 ) ; Size = MAP_APPFONT ( 33 , 131 ) ; Text = "Ebene" ; Text [ ENGLISH ] = "Level" ; Text [ norwegian ] = "Level" ; Text [ italian ] = "Livello" ; Text [ portuguese_brazilian ] = "Nvel" ; Text [ portuguese ] = "Nvel" ; Text [ finnish ] = "Taso" ; Text [ danish ] = "Niveau" ; Text [ french ] = "Niveau" ; Text [ swedish ] = "Niv" ; Text [ dutch ] = "Niveau" ; Text [ spanish ] = "Nivel" ; Text [ english_us ] = "Level" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Poziom"; Text[ japanese ] = ""; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Dzey"; Text[ language_user1 ] = " "; }; FixedText FT_COLL { Pos = MAP_APPFONT ( 48 , 10 ) ; Size = MAP_APPFONT ( 81 , 8 ) ; Text = "~Absatzvorlage" ; Text [ ENGLISH ] = "~Paragraph style" ; Text [ norwegian ] = "~Avsnittsoppsett" ; Text [ italian ] = "~Modello di paragrafo" ; Text [ portuguese_brazilian ] = "~Estilo de pargrafo" ; Text [ portuguese ] = "~Estilo de pargrafo" ; Text [ finnish ] = "~Kappaletyyli" ; Text [ danish ] = "Afsnitstypografi" ; Text [ french ] = "~Style de paragraphe" ; Text [ swedish ] = "~Styckeformatmall" ; Text [ dutch ] = "~Alinea-opmaakprofiel" ; Text [ spanish ] = "Estilo de ~prrafo" ; Text [ english_us ] = "~Paragraph Style" ; Group = TRUE ; Left = TRUE ; Text[ chinese_simplified ] = "ʽ(~P)"; Text[ russian ] = " "; Text[ polish ] = "Styl akapitu"; Text[ japanese ] = "iفi~P)"; Text[ chinese_traditional ] = "q˦(~P)"; Text[ arabic ] = " "; Text[ language_user1 ] = "All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM"; Text[ greek ] = " "; Text[ korean ] = "ܶ "; Text[ turkish ] = "Paragraf ablonu"; }; ListBox LB_COLL { Border = TRUE ; Pos = MAP_APPFONT ( 48 , 20 ) ; Size = MAP_APPFONT ( 122 , 75 ) ; TabStop = TRUE ; Group = TRUE ; Sort = TRUE ; DropDown = TRUE ; CurPos = 0 ; }; FixedText FT_NUMBER { Pos = MAP_APPFONT ( 48 , 40 ) ; Size = MAP_APPFONT ( 35 , 8 ) ; Text = "~Nummer" ; Text [ ENGLISH ] = "~Number" ; Text [ norwegian ] = "~Number" ; Text [ italian ] = "~Numero" ; Text [ portuguese_brazilian ] = "~Nmero" ; Text [ portuguese ] = "~Nmero" ; Text [ finnish ] = "~Numero" ; Text [ danish ] = "Nummer" ; Text [ french ] = "~Numro" ; Text [ swedish ] = "~Nummer" ; Text [ dutch ] = "~Nummer" ; Text [ spanish ] = "~Nmero" ; Text [ english_us ] = "~Number" ; Left = TRUE ; Text[ chinese_simplified ] = "(~N)"; Text[ russian ] = ""; Text[ polish ] = "Numer"; Text[ japanese ] = "ԍ(~N)"; Text[ chinese_traditional ] = "s(~N)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~N)"; Text[ turkish ] = "Numara"; Text[ language_user1 ] = " "; }; ListBox LB_NUMBER { Pos = MAP_APPFONT ( 97 , 38 ) ; Size = MAP_APPFONT ( 73 , 65 ) ; TabStop = TRUE ; Group = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Ohne" ; }; StringList [ ENGLISH ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "None" ; }; StringList [ norwegian ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Ingen" ; }; StringList [ italian ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Senza" ; }; StringList [ portuguese_brazilian ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Nenhum" ; }; StringList [ portuguese ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Sem" ; }; StringList [ finnish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Ei ole" ; }; StringList [ danish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Uden" ; }; StringList [ french ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Aucun(e)" ; }; StringList [ swedish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Utan" ; }; StringList [ dutch ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Geen" ; }; StringList [ spanish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Ninguno" ; }; StringList [ english_us ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "None" ; }; StringList [ language_user1 ] = { " " ; " " ; " " ; " " ; " " ; " " ; " " ; " " ; }; StringList [ russian ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "" ; }; StringList [ greek ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "" ; }; StringList [ polish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Brak" ; }; StringList [ japanese ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Ȃ" ; }; StringList [ korean ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "" ; }; StringList [ chinese_simplified ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "" ; }; StringList [ chinese_traditional ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "L" ; }; StringList [ arabic ] = { "A, B, C, ..." ; "...áȡ" ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "" ; }; StringList [ turkish ] = { "A, B, C, ..." ; "a, b, c, ..." ; "I, II, III, ..." ; "i, ii, iii, ..." ; "1, 2, 3, ..." ; "A, .., AA, .., AAA, ..." ; "a, .., aa, .., aaa, ..." ; "Yok" ; }; }; FixedText FT_CHARFMT { Pos = MAP_APPFONT ( 48 , 58 ) ; Size = MAP_APPFONT ( 45 , 8 ) ; Text = "Zeichenv~orlage" ; Text [ ENGLISH ] = "Character style" ; Text [ english_us ] = "~Character Style" ; Text [ swedish ] = "Teckenf~ormatmall" ; Text [ danish ] = "Tegntypografi" ; Text [ italian ] = "Modello di carattere" ; Text [ spanish ] = "E~stilo de carcter" ; Text [ french ] = "St~yle de caractres" ; Text [ dutch ] = "~Tekenopmaakprofiel" ; Text [ portuguese_brazilian ] = "Zeichenv~orlage" ; Text [ portuguese ] = "~Estilo de caracteres:" ; Text[ chinese_simplified ] = "ַʽ"; Text[ russian ] = " "; Text[ polish ] = "Styl znaku"; Text[ japanese ] = ""; Text[ chinese_traditional ] = "r˦"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " "; Text[ turkish ] = "Karakter ablonu"; Text[ language_user1 ] = "All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM"; }; ListBox LB_CHARFMT { TabStop = TRUE ; DropDown = TRUE ; Pos = MAP_APPFONT ( 97 , 56 ) ; Size = MAP_APPFONT ( 73 , 65 ) ; }; FixedText FT_ALL_LEVEL { Pos = MAP_APPFONT ( 48 , 76 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Text = "~Vollstndig" ; Text [ ENGLISH ] = "~Complete" ; Text [ norwegian ] = "~Fullstendig" ; Text [ italian ] = "~Completo" ; Text [ portuguese_brazilian ] = "~Completar" ; Text [ portuguese ] = "Co~mpleto" ; Text [ finnish ] = "~Tydellinen" ; Text [ danish ] = "Fuldstndig" ; Text [ french ] = "C~omplet" ; Text [ swedish ] = "~Fullstndig" ; Text [ dutch ] = "~Volledig" ; Text [ spanish ] = "~Completo" ; Text [ english_us ] = "Sho~w sublevels" ; Text[ chinese_simplified ] = "(~W)"; Text[ russian ] = ""; Text[ polish ] = "Kompletny"; Text[ japanese ] = "͐(~W)"; Text[ chinese_traditional ] = "㪺(~W)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = " ̱(~W)"; Text[ turkish ] = "Tm dzeyler"; Text[ language_user1 ] = " "; }; NumericField NF_ALL_LEVEL { Border = TRUE ; Pos = MAP_APPFONT ( 97 , 74 ) ; Size = MAP_APPFONT ( 73 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 10 ; Value = 1 ; First = 1 ; Last = 10 ; }; FixedText FT_DELIM { Pos = MAP_APPFONT ( 48 , 90 ) ; Size = MAP_APPFONT ( 40 , 8 ) ; Text = "Trennzeichen" ; Text [ ENGLISH ] = "Delimiter" ; Text [ norwegian ] = "Skilletegn" ; Text [ italian ] = "Separatore" ; Text [ portuguese_brazilian ] = "Delimitador" ; Text [ portuguese ] = "Separador" ; Text [ finnish ] = "Erotin" ; Text [ danish ] = "Skilletegn" ; Text [ french ] = "Sparateur" ; Text [ swedish ] = "Skiljetecken" ; Text [ dutch ] = "Scheidingsteken" ; Text [ spanish ] = "Separador" ; Text [ english_us ] = "Separator" ; Left = TRUE ; Text[ chinese_simplified ] = "ָ"; Text[ russian ] = ""; Text[ polish ] = "Separator"; Text[ japanese ] = "؂L"; Text[ chinese_traditional ] = "j"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Ayrma iareti"; Text[ language_user1 ] = " "; }; FixedText FT_PREFIX { Pos = MAP_APPFONT ( 97 , 90 ) ; Size = MAP_APPFONT ( 21 , 8 ) ; Text = "~davor" ; Text [ ENGLISH ] = "before" ; Text [ norwegian ] = "fr" ; Text [ italian ] = "~Davanti" ; Text [ portuguese_brazilian ] = "antes" ; Text [ portuguese ] = "an~tes" ; Text [ finnish ] = "Edell" ; Text [ danish ] = "Fr" ; Text [ french ] = "Devant" ; Text [ swedish ] = "f~ramfr" ; Text [ dutch ] = "~Ervoor" ; Text [ spanish ] = "~delante" ; Text [ english_us ] = "~Before" ; Left = TRUE ; Text[ chinese_simplified ] = "֮ǰ(~B)"; Text[ russian ] = ""; Text[ polish ] = "przed"; Text[ japanese ] = "ԍO(~B)"; Text[ chinese_traditional ] = "e(~B)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "(~B)"; Text[ turkish ] = "Ba. ekle"; Text[ language_user1 ] = " "; }; Edit ED_PREFIX { Border = TRUE ; Pos = MAP_APPFONT ( 97 , 101 ) ; Size = MAP_APPFONT ( 36 , 12 ) ; TabStop = TRUE ; Group = TRUE ; Left = TRUE ; }; FixedText FT_SUFFIX { Pos = MAP_APPFONT ( 134 , 90 ) ; Size = MAP_APPFONT ( 30 , 8 ) ; // ### ACHTUNG: Neuer Text in Resource? dah~inter : da~hinter Text = "dah~inter" ; Text [ ENGLISH ] = "behind" ; Text [ norwegian ] = "bak" ; Text [ italian ] = "D~ietro" ; Text [ portuguese_brazilian ] = "atrs" ; Text [ portuguese ] = "~Atrs" ; Text [ finnish ] = "jljess" ; Text [ danish ] = "Efter" ; Text [ french ] = "Derrire" ; Text [ swedish ] = "ba~kom" ; Text [ dutch ] = "era~chter" ; Text [ spanish ] = "d~etrs" ; Text [ english_us ] = "~After" ; Left = TRUE ; Text[ chinese_simplified ] = "֮(~A)"; Text[ russian ] = ""; Text[ polish ] = "za"; Text[ japanese ] = "ԍ(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "Ŀ(~A)"; Text[ turkish ] = "Son. ekle"; Text[ language_user1 ] = " "; }; Edit ED_SUFFIX { Border = TRUE ; Pos = MAP_APPFONT ( 134 , 101 ) ; Size = MAP_APPFONT ( 36 , 12 ) ; TabStop = TRUE ; Group = TRUE ; Left = TRUE ; }; FixedText FT_START { Pos = MAP_APPFONT ( 48 , 119 ) ; Size = MAP_APPFONT ( 43 , 8 ) ; Text = "~Beginn bei" ; Text [ English ] = "~Start at" ; Text [ norwegian ] = "~Start p" ; Text [ italian ] = "~Inizia con" ; Text [ portuguese_brazilian ] = "~Comear em" ; Text [ portuguese ] = "~Comear em" ; Text [ finnish ] = "~Start at" ; Text [ danish ] = "Begynd med" ; Text [ french ] = "~ partir de" ; Text [ swedish ] = "~Brja med" ; Text [ dutch ] = "~Begin met" ; Text [ spanish ] = "Comen~zar en" ; Text [ english_us ] = "~Start at" ; Left = TRUE ; Text[ chinese_simplified ] = "ʼ(~S)"; Text[ russian ] = " "; Text[ polish ] = "Zacznij od"; Text[ japanese ] = "Jn͔ԍ(~S)"; Text[ chinese_traditional ] = "}lq(~S)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = " (~S)"; Text[ turkish ] = "Balang:"; Text[ language_user1 ] = " "; }; NumericField ED_START { Border = TRUE ; Pos = MAP_APPFONT ( 97 , 117 ) ; Size = MAP_APPFONT ( 73 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Spin = TRUE ; Repeat = TRUE ; Maximum = 999 ; Value = 0 ; First = 0 ; Last = 99 ; SpinSize = 1 ; }; GroupBox GB_NUMBER { Pos = MAP_APPFONT ( 42 , 1 ) ; Size = MAP_APPFONT ( 131 , 131 ) ; Text = "Nummerierung" ; Text [ ENGLISH ] = "Numbering" ; Text [ norwegian ] = "Nummering" ; Text [ italian ] = "Numerazione" ; Text [ portuguese_brazilian ] = "Numerao" ; Text [ portuguese ] = "Numerao" ; Text [ finnish ] = "Numerointi" ; Text [ danish ] = "Nummerering" ; Text [ french ] = "Numrotation" ; Text [ swedish ] = "Numrering" ; Text [ dutch ] = "Nummering" ; Text [ spanish ] = "Numeracin" ; Text [ english_us ] = "Numbering" ; Group = TRUE ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Numeracja"; Text[ japanese ] = "ԍt"; Text[ chinese_traditional ] = "s"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ȣ ű"; Text[ turkish ] = "Numaralama"; Text[ language_user1 ] = " "; }; Window WIN_PREVIEW { Pos = MAP_APPFONT ( 179 , 12 ) ; Size = MAP_APPFONT ( 72 , 114 ) ; }; GroupBox GB_PREVIEW { Pos = MAP_APPFONT ( 176 , 1 ) ; Size = MAP_APPFONT ( 78 , 130 ) ; Text = "Vorschau" ; Text [ ENGLISH ] = "Preview" ; Text [ english_us ] = "Preview" ; Text [ portuguese_brazilian ] = "Vorschau" ; Text [ swedish ] = "Frhandsvisning" ; Text [ danish ] = "Eksempel" ; Text [ italian ] = "Anteprima" ; Text [ spanish ] = "Previsualizacin" ; Text [ french ] = "Aperu" ; Text [ dutch ] = "Voorbeeld" ; Text [ portuguese ] = "Previsualizar" ; Text[ chinese_simplified ] = "Ԥ"; Text[ russian ] = ""; Text[ polish ] = "Podgld"; Text[ japanese ] = "ޭ"; Text[ chinese_traditional ] = "w"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "̸"; Text[ turkish ] = "nizleme"; Text[ language_user1 ] = " "; }; String ST_NO_COLL { Text = "(keine)" ; TEXT [ English ] = "(none)" ; TEXT [ norwegian ] = "(ingen)" ; TEXT [ italian ] = "(nessuno)" ; TEXT [ portuguese_brazilian ] = "(nenhum)" ; TEXT [ portuguese ] = "(nenhum)" ; TEXT [ finnish ] = "(ei mitn)" ; TEXT [ danish ] = "(ingen)" ; TEXT [ french ] = "(aucun(e))" ; TEXT [ swedish ] = "(ingen)" ; TEXT [ dutch ] = "(geen)" ; TEXT [ spanish ] = "(ninguna)" ; TEXT [ english_us ] = "(none)" ; TEXT[ chinese_simplified ] = "()"; TEXT[ russian ] = "()"; TEXT[ polish ] = "(brak)"; TEXT[ japanese ] = "(Ȃ)"; TEXT[ chinese_traditional ] = "(L)"; TEXT[ arabic ] = "()"; TEXT[ greek ] = "()"; TEXT[ korean ] = "()"; TEXT[ turkish ] = "(Yok)"; TEXT[ language_user1 ] = " "; }; };