/************************************************************************* * * $RCSfile: macrodlg.src,v $ * * $Revision: 1.50 $ * * last change: $Author: hr $ $Date: 2003-06-13 11:29:57 $ * * 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; FixedText RID_TXT_MACROSIN { Pos = MAP_APPFONT ( 122 , 30 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "Vorhandene Makros ~in:" ; Text [ ENGLISH ] = "Existing macros ~in:" ; Text[ english_us ] = "Existing macros ~in:"; Text[ portuguese ] = "Macros ~in "; Text[ russian ] = "Macros ~in "; Text[ greek ] = "Macros ~in "; Text[ dutch ] = "Macros ~in "; Text[ french ] = "Macros existantes dans :"; Text[ spanish ] = "Macros existentes ~en:"; Text[ finnish ] = "Macros ~in "; Text[ italian ] = "Macro presenti in:"; Text[ danish ] = "Macros ~in "; Text[ swedish ] = "Existerande makron ~i:"; Text[ polish ] = "Macros ~in "; Text[ portuguese_brazilian ] = "Macros ~in "; Text[ japanese ] = "マクロのある場所"; Text[ korean ] = "기존 매크로 위치:"; Text[ chinese_simplified ] = "现有的宏:"; Text[ chinese_traditional ] = "現有的巨集位置:"; Text[ turkish ] = "Varolan Makrolar ~inde"; Text[ arabic ] = "Macros ~in "; Text[ catalan ] = "Macros ~in "; Text[ thai ] = "Macros ~in "; Text[ czech ] = "Existující makra v:"; Text[ hebrew ] = "Vorhandene Makros ~in:"; Text[ hindi ] = "Existing macros ~in:"; Text[ slovak ] = "Makrá ~v:"; }; Control RID_CTRL_MACRO { HelpID = HID_BASICIDE_MACROS ; Border = TRUE ; Pos = MAP_APPFONT ( 122 , 41 ) ; Size = MAP_APPFONT ( 100 , 117 ) ; // Size = MAP_APPFONT ( 100 , 117 ) ; TabStop = TRUE ; }; Control RID_CTRL_LIB { HelpID = HID_BASICIDE_LIBS ; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 41 ) ; Size = MAP_APPFONT ( 110 , 117 ) ; 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 ] = "宏名称(~M)"; Text[ russian ] = " "; Text[ polish ] = "N~azwa makra"; Text[ japanese ] = "マクロ名(~M)"; Text[ chinese_traditional ] = "巨集名稱(~M)"; Text[ arabic ] = " "; Text[ greek ] = " ~"; Text[ korean ] = "매크로 이름(~M)"; Text[ turkish ] = "~Makro ad"; Text[ catalan ] = "Nom de la ~macro"; Text[ thai ] = "ชื่อ~มาโคร"; Text[ czech ] = "Název makra"; Text[ hebrew ] = "~Makroname"; Text[ hindi ] = "~मॉक्रो नाम"; Text[ slovak ] = "Názov ~makra"; }; Edit RID_ED_MACRONAME { Border = TRUE ; SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 14 ) ; Size = MAP_APPFONT ( 110 , 12 ) ; TabStop = TRUE ; }; FixedText RID_TXT_MACROFROM { Pos = MAP_APPFONT ( 6 , 30 ) ; 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 ~de" ; Text [ portuguese ] = "Macro ~de" ; Text [ finnish ] = "Makro ~tiedostosta" ; Text [ danish ] = "Ma~kro fra" ; Text [ french ] = "~Macro 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 ] = "Ma~kro z"; Text[ japanese ] = "マクロの記録先(~F)"; Text[ chinese_traditional ] = "巨集的來源(~F)"; Text[ arabic ] = " "; Text[ greek ] = " "; Text[ korean ] = "매크로 기록 위치(~F)"; Text[ turkish ] = "Makro ~kayna"; Text[ catalan ] = "Macro ~des de"; Text[ thai ] = "มาโคร~จาก"; Text[ czech ] = "Makro z"; Text[ hebrew ] = "Makro a~us"; Text[ hindi ] = "~से मॉक्रो"; Text[ slovak ] = "Makro ~z"; }; FixedText RID_TXT_SAVEMACRO { Pos = MAP_APPFONT ( 6 , 30 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text = "M~akro speichern in" ; Text [ ENGLISH ] = "Save m~acros in" ; Text[ english_us ] = "Save m~acro in"; Text[ portuguese ] = "Save m~acros in"; Text[ russian ] = "Save m~acros in"; Text[ greek ] = "Save m~acros in"; Text[ dutch ] = "Save m~acros in"; Text[ french ] = "Enregistrer la macro dans"; Text[ spanish ] = "Guardar la m~acro en"; Text[ finnish ] = "Save m~acros in"; Text[ italian ] = "Registra macro in"; Text[ danish ] = "Save m~acros in"; Text[ swedish ] = "S~para makro i"; Text[ polish ] = "Save m~acros in"; Text[ portuguese_brazilian ] = "Save m~acros in"; Text[ japanese ] = "マクロの保存先"; Text[ korean ] = "매크로 저장 위치"; Text[ chinese_simplified ] = "另存宏的位置"; Text[ chinese_traditional ] = "另存巨集的位置"; Text[ turkish ] = "Makrolar ~iine kaydet"; Text[ arabic ] = "Save m~acros in"; Text[ catalan ] = "Save m~acros in"; Text[ thai ] = "Save m~acros in"; Text[ czech ] = "Uložit makro do"; Text[ hebrew ] = "M~akro speichern in"; Text[ hindi ] = "Save m~acro in"; Text[ slovak ] = "Uložiť m~akro do"; }; 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 ] = "Ku~vaus" ; Text [ danish ] = "Be~skrivelse" ; 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 ] = "描述(~S)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "설명(~S)"; Text[ turkish ] = "A~klama"; Text[ catalan ] = "De~scripci"; Text[ thai ] = "คำ~อธิบาย"; Text[ czech ] = "Popis"; Text[ hebrew ] = "Be~schreibung"; Text[ hindi ] = "वि~वरण"; Text[ slovak ] = "Popi~s"; }; 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 ] = "Suo~rita" ; Text [ danish ] = "K~r" ; 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 ] = "実行(~U)"; Text[ chinese_traditional ] = "執行(~U)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "실행(~U)"; Text[ turkish ] = "Y~rt"; Text[ catalan ] = "Exec~uta"; Text[ thai ] = "ใ~ช้งาน"; Text[ czech ] = "Spustit"; Text[ hebrew ] = "Aus~führen"; Text[ hindi ] = "च~लाओ"; Text[ slovak ] = "Sp~ustiť"; }; CancelButton RID_PB_CLOSE { Pos = MAP_APPFONT ( 231 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text = "Schlieen" ; Text [ ENGLISH ] = "Close" ; Text[ english_us ] = "Close"; Text[ portuguese ] = "Fechar"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Sluiten"; Text[ french ] = "Fermer"; Text[ spanish ] = "Cerrar"; Text[ finnish ] = "Sulje"; Text[ italian ] = "Chiudi"; Text[ danish ] = "Luk"; Text[ swedish ] = "Stng"; Text[ polish ] = "Zamknij"; Text[ portuguese_brazilian ] = "Fechar"; Text[ japanese ] = "閉じる"; Text[ korean ] = "닫기"; Text[ chinese_simplified ] = "关闭"; Text[ chinese_traditional ] = "關閉"; Text[ turkish ] = "Kapat"; Text[ arabic ] = ""; Text[ catalan ] = "Tanca"; Text[ thai ] = "ปิด"; Text[ czech ] = "Zavřít"; Text[ hebrew ] = "‮סגירה‬"; Text[ hindi ] = "बन्द करो"; Text[ slovak ] = "Zavrieť"; }; 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 ] = "~Atribuir..." ; Text [ portuguese ] = "~Atribuir" ; Text [ finnish ] = "Mrit..." ; Text [ danish ] = "~Tilknyt..." ; 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 ] = "~Przypisz..."; Text[ japanese ] = "割り当て(~A)..."; Text[ chinese_traditional ] = "指定(~A)..."; Text[ arabic ] = "..."; Text[ greek ] = "..."; Text[ korean ] = "할당(~A)..."; Text[ turkish ] = "~Ata..."; Text[ catalan ] = "~Assigna..."; Text[ thai ] = "~กำหนด..."; Text[ czech ] = "Přiřadit..."; Text[ hebrew ] = "~Zuordnen..."; Text[ hindi ] = "~निर्दिष्ट करो..."; Text[ slovak ] = "Prir~adiť..."; }; 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 ] = "Modi~fica" ; Text [ portuguese_brazilian ] = "~Editar" ; Text [ portuguese ] = "~Editar" ; Text [ finnish ] = "~Muokkaa" ; 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 ] = "編集(~E)"; Text[ chinese_traditional ] = "編輯(~E)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "편집(~E)"; Text[ turkish ] = "~Dzenle"; Text[ catalan ] = "~Edita"; Text[ thai ] = "แ~ก้ไข"; Text[ czech ] = "Upravit"; Text[ hebrew ] = "‮עריכה‬"; Text[ hindi ] = "~संपादन"; Text[ slovak ] = "~Upraviť"; }; PushButton RID_PB_NEWLIB { Pos = MAP_APPFONT ( 231 , 60 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "Neue ~Bibliothek" ; Text [ English ] = "New ~libary" ; Text[ english_us ] = "New ~Library"; Text[ portuguese ] = "New ~libary"; Text[ russian ] = "New ~libary"; Text[ greek ] = "New ~libary"; Text[ dutch ] = "New ~libary"; Text[ french ] = "Nouv. bibliothque"; Text[ spanish ] = "~Biblioteca nueva"; Text[ finnish ] = "New ~libary"; Text[ italian ] = "Nuova libreria"; Text[ danish ] = "New ~libary"; Text[ swedish ] = "Nytt ~bibliotek"; Text[ polish ] = "New ~libary"; Text[ portuguese_brazilian ] = "New ~libary"; Text[ japanese ] = "新しいライブラリ"; Text[ korean ] = "새 라이브러리"; Text[ chinese_simplified ] = "新建程序库"; Text[ chinese_traditional ] = "新建程式庫"; Text[ turkish ] = "Yeni ~Ktphane"; Text[ arabic ] = "New ~libary"; Text[ catalan ] = "New ~libary"; Text[ thai ] = "New ~libary"; Text[ czech ] = "Nová knihovna"; Text[ hebrew ] = "Neue ~Bibliothek"; Text[ hindi ] = "New ~Library"; Text[ slovak ] = "Nová ~Knižnica"; }; PushButton RID_PB_NEWMOD { Size = MAP_APPFONT ( 50 , 14 ) ; Pos = MAP_APPFONT ( 231 , 77 ) ; Text = "Neues M~odul" ; Text [ English ] = "New m~odule" ; Text[ english_us ] = "New M~odule"; Text[ portuguese ] = "New M~odule"; Text[ russian ] = "New M~odule"; Text[ greek ] = "New M~odule"; Text[ dutch ] = "New M~odule"; Text[ french ] = "Nouveau module"; Text[ spanish ] = "M~dulo nuevo"; Text[ finnish ] = "New M~odule"; Text[ italian ] = "Nuovo modulo"; Text[ danish ] = "New M~odule"; Text[ swedish ] = "Ny m~odul"; Text[ polish ] = "New M~odule"; Text[ portuguese_brazilian ] = "New M~odule"; Text[ japanese ] = "新しいモジュール"; Text[ korean ] = "새 모듈"; Text[ chinese_simplified ] = "新建模块"; Text[ chinese_traditional ] = "新建模組"; Text[ turkish ] = "Yeni ~Modl"; Text[ arabic ] = "New M~odule"; Text[ catalan ] = "New M~odule"; Text[ thai ] = "New M~odule"; Text[ czech ] = "Nový modul"; Text[ hebrew ] = "Neues M~odul"; Text[ hindi ] = "New M~odule"; Text[ slovak ] = "Nový M~odul"; }; 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 ] = "~Excluir" ; Text [ portuguese ] = "~Eliminar..." ; Text [ finnish ] = "~Poista" ; Text [ danish ] = "~Slet" ; Text [ french ] = "Supprimer" ; Text [ swedish ] = "Ra~dera..." ; Text [ dutch ] = "~Wissen" ; Text [ spanish ] = "~Borrar" ; Text [ english_us ] = "~Delete" ; TabStop = TRUE ; Text[ chinese_simplified ] = "删除(~D)..."; Text[ russian ] = ""; Text[ polish ] = "~Usu"; Text[ japanese ] = "削除(~D)"; Text[ chinese_traditional ] = "刪除(~D)..."; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "삭제(~D)..."; Text[ turkish ] = "~Sil..."; Text[ catalan ] = "~Suprimeix..."; Text[ thai ] = "~ลบ"; Text[ czech ] = "Smazat"; Text[ hebrew ] = "‮מחיקה‬"; Text[ hindi ] = "~मिटाओ"; Text[ slovak ] = "~Zmazať"; }; 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 ] = "~Organizador..." ; Text [ portuguese ] = "~Gerir..." ; Text [ finnish ] = "~Jrjestelytykalu..." ; Text [ danish ] = "~Administrer..." ; Text [ french ] = "~Grer..." ; Text [ swedish ] = "~Administrera..." ; 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 ] = "管理(~O)..."; Text[ arabic ] = "..."; Text[ greek ] = "~..."; Text[ korean ] = "관리(~O)..."; Text[ turkish ] = "~Dzenleyici..."; Text[ catalan ] = "~Organitzador..."; Text[ thai ] = "~ตัวจัดระเบียบ..."; Text[ czech ] = "Organizátor..."; Text[ hebrew ] = "~Verwalten..."; Text[ hindi ] = "~व्यवस्थापक..."; Text[ slovak ] = "~Organizátor..."; }; 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"; Text[ catalan ] = "Macro"; Text[ thai ] = "มาโคร"; Text[ czech ] = "Makro"; Text[ hebrew ] = "‮הפעלת מאקרו‬"; Text[ hindi ] = "मॉक्रो"; Text[ slovak ] = "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"; Text[ catalan ] = "Macro"; Text[ thai ] = "มาโคร"; Text[ czech ] = "Makro"; Text[ hebrew ] = "‮הפעלת מאקרו‬"; Text[ hindi ] = "मॉक्रो"; Text[ slovak ] = "Makro"; }; String RID_STR_BTNDEL { /* ### ACHTUNG: Neuer Text in Resource? ~Lschen... : ~Lschen... */ Text = "~Lschen" ; Text [ ENGLISH ] = "~Delete" ; Text [ norwegian ] = "~Slett..." ; Text [ italian ] = "Eli~mina" ; Text [ portuguese_brazilian ] = "~Excluir" ; Text [ portuguese ] = "E~liminar..." ; Text [ finnish ] = "~Poista" ; Text [ danish ] = "~Slet" ; Text [ french ] = "Supprimer" ; Text [ swedish ] = "Ra~dera..." ; Text [ dutch ] = "~Wissen" ; Text [ spanish ] = "~Borrar" ; Text [ english_us ] = "~Delete" ; Text[ chinese_simplified ] = "删除(~D)"; Text[ russian ] = ""; Text[ polish ] = "~Usu"; Text[ japanese ] = "削除(~D)"; Text[ chinese_traditional ] = "刪除(~D)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "삭제(~D)"; Text[ turkish ] = "~Sil"; Text[ catalan ] = "~Suprimeix..."; Text[ thai ] = "~ลบ"; Text[ czech ] = "Smazat"; Text[ hebrew ] = "‮מחיקה‬"; Text[ hindi ] = "~मिटाओ"; Text[ slovak ] = "~Zmazať"; }; 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 ] = "新規作成(~N)"; Text[ chinese_traditional ] = "開啟新檔(~N)"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "새로 만들기(~N)"; Text[ turkish ] = "~Yeni"; Text[ catalan ] = "~Nou"; Text[ thai ] = "ใ~หม่"; Text[ czech ] = "Nový"; Text[ hebrew ] = "‮חדש‬"; Text[ hindi ] = "~नया"; Text[ slovak ] = "~Nový"; }; 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"; Text[ catalan ] = "Tanca"; Text[ thai ] = "ปิด"; Text[ czech ] = "Zavřít"; Text[ hebrew ] = "‮סגירה‬"; Text[ hindi ] = "बन्द करो"; Text[ slovak ] = "Zavrieť"; }; 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 ] = "Selecionar" ; Text [ portuguese ] = "Seleccionar" ; Text [ english_us ] = "Choose" ; Text [ finnish ] = "Valitse" ; 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 ] = "選択"; Text[ chinese_traditional ] = "選擇"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "선택"; Text[ turkish ] = "Se"; Text[ catalan ] = "Trieu"; Text[ thai ] = "เลือก"; Text[ czech ] = "Vybrat"; Text[ hebrew ] = "Auswählen"; Text[ hindi ] = "चुनो"; Text[ slovak ] = "Vybrať"; }; 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 ] = "Uruchom"; Text[ japanese ] = "実行"; Text[ chinese_traditional ] = "執行"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "실행"; Text[ turkish ] = "altr"; Text[ catalan ] = "Executar"; Text[ thai ] = "เรียกใช้งาน"; Text[ czech ] = "Spustit"; Text[ hebrew ] = "Ausführen"; Text[ hindi ] = "चलाओ"; Text[ slovak ] = "Spustiť"; }; String RID_STR_RECORD { Text = "~Speichern" ; Text [ ENGLISH ] = "~Save" ; Text [ norwegian ] = "~Record" ; Text [ italian ] = "~Registra" ; Text [ portuguese_brazilian ] = "~Salvar" ; Text [ portuguese ] = "~Gravar" ; Text [ finnish ] = "~Nauhoita" ; Text [ danish ] = "Indspil" ; Text [ french ] = "Enregistrer" ; Text [ swedish ] = "~Spara" ; Text [ dutch ] = "~Opnemen" ; Text [ spanish ] = "~Guardar" ; Text [ english_us ] = "~Save" ; Text[ chinese_simplified ] = "存盘(~S)"; Text[ russian ] = ""; Text[ polish ] = "Zarejestruj"; Text[ japanese ] = "保存"; Text[ chinese_traditional ] = "儲存"; Text[ arabic ] = ""; Text[ greek ] = ""; Text[ korean ] = "저장(~S)"; Text[ turkish ] = "~Sakla"; Text[ catalan ] = "~Registre"; Text[ thai ] = "~ระเบียน"; Text[ czech ] = "Uložit"; Text[ hebrew ] = "‮שמירה‬"; Text[ hindi ] = "~संचित करो"; Text[ slovak ] = "~Uložiť"; };