26e12b21f2
2003/07/16 17:07:36 ihi 1.50.6.1: rc-3 merge all languages
984 lines
37 KiB
Text
984 lines
37 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: moduldlg.src,v $
|
||
*
|
||
* $Revision: 1.51 $
|
||
*
|
||
* last change: $Author: hr $ $Date: 2003-07-17 14:05:54 $
|
||
*
|
||
* 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 "helpid.hrc"
|
||
#include <moduldlg.hrc>
|
||
#include <basidesh.hrc>
|
||
TabDialog RID_TD_ORGANIZE
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
|
||
/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
|
||
Text = "Makros verwalten" ;
|
||
Text [ ENGLISH ] = "Manage macros" ;
|
||
Moveable = TRUE ;
|
||
TEXT[ italian ] = "Gestione macro";
|
||
TEXT[ portuguese_brazilian ] = "Organizador de Macros";
|
||
TEXT[ portuguese ] = "Gerir macros";
|
||
TEXT[ danish ] = "Administrer makroer";
|
||
TEXT[ french ] = "Gestion de macros";
|
||
TEXT[ swedish ] = "Administrera makron";
|
||
TEXT[ dutch ] = "Macro's beheren";
|
||
TEXT[ spanish ] = "Administrar";
|
||
TEXT[ english_us ] = "Macro Organizer";
|
||
TEXT[ chinese_simplified ] = "管理宏";
|
||
TEXT[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
TEXT[ polish ] = "Zarz<72>dzaj makrami";
|
||
TEXT[ japanese ] = "マクロの管理";
|
||
TEXT[ chinese_traditional ] = "管理巨集";
|
||
TEXT[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Closeable = TRUE ;
|
||
// Da Cancel-Button auf TabPage, nicht auf Dialog!
|
||
TabControl RID_TC_ORGANIZE
|
||
{
|
||
// HelpID = HID_BASICIDE_ORG_TC;
|
||
OutputSize = TRUE ;
|
||
PageList =
|
||
{
|
||
PageItem
|
||
{
|
||
Identifier = RID_TP_MOD ;
|
||
Text = "Module" ;
|
||
Text [ ENGLISH ] = "Modules" ;
|
||
Text [ norwegian ] = "Moduler" ;
|
||
Text [ italian ] = "Moduli" ;
|
||
Text [ portuguese_brazilian ] = "M<>dulos" ;
|
||
Text [ portuguese ] = "M<>dulos" ;
|
||
Text [ finnish ] = "Moduulit" ;
|
||
Text [ danish ] = "Moduler" ;
|
||
Text [ french ] = "Modules" ;
|
||
Text [ swedish ] = "Moduler" ;
|
||
Text [ dutch ] = "Modules" ;
|
||
Text [ spanish ] = "M<>dulos" ;
|
||
Text [ ENGLISH_US ] = "Modules" ;
|
||
Text[ chinese_simplified ] = "模块";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Modu<64>y";
|
||
Text[ japanese ] = "モジュール";
|
||
Text[ chinese_traditional ] = "模組";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "모듈";
|
||
Text[ turkish ] = "Mod<6F>ller";
|
||
Text[ catalan ] = "M<>duls";
|
||
Text[ thai ] = "โมดูล";
|
||
Text[ czech ] = "Moduly";
|
||
Text[ hebrew ] = "Module";
|
||
Text[ hindi ] = "मोड्यूलें";
|
||
Text[ slovak ] = "Moduly";
|
||
};
|
||
PageItem
|
||
{
|
||
Identifier = RID_TP_LIB ;
|
||
Text = "Bibliotheken" ;
|
||
Text [ ENGLISH ] = "Libaries" ;
|
||
Text [ english_us ] = "Libraries" ;
|
||
Text [ italian ] = "Librerie" ;
|
||
Text [ spanish ] = "Bibliotecas" ;
|
||
Text [ french ] = "Biblioth<74>ques" ;
|
||
Text [ dutch ] = "Bibliotheken" ;
|
||
Text [ swedish ] = "Bibliotek" ;
|
||
Text [ danish ] = "Biblioteker" ;
|
||
Text [ portuguese ] = "Bibliotecas" ;
|
||
Text [ portuguese_brazilian ] = "Bibliotecas" ;
|
||
Text[ chinese_simplified ] = "程序库";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Biblioteki";
|
||
Text[ japanese ] = "ライブラリ";
|
||
Text[ chinese_traditional ] = "程式庫";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "라이브러리";
|
||
Text[ turkish ] = "K<>t<EFBFBD>phaneler";
|
||
Text[ catalan ] = "Biblioteques";
|
||
Text[ finnish ] = "Kirjastot";
|
||
Text[ thai ] = "ไลบรารี";
|
||
Text[ czech ] = "Knihovny";
|
||
Text[ hebrew ] = "Bibliotheken";
|
||
Text[ hindi ] = "लैब्ररियाँ";
|
||
Text[ slovak ] = "Knižnice";
|
||
};
|
||
};
|
||
};
|
||
Text [ portuguese ] = "Gerir macros" ;
|
||
Text [ english_us ] = "Macro Organizer" ;
|
||
Text [ portuguese_brazilian ] = "Organizador de Macros" ;
|
||
Text [ swedish ] = "Administrera makron" ;
|
||
Text [ danish ] = "Administrer makroer" ;
|
||
Text [ italian ] = "Gestione macro" ;
|
||
Text [ spanish ] = "Administrar" ;
|
||
Text [ french ] = "Gestion de macros" ;
|
||
Text [ dutch ] = "Macro's beheren" ;
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "매크로 관리";
|
||
Text[ turkish ] = "Makro D<>zenleyicisi";
|
||
Text[ catalan ] = "Organitzador de macros";
|
||
Text[ finnish ] = "Makrojen j<>rjestelyty<74>kalu";
|
||
Text[ thai ] = "ตัวจัดระเบียบมาโคร";
|
||
Text[ czech ] = "Správce maker";
|
||
Text[ hebrew ] = "Makros verwalten";
|
||
Text[ hindi ] = "मॉक्रो व्यवस्थापक";
|
||
Text[ slovak ] = "Správca makier";
|
||
};
|
||
TabPage RID_TP_MODULS
|
||
{
|
||
// HelpId = HID_BASICIDE_MODULS ;
|
||
Hide = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 210 , 140 ) ;
|
||
FixedText RID_STR_LIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text = "M~odul/Dialog" ;
|
||
Text [ ENGLISH ] = "M~odule/Dialog" ;
|
||
Text [ norwegian ] = "M~odule/Dialog" ;
|
||
Text [ italian ] = "M~odulo/Dialogo" ;
|
||
Text [ portuguese_brazilian ] = "M<>dulo / Di<44>l~ogo" ;
|
||
Text [ portuguese ] = "M~<7E>dulo/Di<44>logo" ;
|
||
Text [ finnish ] = "M~oduuli/valintaikkuna" ;
|
||
Text [ danish ] = "M~odul/Dialog" ;
|
||
Text [ french ] = "M~odule/bo<62>te de dialogue" ;
|
||
Text [ swedish ] = "M~odul/dialog" ;
|
||
Text [ dutch ] = "M~odule/dialoogvenster" ;
|
||
Text [ spanish ] = "M<>d~ulo/Di<44>logo" ;
|
||
Text [ english_us ] = "M~odule/Dialog" ;
|
||
Text[ chinese_simplified ] = "模块/对话框(~O)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "M~odu<64>/okno dialogowe";
|
||
Text[ japanese ] = "モジュール/ダイアログ(~O)";
|
||
Text[ chinese_traditional ] = "模組/對話方塊(~O)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "모듈/대화 상자(~O)";
|
||
Text[ turkish ] = "M~od<6F>l/Diyalog";
|
||
Text[ catalan ] = "M<>dul/Di<44>leg";
|
||
Text[ thai ] = "โม~ดูล/ไดอะล็อก";
|
||
Text[ czech ] = "Modul/Dialog";
|
||
Text[ hebrew ] = "M~odul/Dialog";
|
||
Text[ hindi ] = "मो~ड्यूल/डयलॉग";
|
||
Text[ slovak ] = "M~odul/Dialóg";
|
||
};
|
||
/*
|
||
Edit RID_EDIT
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
Border = TRUE ;
|
||
};
|
||
*/
|
||
Control RID_TRLBOX
|
||
{
|
||
HelpId = HID_BASICIDE_MODULES_TREE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 117 ) ;
|
||
TabStop = TRUE ;
|
||
Border = TRUE ;
|
||
};
|
||
PushButton RID_PB_EDIT
|
||
{
|
||
Text= "~Bearbeiten";
|
||
Text[ italian ] = "Modi~fica";
|
||
Text[ portuguese_brazilian ] = "~Editar";
|
||
Text[ portuguese ] = "~Editar";
|
||
Text[ danish ] = "~Rediger";
|
||
Text[ french ] = "<22>diter";
|
||
Text[ swedish ] = "~Redigera";
|
||
Text[ dutch ] = "~Bewerken";
|
||
Text[ spanish ] = "Editar";
|
||
Text[ english_us ] = "~Edit";
|
||
Text[ chinese_simplified ] = "编辑(~E)";
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text[ chinese_traditional ] = "編輯(~E)";
|
||
Text = "~Bearbeiten" ;
|
||
Text [ ENGLISH ] = "~Edit" ;
|
||
Text [ norwegian ] = "~Rediger" ;
|
||
Text [ italian ] = "Modi~fica" ;
|
||
Text [ portuguese_brazilian ] = "~Editar" ;
|
||
Text [ portuguese ] = "~Editar" ;
|
||
Text [ finnish ] = "~Muokkaa" ;
|
||
Text [ danish ] = "~Rediger" ;
|
||
Text [ french ] = "<22>diter" ;
|
||
Text [ swedish ] = "~Redigera" ;
|
||
Text [ dutch ] = "~Bewerken" ;
|
||
Text [ spanish ] = "Editar" ;
|
||
Text [ english_us ] = "~Edit" ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Edytuj";
|
||
Text[ japanese ] = "編集(~E)";
|
||
Text[ korean ] = "편집(~E)";
|
||
Text[ turkish ] = "~D<>zenle";
|
||
Text[ catalan ] = "~Edita";
|
||
Text[ thai ] = "แ~ก้ไข";
|
||
Text[ czech ] = "Upravit";
|
||
Text[ hebrew ] = "עריכה";
|
||
Text[ hindi ] = "~संपादन";
|
||
Text[ slovak ] = "~Upraviť";
|
||
};
|
||
CancelButton RID_PB_CLOSE
|
||
{
|
||
Text= "Schlie<69>en";
|
||
Text[ italian ] = "Chiudi";
|
||
Text[ portuguese_brazilian ] = "Fechar";
|
||
Text[ portuguese ] = "Fechar";
|
||
Text[ danish ] = "Luk";
|
||
Text[ french ] = "Fermer";
|
||
Text[ swedish ] = "St<53>ng";
|
||
Text[ dutch ] = "Sluiten";
|
||
Text[ spanish ] = "Cerrar";
|
||
Text[ english_us ] = "Close";
|
||
Text[ chinese_simplified ] = "关闭";
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Text[ chinese_traditional ] = "關閉";
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schlie<69>en : Schlie<69>en */
|
||
Text = "Schlie<69>en" ;
|
||
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 ] = "St<53>ng" ;
|
||
Text [ dutch ] = "Sluiten" ;
|
||
Text [ spanish ] = "Cerrar" ;
|
||
Text [ english_us ] = "Close" ;
|
||
TabStop = TRUE ;
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zamknij";
|
||
Text[ japanese ] = "閉じる";
|
||
Text[ korean ] = "닫기";
|
||
Text[ turkish ] = "Kapat";
|
||
Text[ catalan ] = "Tanca";
|
||
Text[ thai ] = "ปิด";
|
||
Text[ czech ] = "Zavřít";
|
||
Text[ hebrew ] = "סגירה";
|
||
Text[ hindi ] = "बन्द करो";
|
||
Text[ slovak ] = "Zavrieť";
|
||
};
|
||
PushButton RID_PB_NEWMOD
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 86 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text = "Neues ~Modul..." ;
|
||
Text [ ENGLISH ] = "New ~module..." ;
|
||
Text [ norwegian ] = "New ~module..." ;
|
||
Text [ italian ] = "Nuovo ~modulo..." ;
|
||
Text [ portuguese_brazilian ] = "Novo ~M<>dulo..." ;
|
||
Text [ portuguese ] = "~Novo m<>dulo..." ;
|
||
Text [ finnish ] = "Uusi ~moduuli..." ;
|
||
Text [ danish ] = "Nyt ~modul..." ;
|
||
Text [ french ] = "Nouveau ~module..." ;
|
||
Text [ swedish ] = "Ny ~modul..." ;
|
||
Text [ dutch ] = "Nieuwe ~module..." ;
|
||
Text [ spanish ] = "~M<>dulo nuevo..." ;
|
||
Text [ english_us ] = "New ~Module..." ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "新建模块(~M)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "Nowy ~modu<64>...";
|
||
Text[ japanese ] = "新しいモジュール(~M)...";
|
||
Text[ chinese_traditional ] = "新建模組(~M)...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "새 모듈(~M)...";
|
||
Text[ turkish ] = "Yeni ~Mod<6F>l...";
|
||
Text[ catalan ] = "~M<>dul nou...";
|
||
Text[ thai ] = "โ~มดูลใหม่...";
|
||
Text[ czech ] = "Nový modul..";
|
||
Text[ hebrew ] = "Neues ~Modul...";
|
||
Text[ hindi ] = "नया ~मोड्यूल...";
|
||
Text[ slovak ] = "Nový ~Modul...";
|
||
};
|
||
PushButton RID_PB_NEWDLG
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text = "Neuer Dialo~g..." ;
|
||
Text [ ENGLISH ] = "New dialo~g..." ;
|
||
Text [ norwegian ] = "New dialo~g..." ;
|
||
Text [ italian ] = "Nuovo dialo~go" ;
|
||
Text [ portuguese_brazilian ] = "Novo Di<44>lo~go..." ;
|
||
Text [ portuguese ] = "Novo di<64>lo~go..." ;
|
||
Text [ finnish ] = "~Uusi valintaikkuna..." ;
|
||
Text [ danish ] = "Ny dialo~g..." ;
|
||
Text [ french ] = "Nouv. bo<62>te dialogue" ;
|
||
Text [ swedish ] = "Ny dialo~g..." ;
|
||
Text [ dutch ] = "Nieuw ~dialoogvenster..." ;
|
||
Text [ spanish ] = "Di<44>lo~go nuevo..." ;
|
||
Text [ english_us ] = "~New Dialog..." ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "新建对话框(~N)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "~Nowe okno dialogowe...";
|
||
Text[ japanese ] = "新しいダイアログ(~N)...";
|
||
Text[ chinese_traditional ] = "開啟對話方塊(~N)...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>...";
|
||
Text[ korean ] = "새 대화 상자(~N)...";
|
||
Text[ turkish ] = "~Yeni Diyalog...";
|
||
Text[ catalan ] = "Di<44>leg ~nou...";
|
||
Text[ thai ] = "ไดอะล็อกใ~หม่...";
|
||
Text[ czech ] = "Nový dialog...";
|
||
Text[ hebrew ] = "Neuer Dialo~g...";
|
||
Text[ hindi ] = "~नया डयलॉग...";
|
||
Text[ slovak ] = "~Nový Dialóg...";
|
||
};
|
||
PushButton RID_PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 120 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen... : ~L<>schen... */
|
||
Text = "~L<>schen" ;
|
||
Text [ ENGLISH ] = "~Delete" ;
|
||
Text [ norwegian ] = "~Slett..." ;
|
||
Text [ italian ] = "~Elimina" ;
|
||
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" ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "删除(~D)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Usu<73>";
|
||
Text[ japanese ] = "削除(~D)";
|
||
Text[ chinese_traditional ] = "刪除(~D)...";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "삭제(~D)";
|
||
Text[ turkish ] = "~Sil";
|
||
Text[ catalan ] = "~Suprimeix...";
|
||
Text[ thai ] = "~ลบ";
|
||
Text[ czech ] = "Smazat";
|
||
Text[ hebrew ] = "מחיקה";
|
||
Text[ hindi ] = "~मिटाओ";
|
||
Text[ slovak ] = "~Zmazať";
|
||
};
|
||
};
|
||
TabPage RID_TP_LIBS
|
||
{
|
||
// HelpId = HID_BASICIDE_LIBS_TP ;
|
||
Hide = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 210 , 140 ) ;
|
||
FixedText RID_STR_BASICS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text = "Applikation/D~okument" ;
|
||
Text [ ENGLISH ] = "Application/D~ocument" ;
|
||
Text[ english_us ] = "Application/D~ocument";
|
||
Text[ portuguese ] = "Aplica<63><61>o/D~ocumento";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Toepassing/D~ocument";
|
||
Text[ french ] = "Application/D~ocument";
|
||
Text[ spanish ] = "Aplicaci<63>n/D~ocumento";
|
||
Text[ finnish ] = "Sovellus/Asia~kirja";
|
||
Text[ italian ] = "Applicazione/D~ocumento";
|
||
Text[ danish ] = "Program/d~okument";
|
||
Text[ swedish ] = "Till<6C>mpning/d~okument";
|
||
Text[ polish ] = "Aplikacja/D~okument";
|
||
Text[ portuguese_brazilian ] = "Aplica<63><61>o / D~ocumento";
|
||
Text[ japanese ] = "アプリケーションとドキュメント(~O)";
|
||
Text[ korean ] = "응용 프로그램/문서(~O)";
|
||
Text[ chinese_simplified ] = "应用程序/文档(~O)";
|
||
Text[ chinese_traditional ] = "應用程式/文件(~O)";
|
||
Text[ turkish ] = "Uygulama/M~etin";
|
||
Text[ arabic ] = "Application/D~ocument";
|
||
Text[ catalan ] = "Aplicaci<63>/D~ocument";
|
||
Text[ thai ] = "แอพพลิเคชั่น/เ~อกสาร";
|
||
Text[ czech ] = "Aplikace/dokument";
|
||
Text[ hebrew ] = "Applikation/D~okument";
|
||
Text[ hindi ] = "कार्यक्रम/ले~खपत्र";
|
||
Text[ slovak ] = "Aplikácia/D~okument";
|
||
};
|
||
ListBox RID_LB_BASICS
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 17 ) ;
|
||
Size = MAP_APPFONT ( 130 , 80 ) ;
|
||
TabStop = TRUE ;
|
||
DropDown = TRUE ;
|
||
};
|
||
FixedText RID_STR_LIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 36 ) ;
|
||
Size = MAP_APPFONT ( 130 , 10 ) ;
|
||
Text = "Bibliothe~k" ;
|
||
Text [ ENGLISH ] = "Libar~y" ;
|
||
Text [ dutch ] = "Bibliothee~k" ;
|
||
Text [ english_us ] = "~Library" ;
|
||
Text [ italian ] = "Libreria" ;
|
||
Text [ spanish ] = "~Biblioteca" ;
|
||
Text [ french ] = "Biblioth<74>~que" ;
|
||
Text [ swedish ] = "Bibliote~k" ;
|
||
Text [ danish ] = "Bibliote~k" ;
|
||
Text [ portuguese ] = "Bibliote~ca" ;
|
||
Text [ portuguese_brazilian ] = "Bib~lioteca" ;
|
||
Text[ chinese_simplified ] = "程序库(~L)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Biblioteka";
|
||
Text[ japanese ] = "ライブラリ(~L)";
|
||
Text[ chinese_traditional ] = "程式庫(~L)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
|
||
Text[ korean ] = "라이브러리(~L)";
|
||
Text[ turkish ] = "~Kitapl<70>k";
|
||
Text[ catalan ] = "~Biblioteca";
|
||
Text[ finnish ] = "~Kirjasto";
|
||
Text[ thai ] = "ไ~ลบรารี";
|
||
Text[ czech ] = "Knihovna";
|
||
Text[ hebrew ] = "Bibliothe~k";
|
||
Text[ hindi ] = "~लैब्ररी";
|
||
Text[ slovak ] = "~Knižnica";
|
||
};
|
||
Control RID_TRLBOX
|
||
{
|
||
HelpID = HID_BASICIDE_LIBS_TREE ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 47 ) ;
|
||
Size = MAP_APPFONT ( 130 , 87 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
PushButton RID_PB_EDIT
|
||
{
|
||
Text= "~Bearbeiten";
|
||
Text[ italian ] = "Modi~fica";
|
||
Text[ portuguese_brazilian ] = "~Editar";
|
||
Text[ portuguese ] = "~Editar";
|
||
Text[ danish ] = "~Rediger";
|
||
Text[ french ] = "<22>diter";
|
||
Text[ swedish ] = "~Redigera";
|
||
Text[ dutch ] = "~Bewerken";
|
||
Text[ spanish ] = "Editar";
|
||
Text[ english_us ] = "~Edit";
|
||
Text[ chinese_simplified ] = "编辑(~E)";
|
||
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text[ chinese_traditional ] = "編輯(~E)";
|
||
Text = "~Bearbeiten" ;
|
||
Text [ ENGLISH ] = "~Edit" ;
|
||
Text [ norwegian ] = "~Rediger" ;
|
||
Text [ italian ] = "Modi~fica" ;
|
||
Text [ portuguese_brazilian ] = "~Editar" ;
|
||
Text [ portuguese ] = "~Editar" ;
|
||
Text [ finnish ] = "~Muokkaa" ;
|
||
Text [ danish ] = "~Rediger" ;
|
||
Text [ french ] = "<22>diter" ;
|
||
Text [ swedish ] = "~Redigera" ;
|
||
Text [ dutch ] = "~Bewerken" ;
|
||
Text [ spanish ] = "Editar" ;
|
||
Text [ english_us ] = "~Edit" ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Edytuj";
|
||
Text[ japanese ] = "編集(~E)";
|
||
Text[ korean ] = "편집(~E)";
|
||
Text[ turkish ] = "~D<>zenle";
|
||
Text[ catalan ] = "~Edita";
|
||
Text[ thai ] = "แ~ก้ไข";
|
||
Text[ czech ] = "Upravit";
|
||
Text[ hebrew ] = "עריכה";
|
||
Text[ hindi ] = "~संपादन";
|
||
Text[ slovak ] = "~Upraviť";
|
||
};
|
||
CancelButton RID_PB_CLOSE
|
||
{
|
||
Text= "Schlie<69>en";
|
||
Text[ italian ] = "Chiudi";
|
||
Text[ portuguese_brazilian ] = "Fechar";
|
||
Text[ portuguese ] = "Fechar";
|
||
Text[ danish ] = "Luk";
|
||
Text[ french ] = "Fermer";
|
||
Text[ swedish ] = "St<53>ng";
|
||
Text[ dutch ] = "Sluiten";
|
||
Text[ spanish ] = "Cerrar";
|
||
Text[ english_us ] = "Close";
|
||
Text[ chinese_simplified ] = "关闭";
|
||
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
||
Text[ chinese_traditional ] = "關閉";
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Schlie<69>en : Schlie<69>en */
|
||
Text = "Schlie<69>en" ;
|
||
Text [ ENGLISH ] = "Close" ;
|
||
Text [ norwegian ] = "Lukk" ;
|
||
Text [ italian ] = "Chiudi" ;
|
||
Text [ portuguese_brazilian ] = "Fechar" ;
|
||
Text [ portuguese ] = "Fechar" ;
|
||
Text [ DANISH ] = "Luk" ;
|
||
Text [ ENGLISH_US ] = "Close" ;
|
||
Text [ SPANISH ] = "Cerrar" ;
|
||
Text [ FINNISH ] = "Sulje" ;
|
||
Text [ FRENCH ] = "Fermer" ;
|
||
Text [ DUTCH ] = "Sluiten" ;
|
||
Text [ SWEDISH ] = "St<53>ng" ;
|
||
TabStop = TRUE ;
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zamknij";
|
||
Text[ japanese ] = "閉じる";
|
||
Text[ korean ] = "닫기";
|
||
Text[ turkish ] = "Kapat";
|
||
Text[ catalan ] = "Tanca";
|
||
Text[ thai ] = "ปิด";
|
||
Text[ czech ] = "Zavřít";
|
||
Text[ hebrew ] = "סגירה";
|
||
Text[ hindi ] = "बन्द करो";
|
||
Text[ slovak ] = "Zavrieť";
|
||
};
|
||
PushButton RID_PB_PASSWORD
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 43 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text = "K~ennwort..." ;
|
||
Text [ ENGLISH ] = "~Password..." ;
|
||
Text [ norwegian ] = "~Passord..." ;
|
||
Text [ italian ] = "~Password..." ;
|
||
Text [ portuguese_brazilian ] = "~Senha..." ;
|
||
Text [ portuguese ] = "~Senha..." ;
|
||
Text [ finnish ] = "~Salasana..." ;
|
||
Text [ danish ] = "A~dgangskode..." ;
|
||
Text [ french ] = "Mot de passe..." ;
|
||
Text [ swedish ] = "L<>s~enord..." ;
|
||
Text [ dutch ] = "W~achtwoord..." ;
|
||
Text [ spanish ] = "~Contrase<73>a..." ;
|
||
Text [ english_us ] = "~Password..." ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "密码(~P)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "~Has<61>o...";
|
||
Text[ japanese ] = "パスワード(~P)...";
|
||
Text[ chinese_traditional ] = "密碼(~P)...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "암호(~P)...";
|
||
Text[ turkish ] = "~<7E>ifre...";
|
||
Text[ catalan ] = "~Contrasenya...";
|
||
Text[ thai ] = "~รหัสผ่าน...";
|
||
Text[ czech ] = "Heslo...";
|
||
Text[ hebrew ] = "סיסמה";
|
||
Text[ hindi ] = "~कूटशब्द...";
|
||
Text[ slovak ] = "~Heslo...";
|
||
};
|
||
PushButton RID_PB_NEWLIB
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 86 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
Text = "~Neu..." ;
|
||
Text [ ENGLISH ] = "~New..." ;
|
||
Text [ norwegian ] = "~Ny..." ;
|
||
Text [ italian ] = "~Nuovo..." ;
|
||
Text [ portuguese_brazilian ] = "~Novo..." ;
|
||
Text [ portuguese ] = "~Novo..." ;
|
||
Text [ french ] = "Nouveau..." ;
|
||
Text [ dutch ] = "~Nieuw..." ;
|
||
Text [ spanish ] = "~Nuevo..." ;
|
||
Text [ danish ] = "~Ny..." ;
|
||
Text [ swedish ] = "~Nytt..." ;
|
||
Text [ finnish ] = "~Uusi..." ;
|
||
Text [ english_us ] = "~New..." ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "新建(~N)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Nowy...";
|
||
Text[ japanese ] = "新規作成(~N)...";
|
||
Text[ chinese_traditional ] = "新建(~N)...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "새로 만들기(~N)...";
|
||
Text[ turkish ] = "~Yeni...";
|
||
Text[ catalan ] = "~Nou...";
|
||
Text[ thai ] = "ใ~หม่...";
|
||
Text[ czech ] = "Nový...";
|
||
Text[ hebrew ] = "חדש...";
|
||
Text[ hindi ] = "~नया...";
|
||
Text[ slovak ] = "~Nové...";
|
||
};
|
||
PushButton RID_PB_APPEND
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 103 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Hin~zuf<75>gen... : Hin~zuf<75>gen... */
|
||
Text = "Hin~zuf<75>gen..." ;
|
||
Text [ ENGLISH ] = "A~ppend..." ;
|
||
Text [ dutch ] = "Toe~voegen..." ;
|
||
Text [ english_us ] = "~Append..." ;
|
||
Text [ italian ] = "Aggi~ungi..." ;
|
||
Text [ spanish ] = "~Adjuntar..." ;
|
||
Text [ french ] = "~Ajouter..." ;
|
||
Text [ swedish ] = "L<>gg ~till..." ;
|
||
Text [ danish ] = "Til~f<>j..." ;
|
||
Text [ portuguese_brazilian ] = "~Anexar..." ;
|
||
Text [ portuguese ] = "~Adicionar..." ;
|
||
Text[ chinese_simplified ] = "新增(~A)...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ polish ] = "~Do<44><6F>cz...";
|
||
Text[ japanese ] = "追加(~A)...";
|
||
Text[ chinese_traditional ] = "新增(~A)...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "추가(~A)...";
|
||
Text[ turkish ] = "~Sonuna ekle...";
|
||
Text[ catalan ] = "~Afegeix...";
|
||
Text[ finnish ] = "~Liit<69>...";
|
||
Text[ thai ] = "~ผนวก...";
|
||
Text[ czech ] = "Připojit...";
|
||
Text[ hebrew ] = "Hin~zufügen...";
|
||
Text[ hindi ] = "~जोड़ो...";
|
||
Text[ slovak ] = "~Pripojiť...";
|
||
};
|
||
PushButton RID_PB_DELETE
|
||
{
|
||
Pos = MAP_APPFONT ( 144 , 120 ) ;
|
||
Size = MAP_APPFONT ( 60 , 14 ) ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? ~L<>schen... : ~L<>schen... */
|
||
Text = "~L<>schen" ;
|
||
Text [ ENGLISH ] = "~Delete" ;
|
||
Text [ norwegian ] = "~Slett..." ;
|
||
Text [ italian ] = "~Elimina" ;
|
||
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" ;
|
||
TabStop = TRUE ;
|
||
Text[ chinese_simplified ] = "删除(~D)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "~Usu<73>";
|
||
Text[ japanese ] = "削除(~D)";
|
||
Text[ chinese_traditional ] = "刪除(~D)...";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "삭제(~D)";
|
||
Text[ turkish ] = "~Sil...";
|
||
Text[ catalan ] = "~Suprimeix...";
|
||
Text[ thai ] = "~ลบ";
|
||
Text[ czech ] = "Smazat";
|
||
Text[ hebrew ] = "מחיקה";
|
||
Text[ hindi ] = "~मिटाओ";
|
||
Text[ slovak ] = "~Zmazať";
|
||
};
|
||
};
|
||
ModalDialog RID_DLG_LIBS
|
||
{
|
||
// HelpId = HID_BASICIDE_LIBS_DLG ;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 168 , 132 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
OKButton RID_PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 112 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 112 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText RID_FT_STORAGENAME
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 100 , 10 ) ;
|
||
};
|
||
Control RID_CTRL_LIBS
|
||
{
|
||
HelpID = HID_BASICIDE_LIBSDLG_TREE ;
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
||
Size = MAP_APPFONT ( 100 , 67 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedLine RID_FL_OPTIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 89 ) ;
|
||
Size = MAP_APPFONT ( 156 , 8 ) ;
|
||
Text = "Optionen" ;
|
||
Text [ English ] = "Options" ;
|
||
Text [ dutch ] = "Opties" ;
|
||
Text [ english_us ] = "Options" ;
|
||
Text [ italian ] = "Opzioni" ;
|
||
Text [ spanish ] = "Opciones" ;
|
||
Text [ french ] = "Options" ;
|
||
Text [ swedish ] = "Alternativ" ;
|
||
Text [ danish ] = "Indstillinger" ;
|
||
Text [ portuguese ] = "Op<4F><70>es" ;
|
||
Text [ portuguese_brazilian ] = "Op<4F><70>es" ;
|
||
Text[ chinese_simplified ] = "选项";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Opcje";
|
||
Text[ japanese ] = "オプション";
|
||
Text[ chinese_traditional ] = "選項";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "옵션";
|
||
Text[ turkish ] = "Se<53>enekler";
|
||
Text[ catalan ] = "Opcions";
|
||
Text[ finnish ] = "Asetukset";
|
||
Text[ thai ] = "ตัวเลือก";
|
||
Text[ czech ] = "Volby";
|
||
Text[ hebrew ] = "אפשרויות";
|
||
Text[ hindi ] = "विकल्प";
|
||
Text[ slovak ] = "Nastavenia";
|
||
};
|
||
CheckBox RID_CB_REF
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 100 ) ;
|
||
Size = MAP_APPFONT ( 146 , 10 ) ;
|
||
TabStop = TRUE ;
|
||
/* ### ACHTUNG: Neuer Text in Resource? Als Referenz einf<6E>gen (nur lesen) : Als Referenz einf<6E>gen (nur lesen) */
|
||
Text = "Als Referenz einf<6E>gen (nur lesen)" ;
|
||
Text [ English ] = "Insert as reference (read only)" ;
|
||
Text [ english_us ] = "Insert as reference (read-only)" ;
|
||
Text [ portuguese_brazilian ] = "Inserir como refer<65>ncia (somente leitura)" ;
|
||
Text [ swedish ] = "Infoga som referens (bara l<>sning)" ;
|
||
Text [ danish ] = "Inds<64>t som reference (kun l<>se)" ;
|
||
Text [ italian ] = "Inserisci come riferimento (sola lettura)" ;
|
||
Text [ spanish ] = "Insertar como referencia (s<>lo lectura)" ;
|
||
Text [ french ] = "Ins<6E>rer comme r<>f<EFBFBD>rence (lecture seule)" ;
|
||
Text [ dutch ] = "Als verwijzing invoegen (alleen-lezen)" ;
|
||
Text [ portuguese ] = "Inserir como refer<65>ncia (s<> leitura)" ;
|
||
Text[ chinese_simplified ] = "当作引用插入(只读)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)";
|
||
Text[ polish ] = "Wstaw jako odwo<77>anie (tylko do odczytu)";
|
||
Text[ japanese ] = "参照として挿入(読み取り専用)";
|
||
Text[ chinese_traditional ] = "當作參照插入(唯讀)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>)";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "참조로 삽입(읽기 전용)";
|
||
Text[ turkish ] = "Referans olarak ekle (salt okunur)";
|
||
Text[ catalan ] = "Insereix com a refer<65>ncia (nom<6F>s de lectura)";
|
||
Text[ finnish ] = "Lis<69><73> viittaus (vain luku)";
|
||
Text[ thai ] = "แทรกเป็นการอ้างอิง (อ่านอย่างเดียว)";
|
||
Text[ czech ] = "Vložit jako referenci (pouze pro čtení)";
|
||
Text[ hebrew ] = "Als Referenz einfügen (nur lesen)";
|
||
Text[ hindi ] = "रेफरेन्स जैसे जोड़ो (केवल पढ़ने केलिए)";
|
||
Text[ slovak ] = "Vložiť ako referenciu (iba pre čítanie)";
|
||
};
|
||
CheckBox RID_CB_REPL
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 113 ) ;
|
||
Size = MAP_APPFONT ( 146 , 10 ) ;
|
||
Text = "Existierende Bibliotheken ersetzen" ;
|
||
Text [ English ] = "Replace existing Libaries" ;
|
||
Text [ portuguese ] = "Substituir bibliotecas existentes" ;
|
||
Text [ english_us ] = "Replace existing libraries" ;
|
||
Text [ portuguese_brazilian ] = "Substituir as bibliotecas existentes" ;
|
||
Text [ swedish ] = "Ers<72>tt existerande bibliotek" ;
|
||
Text [ danish ] = "Erstat eksisterende biblioteker" ;
|
||
Text [ italian ] = "Sostituisci le librerie esistenti" ;
|
||
Text [ spanish ] = "Reemplazar bibliotecas existentes" ;
|
||
Text [ french ] = "Remplacer les biblioth<74>ques existantes" ;
|
||
Text [ dutch ] = "Bestaande bibliotheken vervangen" ;
|
||
Text[ chinese_simplified ] = "替换现存的程序库";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zamie<69> istniej<65>ce biblioteki";
|
||
Text[ japanese ] = "既存ライブラリの置換";
|
||
Text[ chinese_traditional ] = "替代現存的程式庫";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "기존 라이브러리 바꾸기";
|
||
Text[ turkish ] = "Mevcut kitapl<70>klar<61> de<64>i<EFBFBD>tir";
|
||
Text[ catalan ] = "Reempla<6C>a les biblioteques existents";
|
||
Text[ finnish ] = "Korvaa nykyiset kirjastot";
|
||
Text[ thai ] = "แทนที่ไลบรารีที่มีอยู่";
|
||
Text[ czech ] = "Nahradit stávající knihovny";
|
||
Text[ hebrew ] = "Existierende Bibliotheken ersetzen";
|
||
Text[ hindi ] = "अस्तित्व में रहनेवाला लैब्ररियाँ को प्रतिस्थापित करो";
|
||
Text[ slovak ] = "Nahradiť existujúce knižnice";
|
||
};
|
||
};
|
||
ModalDialog RID_DLG_NEWLIB
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 160 , 55 ) ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
OKButton RID_PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 104 , 6 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
DefButton = TRUE ;
|
||
};
|
||
CancelButton RID_PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 104 , 23 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
FixedText RID_FT_NEWLIB
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
||
Size = MAP_APPFONT ( 100 , 10 ) ;
|
||
Text = "~Name:" ;
|
||
Text [ English ] = "~Name:" ;
|
||
Text [ english_us ] = "~Name:" ;
|
||
Text [ portuguese_brazilian ] = "~Nome:" ;
|
||
Text [ swedish ] = "~Namn:" ;
|
||
Text [ danish ] = "~Navn:" ;
|
||
Text [ italian ] = "~Nome:" ;
|
||
Text [ spanish ] = "~Nombre:" ;
|
||
Text [ french ] = "~Nom :" ;
|
||
Text [ dutch ] = "~Naam:" ;
|
||
Text [ portuguese ] = "~Nome:" ;
|
||
Text[ chinese_simplified ] = "名称(~N):";
|
||
Text[ russian ] = "<22><><EFBFBD>:";
|
||
Text[ polish ] = "~Nazwa:";
|
||
Text[ japanese ] = "名前(~N):";
|
||
Text[ chinese_traditional ] = "名稱(~N):";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>:";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD>:";
|
||
Text[ korean ] = "이름(~N):";
|
||
Text[ turkish ] = "~Ad:";
|
||
Text[ catalan ] = "~Nom:";
|
||
Text[ finnish ] = "~Nimi:";
|
||
Text[ thai ] = "~ชื่อ:";
|
||
Text[ czech ] = "Název:";
|
||
Text[ hebrew ] = "~Name:";
|
||
Text[ hindi ] = "~नाम:";
|
||
Text[ slovak ] = "~Názov:";
|
||
};
|
||
Edit RID_ED_LIBNAME
|
||
{
|
||
Border = TRUE ;
|
||
Pos = MAP_APPFONT ( 6 , 19 ) ;
|
||
Size = MAP_APPFONT ( 92 , 12 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|