1276 lines
43 KiB
Text
1276 lines
43 KiB
Text
/*************************************************************************
|
||
*
|
||
* $RCSfile: datman.src,v $
|
||
*
|
||
* $Revision: 1.2 $
|
||
*
|
||
* last change: $Author: nf $ $Date: 2000-09-27 20:26:44 $
|
||
*
|
||
* 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): _______________________________________
|
||
*
|
||
*
|
||
************************************************************************/
|
||
//==================================================================
|
||
// BibDataManager
|
||
//
|
||
//
|
||
//
|
||
// $Author: nf $ $Date: 2000-09-27 20:26:44 $ $Revision: 1.2 $
|
||
// $Logfile: T:/sc/inc/scresid.hxv $ $Workfile: scresid.hxx $
|
||
//------------------------------------------------------------------
|
||
|
||
#include "bib.hrc"
|
||
#include "datman.hrc"
|
||
ModalDialog RID_DLG_MAPPING
|
||
{
|
||
HelpID = HID_DLG_MAPPING;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 391 , 181 ) ;
|
||
Moveable = TRUE ;
|
||
Text = "Spaltenzuordung f<>r Tabelle %1";
|
||
Text [ENGLISH] = "Column assignment for table %1";
|
||
|
||
OKButton BT_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 338 , 3 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
CancelButton BT_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 338 , 18 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
HelpButton BT_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 338 , 36 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
GroupBox GB_MAPPING
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 329 , 175 ) ;
|
||
Text = "Spaltennamen";
|
||
Text [ENGLISH] = "Column names";
|
||
Text[ english_us ] = "Column names";
|
||
Text[ portuguese ] = "Nomes de coluna";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Kolomnamen";
|
||
Text[ french ] = "Noms des colonnes";
|
||
Text[ spanish ] = "Nombres de columna";
|
||
Text[ italian ] = "Nomi colonna";
|
||
Text[ danish ] = "Kolonnenavne";
|
||
Text[ swedish ] = "Kolumnnamn";
|
||
Text[ polish ] = "Nazwy kolumn";
|
||
Text[ portuguese_brazilian ] = "Column names";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><> <20≯<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>W";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "S<>tun adlar<61>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
FixedText FT_IDENTIFIER
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "K<>rzel";
|
||
Text [ENGLISH] = "Identifier";
|
||
Text[ english_us ] = "Identifier";
|
||
Text[ portuguese ] = "Abreviatura";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Initialen";
|
||
Text[ french ] = "Abr<62>viation";
|
||
Text[ spanish ] = "Abreviatura";
|
||
Text[ italian ] = "Sigla";
|
||
Text[ danish ] = "Genvej";
|
||
Text[ swedish ] = "Initialer";
|
||
Text[ polish ] = "Inicja<6A>y";
|
||
Text[ portuguese_brazilian ] = "Identifier";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>ID";
|
||
Text[ korean ] = "<22>̴ϼ<CCB4>";
|
||
Text[ chinese_simplified ] = "<22><>ʶ";
|
||
Text[ chinese_traditional ] = "<22>Y<EFBFBD>g";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "K<>saltma";
|
||
};
|
||
ListBox LB_IDENTIFIER
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 13 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_AUTHORITYTYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 14 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Literaturart";
|
||
Text [ENGLISH] = "Type of literature";
|
||
Text[ english_us ] = "Type of literature";
|
||
Text[ portuguese ] = "Tipo de literatura";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Soort literatuur";
|
||
Text[ french ] = "Genre";
|
||
Text[ spanish ] = "Tipo de literatura";
|
||
Text[ italian ] = "Tipo di letteratura";
|
||
Text[ danish ] = "Litteraturtype";
|
||
Text[ swedish ] = "Typ av litteratur";
|
||
Text[ polish ] = "Rodzaj literatury";
|
||
Text[ portuguese_brazilian ] = "Type of literature";
|
||
Text[ japanese ] = "<22>{<7B>̕<EFBFBD><CC95><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>m<EFBFBD><6D><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kaynak<61>a t<>r<EFBFBD>";
|
||
};
|
||
ListBox LB_AUTHORITYTYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 13 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_AUTHOR
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 14 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Autor";
|
||
Text [ENGLISH] = "Author";
|
||
Text[ english_us ] = "Author";
|
||
Text[ portuguese ] = "Autor";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Auteur";
|
||
Text[ french ] = "Auteur";
|
||
Text[ spanish ] = "Autor";
|
||
Text[ italian ] = "Autore";
|
||
Text[ danish ] = "Forfatter";
|
||
Text[ swedish ] = "F<>rfattare";
|
||
Text[ polish ] = "Autor";
|
||
Text[ portuguese_brazilian ] = "Author";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>@<40><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yazan";
|
||
};
|
||
ListBox LB_AUTHOR
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 13 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_TITLE
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 29 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Titel";
|
||
Text [ENGLISH] = "Title";
|
||
Text[ english_us ] = "Title";
|
||
Text[ portuguese ] = "T<>tulo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Titel";
|
||
Text[ french ] = "Titre";
|
||
Text[ spanish ] = "T<>tulo";
|
||
Text[ italian ] = "Titolo";
|
||
Text[ danish ] = "Titel";
|
||
Text[ swedish ] = "Titel";
|
||
Text[ polish ] = "Tytu<74>";
|
||
Text[ portuguese_brazilian ] = "Title";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>D";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Ba<42>l<EFBFBD>k";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_TITLE
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 28 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_MONTH
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 29 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Monat";
|
||
Text [ENGLISH] = "Month";
|
||
Text[ english_us ] = "Month";
|
||
Text[ portuguese ] = "M<>s";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Maand";
|
||
Text[ french ] = "Mois";
|
||
Text[ spanish ] = "Mes";
|
||
Text[ italian ] = "Mese";
|
||
Text[ danish ] = "M<>ned";
|
||
Text[ swedish ] = "M<>nad";
|
||
Text[ polish ] = "Miesi<73>c";
|
||
Text[ portuguese_brazilian ] = "Month";
|
||
Text[ japanese ] = "<22><>";
|
||
Text[ korean ] = "<22><>";
|
||
Text[ chinese_simplified ] = "<22><>";
|
||
Text[ chinese_traditional ] = "<22><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Ay";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_MONTH
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 28 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_YEAR
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 29 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Jahr";
|
||
Text [ENGLISH] = "Year";
|
||
Text[ english_us ] = "Year";
|
||
Text[ portuguese ] = "Ano";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Jaar";
|
||
Text[ french ] = "An";
|
||
Text[ spanish ] = "A<>o";
|
||
Text[ italian ] = "Anno";
|
||
Text[ danish ] = "<22>r";
|
||
Text[ swedish ] = "<22>r";
|
||
Text[ polish ] = "Rok";
|
||
Text[ portuguese_brazilian ] = "Year";
|
||
Text[ japanese ] = "<22>N";
|
||
Text[ korean ] = "<22><>";
|
||
Text[ chinese_simplified ] = "<22><>";
|
||
Text[ chinese_traditional ] = "<22>~";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Y<>l";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_YEAR
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 28 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_ISBN
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 44 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "ISBN";
|
||
Text [ENGLISH] = "ISBN";
|
||
Text[ english_us ] = "ISBN";
|
||
Text[ portuguese ] = "ISBN";
|
||
Text[ russian ] = "ISBN";
|
||
Text[ greek ] = "ISBN";
|
||
Text[ dutch ] = "ISBN";
|
||
Text[ french ] = "ISBN";
|
||
Text[ spanish ] = "ISBN";
|
||
Text[ italian ] = "ISBN";
|
||
Text[ danish ] = "ISBN";
|
||
Text[ swedish ] = "ISBN";
|
||
Text[ polish ] = "ISBN";
|
||
Text[ portuguese_brazilian ] = "ISBN";
|
||
Text[ japanese ] = "ISBN";
|
||
Text[ korean ] = "ISBN";
|
||
Text[ chinese_simplified ] = "ISBN";
|
||
Text[ chinese_traditional ] = "ISBN";
|
||
Text[ arabic ] = "ISBN";
|
||
Text[ turkish ] = "ISBN";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_ISBN
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_BOOKTITLE
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 44 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Buchtitel";
|
||
Text [ENGLISH] = "Book title";
|
||
Text[ english_us ] = "Book title";
|
||
Text[ portuguese ] = "T<>tulo do livro";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Boektitel";
|
||
Text[ french ] = "Titre du livre";
|
||
Text[ spanish ] = "T<>tulo del libro";
|
||
Text[ italian ] = "Titolo del libro";
|
||
Text[ danish ] = "Bogtitel";
|
||
Text[ swedish ] = "Boktitel";
|
||
Text[ polish ] = "Tytu<74> ksi<73><69>ki";
|
||
Text[ portuguese_brazilian ] = "Book title";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "å <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22>鼮<EFBFBD><E9BCAE><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>ѦW";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kitap ba<62>l<EFBFBD><6C><EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_BOOKTITLE
|
||
{
|
||
Pos = MAP_APPFONT ( 171, 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CHAPTER
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 44 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Kapitel";
|
||
Text [ENGLISH] = "Chapter";
|
||
Text[ english_us ] = "Chapter";
|
||
Text[ portuguese ] = "Cap<61>tulo";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Hoofdstuk";
|
||
Text[ french ] = "Chapitre";
|
||
Text[ spanish ] = "Cap<61>tulo";
|
||
Text[ italian ] = "Capitolo";
|
||
Text[ danish ] = "Kapitel";
|
||
Text[ swedish ] = "Kapitel";
|
||
Text[ polish ] = "Rozdzia<69>";
|
||
Text[ portuguese_brazilian ] = "Chapter";
|
||
Text[ japanese ] = "<22><>";
|
||
Text[ korean ] = "<22><>";
|
||
Text[ chinese_simplified ] = "<22><>";
|
||
Text[ chinese_traditional ] = "<22><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "B<>l<EFBFBD>m";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_CHAPTER
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 43 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_EDITION
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 59 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Ausgabe";
|
||
Text [ENGLISH] = "Edition";
|
||
Text[ english_us ] = "Edition";
|
||
Text[ portuguese ] = "Edi<64><69>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Editie";
|
||
Text[ french ] = "<22>dition";
|
||
Text[ spanish ] = "Edici<63>n";
|
||
Text[ italian ] = "Edizione";
|
||
Text[ danish ] = "Udgave";
|
||
Text[ swedish ] = "Utg<74>va";
|
||
Text[ polish ] = "Wydanie";
|
||
Text[ portuguese_brazilian ] = "Edition";
|
||
Text[ japanese ] = "<22><>";
|
||
Text[ korean ] = "<22><>";
|
||
Text[ chinese_simplified ] = "<22>汾";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yay<61>m";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_EDITION
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 58 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_EDITOR
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 59 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Herausgeber";
|
||
Text [ENGLISH] = "Editor";
|
||
Text[ english_us ] = "Editor";
|
||
Text[ portuguese ] = "Editor";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Uitgever";
|
||
Text[ french ] = "<22>diteur";
|
||
Text[ spanish ] = "Editor";
|
||
Text[ italian ] = "Editore";
|
||
Text[ danish ] = "Udgiver";
|
||
Text[ swedish ] = "Utgivare";
|
||
Text[ polish ] = "Wydawca";
|
||
Text[ portuguese_brazilian ] = "Editor";
|
||
Text[ japanese ] = "<22>ҏW<D28F>Җ<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>X<EFBFBD><58><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yay<61>mc<6D>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_EDITOR
|
||
{
|
||
Pos = MAP_APPFONT ( 171, 58) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_HOWPUBLISHED
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 59 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Ausgabeart";
|
||
Text [ENGLISH] = "How published";
|
||
Text[ english_us ] = "Publication type";
|
||
Text[ portuguese ] = "Tipo de publica<63><61>o";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Wijze van publiceren";
|
||
Text[ french ] = "Mode de publication";
|
||
Text[ spanish ] = "Tipo de publicaci<63>n";
|
||
Text[ italian ] = "Tipo di edizione";
|
||
Text[ danish ] = "Udgivelsestype";
|
||
Text[ swedish ] = "Utgivningstyp";
|
||
Text[ polish ] = "Rodzaj publikacji";
|
||
Text[ portuguese_brazilian ] = "How published";
|
||
Text[ japanese ] = "<22><>ް<EFBFBD><DEB0><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD>з<EFBFBD>ʽ";
|
||
Text[ chinese_traditional ] = "<22>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yay<61>m t<>r<EFBFBD>";
|
||
};
|
||
ListBox LB_HOWPUBLISHED
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 58 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_INSTITUTION
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 74 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Institution";
|
||
Text [ENGLISH] = "Institution";
|
||
Text[ english_us ] = "Institution";
|
||
Text[ portuguese ] = "Institui<75><69>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Instelling";
|
||
Text[ french ] = "Institution";
|
||
Text[ spanish ] = "Instituci<63>n";
|
||
Text[ italian ] = "Istituzione";
|
||
Text[ danish ] = "Institution";
|
||
Text[ swedish ] = "Institution";
|
||
Text[ polish ] = "Instytucja";
|
||
Text[ portuguese_brazilian ] = "Institution";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><>ȸ";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Kurum";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_INSTITUTION
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 73 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_JOURNAL
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 74 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Zeitschrift";
|
||
Text [ENGLISH] = "Journal";
|
||
Text[ english_us ] = "Journal";
|
||
Text[ portuguese ] = "Revista";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Tijdschrift";
|
||
Text[ french ] = "Revue";
|
||
Text[ spanish ] = "Revista";
|
||
Text[ italian ] = "Rivista";
|
||
Text[ danish ] = "Tidsskrift";
|
||
Text[ swedish ] = "Tidskrift";
|
||
Text[ polish ] = "Czasopismo";
|
||
Text[ portuguese_brazilian ] = "Journal";
|
||
Text[ japanese ] = "<22>G<EFBFBD><47><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>־";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>x";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Dergi";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_JOURNAL
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 73 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_NOTE
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 74 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Notiz";
|
||
Text [ENGLISH] = "Note";
|
||
Text[ english_us ] = "Note";
|
||
Text[ portuguese ] = "Anota<74><61>es";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Aantekening";
|
||
Text[ french ] = "Note";
|
||
Text[ spanish ] = "Nota";
|
||
Text[ italian ] = "Nota";
|
||
Text[ danish ] = "Note";
|
||
Text[ swedish ] = "Anteckning";
|
||
Text[ polish ] = "Notatka";
|
||
Text[ portuguese_brazilian ] = "Note";
|
||
Text[ japanese ] = "<22><>";
|
||
Text[ korean ] = "<22><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ע";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>O";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Not";
|
||
};
|
||
ListBox LB_NOTE
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 73 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_ANNOTE
|
||
{
|
||
Pos = MAP_APPFONT ( 12, 89 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Anmerkung";
|
||
Text [ENGLISH] = "Annotation";
|
||
Text[ english_us ] = "Annotation";
|
||
Text[ portuguese ] = "Anota<74><61>es";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Commentaar";
|
||
Text[ french ] = "Annotation";
|
||
Text[ spanish ] = "Anotaci<63>n";
|
||
Text[ italian ] = "Annotazione";
|
||
Text[ danish ] = "Anm<6E>rkning";
|
||
Text[ swedish ] = "Anm<6E>rkning";
|
||
Text[ polish ] = "Adnotacja";
|
||
Text[ portuguese_brazilian ] = "Annotation";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22>ּ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "˵<><CBB5>";
|
||
Text[ chinese_traditional ] = "<22>ƪ`";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "A<><41>klama";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_ANNOTE
|
||
{
|
||
Pos = MAP_APPFONT ( 65, 88 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_NUMBER
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 89 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Nummer";
|
||
Text [ENGLISH] = "No.";
|
||
Text[ english_us ] = "No.";
|
||
Text[ portuguese ] = "N<>.";
|
||
Text[ russian ] = "<22>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Nummer";
|
||
Text[ french ] = "No.";
|
||
Text[ spanish ] = "N<>mero";
|
||
Text[ italian ] = "No.";
|
||
Text[ danish ] = "Nummer";
|
||
Text[ swedish ] = "Nummer";
|
||
Text[ polish ] = "Numer";
|
||
Text[ portuguese_brazilian ] = "No.";
|
||
Text[ japanese ] = "No.";
|
||
Text[ korean ] = "<22><>ȣ";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>X";
|
||
Text[ arabic ] = "<22><><EFBFBD>";
|
||
Text[ turkish ] = "Say<61>";
|
||
};
|
||
ListBox LB_NUMBER
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 88 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_ORGANIZATIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 89 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Organisation";
|
||
Text [ENGLISH] = "Organization";
|
||
Text[ english_us ] = "Organization";
|
||
Text[ portuguese ] = "Organiza<7A><61>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Organisatie";
|
||
Text[ french ] = "Organisation";
|
||
Text[ spanish ] = "Organizaci<63>n";
|
||
Text[ italian ] = "Organizzazione";
|
||
Text[ danish ] = "Organisation";
|
||
Text[ swedish ] = "Organisation";
|
||
Text[ polish ] = "Organizacja";
|
||
Text[ portuguese_brazilian ] = "Organization";
|
||
Text[ japanese ] = "<22>g<EFBFBD>D<EFBFBD>c<EFBFBD>̖<EFBFBD>";
|
||
Text[ korean ] = "<22><>ü";
|
||
Text[ chinese_simplified ] = "<22><>֯";
|
||
Text[ chinese_traditional ] = "<22><>´";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Organizasyon";
|
||
};
|
||
ListBox LB_ORGANIZATIONS
|
||
{
|
||
Pos = MAP_APPFONT ( 282, 88 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_PAGES
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 104 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Seite(n)";
|
||
Text [ENGLISH] = "Page(s)";
|
||
Text[ english_us ] = "Page(s)";
|
||
Text[ portuguese ] = "P<>gina(s)";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>)";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/-<2D><>";
|
||
Text[ dutch ] = "Pagina(s)";
|
||
Text[ french ] = "Page(s)";
|
||
Text[ spanish ] = "P<>gina(s)";
|
||
Text[ italian ] = "Pagina/e";
|
||
Text[ danish ] = "Side(r)";
|
||
Text[ swedish ] = "Sida(-or)";
|
||
Text[ polish ] = "Strona(y)";
|
||
Text[ portuguese_brazilian ] = "Page(s)";
|
||
Text[ japanese ] = "<22>߰<EFBFBD>ސ<EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||
Text[ chinese_simplified ] = "ҳ";
|
||
Text[ chinese_traditional ] = "<22><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>)";
|
||
Text[ turkish ] = "Sayfa say<61>s<EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_PAGES
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 103 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_PUBLISHER
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 104 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Verlag";
|
||
Text [ENGLISH] = "Publisher";
|
||
Text[ english_us ] = "Publisher";
|
||
Text[ portuguese ] = "Editora";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Uitgeverij";
|
||
Text[ french ] = "<22>dition";
|
||
Text[ spanish ] = "Editorial";
|
||
Text[ italian ] = "Casa editrice";
|
||
Text[ danish ] = "Forlag";
|
||
Text[ swedish ] = "F<>rlag";
|
||
Text[ polish ] = "Wydawnictwo";
|
||
Text[ portuguese_brazilian ] = "Publisher";
|
||
Text[ japanese ] = "<22><><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD>ǻ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>X<EFBFBD><58><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Yay<61>m evi";
|
||
};
|
||
ListBox LB_PUBLISHER
|
||
{
|
||
Pos = MAP_APPFONT ( 171, 103 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_ADDRESS
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 104 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Adresse";
|
||
Text [ENGLISH] = "Address";
|
||
Text[ english_us ] = "Address";
|
||
Text[ portuguese ] = "Endere<72>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Adres";
|
||
Text[ french ] = "Adresse";
|
||
Text[ spanish ] = "Direcci<63>n";
|
||
Text[ italian ] = "Indirizzo";
|
||
Text[ danish ] = "Adresse";
|
||
Text[ swedish ] = "Adress";
|
||
Text[ polish ] = "Adres";
|
||
Text[ portuguese_brazilian ] = "Address";
|
||
Text[ japanese ] = "<22>Z<EFBFBD><5A>";
|
||
Text[ korean ] = "<22>ּ<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ַ";
|
||
Text[ chinese_traditional ] = "<22>a<EFBFBD>}";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Adres";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_ADDRESS
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 103 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_SCHOOL
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 119 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Hochschule";
|
||
Text [ENGLISH] = "School";
|
||
Text[ english_us ] = "University";
|
||
Text[ portuguese ] = "Universidade";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22>.<2E>.<2E>./<2F>.<2E>.<2E>.";
|
||
Text[ dutch ] = "Hogeschool";
|
||
Text[ french ] = "<22>cole sup<75>rieure";
|
||
Text[ spanish ] = "Universidad";
|
||
Text[ italian ] = "Scuola superiore";
|
||
Text[ danish ] = "Universitet";
|
||
Text[ swedish ] = "H<>gskola";
|
||
Text[ polish ] = "Szko<6B>a wy<77>sza";
|
||
Text[ portuguese_brazilian ] = "School";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD><EFBFBD>@<40>֖<EFBFBD>";
|
||
Text[ korean ] = "<22>б<EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>ѧ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD><EFBFBD>|<7C><>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "<22>niversite";
|
||
};
|
||
ListBox LB_SCHOOL
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 118 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_SERIES
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 119 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Serie";
|
||
Text [ENGLISH] = "Series";
|
||
Text[ english_us ] = "Series";
|
||
Text[ portuguese ] = "S<>rie";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Serie";
|
||
Text[ french ] = "S<>rie";
|
||
Text[ spanish ] = "Serie";
|
||
Text[ italian ] = "Serie";
|
||
Text[ danish ] = "Serie";
|
||
Text[ swedish ] = "Serie";
|
||
Text[ polish ] = "Seria";
|
||
Text[ portuguese_brazilian ] = "Series";
|
||
Text[ japanese ] = "<22>p<EFBFBD><70>";
|
||
Text[ korean ] = "<22>ø<EFBFBD><C3B8><EFBFBD>";
|
||
Text[ chinese_simplified ] = "ϵ<><CFB5>";
|
||
Text[ chinese_traditional ] = "<22>t<EFBFBD>C";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Dizi";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_SERIES
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 118) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_REPORTTYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 119 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Art des Reports";
|
||
Text [ENGLISH] = "Report type";
|
||
Text[ english_us ] = "Report type";
|
||
Text[ portuguese ] = "Tipo de relat<61>rio";
|
||
Text[ russian ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Soort bericht";
|
||
Text[ french ] = "Type de rapport";
|
||
Text[ spanish ] = "Tipo de informe";
|
||
Text[ italian ] = "Rapporto";
|
||
Text[ danish ] = "Rapporttype";
|
||
Text[ swedish ] = "Typ av rapport";
|
||
Text[ polish ] = "Rodzaj raportu";
|
||
Text[ portuguese_brazilian ] = "Report type";
|
||
Text[ japanese ] = "<22><>߰Ă̎<C482><CC8E><EFBFBD>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>i<EFBFBD><69><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Rapor t<>r<EFBFBD>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_REPORTTYPE
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 118 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_VOLUME
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 134 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Band";
|
||
Text [ENGLISH] = "Volume";
|
||
Text[ english_us ] = "Volume";
|
||
Text[ portuguese ] = "Volume";
|
||
Text[ russian ] = "<22><><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Deel";
|
||
Text[ french ] = "Volume";
|
||
Text[ spanish ] = "Tomo";
|
||
Text[ italian ] = "Volume";
|
||
Text[ danish ] = "Bind";
|
||
Text[ swedish ] = "Volym";
|
||
Text[ polish ] = "Tom";
|
||
Text[ portuguese_brazilian ] = "Volume";
|
||
Text[ japanese ] = "<22><>";
|
||
Text[ korean ] = "<22><>";
|
||
Text[ chinese_simplified ] = "<22><>";
|
||
Text[ chinese_traditional ] = "<22>U";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Cilt";
|
||
};
|
||
ListBox LB_VOLUME
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 133) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_URL
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 134 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "URL";
|
||
Text [ENGLISH] = "URL";
|
||
Text[ english_us ] = "URL";
|
||
Text[ portuguese ] = "URL";
|
||
Text[ russian ] = "URL";
|
||
Text[ greek ] = "URL";
|
||
Text[ dutch ] = "URL";
|
||
Text[ french ] = "URL";
|
||
Text[ spanish ] = "URL";
|
||
Text[ italian ] = "URL";
|
||
Text[ danish ] = "URL";
|
||
Text[ swedish ] = "URL";
|
||
Text[ polish ] = "URL";
|
||
Text[ portuguese_brazilian ] = "URL";
|
||
Text[ japanese ] = "URL";
|
||
Text[ korean ] = "URL";
|
||
Text[ chinese_simplified ] = "URL";
|
||
Text[ chinese_traditional ] = "URL";
|
||
Text[ arabic ] = "URL";
|
||
Text[ turkish ] = "URL";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_URL
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 133 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CUSTOM1
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 134 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Benutzerfeld 1";
|
||
Text [ENGLISH] = "Custom field 1";
|
||
Text[ english_us ] = "User-defined 1";
|
||
Text[ portuguese ] = "Campo de utilizador 1";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1";
|
||
Text[ dutch ] = "Gebruikersveld 1";
|
||
Text[ french ] = "Champ d'utilisateur 1";
|
||
Text[ spanish ] = "Campo de usuario 1";
|
||
Text[ italian ] = "Utente 1";
|
||
Text[ danish ] = "Brugerdefineret 1";
|
||
Text[ swedish ] = "Anv<6E>ndarf<72>lt 1";
|
||
Text[ polish ] = "Pole u<>ytkownika 1";
|
||
Text[ portuguese_brazilian ] = "Custom field 1";
|
||
Text[ japanese ] = "հ<>ް̨<DEB0><CCA8><EFBFBD><EFBFBD>1";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> 1";
|
||
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB><EFBFBD> 1";
|
||
Text[ chinese_traditional ] = "<22>ۭq<DBAD><71><EFBFBD><EFBFBD> 1";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1";
|
||
Text[ turkish ] = "Kullan<61>c<EFBFBD> alan<61> 1";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_CUSTOM1
|
||
{
|
||
Pos = MAP_APPFONT ( 282 , 133 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CUSTOM2
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 149 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Benutzerfeld 2";
|
||
Text [ENGLISH] = "Custom field 2";
|
||
Text[ english_us ] = "User-defined 2";
|
||
Text[ portuguese ] = "Campo de utilizador 2";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
||
Text[ dutch ] = "Gebruikersveld 2";
|
||
Text[ french ] = "Champ d'tilisateur 2";
|
||
Text[ spanish ] = "Campo de usuario 2";
|
||
Text[ italian ] = "Utente 2";
|
||
Text[ danish ] = "Brugerdefineret 2";
|
||
Text[ swedish ] = "Anv<6E>ndarf<72>lt 2";
|
||
Text[ polish ] = "Pole u<>ytkownika 2";
|
||
Text[ portuguese_brazilian ] = "Custom field 2";
|
||
Text[ japanese ] = "հ<>ް̨<DEB0><CCA8><EFBFBD><EFBFBD>2";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> 2";
|
||
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB><EFBFBD> 2";
|
||
Text[ chinese_traditional ] = "<22>ۭq<DBAD><71><EFBFBD><EFBFBD> 2";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 2";
|
||
Text[ turkish ] = "Kullan<61>c<EFBFBD> alan<61> 2";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
ListBox LB_CUSTOM2
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 148 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CUSTOM3
|
||
{
|
||
Pos = MAP_APPFONT ( 118 , 149 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Benutzerfeld 3";
|
||
Text [ENGLISH] = "Custom field 3";
|
||
Text[ english_us ] = "User-defined 3";
|
||
Text[ portuguese ] = "Campo de utilizador 3";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 3";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 3";
|
||
Text[ dutch ] = "Gebruikersveld 3";
|
||
Text[ french ] = "Champ d'utilisateur 3";
|
||
Text[ spanish ] = "Campo de usuario 3";
|
||
Text[ italian ] = "Utente 3";
|
||
Text[ danish ] = "Brugerdefineret 3";
|
||
Text[ swedish ] = "Anv<6E>ndarf<72>lt 3";
|
||
Text[ polish ] = "Pole u<>ytkownika 3";
|
||
Text[ portuguese_brazilian ] = "Custom field 3";
|
||
Text[ japanese ] = "հ<>ް̨<DEB0><CCA8><EFBFBD><EFBFBD>3";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> 3";
|
||
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB><EFBFBD> 3";
|
||
Text[ chinese_traditional ] = "<22>ۭq<DBAD><71><EFBFBD><EFBFBD> 3";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 3";
|
||
Text[ turkish ] = "Kullan<61>c<EFBFBD> alan<61> 3";
|
||
};
|
||
ListBox LB_CUSTOM3
|
||
{
|
||
Pos = MAP_APPFONT ( 171 , 148 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CUSTOM4
|
||
{
|
||
Pos = MAP_APPFONT ( 229 , 149 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Benutzerfeld 4";
|
||
Text [ENGLISH] = "Custom field 4";
|
||
Text[ english_us ] = "User-defined 4";
|
||
Text[ portuguese ] = "Campo de utilizador 4";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4";
|
||
Text[ dutch ] = "Gebruikersveld 4";
|
||
Text[ french ] = "Champ d'utilisateur 4";
|
||
Text[ spanish ] = "Campo de usuario 4";
|
||
Text[ italian ] = "Utente 4";
|
||
Text[ danish ] = "Brugerdefineret 4";
|
||
Text[ swedish ] = "Anv<6E>ndarf<72>lt 4";
|
||
Text[ polish ] = "Pole u<>ytkownika 4";
|
||
Text[ portuguese_brazilian ] = "Custom field 4";
|
||
Text[ japanese ] = "հ<>ް̨<DEB0><CCA8><EFBFBD><EFBFBD>4";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> 4";
|
||
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB><EFBFBD> 4";
|
||
Text[ chinese_traditional ] = "<22>ۭq<DBAD><71><EFBFBD><EFBFBD> 4";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 4";
|
||
Text[ turkish ] = "Kullan<61>c<EFBFBD> alan<61> 4";
|
||
};
|
||
ListBox LB_CUSTOM4
|
||
{
|
||
Pos = MAP_APPFONT ( 282, 148 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
FixedText FT_CUSTOM5
|
||
{
|
||
Pos = MAP_APPFONT ( 12 , 164 ) ;
|
||
Size = MAP_APPFONT ( 50 , 10 ) ;
|
||
Text = "Benutzerfeld 5";
|
||
Text [ENGLISH] = "Custom field 5";
|
||
Text[ english_us ] = "User-defined 5";
|
||
Text[ portuguese ] = "Campo de utilizador 5";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 5";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 5";
|
||
Text[ dutch ] = "Gebruikersveld 5";
|
||
Text[ french ] = "Champ d'utilisateur 5";
|
||
Text[ spanish ] = "Campo de usuario 5";
|
||
Text[ italian ] = "Utente 5";
|
||
Text[ danish ] = "Brugerdefineret 5";
|
||
Text[ swedish ] = "Anv<6E>ndarf<72>lt 5";
|
||
Text[ polish ] = "Pole u<>ytkownika 5";
|
||
Text[ portuguese_brazilian ] = "Custom field 5";
|
||
Text[ japanese ] = "հ<>ް̨<DEB0><CCA8><EFBFBD><EFBFBD>5";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> 5";
|
||
Text[ chinese_simplified ] = "<22>û<EFBFBD><C3BB><EFBFBD> 5";
|
||
Text[ chinese_traditional ] = "<22>ۭq<DBAD><71><EFBFBD><EFBFBD> 5";
|
||
Text[ arabic ] = "<22><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 5";
|
||
Text[ turkish ] = "Kullan<61>c<EFBFBD> alan<61> 5";
|
||
};
|
||
ListBox LB_CUSTOM5
|
||
{
|
||
Pos = MAP_APPFONT ( 65 , 163 ) ;
|
||
Size = MAP_APPFONT ( 50 , 60 ) ;
|
||
DropDown = TRUE;
|
||
};
|
||
String ST_NONE
|
||
{
|
||
Text = "<kein>";
|
||
Text [ENGLISH] = "<none>";
|
||
Text[ english_us ] = "<none>";
|
||
Text[ portuguese ] = "<nenhum>";
|
||
Text[ russian ] = "<<3C><><EFBFBD>>";
|
||
Text[ greek ] = "<<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>>";
|
||
Text[ dutch ] = "<geen>";
|
||
Text[ french ] = "<aucun>";
|
||
Text[ spanish ] = "<ninguno>";
|
||
Text[ italian ] = "<nessuno>";
|
||
Text[ danish ] = "<ingen>";
|
||
Text[ swedish ] = "<ingen>";
|
||
Text[ polish ] = "<brak>";
|
||
Text[ portuguese_brazilian ] = "<none>";
|
||
Text[ japanese ] = "<<3C>Ȃ<EFBFBD>>";
|
||
Text[ korean ] = "<<3C><><EFBFBD><EFBFBD>>";
|
||
Text[ chinese_simplified ] = "<<3C><>>";
|
||
Text[ chinese_traditional ] = "<<3C>L>";
|
||
Text[ arabic ] = "<<3C><><EFBFBD><EFBFBD>>";
|
||
Text[ turkish ] = "<Yok>";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
Text[ english_us ] = "Column Layout for Table %1";
|
||
Text[ portuguese ] = "Atribui<75><69>o de colunas para a tabela %1";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1";
|
||
Text[ dutch ] = "Kolomindeling voor tabel %1";
|
||
Text[ french ] = "Assignation de colonnes pour la table %1";
|
||
Text[ spanish ] = "Asignaci<63>n de columnas para tabla %1";
|
||
Text[ italian ] = "Assegnazione colonne per la tabella %1";
|
||
Text[ danish ] = "Kolonnetildeling for tabel %1";
|
||
Text[ swedish ] = "Kolumntilldelning f<>r tabell %1";
|
||
Text[ polish ] = "Przyporz<72>dkowanie kolumn tabeli %1";
|
||
Text[ portuguese_brazilian ] = "Column assignment for table %1";
|
||
Text[ japanese ] = "%1 ð<><C3B0>ق̗<CC97>";
|
||
Text[ korean ] = "<22><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><> <20><><EFBFBD>̾ƿ<CCBE> %1";
|
||
Text[ chinese_simplified ] = "Ϊ<><CEAA><EFBFBD><EFBFBD> %1 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ chinese_traditional ] = "<22>s<EFBFBD><73> %1 <20><><EFBFBD>檺<EFBFBD><E6AABA>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %1";
|
||
Text[ turkish ] = "Tablo %1 i<>in s<>tun d<>zeni";
|
||
};
|
||
ModalDialog RID_DLG_DBCHANGE
|
||
{
|
||
HelpID = HID_DLG_DBCHANGE;
|
||
OutputSize = TRUE ;
|
||
SVLook = TRUE ;
|
||
Size = MAP_APPFONT ( 291 , 131 ) ;
|
||
Moveable = TRUE ;
|
||
Text = "Auswahl der Datenquelle";
|
||
Text [ENGLISH] = "Select data source";
|
||
|
||
OKButton BT_OK
|
||
{
|
||
Pos = MAP_APPFONT ( 238 , 3 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
CancelButton BT_CANCEL
|
||
{
|
||
Pos = MAP_APPFONT ( 238 , 18 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
HelpButton BT_HELP
|
||
{
|
||
Pos = MAP_APPFONT ( 238 , 36 ) ;
|
||
Size = MAP_APPFONT ( 50 , 12 ) ;
|
||
};
|
||
GroupBox GB_SELECTION
|
||
{
|
||
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
||
Size = MAP_APPFONT ( 229 , 125 ) ;
|
||
Text = "Auswahl";
|
||
Text [ENGLISH] = "Selection";
|
||
Text[ english_us ] = "Selection";
|
||
Text[ portuguese ] = "Selec<65><63>o";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Selectie";
|
||
Text[ french ] = "S<>lection";
|
||
Text[ spanish ] = "Selecci<63>n";
|
||
Text[ italian ] = "Selezione";
|
||
Text[ danish ] = "Udvalg";
|
||
Text[ swedish ] = "Urval";
|
||
Text[ polish ] = "Wyb<79>r";
|
||
Text[ portuguese_brazilian ] = "Selection";
|
||
Text[ japanese ] = "<22>I<EFBFBD><49>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1>";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Se<53>im";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
String ST_ENTRY
|
||
{
|
||
Text = "Eintrag";
|
||
Text [ENGLISH] = "Entry";
|
||
Text[ english_us ] = "Entry";
|
||
Text[ portuguese ] = "Entrada";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Item";
|
||
Text[ french ] = "Entr<74>e";
|
||
Text[ spanish ] = "Entrada";
|
||
Text[ italian ] = "Voce";
|
||
Text[ danish ] = "Element";
|
||
Text[ swedish ] = "Post";
|
||
Text[ polish ] = "Wpis";
|
||
Text[ portuguese_brazilian ] = "Entry";
|
||
Text[ japanese ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ korean ] = "<22><EFBFBD>";
|
||
Text[ chinese_simplified ] = "<22><>Ŀ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD><EFBFBD>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Giri<72>";
|
||
};
|
||
String ST_URL
|
||
{
|
||
Text = "URL";
|
||
Text [ENGLISH] = "URL";
|
||
Text[ english_us ] = "URL";
|
||
Text[ portuguese ] = "URL";
|
||
Text[ russian ] = "URL";
|
||
Text[ greek ] = "URL";
|
||
Text[ dutch ] = "URL";
|
||
Text[ french ] = "URL";
|
||
Text[ spanish ] = "URL";
|
||
Text[ italian ] = "URL";
|
||
Text[ danish ] = "URL";
|
||
Text[ swedish ] = "URL";
|
||
Text[ polish ] = "URL";
|
||
Text[ portuguese_brazilian ] = "URL";
|
||
Text[ japanese ] = "URL";
|
||
Text[ korean ] = "URL";
|
||
Text[ chinese_simplified ] = "URL";
|
||
Text[ chinese_traditional ] = "URL";
|
||
Text[ arabic ] = "URL";
|
||
Text[ turkish ] = "URL";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
Control LB_SELECTION
|
||
{
|
||
Pos = MAP_APPFONT ( 9 , 24 ) ;
|
||
Size = MAP_APPFONT ( 223 , 100 ) ;
|
||
Border = TRUE;
|
||
TabStop = TRUE;
|
||
};
|
||
Window HB_SELECTION
|
||
{
|
||
Pos = MAP_APPFONT ( 9 , 12 ) ;
|
||
Size = MAP_APPFONT ( 223 , 12 ) ;
|
||
Border = TRUE;
|
||
};
|
||
Text[ english_us ] = "Select Data Source";
|
||
Text[ portuguese ] = "Seleccionar fonte de dados";
|
||
Text[ russian ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ greek ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ dutch ] = "Kies gegevensbron";
|
||
Text[ french ] = "S<>lection de la source de donn<6E>es";
|
||
Text[ spanish ] = "Selecci<63>n de la fuente de datos";
|
||
Text[ italian ] = "Selezione della sorgente dati";
|
||
Text[ danish ] = "V<>lg datakilde";
|
||
Text[ swedish ] = "Urval av datak<61>lla";
|
||
Text[ polish ] = "Wyb<79>r <20>r<EFBFBD>d<EFBFBD>a danych";
|
||
Text[ portuguese_brazilian ] = "Select data source";
|
||
Text[ japanese ] = "<22>ް<EFBFBD><DEB0><EFBFBD><EFBFBD><EFBFBD>̑I<CC91><49>";
|
||
Text[ korean ] = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ҽ<EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||
Text[ chinese_simplified ] = "ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դ";
|
||
Text[ chinese_traditional ] = "<22><><EFBFBD>ܼ<EFBFBD><DCBC>u<EFBFBD><75>";
|
||
Text[ arabic ] = "<22><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||
Text[ turkish ] = "Veri kayna<6E><61> se<73>imi";
|
||
Text[ language_user1 ] = " ";
|
||
};
|
||
|