/************************************************************************* * * $RCSfile: backgrnd.src,v $ * * $Revision: 1.1.1.1 $ * * last change: $Author: hr $ $Date: 2000-09-18 17:01:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // include --------------------------------------------------------------- #include "helpid.hrc" #include "dialogs.hrc" #include "backgrnd.hrc" // define ---------------------------------------------------------------- #define UNLINKED_IMAGE \ Text = "unverknpfte Grafik" ; \ Text [ ENGLISH ] = "unlinked image" ; \ Text [ ENGLISH_US ] = "Unlinked graphic" ; \ text [ italian ] = "Immagine non collegata" ; \ text [ spanish ] = "Imagen no vinculada" ; \ text [ french ] = "Image non lie" ; \ text [ dutch ] = "Niet-gekoppelde afbeelding" ; \ text [ swedish ] = "ej lnkad grafik" ; \ text [ danish ] = "Ikke-kdet grafik" ; \ text [ portuguese_brazilian ] = "unverknpfte Grafik" ; \ text [ portuguese ] = "Imagem no ligada" ; \ text[ chinese_simplified ] = "δӵͼ"; \ text[ russian ] = " "; \ text[ polish ] = "Nie poczona grafika"; \ text[ japanese ] = "ݸĂĄ̑"; \ text[ chinese_traditional ] = "sϤ"; \ text[ arabic ] = " "; \ text[ greek ] = " "; \ text[ korean ] = " ׷"; \ text[ turkish ] = "Balantsz grafik"; \ text[ language_user1 ] = " "; // pragma ---------------------------------------------------------------- // RID_SVXPAGE_BACKGROUND ------------------------------------------------ TabPage RID_SVXPAGE_BACKGROUND { HelpId = HID_BACKGROUND ; Hide = TRUE ; Size = MAP_APPFONT ( 260 , 135 ) ; Text = "Hintergrund" ; Text [ ENGLISH ] = "Background" ; Text [ NORWEGIAN ] = "Background" ; Text [ DANISH ] = "Baggrund" ; Text [ ENGLISH_US ] = "Background" ; Text [ SPANISH ] = "Fondo" ; Text [ FINNISH ] = "Tausta" ; Text [ FRENCH ] = "Arrire-plan" ; Text [ ITALIAN ] = "Sfondo" ; Text [ DUTCH ] = "Achtergrond" ; Text [ PORTUGUESE_BRAZILIAN ] = "Fundo" ; Text [ SWEDISH ] = "Bakgrund" ; Text [ PORTUGUESE ] = "Plano de fundo" ; FixedText FT_SELECTOR { Pos = MAP_APPFONT ( 6 , 4 ) ; Size = MAP_APPFONT ( 24 , 10 ) ; Hide = TRUE ; LeftLabel = TRUE ; Text = "~Als" ; Text [ English ] = "A~s" ; Text [ english_us ] = "A~s" ; Text [ dutch ] = "~Als" ; Text [ italian ] = "Come" ; Text [ spanish ] = "~Como" ; Text [ french ] = "~Type" ; Text [ swedish ] = "~som" ; Text [ danish ] = "Som" ; Text [ portuguese_brazilian ] = "~Als" ; Text [ portuguese ] = "~Como" ; Text[ chinese_simplified ] = "(~S)"; Text[ russian ] = ""; Text[ polish ] = "Jako"; Text[ japanese ] = "l(~S)"; Text[ chinese_traditional ] = "@(~S)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~S)"; Text[ turkish ] = "~Artalan"; Text[ language_user1 ] = " "; }; ListBox LB_SELECTOR { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 33 , 3 ) ; Size = MAP_APPFONT ( 82 , 48 ) ; DropDown = TRUE ; StringList = { < "Farbe" ; Default ; > ; < "Grafik" ; Default ; > ; }; StringList [ ENGLISH ] = { < "Farbe" ; Default ; > ; < "Grafik" ; Default ; > ; }; StringList [ ENGLISH_US ] = { < "Color" ; Default ; > ; < "Graphic" ; Default ; > ; }; stringlist [ portuguese_brazilian ] = { < "Farbe" ; Default ; > ; < "Grafik" ; Default ; > ; }; stringlist [ swedish ] = { < "Frg" ; Default ; > ; < "Grafik" ; Default ; > ; }; stringlist [ danish ] = { < "Farve" ; Default ; > ; < "Grafik" ; Default ; > ; }; stringlist [ italian ] = { < "Colore" ; Default ; > ; < "Immagine" ; Default ; > ; }; stringlist [ spanish ] = { < "Color" ; Default ; > ; < "Imagen" ; Default ; > ; }; stringlist [ french ] = { < "Couleur" ; Default ; > ; < "Image" ; Default ; > ; }; stringlist [ dutch ] = { < "Kleur" ; Default ; > ; < "Afbeelding" ; Default ; > ; }; stringlist [ portuguese ] = { < "Cor" ; Default ; > ; < "Imagem" ; Default ; > ; }; StringList [ chinese_simplified ] = { < "ɫ" ; Default ; > ; < "ͼ" ; Default ; > ; }; StringList [ russian ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ polish ] = { < "Kolor" ; Default ; > ; < "Grafika" ; Default ; > ; }; StringList [ japanese ] = { < "F" ; Default ; > ; < "̨" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "C" ; Default ; > ; < "Ϥ" ; Default ; > ; }; StringList [ arabic ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ greek ] = { < "" ; Default ; > ; < "" ; Default ; > ; }; StringList [ korean ] = { < "" ; Default ; > ; < "׷" ; Default ; > ; }; StringList [ turkish ] = { < "Renk" ; Default ; > ; < "Grafik" ; Default ; > ; }; StringList [ language_user1 ] = { < " " ; Default ; > ; < " " ; Default ; > ; }; }; FixedText FT_TBL_DESC { Pos = MAP_APPFONT ( 145 , 5 ) ; Size = MAP_APPFONT ( 24 , 10 ) ; Hide = TRUE ; LeftLabel = TRUE ; /* ### ACHTUNG: Neuer Text in Resource? F~r : F~r */ Text = "F~r" ; Text [ English ] = "F~or" ; Text [ english_us ] = "F~or" ; Text [ italian ] = "Per" ; Text [ spanish ] = "Pa~ra" ; Text [ french ] = "Pou~r" ; Text [ dutch ] = "~Voor" ; Text [ swedish ] = "F~r" ; Text [ danish ] = "For" ; Text [ portuguese_brazilian ] = "F~r" ; Text [ portuguese ] = "~Para" ; Text[ chinese_simplified ] = "(~O)"; Text[ russian ] = ""; Text[ polish ] = "Dla"; Text[ japanese ] = "pr(~O)"; Text[ chinese_traditional ] = "Ω(~O)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~O)"; Text[ turkish ] = "He~def"; Text[ language_user1 ] = " "; }; ListBox LB_TBL_BOX { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 172 , 3 ) ; Size = MAP_APPFONT ( 82 , 48 ) ; DropDown = TRUE ; StringList = { < "Zelle" ; > ; < "Zeile" ; > ; < "Tabelle" ; > ; }; StringList [ ENGLISH ] = { < "Zelle" ; > ; < "Zeile" ; > ; < "Tabelle" ; > ; }; StringList [ ENGLISH_US ] = { < "Cell" ; > ; < "Row" ; > ; < "Table" ; > ; }; stringlist [ portuguese_brazilian ] = { < "Zelle" ; > ; < "Zeile" ; > ; < "Tabelle" ; > ; }; stringlist [ swedish ] = { < "Cell" ; > ; < "Rad" ; > ; < "Tabell" ; > ; }; stringlist [ danish ] = { < "Celle" ; > ; < "Rkke" ; > ; < "Tabel" ; > ; }; stringlist [ italian ] = { < "Cella" ; > ; < "Riga" ; > ; < "Tabella" ; > ; }; stringlist [ spanish ] = { < "Celda" ; > ; < "Fila" ; > ; < "Tabla" ; > ; }; stringlist [ french ] = { < "Cellule" ; > ; < "Ligne" ; > ; < "Tableau" ; > ; }; stringlist [ dutch ] = { < "Cel" ; > ; < "Rij" ; > ; < "Tabel" ; > ; }; stringlist [ portuguese ] = { < "Clula" ; > ; < "Linha" ; > ; < "Tabela" ; > ; }; StringList [ chinese_simplified ] = { < "Ԫ" ; > ; < "" ; > ; < "" ; > ; }; StringList [ russian ] = { < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ polish ] = { < "Komrka" ; > ; < "Wiersz" ; > ; < "Tabela" ; > ; }; StringList [ japanese ] = { < "" ; > ; < "s" ; > ; < "\\" ; > ; }; StringList [ chinese_traditional ] = { < "xs" ; > ; < "xs" ; > ; < "" ; > ; }; StringList [ arabic ] = { < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ greek ] = { < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ korean ] = { < "" ; > ; < "" ; > ; < "̺" ; > ; }; StringList [ turkish ] = { < "Hcre" ; > ; < "Satr" ; > ; < "Tablo" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; }; }; ListBox LB_PARA_BOX { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 172 , 3 ) ; Size = MAP_APPFONT ( 82 , 48 ) ; DropDown = TRUE ; StringList = { < "Absatz" ; > ; < "Zeichen" ; > ; }; StringList [ ENGLISH ] = { < "Absatz" ; > ; < "Zeichen" ; > ; }; stringlist [ english_us ] = { < "Paragraph" ; > ; < "Character" ; > ; }; stringlist [ portuguese_brazilian ] = { < "Absatz" ; > ; < "Zeichen" ; > ; }; stringlist [ swedish ] = { < "Stycke" ; > ; < "Tecken" ; > ; }; stringlist [ danish ] = { < "Afsnit" ; > ; < "Tegn" ; > ; }; stringlist [ italian ] = { < "Paragrafo" ; > ; < "Carattere" ; > ; }; stringlist [ spanish ] = { < "Prrafo" ; > ; < "Carcter" ; > ; }; stringlist [ french ] = { < "Paragraphe" ; > ; < "Caractre" ; > ; }; stringlist [ dutch ] = { < "Alinea" ; > ; < "Teken" ; > ; }; stringlist [ portuguese ] = { < "Pargrafo" ; > ; < "Caracteres" ; > ; }; StringList [ chinese_simplified ] = { < "" ; > ; < "ַ" ; > ; }; StringList [ russian ] = { < "" ; > ; < "" ; > ; }; StringList [ polish ] = { < "Akapit" ; > ; < "Znak" ; > ; }; StringList [ japanese ] = { < "i" ; > ; < "" ; > ; }; StringList [ chinese_traditional ] = { < "q" ; > ; < "r" ; > ; }; StringList [ arabic ] = { < "" ; > ; < "" ; > ; }; StringList [ greek ] = { < "" ; > ; < "" ; > ; }; StringList [ korean ] = { < "ܶ" ; > ; < "" ; > ; }; StringList [ turkish ] = { < "Paragraf" ; > ; < "Karakter" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; }; }; // Hintergrund-Brush ---------------------------------------------------- Control SET_BGDCOLOR { HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ; Hide = TRUE ; Pos = MAP_APPFONT ( 22 , 32 ) ; Size = MAP_APPFONT ( 116 , 95 ) ; TabStop = TRUE ; }; GroupBox GB_BGDCOLOR { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 21 ) ; Size = MAP_APPFONT ( 148 , 109 ) ; Text = "Hintergrundfarbe" ; Text [ ENGLISH ] = "Background Color" ; Text [ NORWEGIAN ] = "Background Color" ; Text [ DANISH ] = "Baggrundsfarve" ; Text [ ENGLISH_US ] = "Background color" ; Text [ SPANISH ] = "C~olor de fondo" ; Text [ FINNISH ] = "Background Color" ; Text [ FRENCH ] = "Couleur d'arrire-plan" ; Text [ ITALIAN ] = "Colore di sfondo" ; Text [ DUTCH ] = "Achtergrondkleur" ; Text [ PORTUGUESE_BRAZILIAN ] = "Background Color" ; Text [ SWEDISH ] = "Bakgrundsfrg" ; Text [ PORTUGUESE ] = "Cor de fundo" ; Text[ chinese_simplified ] = "ɫ"; Text[ russian ] = " "; Text[ polish ] = "Kolor ta"; Text[ japanese ] = "wiF"; Text[ chinese_traditional ] = "IC"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = ""; Text[ turkish ] = "Artalan rengi"; Text[ language_user1 ] = " "; }; GroupBox GB_COL_PREVIEW { Hide = TRUE ; Pos = MAP_APPFONT ( 160 , 21 ) ; Size = MAP_APPFONT ( 94 , 109 ) ; Text = "Vorschau" ; Text [ ENGLISH ] = "Preview" ; Text [ NORWEGIAN ] = "Preview" ; Text [ DANISH ] = "Eksempel" ; Text [ ENGLISH_US ] = "Preview" ; Text [ SPANISH ] = "Previsualizacin" ; Text [ FINNISH ] = "Esikatselu" ; Text [ FRENCH ] = "Aperu" ; Text [ ITALIAN ] = "Anteprima" ; Text [ DUTCH ] = "Voorbeeld" ; Text [ PORTUGUESE_BRAZILIAN ] = "Examinar" ; Text [ SWEDISH ] = "Frhandsvisning" ; 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 ] = " "; }; Window WIN_PREVIEW1 { Hide = TRUE ; Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 166 , 32 ) ; Size = MAP_APPFONT ( 82 , 92 ) ; }; // Hintergrund-Bitmap ---------------------------------------------------- FixedText FT_FILE { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 34 ) ; Size = MAP_APPFONT ( 141 , 10 ) ; UNLINKED_IMAGE }; CheckBox BTN_LINK { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 48 ) ; Size = MAP_APPFONT ( 78 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? ~Verknpfen : ~Verknpfen */ Text = "~Verknpfen" ; Text [ ENGLISH ] = "~Link" ; Text [ ENGLISH_US ] = "~Link" ; Text [ dutch ] = "~Koppelen" ; Text [ italian ] = "Collega" ; Text [ spanish ] = "~Vincular" ; Text [ french ] = "~Lien" ; Text [ swedish ] = "Ln~ka" ; Text [ danish ] = "Kd" ; Text [ portuguese_brazilian ] = "~Verknpfen" ; Text [ portuguese ] = "~Ligar" ; Text[ chinese_simplified ] = "(~L)"; Text[ russian ] = ""; Text[ polish ] = "Po~cz"; Text[ japanese ] = "ݸ(~L)"; Text[ chinese_traditional ] = "|(~L)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~L)"; Text[ turkish ] = "Bala"; Text[ language_user1 ] = " "; }; CheckBox BTN_PREVIEW { Pos = MAP_APPFONT ( 12 , 60 ) ; Size = MAP_APPFONT ( 141 , 10 ) ; Text = "V~orschau" ; Text [ ENGLISH ] = "P~review" ; Text [ ENGLISH_US ] = "Pre~view" ; Text [ italian ] = "Anteprima" ; Text [ spanish ] = "Previsuali~zacin" ; Text [ french ] = "A~peru" ; Text [ dutch ] = "V~oorbeeld" ; Text [ swedish ] = "F~rhandsvisning" ; Text [ danish ] = "Eksempel" ; Text [ portuguese ] = "~Previsualizar" ; Text [ portuguese_brazilian ] = "V~orschau" ; Text[ chinese_simplified ] = "Ԥ(~R)"; Text[ russian ] = ""; Text[ polish ] = "P~odgld"; Text[ japanese ] = "ޭ(~R)"; Text[ chinese_traditional ] = "w(~R)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "̸ (~V)"; Text[ turkish ] = "~nizleme"; Text[ language_user1 ] = " "; }; PushButton BTN_BROWSE { Hide = TRUE ; Pos = MAP_APPFONT ( 93 , 46 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text = "Au~swhlen..." ; Text [ ENGLISH ] = "~Select..." ; Text [ english_us ] = "~Browse..." ; Text [ portuguese_brazilian ] = "~Durchsuchen..." ; Text [ swedish ] = "~Vlj ut..." ; Text [ danish ] = "Gennemse..." ; Text [ italian ] = "~Sfoglia..." ; Text [ spanish ] = "Seleccio~nar..." ; Text [ french ] = "~Parcourir..." ; Text [ dutch ] = "~Doorzoeken..." ; Text [ portuguese ] = "~Pesquisar..." ; Text[ chinese_simplified ] = "(~B)..."; Text[ russian ] = "..."; Text[ polish ] = "Przegld~aj..."; Text[ japanese ] = "I(~B)..."; Text[ chinese_traditional ] = "s(~B)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "ϱ(~B)..."; Text[ turkish ] = "Se..."; Text[ language_user1 ] = " "; }; GroupBox GB_FILE { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 23 ) ; Size = MAP_APPFONT ( 153 , 51 ) ; Text = "Datei" ; Text [ ENGLISH ] = "~File" ; Text [ ENGLISH_US ] = "File" ; Text [ dutch ] = "Bestand" ; Text [ italian ] = "File" ; Text [ spanish ] = "Archivo" ; Text [ french ] = "Fichier" ; Text [ swedish ] = "Fil" ; Text [ danish ] = "Fil" ; Text [ portuguese_brazilian ] = "Datei" ; Text [ portuguese ] = "Ficheiro" ; Text[ chinese_simplified ] = "ļ"; Text[ russian ] = ""; Text[ polish ] = "Plik"; Text[ japanese ] = "̧"; Text[ chinese_traditional ] = "ɮ"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Dosya"; Text[ language_user1 ] = " "; }; RadioButton BTN_POSITION { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 88 ) ; Size = MAP_APPFONT ( 49 , 10 ) ; Text = "~Position" ; Text [ ENGLISH ] = "~Position" ; Text [ ENGLISH_US ] = "~Position" ; Text [ italian ] = "~Posizione" ; Text [ spanish ] = "~Posicin" ; Text [ french ] = "P~osition" ; Text [ dutch ] = "~Positie" ; Text [ swedish ] = "~Position" ; Text [ danish ] = "Placering" ; Text [ portuguese_brazilian ] = "~Position" ; Text [ portuguese ] = "~Posio" ; Text[ chinese_simplified ] = "λ(~P)"; Text[ russian ] = ""; Text[ polish ] = "Pozy~cja"; Text[ japanese ] = "ʒu(~P)"; Text[ chinese_traditional ] = "m(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ġ(~P)"; Text[ turkish ] = "O~rtala"; Text[ language_user1 ] = " "; }; RadioButton BTN_AREA { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 101 ) ; Size = MAP_APPFONT ( 49 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? ~Flche : ~Flche */ Text = "~Flche" ; Text [ ENGLISH ] = "~Area" ; Text [ ENGLISH_US ] = "Ar~ea" ; Text [ dutch ] = "Vla~k" ; Text [ italian ] = "~Area" ; Text [ spanish ] = "~rea" ; Text [ french ] = "~Remplissage" ; Text [ swedish ] = "~Yta" ; Text [ danish ] = "F~lade" ; Text [ portuguese_brazilian ] = "~Flche" ; Text [ portuguese ] = "~Preenchimento" ; Text[ chinese_simplified ] = "ƽ(~A)"; Text[ russian ] = ""; Text[ polish ] = "Obsza~r"; Text[ japanese ] = "\\(~A)"; Text[ chinese_traditional ] = "(~A)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~E)"; Text[ turkish ] = "Ser"; Text[ language_user1 ] = " "; }; RadioButton BTN_TILE { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 114 ) ; Size = MAP_APPFONT ( 49 , 10 ) ; Text = "~Kachel" ; Text [ ENGLISH ] = "~Tile" ; Text [ ENGLISH_US ] = "~Tile" ; Text [ italian ] = "Affianca" ; Text [ spanish ] = "~Mosaico" ; Text [ french ] = "Ca~rrelage" ; Text [ dutch ] = "~Tegel" ; Text [ swedish ] = "Sida vid sida" ; Text [ danish ] = "Side om side" ; Text [ portuguese_brazilian ] = "~Kachel" ; Text [ portuguese ] = "~Azulejo" ; Text[ chinese_simplified ] = "ƽ(~T)"; Text[ russian ] = ""; Text[ polish ] = "Pyt~ka"; Text[ japanese ] = "(~T)"; Text[ chinese_traditional ] = "Q(~T)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "ٵǽ(~T)"; Text[ turkish ] = "~De"; Text[ language_user1 ] = " "; }; Control WND_POSITION { HelpId = HID_BACKGROUND_CTL_POSITION ; Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 64 , 88 ) ; Size = MAP_APPFONT ( 90 , 35 ) ; TabStop = TRUE ; }; GroupBox GB_POSITION { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 75 ) ; Size = MAP_APPFONT ( 153 , 54 ) ; Text = "Art" ; Text [ ENGLISH ] = "Type" ; Text [ ENGLISH_US ] = "Type" ; Text [ dutch ] = "Soort" ; Text [ italian ] = "Tipo" ; Text [ spanish ] = "Tipo" ; Text [ french ] = "Type" ; Text [ swedish ] = "Typ" ; Text [ danish ] = "Type" ; Text [ portuguese_brazilian ] = "Art" ; Text [ portuguese ] = "Tipo" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Typ"; Text[ japanese ] = ""; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Tr"; Text[ language_user1 ] = " "; }; Window WIN_PREVIEW2 { Hide = TRUE ; Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 170 , 34 ) ; Size = MAP_APPFONT ( 81 , 89 ) ; }; GroupBox GB_PREVIEW { Hide = TRUE ; Pos = MAP_APPFONT ( 165 , 23 ) ; Size = MAP_APPFONT ( 91 , 106 ) ; Text = "Grafikvorschau" ; Text [ ENGLISH ] = "Image Preview" ; Text [ ENGLISH_US ] = "Preview" ; Text [ italian ] = "Anteprima immagine" ; Text [ spanish ] = "Previsualizacin" ; Text [ french ] = "Aperu" ; Text [ dutch ] = "Afbeeldingvoorbeeld" ; Text [ swedish ] = "Grafikfrhandsvisning" ; Text [ danish ] = "Eksempel" ; Text [ portuguese_brazilian ] = "Grafikvorschau" ; Text [ portuguese ] = "Previsualizar" ; Text[ chinese_simplified ] = "ͼԤ"; Text[ russian ] = " "; Text[ polish ] = "Podgld grafiki"; Text[ japanese ] = "̨ ޭ"; Text[ chinese_traditional ] = "Ϥw"; Text[ arabic ] = " "; Text[ language_user1 ] = " "; Text[ greek ] = ""; Text[ korean ] = "׷ ̸ "; Text[ turkish ] = "nizleme"; }; String STR_BROWSE { Text = "Grafik suchen" ; Text [ ENGLISH ] = "Browse Image" ; Text [ ENGLISH_US ] = "Find graphics" ; Text [ italian ] = "Cerca immagine" ; Text [ spanish ] = "Buscar imagen" ; Text [ french ] = "Rechercher un image" ; Text [ dutch ] = "Afbeelding zoeken" ; Text [ swedish ] = "Sk grafik" ; Text [ danish ] = "Sg grafik" ; Text [ portuguese_brazilian ] = "Grafik suchen" ; Text [ portuguese ] = "Localizar imagem" ; Text[ chinese_simplified ] = "Ѱͼ"; Text[ russian ] = " "; Text[ polish ] = "Szukaj grafiki"; Text[ japanese ] = "̨"; Text[ chinese_traditional ] = "MϤ"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "׷ ã"; Text[ turkish ] = "Grafik bul"; Text[ language_user1 ] = " "; }; String STR_UNLINKED { UNLINKED_IMAGE }; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "To"; Text[ japanese ] = "wi"; Text[ chinese_traditional ] = "I"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Artalan"; Text[ language_user1 ] = " "; }; // ********************************************************************** EOF