/************************************************************************* * * $RCSfile: javaedit.src,v $ * * $Revision: 1.3 $ * * last change: $Author: kz $ $Date: 2000-11-27 08:27:01 $ * * 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 "javaedit.hrc" #include "fldui.hrc" #include "helpid.h" // pragma ---------------------------------------------------------------- // RID_SVXDLG_POSTIT ----------------------------------------------------- ModalDialog DLG_JAVAEDIT { OutputSize = TRUE ; SvLook = TRUE ; Size = MAP_APPFONT ( 248 , 157 ) ; Text = "Script bearbeiten" ; Text [ ENGLISH ] = "Edit script" ; Moveable = TRUE ; FixedText FT_TYPE { Pos = MAP_APPFONT ( 12 , 15 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "Script-T~yp" ; Text [ ENGLISH ] = "Script type" ; Text [ english_us ] = "Script type" ; Text [ portuguese_brazilian ] = "Script-Typ" ; Text [ swedish ] = "Skriptt~yp" ; Text [ danish ] = "Script-type" ; Text [ italian ] = "Tipo di script" ; Text [ spanish ] = "Tipo de script" ; Text [ french ] = "T~ype de script" ; Text [ dutch ] = "Scriptt~ype" ; Text [ portuguese ] = "~Tipo de Script" ; Text[ chinese_simplified ] = "ű"; Text[ russian ] = " "; Text[ polish ] = "Typ skryptu"; Text[ japanese ] = "Ă̎"; Text[ chinese_traditional ] = "ROZ"; Text[ arabic ] = " "; Text[ greek ] = " Script"; Text[ korean ] = "ũƮ "; Text[ turkish ] = "Script tipi"; Text[ language_user1 ] = " "; }; Edit ED_TYPE { Border = TRUE ; Text = "JavaScript" ; // Nicht uebersetzen!!! Pos = MAP_APPFONT ( 57 , 14 ) ; Size = MAP_APPFONT ( 100 , 12 ) ; TabStop = TRUE ; }; RadioButton RB_URL { Text = "~URL" ; Text [ ENGLISH ] = "URL" ; Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; TabStop = TRUE ; Text [ portuguese ] = "~URL" ; Text [ english_us ] = "URL" ; Text [ portuguese_brazilian ] = "URL" ; Text [ swedish ] = "~URL" ; Text [ danish ] = "URL" ; Text [ italian ] = "URL" ; Text [ spanish ] = "URL" ; Text [ french ] = "~URL" ; Text [ dutch ] = "~URL" ; Text[ chinese_simplified ] = "URL"; Text[ russian ] = "URL"; Text[ polish ] = "URL"; Text[ japanese ] = "URL"; Text[ chinese_traditional ] = "URL"; Text[ arabic ] = "URL"; Text[ greek ] = "~URL"; Text[ korean ] = "URL"; Text[ turkish ] = "URL"; Text[ language_user1 ] = " "; }; Edit ED_URL { Border = TRUE ; Pos = MAP_APPFONT ( 57 , 27 ) ; Size = MAP_APPFONT ( 100 , 12 ) ; TabStop = TRUE ; }; PushButton PB_URL { Pos = MAP_APPFONT ( 163 , 26 ) ; Size = MAP_APPFONT ( 14 , 14 ) ; Text = "~..." ; TabStop = TRUE ; }; RadioButton RB_EDIT { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 40 , 10 ) ; Text = "~Text" ; Text [ English ] = "~Text" ; Text [ norwegian ] = "~Text" ; Text [ italian ] = "~Testo" ; Text [ portuguese_brazilian ] = "~Texto" ; Text [ portuguese ] = "~Texto" ; Text [ finnish ] = "~Teksti" ; Text [ danish ] = "Tekst" ; Text [ french ] = "~Texte" ; Text [ swedish ] = "~Text" ; Text [ dutch ] = "~Tekst" ; Text [ spanish ] = "~Texto" ; Text [ english_us ] = "~Text" ; TabStop = TRUE ; Check = TRUE ; Text[ chinese_simplified ] = "(~T)"; Text[ russian ] = ""; Text[ polish ] = "Tekst"; Text[ japanese ] = "÷(~T)"; Text[ chinese_traditional ] = "r(~T)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ؽƮ(~T)"; Text[ turkish ] = "~Metin"; Text[ language_user1 ] = " "; }; MultiLineEdit ED_EDIT { Border = TRUE ; Pos = MAP_APPFONT ( 23 , 54 ) ; Size = MAP_APPFONT ( 155 , 91 ) ; Left = TRUE ; VScroll = TRUE ; HScroll = TRUE ; IgnoreTab = TRUE ; TabStop = TRUE ; }; GroupBox GB_POSTIT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 179 , 147 ) ; Text = "Inhalt" ; Text [ ENGLISH ] = "Contents" ; Text [ norwegian ] = "Innhold " ; Text [ italian ] = "Contenuto" ; Text [ portuguese_brazilian ] = "Contedo" ; Text [ portuguese ] = "Contedo" ; Text [ finnish ] = "Sislt" ; Text [ danish ] = "Indhold" ; Text [ french ] = "Contenu" ; Text [ swedish ] = "Innehll" ; Text [ dutch ] = "Inhoud" ; Text [ spanish ] = "Contenido" ; Text [ english_us ] = "Contents" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Zawarto"; Text[ japanese ] = "e"; Text[ chinese_traditional ] = "e"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "erik"; Text[ language_user1 ] = " "; }; OKButton BTN_POST_OK { Pos = MAP_APPFONT ( 191 , 6 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; DefButton = TRUE ; }; CancelButton BTN_POST_CANCEL { Pos = MAP_APPFONT ( 191 , 23 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; }; HelpButton BTN_POST_HELP { Pos = MAP_APPFONT ( 191 , 40 ) ; Size = MAP_APPFONT ( 50 , 15 ) ; }; ImageButton BTN_PREV { Pos = MAP_APPFONT ( 191 , 60 ) ; Size = MAP_APPFONT ( 24 , 14 ) ; Symbol = IMAGEBUTTON_ARROW_LEFT ; }; ImageButton BTN_NEXT { Pos = MAP_APPFONT ( 217 , 60 ) ; Size = MAP_APPFONT ( 24 , 14 ) ; Symbol = IMAGEBUTTON_ARROW_RIGHT ; }; // lokale Strings String STR_JAVA_EDIT { Text = "Script bearbeiten" ; Text [ English ] = "Edit script" ; Text [ portuguese ] = "Editar Script" ; Text [ english_us ] = "Edit script" ; Text [ portuguese_brazilian ] = "Script bearbeiten" ; Text [ swedish ] = "Redigera skript" ; Text [ danish ] = "Rediger script" ; Text [ italian ] = "Modifica script" ; Text [ spanish ] = "Editar script" ; Text [ french ] = "diter le script" ; Text [ dutch ] = "Script bewerken" ; Text[ chinese_simplified ] = "༭ű"; Text[ russian ] = " "; Text[ polish ] = "Edytuj skrypt"; Text[ japanese ] = "Ă̕ҏW"; Text[ chinese_traditional ] = "sROZ"; Text[ arabic ] = " "; Text[ greek ] = " Script"; Text[ korean ] = "ũƮ "; Text[ turkish ] = "Script bearbeiten"; Text[ language_user1 ] = " "; }; String STR_JAVA_INSERT { /* ### ACHTUNG: Neuer Text in Resource? Script einfgen : Script einfgen */ Text = "Script einfgen" ; Text [ English ] = "Insert script" ; Text [ portuguese ] = "Inserir Script" ; Text [ english_us ] = "Insert Script" ; Text [ portuguese_brazilian ] = "Script einfgen" ; Text [ swedish ] = "Infoga skript" ; Text [ danish ] = "Indst script" ; Text [ italian ] = "Inserisci script" ; Text [ spanish ] = "Insertar script" ; Text [ french ] = "Insrer un script" ; Text [ dutch ] = "Script invoegen" ; Text[ chinese_simplified ] = "ű"; Text[ russian ] = " "; Text[ polish ] = "Wstaw skrypt"; Text[ japanese ] = "Ă̑}"; Text[ chinese_traditional ] = "JROZ"; Text[ arabic ] = " "; Text[ greek ] = " Script"; Text[ korean ] = "ũƮ "; Text[ turkish ] = "Script einfgen"; Text[ language_user1 ] = " "; }; Text [ english_us ] = "Edit Script" ; Text [ portuguese_brazilian ] = "Script bearbeiten" ; Text [ swedish ] = "Redigera skript" ; Text [ danish ] = "Rediger script" ; Text [ italian ] = "Modifica script" ; Text [ spanish ] = "Editar script" ; Text [ french ] = "diter le script" ; Text [ dutch ] = "Script bewerken" ; Text [ portuguese ] = "Editar Script" ; Text[ chinese_simplified ] = "༭ű"; Text[ russian ] = " "; Text[ polish ] = "Edytuj skrypt"; Text[ japanese ] = "Ă̕ҏW"; Text[ chinese_traditional ] = "sROZ"; Text[ arabic ] = " "; Text[ greek ] = " Script"; Text[ korean ] = "ũƮ "; Text[ turkish ] = "Script'i dzenle"; Text[ language_user1 ] = " "; }; // ********************************************************************** EOF