/************************************************************************* * * $RCSfile: macrodlg.src,v $ * * $Revision: 1.1.1.1 $ * * last change: $Author: mh $ $Date: 2000-09-29 11:02:37 $ * * 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 #include ModalDialog RID_MACROCHOOSER { // HelpId = SID_BASICCHOOSER ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 287 , 165 ) ; Text = "Makro" ; Text [ ENGLISH ] = "Macro" ; Text [ norwegian ] = "Makro" ; Text [ italian ] = "Macro" ; Text [ portuguese_brazilian ] = "Macro" ; Text [ portuguese ] = "Macro" ; Text [ finnish ] = "Makro" ; Text [ danish ] = "Makro" ; Text [ french ] = "Macro" ; Text [ swedish ] = "Makro" ; Text [ dutch ] = "Macro" ; Text [ spanish ] = "Macro" ; Text [ english_us ] = "Macro" ; Moveable = TRUE ; // Closeable = TRUE; Control RID_CTRL_MACRO { HelpID = HID_BASICIDE_MACROS ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 31 ) ; Size = MAP_APPFONT ( 100 , 80 ) ; TabStop = TRUE ; }; Control RID_CTRL_LIB { HelpID = HID_BASICIDE_LIBS ; Border = TRUE ; Pos = MAP_APPFONT ( 112 , 16 ) ; Size = MAP_APPFONT ( 110 , 95 ) ; TabStop = TRUE ; }; FixedText RID_TXT_MACRONAME { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "~Makroname" ; Text [ ENGLISH ] = "~Macro name" ; Text [ norwegian ] = "~Macro name" ; Text [ italian ] = "Nome ~macro" ; Text [ portuguese_brazilian ] = "Nome da ~macro" ; Text [ portuguese ] = "Nome da ~macro" ; Text [ finnish ] = "~Makron nimi" ; Text [ danish ] = "Makronavn" ; Text [ french ] = "~Nom de la macro" ; Text [ swedish ] = "~Makronamn" ; Text [ dutch ] = "~Macronaam" ; Text [ spanish ] = "Nombre de la ~macro" ; Text [ english_us ] = "Macro ~name" ; Text[ chinese_simplified ] = "(~N)"; Text[ russian ] = " "; Text[ polish ] = "Nazwa makra"; Text[ japanese ] = "ϸۖ(~N)"; Text[ chinese_traditional ] = "W(~N)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ũ ̸(~N)"; Text[ turkish ] = "Makro ad"; }; FixedText RID_TXT_MACROFROM { Pos = MAP_APPFONT ( 112 , 3 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "Makro a~us" ; Text [ ENGLISH ] = "Macro ~from" ; Text [ norwegian ] = "Macro ~from" ; Text [ italian ] = "Macro ~da" ; Text [ portuguese_brazilian ] = "Macro ~from" ; Text [ portuguese ] = "Macro ~de" ; Text [ finnish ] = "Macro ~from" ; Text [ danish ] = "Makro fra" ; Text [ french ] = "M~acro de" ; Text [ swedish ] = "Ma~kro frn" ; Text [ dutch ] = "Ma~cro uit" ; Text [ spanish ] = "Macro ~desde" ; Text [ english_us ] = "Macro ~from" ; Text[ chinese_simplified ] = "Դ(~F)"; Text[ russian ] = " "; Text[ polish ] = "Makro z"; Text[ japanese ] = "ϸۂ̋L^(~F)"; Text[ chinese_traditional ] = "ӷ(~F)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "ũ ó(~F)"; Text[ turkish ] = "Makro kayna"; }; Edit RID_ED_MACRONAME { Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 16 ) ; Size = MAP_APPFONT ( 100 , 12 ) ; TabStop = TRUE ; }; FixedText RID_TXT_DESCRIPTION { Pos = MAP_APPFONT ( 6 , 117 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "Be~schreibung" ; Text [ ENGLISH ] = "De~scription" ; Text [ norwegian ] = "Be~skrivelse" ; Text [ italian ] = "De~scrizione" ; Text [ portuguese_brazilian ] = "De~scrio" ; Text [ portuguese ] = "De~scrio" ; Text [ finnish ] = "Kuvau~s" ; Text [ danish ] = "Beskrivelse" ; Text [ french ] = "~Description" ; Text [ swedish ] = "Be~skrivning" ; Text [ dutch ] = "Be~schrijving" ; Text [ spanish ] = "De~scripcin" ; Text [ english_us ] = "De~scription" ; Text[ chinese_simplified ] = "˵(~S)"; Text[ russian ] = ""; Text[ polish ] = "Opis"; Text[ japanese ] = "(~S)"; Text[ chinese_traditional ] = "yz(~S)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~S)"; Text[ turkish ] = "Aklama"; }; PushButton RID_PB_RUN { Pos = MAP_APPFONT ( 231 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; DefButton = TRUE; /* ### ACHTUNG: Neuer Text in Resource? Aus~fhren : Aus~fhren */ Text = "Aus~fhren" ; Text [ ENGLISH ] = "R~un" ; Text [ norwegian ] = "R~un" ; Text [ italian ] = "Eseg~ui" ; Text [ portuguese_brazilian ] = "Exec~utar" ; Text [ portuguese ] = "Exec~utar" ; Text [ finnish ] = "S~uorita" ; Text [ danish ] = "Kr" ; Text [ french ] = "E~xcuter" ; Text [ swedish ] = "K~r" ; Text [ dutch ] = "~Uitvoeren" ; Text [ spanish ] = "Eje~cutar" ; Text [ english_us ] = "R~un" ; TabStop = TRUE ; Text[ chinese_simplified ] = "ִ(~U)"; Text[ russian ] = ""; Text[ polish ] = "Wykonaj"; Text[ japanese ] = "s(~U)"; Text[ chinese_traditional ] = "(~U)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~U)"; Text[ turkish ] = "Yrt"; }; CancelButton RID_PB_CANCEL { Pos = MAP_APPFONT ( 231 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton RID_PB_ASSIGN { Pos = MAP_APPFONT ( 231 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Zuordnen..." ; Text [ ENGLISH ] = "~Assign..." ; Text [ norwegian ] = "~Assign..." ; Text [ italian ] = "~Assegna..." ; Text [ portuguese_brazilian ] = "~Assign..." ; Text [ portuguese ] = "~Atribuir" ; Text [ finnish ] = "~Assign..." ; Text [ danish ] = "Tildel..." ; Text [ french ] = "~Assigner..." ; Text [ swedish ] = "~Tilldela..." ; Text [ dutch ] = "~Toewijzen..." ; Text [ spanish ] = "Asig~nar..." ; Text [ english_us ] = "~Assign..." ; TabStop = TRUE ; Text[ chinese_simplified ] = "ָ(~A)..."; Text[ russian ] = "..."; Text[ polish ] = "Przyp~isz..."; Text[ japanese ] = "蓖(~A)..."; Text[ chinese_traditional ] = "w(~A)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "(~A)..."; Text[ turkish ] = "Ata..."; }; PushButton RID_PB_EDIT { Size = MAP_APPFONT ( 50 , 14 ) ; Pos = MAP_APPFONT ( 231 , 77 ) ; Text = "~Bearbeiten" ; Text [ ENGLISH ] = "~Edit" ; Text [ norwegian ] = "R~ediger" ; Text [ italian ] = "Modifica" ; Text [ portuguese_brazilian ] = "~Editar" ; Text [ portuguese ] = "~Editar" ; Text [ finnish ] = "Muo~kkaa" ; Text [ danish ] = "~Rediger" ; Text [ french ] = "~diter" ; Text [ swedish ] = "~Redigera" ; Text [ dutch ] = "~Bewerken" ; Text [ spanish ] = "Edi~tar" ; Text [ english_us ] = "~Edit" ; TabStop = TRUE ; Text[ chinese_simplified ] = "༭(~E)"; Text[ russian ] = "~"; Text[ polish ] = "~Edytuj"; Text[ japanese ] = "ҏW(~E)"; Text[ chinese_traditional ] = "s(~E)"; Text[ arabic ] = ""; Text[ greek ] = "~"; Text[ korean ] = "(~E)"; Text[ turkish ] = "Dzenle"; }; PushButton RID_PB_DEL { Pos = MAP_APPFONT ( 231 , 94 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; /* ### ACHTUNG: Neuer Text in Resource? ~Lschen... : ~Lschen... */ Text = "~Lschen..." ; Text [ ENGLISH ] = "~Delete..." ; Text [ norwegian ] = "~Slett..." ; Text [ italian ] = "Elimina..." ; Text [ portuguese_brazilian ] = "Apa~gar..." ; Text [ portuguese ] = "Eliminar" ; Text [ finnish ] = "~Poista..." ; Text [ danish ] = "~Slet..." ; Text [ french ] = "~Supprimer..." ; Text [ swedish ] = "R~adera..." ; Text [ dutch ] = "~Wissen..." ; Text [ spanish ] = "~Eliminar..." ; Text [ english_us ] = "~Delete..." ; TabStop = TRUE ; Text[ chinese_simplified ] = "ɾ(~D)..."; Text[ russian ] = "..."; Text[ polish ] = "Usu..."; Text[ japanese ] = "폜(~D)..."; Text[ chinese_traditional ] = "R(~D)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "(~D)..."; Text[ turkish ] = "Sil..."; }; PushButton RID_PB_ORG { Pos = MAP_APPFONT ( 231 , 114 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Verwalten..." ; Text [ ENGLISH ] = "Mana~ge..." ; Text [ norwegian ] = "Mana~ge..." ; Text [ italian ] = "Gestisci..." ; Text [ portuguese_brazilian ] = "Geren~ciar..." ; Text [ portuguese ] = "~Gerir..." ; Text [ finnish ] = "~Ksittele..." ; Text [ danish ] = "Administrer..." ; Text [ french ] = "~Grer..." ; Text [ swedish ] = "~Frvalta..." ; Text [ dutch ] = "Be~heren..." ; Text [ spanish ] = "~Administrar..." ; Text [ english_us ] = "~Organizer..." ; Text[ chinese_simplified ] = "(~O)..."; Text[ russian ] = "..."; Text[ polish ] = "Zarzdzaj..."; Text[ japanese ] = "Ǘ(~O)..."; Text[ chinese_traditional ] = "޲z(~O)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "(~O)..."; Text[ turkish ] = "Ynet..."; }; HelpButton RID_PB_HELP { Pos = MAP_APPFONT ( 231 , 131 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; MultiLineEdit RID_ML_DESCRIPTION { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 131 ) ; Size = MAP_APPFONT ( 216 , 28 ) ; TabStop = TRUE ; VScroll = TRUE ; IgnoreTab = TRUE ; }; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Makro"; Text[ japanese ] = "ϸ"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Makro"; }; String RID_STR_STDMACRONAME { Text = "Makro" ; Text [ ENGLISH ] = "Macro" ; Text [ norwegian ] = "Makro" ; Text [ italian ] = "Macro" ; Text [ portuguese_brazilian ] = "Macro" ; Text [ portuguese ] = "Macro" ; Text [ finnish ] = "Makro" ; Text [ danish ] = "Makro" ; Text [ french ] = "Macro" ; Text [ swedish ] = "Makro" ; Text [ dutch ] = "Macro" ; Text [ spanish ] = "Macro" ; Text [ english_us ] = "Macro" ; Text[ chinese_simplified ] = ""; Text[ russian ] = ""; Text[ polish ] = "Makro"; Text[ japanese ] = "ϸ"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ũ"; Text[ turkish ] = "Makro"; }; Bitmap RID_BMP_APPICON { FILE = "basapp.bmp" ; }; String RID_STR_BTNDEL { /* ### ACHTUNG: Neuer Text in Resource? ~Lschen... : ~Lschen... */ Text = "~Lschen..." ; Text [ ENGLISH ] = "~Delete..." ; Text [ norwegian ] = "~Slett..." ; Text [ italian ] = "Elimina" ; Text [ portuguese_brazilian ] = "~Apagar..." ; Text [ portuguese ] = "E~liminar..." ; Text [ finnish ] = "~Poista..." ; Text [ danish ] = "~Slet..." ; Text [ french ] = "~Supprimer..." ; Text [ swedish ] = "~Radera..." ; Text [ dutch ] = "~Wissen..." ; Text [ spanish ] = "~Eliminar..." ; Text [ english_us ] = "~Delete..." ; Text[ chinese_simplified ] = "ɾ(~D)"; Text[ russian ] = "..."; Text[ polish ] = "Usu..."; Text[ japanese ] = "폜(~D)"; Text[ chinese_traditional ] = "R(~D)"; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "(~D)..."; Text[ turkish ] = "Sil..."; }; String RID_STR_BTNNEW { Text = "~Neu" ; Text [ ENGLISH ] = "~New" ; Text [ norwegian ] = "~Ny" ; Text [ italian ] = "~Nuovo" ; Text [ portuguese_brazilian ] = "~Novo" ; Text [ portuguese ] = "~Novo" ; Text [ finnish ] = "~Uusi" ; Text [ danish ] = "~Ny" ; Text [ french ] = "~Nouveau" ; Text [ swedish ] = "~Nytt" ; Text [ dutch ] = "~Nieuw" ; Text [ spanish ] = "~Nuevo" ; Text [ english_us ] = "~New" ; Text[ chinese_simplified ] = "½(~N)"; Text[ russian ] = "~"; Text[ polish ] = "Nowy"; Text[ japanese ] = "VK쐬(~N)"; Text[ chinese_traditional ] = "}ҷs(~N)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "(~N)"; Text[ turkish ] = "Yeni"; }; String RID_STR_CLOSE { /* ### ACHTUNG: Neuer Text in Resource? Schlieen : Schlieen */ Text = "Schlieen" ; Text [ ENGLISH ] = "Close" ; Text [ norwegian ] = "Lukk" ; Text [ italian ] = "Chiudi" ; Text [ portuguese_brazilian ] = "Fechar" ; Text [ portuguese ] = "Fechar" ; Text [ finnish ] = "Sulje" ; Text [ danish ] = "Luk" ; Text [ french ] = "Fermer" ; Text [ swedish ] = "Stng" ; Text [ dutch ] = "Sluiten" ; Text [ spanish ] = "Cerrar" ; Text [ english_us ] = "Close" ; Text[ chinese_simplified ] = "ر"; Text[ russian ] = ""; Text[ polish ] = "Zamknij"; Text[ japanese ] = "‚"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "ݱ"; Text[ turkish ] = "Kapat"; }; String RID_STR_CHOOSE { /* ### ACHTUNG: Neuer Text in Resource? Auswhlen : Auswhlen */ Text = "Auswhlen" ; Text [ ENGLISH ] = "Choose" ; Text [ norwegian ] = "Choose" ; Text [ italian ] = "Scegli" ; Text [ portuguese_brazilian ] = "Choose" ; Text [ portuguese ] = "Seleccionar" ; Text [ english_us ] = "Choose" ; Text [ finnish ] = "Choose" ; Text [ danish ] = "Vlg" ; Text [ french ] = "Slectionner" ; Text [ swedish ] = "Vlj" ; Text [ dutch ] = "Selecteren" ; Text [ spanish ] = "Seleccionar" ; Text[ chinese_simplified ] = "ѡ"; Text[ russian ] = ""; Text[ polish ] = "Wybierz"; Text[ japanese ] = "I"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Se"; }; String RID_STR_RUN { /* ### ACHTUNG: Neuer Text in Resource? Ausfhren : Ausfhren */ Text = "Ausfhren" ; Text [ ENGLISH ] = "Run" ; Text [ norwegian ] = "Run" ; Text [ italian ] = "Esegui" ; Text [ portuguese_brazilian ] = "Executar" ; Text [ portuguese ] = "Executar" ; Text [ finnish ] = "Suorita" ; Text [ danish ] = "Kr" ; Text [ french ] = "Excuter" ; Text [ swedish ] = "Kr" ; Text [ dutch ] = "Uitvoeren" ; Text [ spanish ] = "Ejecutar" ; Text [ english_us ] = "Run" ; Text[ chinese_simplified ] = "ִ"; Text[ russian ] = ""; Text[ polish ] = "Wykonaj"; Text[ japanese ] = "s"; Text[ chinese_traditional ] = ""; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = ""; Text[ turkish ] = "Yrt"; };