1003 lines
41 KiB
Plaintext
1003 lines
41 KiB
Plaintext
/*************************************************************************
|
||
*
|
||
* $RCSfile: fmexpl.src,v $
|
||
*
|
||
* $Revision: 1.25 $
|
||
*
|
||
* last change: $Author: fs $ $Date: 2002-05-17 08:41:18 $
|
||
*
|
||
* 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 "svxids.hrc"
|
||
#include "fmresids.hrc"
|
||
#include "fmexpl.hrc"
|
||
#include "globlmn.hrc"
|
||
Menu RID_FMEXPLORER_POPUPMENU
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_NEW ;
|
||
HelpID = SID_FM_NEW ;
|
||
Text = "~Neu" ;
|
||
Text [ ENGLISH ] = "~New" ;
|
||
Text [ portuguese ] = "Novo" ;
|
||
Text [ english_us ] = "~New" ;
|
||
Text [ portuguese_brazilian ] = "Neu" ;
|
||
Text [ swedish ] = "~Nytt" ;
|
||
Text [ danish ] = "~Ny(t)" ;
|
||
Text [ italian ] = "Nuovo" ;
|
||
Text [ spanish ] = "N~uevo" ;
|
||
Text [ french ] = "Nouveau" ;
|
||
Text [ dutch ] = "~Nieuw" ;
|
||
SubMenu = Menu
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_NEW_FORM ;
|
||
HelpID = SID_FM_NEW_FORM ;
|
||
Text = "~Formular" ;
|
||
Text [ ENGLISH ] = "~Form" ;
|
||
Text [ english_us ] = "Form" ;
|
||
Text [ portuguese_brazilian ] = "Formular" ;
|
||
Text [ swedish ] = "~Formul<75>r" ;
|
||
Text [ danish ] = "~Formular" ;
|
||
Text [ italian ] = "Formulario" ;
|
||
Text [ spanish ] = "~Formulario" ;
|
||
Text [ french ] = "~Formulaire" ;
|
||
Text [ dutch ] = "~Formulier" ;
|
||
Text [ portuguese ] = "~Formul<75>rio" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Formularz";
|
||
Text[ japanese ] = "̫<><CCAB>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Form";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Formulario";
|
||
Text[ finnish ] = "Lomake";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_NEW_HIDDEN ;
|
||
HelpID = SID_FM_NEW_HIDDEN ;
|
||
Text = "~verstecktes Control" ;
|
||
Text [ ENGLISH ] = "~Hidden control" ;
|
||
Text [ english_us ] = "Hidden Control" ;
|
||
Text [ portuguese_brazilian ] = "Hidden Control" ;
|
||
Text [ swedish ] = "~Dold kontroll" ;
|
||
Text [ danish ] = "Skjult kontrol" ;
|
||
Text [ italian ] = "Controllo nascosto" ;
|
||
Text [ spanish ] = "~Control oculto" ;
|
||
Text [ french ] = "C~ontr<74>le cach<63>" ;
|
||
Text [ dutch ] = "~verborgen controle" ;
|
||
Text [ portuguese ] = "Controlo o~culto" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><C4BF><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Ukryty formant";
|
||
Text[ japanese ] = "<22>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD>۰<EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>~<7E><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>Ʈ<EFBFBD><C6AE>";
|
||
Text[ turkish ] = "Gizli komut alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Control oculto";
|
||
Text[ finnish ] = "Piilotettu ohjausobjekti";
|
||
};
|
||
};
|
||
};
|
||
Text[ chinese_simplified ] = "<22>½<EFBFBD>(~N)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>~<7E><><EFBFBD>";
|
||
Text[ polish ] = "~Nowy";
|
||
Text[ japanese ] = "<22>V<EFBFBD>K<EFBFBD>쐬(~N)";
|
||
Text[ chinese_traditional ] = "<22>}<7D>ҷs<D2B7><73>(~N)";
|
||
Text[ arabic ] = "~<7E><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~N)";
|
||
Text[ turkish ] = "~Yeni";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "N~uevo";
|
||
Text[ finnish ] = "~Uusi";
|
||
};
|
||
MenuItem
|
||
{
|
||
Text = "Ersetzen durch";
|
||
Text [ ENGLISH ] = "Ersetzen durch";
|
||
Identifier = SID_FM_CHANGECONTROLTYPE ;
|
||
HelpID = SID_FM_CHANGECONTROLTYPE ;
|
||
Text[ english_us ] = "Replace with";
|
||
Text[ portuguese ] = "Substituir por";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||
Text[ dutch ] = "Vervangen door";
|
||
Text[ french ] = "Remplacer par";
|
||
Text[ spanish ] = "Reemplazar con";
|
||
Text[ italian ] = "Sostituisci con";
|
||
Text[ danish ] = "Erstat med";
|
||
Text[ swedish ] = "Ers<72>tt med";
|
||
Text[ polish ] = "Zamie<69> na";
|
||
Text[ portuguese_brazilian ] = "Ersetzen durch";
|
||
Text[ japanese ] = "<22>u<EFBFBD><75><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ٲٱ<D9B2>";
|
||
Text[ chinese_simplified ] = "<22>滻<EFBFBD><E6BBBB>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||
Text[ turkish ] = "<22>ununla de<64>i<EFBFBD>tir...";
|
||
Text[ catalan ] = "Reemplazar con";
|
||
Text[ finnish ] = "~Korvaa kohteella";
|
||
};
|
||
MenuItem { ITEM_EDIT_CUT };
|
||
MenuItem { ITEM_EDIT_COPY };
|
||
MenuItem { ITEM_EDIT_PASTE };
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_DELETE ;
|
||
HelpID = SID_FM_DELETE ;
|
||
Text = "~L<>schen" ;
|
||
Text [ ENGLISH ] = "~Delete" ;
|
||
Text [ english_us ] = "~Delete" ;
|
||
Text [ portuguese_brazilian ] = "L?chen" ;
|
||
Text [ swedish ] = "~Radera" ;
|
||
Text [ danish ] = "~Slet" ;
|
||
Text [ italian ] = "Elimina" ;
|
||
Text [ spanish ] = "~Eliminar" ;
|
||
Text [ french ] = "~Supprimer" ;
|
||
Text [ dutch ] = "Wi~ssen" ;
|
||
Text [ portuguese ] = "E~liminar" ;
|
||
Text[ chinese_simplified ] = "ɾ<><C9BE>(~D)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Usu<73>";
|
||
Text[ japanese ] = "<22>폜(~D)";
|
||
Text[ chinese_traditional ] = "<22>R<EFBFBD><52>(~D)";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>(~D)";
|
||
Text[ turkish ] = "Sil";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Eliminar";
|
||
Text[ finnish ] = "~Poista";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_TAB_DIALOG ;
|
||
HelpID = SID_FM_TAB_DIALOG ;
|
||
Text = "~Aktivierungsreihenfolge ..." ;
|
||
Text [ ENGLISH ] = "~Tab order ..." ;
|
||
Text [ portuguese ] = "Sequ<71>ncia de ~activa<76><61>o..." ;
|
||
Text [ english_us ] = "Tab Order..." ;
|
||
Text [ portuguese_brazilian ] = "Sortierung" ;
|
||
Text [ swedish ] = "~Ordningsf<73>ljd f<>r aktivering..." ;
|
||
Text [ danish ] = "Aktiveringsr<73>kkef<65>lge..." ;
|
||
Text [ italian ] = "Sequenza di attivazione..." ;
|
||
Text [ spanish ] = "~Secuencia de activaci<63>n..." ;
|
||
Text [ french ] = "S<>quence d'activation ..." ;
|
||
Text [ dutch ] = "Volgorde van a~ctivering" ;
|
||
Text[ chinese_simplified ] = "<22>ֻ<EFBFBD>˳<EFBFBD><CBB3>...";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Kolejno<6E><6F> aktywacji";
|
||
Text[ japanese ] = "<22><><EFBFBD><DEB5>ް...";
|
||
Text[ chinese_traditional ] = "<22>Ұʶ<D2B0><CAB6><EFBFBD>...";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...";
|
||
Text[ korean ] = "Ȱ<><C8B0>ȭ <20><><EFBFBD><EFBFBD>...";
|
||
Text[ turkish ] = "Etkinle<6C>tirme s<>ras<61>...";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Secuencia de activaci<63>n...";
|
||
Text[ finnish ] = "Sarkainj<6E>rjestys";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_RENAME_OBJECT ;
|
||
HelpID = SID_FM_RENAME_OBJECT ;
|
||
Text = "~Umbenennen" ;
|
||
Text [ ENGLISH ] = "~Rename" ;
|
||
Text [ portuguese ] = "Mudar ~nome" ;
|
||
Text [ english_us ] = "~Rename" ;
|
||
Text [ portuguese_brazilian ] = "Umbenennen" ;
|
||
Text [ swedish ] = "~Byt namn" ;
|
||
Text [ danish ] = "Omd<6D>b" ;
|
||
Text [ italian ] = "Rinomina" ;
|
||
Text [ spanish ] = "~Cambiar nombre" ;
|
||
Text [ french ] = "~Renommer" ;
|
||
Text [ dutch ] = "~Naam wijzigen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~R)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Zmie<69> nazw<7A>";
|
||
Text[ japanese ] = "<22><><EFBFBD>O<EFBFBD>̕ύX(~R)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>s<EFBFBD>R<EFBFBD>W(~R)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22≯<EFBFBD> <20><><EFBFBD><EFBFBD>(~R)";
|
||
Text[ turkish ] = "Yeniden adland<6E>r";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Cambiar nombre";
|
||
Text[ finnish ] = "~Nime<6D> uudelleen";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_SHOW_PROPERTY_BROWSER ;
|
||
HelpID = SID_FM_SHOW_PROPERTY_BROWSER ;
|
||
Text = "~Eigenschaften" ;
|
||
Text [ ENGLISH ] = "~Properties" ;
|
||
Text [ portuguese ] = "~Propriedades" ;
|
||
Text [ english_us ] = "Propert~ies" ;
|
||
Text [ portuguese_brazilian ] = "Eigenschaften" ;
|
||
Text [ swedish ] = "~Egenskaper" ;
|
||
Text [ danish ] = "Egenskaber" ;
|
||
Text [ italian ] = "Propriet<65>" ;
|
||
Text [ spanish ] = "~Propiedades" ;
|
||
Text [ french ] = "~Propri<72>t<EFBFBD>s" ;
|
||
Text [ dutch ] = "~Eigenschappen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>(~I)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "W<>a<EFBFBD>ciwo<77>ci";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>è(~I)";
|
||
Text[ chinese_traditional ] = "<22>ݩ<EFBFBD>(~I)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
|
||
Text[ turkish ] = "<22>zellikler";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Propiedades";
|
||
Text[ finnish ] = "~Ominaisuudet";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_OPEN_READONLY ;
|
||
HelpID = SID_FM_OPEN_READONLY ;
|
||
Text = "Im Ent~wurfsmodus <20>ffnen" ;
|
||
Text [ ENGLISH ] = "Open in ~designmode" ;
|
||
Text [ portuguese ] = "Abrir no modo Es~bo<62>o" ;
|
||
Text [ english_us ] = "Open in Design Mode" ;
|
||
Text [ portuguese_brazilian ] = "Im Entwurfsmodus ?fnen" ;
|
||
Text [ swedish ] = "<22>ppna i ~utkastl<74>ge" ;
|
||
Text [ danish ] = "<22>bn i udkasttilstand" ;
|
||
Text [ italian ] = "Apri nel modo bozza" ;
|
||
Text [ spanish ] = "~Abrir en modo dise<73>o" ;
|
||
Text [ french ] = "Ouvrir en mode C~onception" ;
|
||
Text [ dutch ] = "In ~ontwerpmodus openen" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģʽ<C4A3><CABD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Otw<74>rz w trybie projektu";
|
||
Text[ japanese ] = "<22><DEBB>Ӱ<EFBFBD>ނŊJ<C58A><4A>";
|
||
Text[ chinese_traditional ] = "<22>}<7D>ҳ]<5D>p<EFBFBD>Ҧ<EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>忡<EFBFBD><E5BFA1> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Tasar<61>m kipinde a<>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Abrir en modo dise<73>o";
|
||
Text[ finnish ] = "Avaa suunnittelun<75>kym<79>ss<73>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_AUTOCONTROLFOCUS ;
|
||
HelpID = SID_FM_AUTOCONTROLFOCUS ;
|
||
Text = "Automatischer Kontrollelement-Fokus";
|
||
Text [ english ] = "Automatic control focus";
|
||
Text [ english_us ] = "Automatic Control Focus";
|
||
Text[ portuguese ] = "Foco autom<6F>tico de controlo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Automatische controle focus";
|
||
Text[ french ] = "Focalisation automatique sur l'<27>l<EFBFBD>ment de contr<74>le";
|
||
Text[ spanish ] = "Foco autom<6F>tico de control";
|
||
Text[ italian ] = "Punto focale automatico di controllo";
|
||
Text[ danish ] = "Automatic control focus";
|
||
Text[ swedish ] = "Automatisk fokus f<>r kontrollelement";
|
||
Text[ polish ] = "Automatyczne ognisko elementu kontrolnego";
|
||
Text[ portuguese_brazilian ] = "Automatic control focus";
|
||
Text[ japanese ] = "<22><>ĺ<EFBFBD><C4BA>۰<EFBFBD>̫<EFBFBD><CCAB><EFBFBD>";
|
||
Text[ korean ] = "<22>ڵ<EFBFBD> <20><>Ŀ<EFBFBD><C4BF> <20><>Ʈ<EFBFBD><C6AE>";
|
||
Text[ chinese_simplified ] = "<22>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD><D7BC><EFBFBD>Ƶ<EFBFBD>Ԫ";
|
||
Text[ chinese_traditional ] = "<22>۰ʹ<DBB0><CAB9>DZ<EFBFBD><C7B1>s<EFBFBD><73>";
|
||
Text[ turkish ] = "Automatic control focus";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ catalan ] = "Foco autom<6F>tico de control";
|
||
Text[ finnish ] = "Automaattinen kohdistuksen ohjaus";
|
||
};
|
||
};
|
||
};
|
||
|
||
Menu RID_FMSHELL_CONVERSIONMENU
|
||
{
|
||
ItemList =
|
||
{
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_EDIT ;
|
||
HelpID = SID_FM_CONVERTTO_EDIT ;
|
||
Text = "~Textfeld" ;
|
||
Text [ ENGLISH ] = "~TextField" ;
|
||
Text[ english_us ] = "~Text Box";
|
||
Text[ portuguese ] = "~Caixa de texto";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Tekstveld";
|
||
Text[ french ] = "Zone de ~texte";
|
||
Text[ spanish ] = "~Campo de texto";
|
||
Text[ italian ] = "Campo di ~testo";
|
||
Text[ danish ] = "Tekstfelt";
|
||
Text[ swedish ] = "~Textf<74>lt";
|
||
Text[ polish ] = "Pole tekstowe";
|
||
Text[ portuguese_brazilian ] = "~TextField";
|
||
Text[ japanese ] = "÷<><C3B7><EFBFBD>ޯ<EFBFBD><DEAF>(~T)";
|
||
Text[ korean ] = "<22>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>(~T)";
|
||
Text[ chinese_simplified ] = "<22>ı<EFBFBD><C4B1><EFBFBD>(~T)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>r<EFBFBD><72><EFBFBD><EFBFBD>(~T)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><>";
|
||
Text[ turkish ] = "Metin alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Campo de texto";
|
||
Text[ finnish ] = "~Tekstikehys";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_BUTTON ;
|
||
HelpID = SID_FM_CONVERTTO_BUTTON ;
|
||
Text = "~Sch<63>ltfl<66>che" ;
|
||
Text [ ENGLISH ] = "~Button" ;
|
||
Text[ english_us ] = "~Button";
|
||
Text[ portuguese ] = "~Bot<6F>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E>";
|
||
Text[ dutch ] = "~Knop";
|
||
Text[ french ] = "~Bouton";
|
||
Text[ spanish ] = "~Bot<6F>n";
|
||
Text[ italian ] = "~Pulsante";
|
||
Text[ danish ] = "Knap";
|
||
Text[ swedish ] = "~Kommandoknapp";
|
||
Text[ polish ] = "Przycisk";
|
||
Text[ portuguese_brazilian ] = "~Button";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>(~B)";
|
||
Text[ korean ] = "<22><>ư(~B)";
|
||
Text[ chinese_simplified ] = "<22><>ť(~B)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>s(~B)";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD>";
|
||
Text[ turkish ] = "D<><44>me";
|
||
Text[ catalan ] = "~Bot<6F>n";
|
||
Text[ finnish ] = "~Painike";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_FIXEDTEXT ;
|
||
HelpID = SID_FM_CONVERTTO_FIXEDTEXT ;
|
||
Text = "~Beschriftungsfeld" ;
|
||
Text [ ENGLISH ] = "~Label" ;
|
||
Text[ english_us ] = "La~bel field";
|
||
Text[ portuguese ] = "Campo de ~r<>tulo";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Titelveld";
|
||
Text[ french ] = "~Champ d'<27>tiquette";
|
||
Text[ spanish ] = "~Campo de etiqueta";
|
||
Text[ italian ] = "Testo ~fisso";
|
||
Text[ danish ] = "Etiketfelt";
|
||
Text[ swedish ] = "~Etikettf<74>lt";
|
||
Text[ polish ] = "Pole etykiety";
|
||
Text[ portuguese_brazilian ] = "~Label";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~B)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD>(~B)";
|
||
Text[ chinese_simplified ] = "<22><>ǩ<EFBFBD>ֶ<EFBFBD>(~B)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~B)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Etiket alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Campo de etiqueta";
|
||
Text[ finnish ] = "~Nimi<6D>kentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_GROUPBOX ;
|
||
HelpID = SID_FM_CONVERTTO_GROUPBOX ;
|
||
Text = "~Gruppierungsrahmen" ;
|
||
Text [ ENGLISH ] = "F~rameControl" ;
|
||
Text[ english_us ] = "G~roup Box";
|
||
Text[ portuguese ] = "Campo de g~rupo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Groepskader";
|
||
Text[ french ] = "Zone de ~groupe";
|
||
Text[ spanish ] = "~Marco de grupo";
|
||
Text[ italian ] = "Casella di ~gruppo";
|
||
Text[ danish ] = "Gruppeboks";
|
||
Text[ swedish ] = "~Grupperingsram";
|
||
Text[ polish ] = "~Ramka grupuj<75>ca";
|
||
Text[ portuguese_brazilian ] = "F~rameControl";
|
||
Text[ japanese ] = "<22><>ٰ<EFBFBD><D9B0><EFBFBD>ޯ<EFBFBD><DEAF>(~R)";
|
||
Text[ korean ] = "<22><EFBFBD> <20>ڽ<EFBFBD>(~R)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>Ͽ<EFBFBD>(~R)";
|
||
Text[ chinese_traditional ] = "<22>զX<D5A6><58><EFBFBD><EFBFBD>(~R)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Grup <20>er<65>evesi";
|
||
Text[ catalan ] = "~Marco de grupo";
|
||
Text[ finnish ] = "~Ryhmittele ruudut";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_LISTBOX ;
|
||
HelpID = SID_FM_CONVERTTO_LISTBOX ;
|
||
Text = "~Listenfeld" ;
|
||
Text [ ENGLISH ] = "L~ist Box" ;
|
||
Text[ english_us ] = "L~ist Box";
|
||
Text[ portuguese ] = "Caixa de ~listagem";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Ke~uzelijst";
|
||
Text[ french ] = "Zone de ~liste";
|
||
Text[ spanish ] = "L~istado";
|
||
Text[ italian ] = "~Casella di riepilogo";
|
||
Text[ danish ] = "Rulleliste";
|
||
Text[ swedish ] = "L~istruta";
|
||
Text[ polish ] = "Pole listy";
|
||
Text[ portuguese_brazilian ] = "L~ist Box";
|
||
Text[ japanese ] = "ؽ<><D8BD>ޯ<EFBFBD><DEAF>(~I)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD>(~I)";
|
||
Text[ chinese_simplified ] = "<22>б<EFBFBD><D0B1><EFBFBD>(~I)";
|
||
Text[ chinese_traditional ] = "<22>M<EFBFBD><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~I)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Liste alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "L~istado";
|
||
Text[ finnish ] = "~Luetteloruutu";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_CHECKBOX ;
|
||
HelpID = SID_FM_CONVERTTO_CHECKBOX ;
|
||
Text = "~Markierfeld" ;
|
||
Text [ ENGLISH ] = "~Check Box" ;
|
||
Text[ english_us ] = "~Check Box";
|
||
Text[ portuguese ] = "Caixa de ~verifica<63><61>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Markeerveld";
|
||
Text[ french ] = "~Case <20> cocher";
|
||
Text[ spanish ] = "~Casilla de verificaci<63>n";
|
||
Text[ italian ] = "Casella di controllo";
|
||
Text[ danish ] = "Afkrydsningsfelt";
|
||
Text[ swedish ] = "~Markeringsf<73>lt";
|
||
Text[ polish ] = "Pole wyboru";
|
||
Text[ portuguese_brazilian ] = "~Check Box";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ޯ<EFBFBD><DEAF>(~C)";
|
||
Text[ korean ] = "Ȯ<>ζ<EFBFBD>(~C)";
|
||
Text[ chinese_simplified ] = "<22><>ѡ<EFBFBD><D1A1>(~C)";
|
||
Text[ chinese_traditional ] = "<22>֨<EFBFBD><D6A8><EFBFBD><EFBFBD><EFBFBD>(~C)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Se<53>me kutusu";
|
||
Text[ catalan ] = "~Casilla de verificaci<63>n";
|
||
Text[ finnish ] = "~Valintaruutu";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_RADIOBUTTON ;
|
||
HelpID = SID_FM_CONVERTTO_RADIOBUTTON ;
|
||
Text = "~Optionsfeld" ;
|
||
Text [ ENGLISH ] = "~Option Button" ;
|
||
Text[ english_us ] = "~Radio Button";
|
||
Text[ portuguese ] = "B~ot<6F>o de op<6F><70>o";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>~<7E> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Optieveld";
|
||
Text[ french ] = "Bouton ~radio";
|
||
Text[ spanish ] = "~Campo de opci<63>n";
|
||
Text[ italian ] = "Pulsante di scelta";
|
||
Text[ danish ] = "Alternativfelt";
|
||
Text[ swedish ] = "~Alternativf<76>lt";
|
||
Text[ polish ] = "Pole opcji";
|
||
Text[ portuguese_brazilian ] = "~Option Button";
|
||
Text[ japanese ] = "<D7BC><DEB5><EFBFBD><EFBFBD>(~R)";
|
||
Text[ korean ] = "<22>ɼ<EFBFBD> <20>ʵ<EFBFBD>(~R)";
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD>ֶ<EFBFBD>(~R)";
|
||
Text[ chinese_traditional ] = "<22>ﶵ<EFBFBD><EFB6B5><EFBFBD><EFBFBD>(~R)";
|
||
Text[ arabic ] = "<22><> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Se<53>enek d<><64>mesi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "~Campo de opci<63>n";
|
||
Text[ finnish ] = "~Valintanappi";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_COMBOBOX ;
|
||
HelpID = SID_FM_CONVERTTO_COMBOBOX ;
|
||
Text = "~Kombinationsfeld" ;
|
||
Text [ ENGLISH ] = "Combo Bo~x" ;
|
||
Text[ english_us ] = "Combo Bo~x";
|
||
Text[ portuguese ] = "Caixa de com~bina<6E><61>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Combinatieveld";
|
||
Text[ french ] = "Zone ~combin<69>e";
|
||
Text[ spanish ] = "Ca~mpo combinado";
|
||
Text[ italian ] = "Casella com~binata";
|
||
Text[ danish ] = "Kombinationsboks";
|
||
Text[ swedish ] = "~Kombinationsf<73>lt";
|
||
Text[ polish ] = "Pole kombi";
|
||
Text[ portuguese_brazilian ] = "Combo Bo~x";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ޯ<EFBFBD><DEAF>(~X)";
|
||
Text[ korean ] = "<22><EFBFBD> <20>ڽ<EFBFBD>(~X)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>Ͽ<EFBFBD>(~X)";
|
||
Text[ chinese_traditional ] = "<22>զX<D5A6><58><EFBFBD><EFBFBD>(~X)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kombinasyon alan<61>";
|
||
Text[ catalan ] = "Ca~mpo combinado";
|
||
Text[ finnish ] = "~Yhdistelm<6C>ruutu";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_IMAGEBUTTON ;
|
||
HelpID = SID_FM_CONVERTTO_IMAGEBUTTON ;
|
||
Text = "~Grafische Schaltfl<66>che" ;
|
||
Text [ ENGLISH ] = "I~mage Button" ;
|
||
Text[ english_us ] = "I~mage Button";
|
||
Text[ portuguese ] = "Bot<6F>o ~gr<67>fico";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Afbeeldingenknop";
|
||
Text[ french ] = "Bouton ~picto";
|
||
Text[ spanish ] = "Bot<6F>n g~r<>fico";
|
||
Text[ italian ] = "P~ulsante immagine";
|
||
Text[ danish ] = "Grafisk knap";
|
||
Text[ swedish ] = "~Grafisk kommandoknapp";
|
||
Text[ polish ] = "Przycisk graficzny";
|
||
Text[ portuguese_brazilian ] = "I~mage Button";
|
||
Text[ japanese ] = "<22>Ұ<EFBFBD><D2B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~M)";
|
||
Text[ korean ] = "<22>̹<EFBFBD><CCB9><EFBFBD> <20><>ư(~M)";
|
||
Text[ chinese_simplified ] = "ͼ<>ΰ<EFBFBD>ť(~M)";
|
||
Text[ chinese_traditional ] = "<22>ϧΫ<CFA7><CEAB>s(~M)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Grafiksel d<><64>me";
|
||
Text[ catalan ] = "Bot<6F>n g~r<>fico";
|
||
Text[ finnish ] = "~Kuvapainike";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_FILECONTROL ;
|
||
HelpID = SID_FM_CONVERTTO_FILECONTROL ;
|
||
Text = "~Dateiauswahl" ;
|
||
Text [ ENGLISH ] = "~File Selection" ;
|
||
Text[ english_us ] = "~File Selection";
|
||
Text[ portuguese ] = "~Selec<65><63>o de ficheiro";
|
||
Text[ russian ] = "~<7E><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Bestandselectie";
|
||
Text[ french ] = "~S<>lection de fichier";
|
||
Text[ spanish ] = "Selec~ci<63>n de archivo";
|
||
Text[ italian ] = "Scelta file";
|
||
Text[ danish ] = "Filudvalg";
|
||
Text[ swedish ] = "~Filurval";
|
||
Text[ polish ] = "Wyb<79>r plik<69>w";
|
||
Text[ portuguese_brazilian ] = "~File Selection";
|
||
Text[ japanese ] = "̧<>ّI<D991><49>(~F)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(~F)";
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD>ļ<EFBFBD>(~F)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ɮ<EFBFBD>(~F)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Dosya se<73>imi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Selec~ci<63>n de archivo";
|
||
Text[ finnish ] = "~Tiedoston valinta";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_DATE ;
|
||
HelpID = SID_FM_CONVERTTO_DATE ;
|
||
Text = "D~atumsfeld" ;
|
||
Text [ ENGLISH ] = "~Date Field" ;
|
||
Text[ english_us ] = "~Date Field";
|
||
Text[ portuguese ] = "Campo para d~ata";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><>";
|
||
Text[ dutch ] = "~Datumveld";
|
||
Text[ french ] = "Champ de ~date";
|
||
Text[ spanish ] = "Campo de ~fecha";
|
||
Text[ italian ] = "Campo ~data";
|
||
Text[ danish ] = "Datofelt";
|
||
Text[ swedish ] = "~Datumf<6D>lt";
|
||
Text[ polish ] = "Pole daty";
|
||
Text[ portuguese_brazilian ] = "~Date Field";
|
||
Text[ japanese ] = "<22><><EFBFBD>t̨<74><CCA8><EFBFBD><EFBFBD>(~D)";
|
||
Text[ korean ] = "<22><>¥ <20>ʵ<EFBFBD>(~D)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>(~D)";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~D)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Tarih alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Campo de ~fecha";
|
||
Text[ finnish ] = "~P<>iv<69>m<EFBFBD><6D>r<EFBFBD>kentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_TIME ;
|
||
HelpID = SID_FM_CONVERTTO_TIME ;
|
||
Text = "~Zeitfeld" ;
|
||
Text [ ENGLISH ] = "Tim~e Field" ;
|
||
Text[ english_us ] = "Tim~e Field";
|
||
Text[ portuguese ] = "Campo ~hor<6F>rio";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20>~<7E><><EFBFBD>";
|
||
Text[ dutch ] = "~Tijdveld";
|
||
Text[ french ] = "Champ ~horaire";
|
||
Text[ spanish ] = "Campo ~horario";
|
||
Text[ italian ] = "Campo ~orario";
|
||
Text[ danish ] = "Klokkesl<73>tsfelt";
|
||
Text[ swedish ] = "~Tidsf<73>lt";
|
||
Text[ polish ] = "Pole czasu";
|
||
Text[ portuguese_brazilian ] = "Tim~e Field";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~E)";
|
||
Text[ korean ] = "<22>ð<EFBFBD> <20>ʵ<EFBFBD>(~E)";
|
||
Text[ chinese_simplified ] = "ʱ<><CAB1><EFBFBD>ֶ<EFBFBD>(~E)";
|
||
Text[ chinese_traditional ] = "<22>ɶ<EFBFBD><C9B6><EFBFBD><EFBFBD><EFBFBD>(~E)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Zaman alan<61>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Campo ~horario";
|
||
Text[ finnish ] = "~Aikakentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_NUMERIC ;
|
||
HelpID = SID_FM_CONVERTTO_NUMERIC ;
|
||
Text = "~Numerisches Feld" ;
|
||
Text [ ENGLISH ] = "~Numerical Field" ;
|
||
Text[ english_us ] = "~Numerical Field";
|
||
Text[ portuguese ] = "~Campo ~num<75>rico";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Numeriek veld";
|
||
Text[ french ] = "Champ ~num<75>rique";
|
||
Text[ spanish ] = "C~ampo num<75>rico";
|
||
Text[ italian ] = "Campo ~numerico";
|
||
Text[ danish ] = "Numerisk felt";
|
||
Text[ swedish ] = "~Numeriskt f<>lt";
|
||
Text[ polish ] = "Pole numeryczne";
|
||
Text[ portuguese_brazilian ] = "~Numerical Field";
|
||
Text[ japanese ] = "<22><><EFBFBD>l̨<6C><CCA8><EFBFBD><EFBFBD>(~N)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD>(~N)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>(~N)";
|
||
Text[ chinese_traditional ] = "<22>Ʀr<C6A6><72><EFBFBD><EFBFBD>(~N)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Say<61>sal alan";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "C~ampo num<75>rico";
|
||
Text[ finnish ] = "~Numeerinen kentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_CURRENCY ;
|
||
HelpID = SID_FM_CONVERTTO_CURRENCY ;
|
||
Text = "~W<>hrungsfeld" ;
|
||
Text [ ENGLISH ] = "C~urrency Field" ;
|
||
Text[ english_us ] = "C~urrency Field";
|
||
Text[ portuguese ] = "Campo para moe~da";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><>~<7E><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Valutaveld";
|
||
Text[ french ] = "Champ ~mon<6F>taire";
|
||
Text[ spanish ] = "Cam~po de moneda";
|
||
Text[ italian ] = "Campo di ~valuta";
|
||
Text[ danish ] = "Valutafelt";
|
||
Text[ swedish ] = "V~alutaf<61>lt";
|
||
Text[ polish ] = "Pole walutowe";
|
||
Text[ portuguese_brazilian ] = "C~urrency Field";
|
||
Text[ japanese ] = "<22>ʉ<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~U)";
|
||
Text[ korean ] = "<22><>ȭ <20>ʵ<EFBFBD>(~U)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>(~U)";
|
||
Text[ chinese_traditional ] = "<22>f<EFBFBD><66><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(~U)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Para birimi alan<61>";
|
||
Text[ catalan ] = "Cam~po de moneda";
|
||
Text[ finnish ] = "~Valuuttakentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_PATTERN ;
|
||
HelpID = SID_FM_CONVERTTO_PATTERN ;
|
||
Text = "Mask~iertes Feld" ;
|
||
Text [ ENGLISH ] = "~Pattern Field" ;
|
||
Text[ english_us ] = "~Pattern Field";
|
||
Text[ portuguese ] = "~Campo mascarado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "~Patroonveld";
|
||
Text[ french ] = "Champ ~masqu<71>";
|
||
Text[ spanish ] = "Campo enmascarado";
|
||
Text[ italian ] = "Campo a ~maschera";
|
||
Text[ danish ] = "Maskeret felt";
|
||
Text[ swedish ] = "~Maskerat f<>lt";
|
||
Text[ polish ] = "Pole wzorca";
|
||
Text[ portuguese_brazilian ] = "~Pattern Field";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~P)";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD>(~P)";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>(~P)";
|
||
Text[ chinese_traditional ] = "<22>B<EFBFBD>n<EFBFBD><6E><EFBFBD><EFBFBD>(~P)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Maskelenmi<6D> alan";
|
||
Text[ catalan ] = "Campo s~eleccionado";
|
||
Text[ finnish ] = "~Kuviokentt<74>";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_IMAGECONTROL ;
|
||
HelpID = SID_FM_CONVERTTO_IMAGECONTROL ;
|
||
Text = "G~rafisches Kontrollfeld" ;
|
||
Text [ ENGLISH ] = "Ima~ge Control" ;
|
||
Text[ english_us ] = "Ima~ge Control";
|
||
Text[ portuguese ] = "Controlo g~r<>fico";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Grafisch c~ontroleveld";
|
||
Text[ french ] = "Contr<74>le ~picto";
|
||
Text[ spanish ] = "Control de ima~gen";
|
||
Text[ italian ] = "Campo di controllo ~immagine";
|
||
Text[ danish ] = "Grafisk kontrolelement";
|
||
Text[ swedish ] = "Gra~fiskt kontrollf<6C>lt";
|
||
Text[ polish ] = "Pole graficzne kontrolne";
|
||
Text[ portuguese_brazilian ] = "Ima~ge Control";
|
||
Text[ japanese ] = "<22>Ұ<EFBFBD><EFBFBD><DEBA>۰<EFBFBD>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>(~G)";
|
||
Text[ korean ] = "<22>̹<EFBFBD><CCB9><EFBFBD> <20><>Ʈ<EFBFBD><C6AE> <20>ʵ<EFBFBD>(~G)";
|
||
Text[ chinese_simplified ] = "ͼʽ<CDBC><CABD><EFBFBD><EFBFBD>(~G)";
|
||
Text[ chinese_traditional ] = "<22>Ϧ<EFBFBD><CFA6><EFBFBD><EFBFBD>s<EFBFBD><73>(~G)";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Grafiksel komut alan<61>";
|
||
Text[ catalan ] = "Control de ima~gen";
|
||
Text[ finnish ] = "~Kuvan ohjaus";
|
||
};
|
||
MenuItem
|
||
{
|
||
Identifier = SID_FM_CONVERTTO_FORMATTED ;
|
||
HelpID = SID_FM_CONVERTTO_FORMATTED ;
|
||
Text = "~Formatiertes Feld" ;
|
||
Text [ ENGLISH ] = "Fo~rmatted Field" ;
|
||
Text[ english_us ] = "Fo~rmatted Field";
|
||
Text[ portuguese ] = "Campo ~formatado";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD>~<7E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Opge~maakt veld";
|
||
Text[ french ] = "~Champ format<61>";
|
||
Text[ spanish ] = "Campo for~mateado";
|
||
Text[ italian ] = "Campo fo~rmattato";
|
||
Text[ danish ] = "Formateret felt";
|
||
Text[ swedish ] = "Fo~rmaterat f<>lt";
|
||
Text[ polish ] = "Pole formatowane";
|
||
Text[ portuguese_brazilian ] = "Fo~rmatted Field";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>ݒ肳<DD92>ꂽ̨<EA82BD><CCA8><EFBFBD><EFBFBD>(~R)";
|
||
Text[ korean ] = "<22><><EFBFBD>˵<EFBFBD> <20>ʵ<EFBFBD>(~R)";
|
||
Text[ chinese_simplified ] = "<22><>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>(~R)";
|
||
Text[ chinese_traditional ] = "<22>榡<EFBFBD>ƪ<EFBFBD><C6AA><EFBFBD><EFBFBD><EFBFBD>(~R)";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Formatl<74> alan";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Campo for~mateado";
|
||
Text[ finnish ] = "~Muotoiltu kentt<74>";
|
||
};
|
||
};
|
||
};
|
||
|
||
#define NAVIGATOR_IMAGEIDS \
|
||
IdList = \
|
||
{ \
|
||
RID_SVXIMG_BUTTON ; \
|
||
RID_SVXIMG_RADIOBUTTON ; \
|
||
RID_SVXIMG_CHECKBOX ; \
|
||
RID_SVXIMG_FIXEDTEXT ; \
|
||
RID_SVXIMG_GROUPBOX ; \
|
||
RID_SVXIMG_EDIT ; \
|
||
RID_SVXIMG_LISTBOX ; \
|
||
RID_SVXIMG_COMBOBOX ; \
|
||
RID_SVXIMG_URLBUTTON ; \
|
||
RID_SVXIMG_CONTROL ; \
|
||
RID_SVXIMG_FORM ; \
|
||
RID_SVXIMG_FORMS ; \
|
||
RID_SVXIMG_COLLAPSEDNODE ; \
|
||
RID_SVXIMG_EXPANDEDNODE ; \
|
||
RID_SVXIMG_IMAGEBUTTON ; \
|
||
RID_SVXIMG_FILECONTROL ; \
|
||
RID_SVXIMG_DATEFIELD ; \
|
||
RID_SVXIMG_TIMEFIELD ; \
|
||
RID_SVXIMG_NUMERICFIELD ; \
|
||
RID_SVXIMG_CURRENCYFIELD ; \
|
||
RID_SVXIMG_PATTERNFIELD ; \
|
||
RID_SVXIMG_HIDDEN ; \
|
||
RID_SVXIMG_IMAGECONTROL ; \
|
||
RID_SVXIMG_GRID ; \
|
||
RID_SVXIMG_FILTER ; \
|
||
RID_SVXIMG_FORMATTEDFIELD ; \
|
||
RID_SVXIMG_DATE_N_TIME_FIELDS ; \
|
||
RID_SVXIMG_FIELD ; \
|
||
}; \
|
||
IdCount = 28
|
||
|
||
ImageList RID_SVXIMGLIST_FMEXPL
|
||
{
|
||
ImageBitmap = Bitmap { File = "sx_form.bmp" ; };
|
||
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
|
||
NAVIGATOR_IMAGEIDS;
|
||
};
|
||
|
||
ImageList RID_SVXIMGLIST_FMEXPL_HC
|
||
{
|
||
ImageBitmap = Bitmap { File = "sxh_form.bmp" ; };
|
||
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
|
||
NAVIGATOR_IMAGEIDS;
|
||
};
|
||
|
||
ModalDialog RID_SVXDLG_SETFORM
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 200 , 200 ) ;
|
||
Text = "Formularauswahl" ;
|
||
Text [ English ] = "Set form" ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
GroupBox GB_PATH
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 149 ) ;
|
||
Size = MAP_APPFONT ( 188 , 25 ) ;
|
||
Text = "Pfad" ;
|
||
Text [ English ] = "Path" ;
|
||
Text [ portuguese ] = "Atalho" ;
|
||
Text [ english_us ] = "Path" ;
|
||
Text [ portuguese_brazilian ] = "Pfad" ;
|
||
Text [ swedish ] = "S<>kv<6B>g" ;
|
||
Text [ danish ] = "Sti" ;
|
||
Text [ italian ] = "Percorso" ;
|
||
Text [ spanish ] = "Ruta" ;
|
||
Text [ french ] = "Chemin" ;
|
||
Text [ dutch ] = "Pad" ;
|
||
Text[ chinese_simplified ] = "·<><C2B7>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "<22>cie<69>ka";
|
||
Text[ japanese ] = "<22>߽";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>|";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Veri yolu";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Ruta";
|
||
Text[ finnish ] = "Polku";
|
||
};
|
||
FixedText FT_PATH
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 155 ) ;
|
||
Size = MAP_APPFONT ( 156 , 15 ) ;
|
||
};
|
||
OKButton PB_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 180 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
CancelButton PB_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 59 , 180 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
HelpButton PB_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 123 , 180 ) ;
|
||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||
TabStop = TRUE ;
|
||
};
|
||
Text [ portuguese ] = "Seleccionar formul<75>rio" ;
|
||
Text [ english_us ] = "Select form" ;
|
||
Text [ portuguese_brazilian ] = "Formularauswahl" ;
|
||
Text [ swedish ] = "Formul<75>rurval" ;
|
||
Text [ danish ] = "Formularudvalg" ;
|
||
Text [ italian ] = "Scelta formulario" ;
|
||
Text [ spanish ] = "Selecci<63>n de formulario" ;
|
||
Text [ french ] = "S<>lection de formulaire" ;
|
||
Text [ dutch ] = "Formulier selecteren" ;
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Wyb<79>r formularza";
|
||
Text[ japanese ] = "̫<>т̑I<CC91><49>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ܪ<EFBFBD><DCAA><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Form se<73>imi";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Selecci<63>n de formulario";
|
||
Text[ finnish ] = "Valitse lomake";
|
||
};
|
||
DockingWindow RID_SVX_FMEXPLORER
|
||
{
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 200 , 200 ) ;
|
||
Text = "Formular Navigator" ;
|
||
Text [ English ] = "Form Navigator" ;
|
||
Moveable = TRUE ;
|
||
Closeable = TRUE ;
|
||
Text [ english_us ] = "Form Navigator" ;
|
||
Text [ portuguese_brazilian ] = "Formular Explorer" ;
|
||
Text [ swedish ] = "Formul<75>r-Navigator" ;
|
||
Text [ danish ] = "Formular Navigator" ;
|
||
Text [ italian ] = "Navigatore formulario" ;
|
||
Text [ spanish ] = "Navegador de formulario" ;
|
||
Text [ french ] = "Navigateur de formulaires" ;
|
||
Text [ dutch ] = "Formuliernavigator" ;
|
||
Text [ portuguese ] = "Formul<75>rio Navegador" ;
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ polish ] = "Nawigator formularzy";
|
||
Text[ japanese ] = "̫<><CCAB><EFBFBD><EFBFBD>ް<DEB9>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>U<EFBFBD><55>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "Navigator <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><EFBFBD><D7BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Form navigat<61>r<EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
Text[ catalan ] = "Navegador de formulario";
|
||
Text[ finnish ] = "Lomakkeen siirtym<79>valikko";
|
||
};
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|