/************************************************************************* * * $RCSfile: backgrnd.src,v $ * * $Revision: 1.24 $ * * last change: $Author: obo $ $Date: 2001-08-29 20:29: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 #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 ] = "unverkn?fte Grafik" ; \ text [ portuguese ] = "Imagem no ligada" ; \ text[ chinese_simplified ] = "未链接的图形"; \ text[ russian ] = " "; \ text[ polish ] = "Nie poczona grafika"; \ text[ japanese ] = "リンクされていない図"; \ text[ chinese_traditional ] = "未連結的圖形"; \ text[ arabic ] = " "; \ text[ greek ] = " "; \ text[ korean ] = "연결되지 않은 그래픽"; \ text[ turkish ] = "Balantsz grafik"; \ text[ language_user1 ] = " "; \ text[ finnish ] = "Linkitt?m?t? kuva"; \ text[ catalan ] = "Imagen no vinculada"; // pragma ---------------------------------------------------------------- // RID_SVXPAGE_BACKGROUND ------------------------------------------------ TabPage RID_SVXPAGE_BACKGROUND { HelpId = HID_BACKGROUND ; Hide = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; 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 ] = "様式(~S)"; Text[ chinese_traditional ] = "當作(~S)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "형태(~S)"; Text[ turkish ] = "~Artalan"; Text[ language_user1 ] = " "; Text[ finnish ] = "~Nimell?"; Text[ catalan ] = "~Como"; }; 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 ] = { < "色" ; Default ; > ; < "図" ; Default ; > ; }; StringList [ chinese_traditional ] = { < "顔色" ; 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 ; > ; }; StringList [ finnish ] = { < "V?ri" ; Default ; > ; < "Grafiikka" ; Default ; > ; }; StringList [ catalan ] = { < "Color" ; Default ; > ; < "Imagen" ; 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 ] = "用途(~O)"; Text[ chinese_traditional ] = "用於(~O)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "대상(~O)"; Text[ turkish ] = "He~def"; Text[ language_user1 ] = " "; Text[ finnish ] = "~Kohde"; Text[ catalan ] = "Pa~ra"; }; 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 ] = { < "セル" ; > ; < "行" ; > ; < "表" ; > ; }; StringList [ chinese_traditional ] = { < "儲存格" ; > ; < "儲存格" ; > ; < "表格" ; > ; }; StringList [ arabic ] = { < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ greek ] = { < "" ; > ; < "" ; > ; < "" ; > ; }; StringList [ korean ] = { < "셀" ; > ; < "행" ; > ; < "테이블" ; > ; }; StringList [ turkish ] = { < "Hcre" ; > ; < "Satr" ; > ; < "Tablo" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; < " " ; > ; }; StringList [ finnish ] = { < "Solu" ; > ; < "Rivi" ; > ; < "Taulukko" ; > ; }; StringList [ catalan ] = { < "Celda" ; > ; < "Fila" ; > ; < "Tabla" ; > ; }; }; 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" ; > ; < "Caractres" ; > ; }; stringlist [ dutch ] = { < "Alinea" ; > ; < "Teken" ; > ; }; stringlist [ portuguese ] = { < "Pargrafo" ; > ; < "Caracteres" ; > ; }; StringList [ chinese_simplified ] = { < "段落" ; > ; < "字符" ; > ; }; StringList [ russian ] = { < "" ; > ; < "" ; > ; }; StringList [ polish ] = { < "Akapit" ; > ; < "Znak" ; > ; }; StringList [ japanese ] = { < "段落" ; > ; < "文字" ; > ; }; StringList [ chinese_traditional ] = { < "段落" ; > ; < "字元" ; > ; }; StringList [ arabic ] = { < "" ; > ; < "" ; > ; }; StringList [ greek ] = { < "" ; > ; < "" ; > ; }; StringList [ korean ] = { < "단락" ; > ; < "문자" ; > ; }; StringList [ turkish ] = { < "Paragraf" ; > ; < "Karakter" ; > ; }; StringList [ language_user1 ] = { < " " ; > ; < " " ; > ; }; StringList [ finnish ] = { < "Kappale" ; > ; < "Merkki" ; > ; }; StringList [ catalan ] = { < "Prrafo" ; > ; < "Carcter" ; > ; }; }; // Hintergrund-Brush ---------------------------------------------------- Window CT_BORDER { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 32 ) ; Size = MAP_APPFONT ( 116+2 , 145+2 ) ; }; Control SET_BGDCOLOR { HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ; Hide = TRUE ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 116 , 145 ) ; TabStop = TRUE ; }; FixedLine GB_BGDCOLOR { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 21 ) ; Size = MAP_APPFONT ( 248 , 8) ; 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 ] = "Taustavri" ; 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 ] = "背景色"; Text[ chinese_traditional ] = "背景顔色"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "배경색상"; Text[ turkish ] = "Artalan rengi"; Text[ language_user1 ] = " "; Text[ catalan ] = "Background color"; }; Window WIN_PREVIEW1 { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 166 , 34 ) ; Size = MAP_APPFONT ( 82 , 40 ) ; }; // Hintergrund-Bitmap ---------------------------------------------------- FixedLine GB_FILE { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 23 ) ; Size = MAP_APPFONT ( 153 , 8 ) ; 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 ] = " "; Text[ finnish ] = "Tiedosto"; Text[ catalan ] = "File"; }; PushButton BTN_BROWSE { Hide = TRUE ; Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ; 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 ] = "選択(~B)..."; Text[ chinese_traditional ] = "瀏覽(~B)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "선택하기(~B)..."; Text[ turkish ] = "Se..."; Text[ language_user1 ] = " "; Text[ finnish ] = "~Selaa"; Text[ catalan ] = "Seleccio~nar..."; }; CheckBox BTN_LINK { Hide = TRUE ; Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT + 60 + 2*RSC_SP_CTRL_X, 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 3 ) ; Size = MAP_APPFONT ( 78 , 10 ) ; 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 ] = "~Verkn?fen" ; Text [ portuguese ] = "~Ligao" ; 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 ] = " "; Text[ finnish ] = "~Linkki"; Text[ catalan ] = "~Vincular"; }; FixedText FT_FILE { Hide = TRUE ; Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_Y ) ; Size = MAP_APPFONT ( 141 , 8 ) ; UNLINKED_IMAGE }; FixedLine GB_POSITION { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 78 ) ; Size = MAP_APPFONT ( 153 , 8 ) ; Text = "Art" ; Text [ ENGLISH ] = "Type" ; Text [ ENGLISH_US ] = "Type" ; Text [ dutch ] = "Type" ; 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 ] = " "; Text[ catalan ] = "Type"; Text[ finnish ] = "Tyyppi"; }; RadioButton BTN_POSITION { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 89 ) ; Size = MAP_APPFONT ( 49 , 10 ) ; Text = "~Position" ; Text [ ENGLISH ] = "~Position" ; Text [ ENGLISH_US ] = "~Position" ; Text [ italian ] = "~Posizione" ; Text [ spanish ] = "~Posicin" ; Text [ french ] = "Position" ; 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 ] = "位置(~P)"; Text[ chinese_traditional ] = "位置(~P)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "위치(~P)"; Text[ turkish ] = "O~rtala"; Text[ language_user1 ] = " "; Text[ finnish ] = "~Sijainti"; Text[ catalan ] = "~Posicin"; }; RadioButton BTN_AREA { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 103 ) ; 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 ] = "~Fl?che" ; Text [ portuguese ] = "~Preenchimento" ; Text[ chinese_simplified ] = "平面(~E)"; Text[ russian ] = ""; Text[ polish ] = "Obsza~r"; Text[ japanese ] = "表面(~E)"; Text[ chinese_traditional ] = "平面(~E)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "영역(~E)"; Text[ turkish ] = "Ser"; Text[ language_user1 ] = " "; Text[ finnish ] = "~Alue"; Text[ catalan ] = "~rea"; }; RadioButton BTN_TILE { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 117 ) ; 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 ] = "平鋪(~T)"; Text[ arabic ] = ""; Text[ greek ] = " "; Text[ korean ] = "바둑판식(~T)"; Text[ turkish ] = "~De"; Text[ language_user1 ] = " "; Text[ finnish ] = "~Vierekk?in"; Text[ catalan ] = "~Mosaico"; }; Control WND_POSITION { HelpId = HID_BACKGROUND_CTL_POSITION ; Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 64 , 89 ) ; Size = MAP_APPFONT ( 90 , 87 ) ; TabStop = TRUE ; }; Window WIN_PREVIEW2 { Hide = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 170 , 23 + 4 ) ; Size = MAP_APPFONT ( 81 , 139 ) ; }; CheckBox BTN_PREVIEW { Pos = MAP_APPFONT ( 170 , 23 + 4 + 139 + RSC_SP_CTRL_GROUP_Y ) ; 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 ] = "Aperu" ; Text [ dutch ] = "V~oorbeeld" ; Text [ swedish ] = "F~rhandsvisning" ; Text [ danish ] = "Eksempel" ; Text [ portuguese ] = "~Previsualizar" ; Text [ portuguese_brazilian ] = "V~orschau" ; Text[ chinese_simplified ] = "预览(~V)"; Text[ russian ] = ""; Text[ polish ] = "P~odgld"; Text[ japanese ] = "プレビュー(~V)"; Text[ chinese_traditional ] = "預覽(~V)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "미리 보기(~V)"; Text[ turkish ] = "~nizleme"; Text [ portuguese_brazilian ] = "V~orschau" ; Text [ portuguese ] = "~Previsualizar" ; Text[ chinese_simplified ] = "预览(~V)"; Text[ russian ] = ""; Text[ polish ] = "P~odgld"; Text[ japanese ] = "プレビュー(~V)"; Text[ chinese_traditional ] = "預覽(~V)"; Text[ arabic ] = ""; Text[ language_user1 ] = " "; Text[ finnish ] = "Esi~katselu"; Text[ catalan ] = "Previsuali~zacin"; }; 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 une 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 ] = "搜尋圖形"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "그래픽 찾기"; Text[ turkish ] = "Grafik bul"; Text[ language_user1 ] = " "; Text[ finnish ] = "Etsi kuvat"; Text[ catalan ] = "Buscar imagen"; }; String STR_UNLINKED { UNLINKED_IMAGE }; Text[ chinese_simplified ] = "背景"; Text[ russian ] = ""; Text[ polish ] = "To"; Text[ japanese ] = "背景"; Text[ chinese_traditional ] = "背景"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "배경"; Text[ turkish ] = "Artalan"; Text[ language_user1 ] = " "; Text[ catalan ] = "Fondo"; }; // ********************************************************************** EOF