summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.src
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.src')
-rw-r--r--extensions/source/bibliography/datman.src1276
1 files changed, 1276 insertions, 0 deletions
diff --git a/extensions/source/bibliography/datman.src b/extensions/source/bibliography/datman.src
new file mode 100644
index 000000000000..311968f03fcc
--- /dev/null
+++ b/extensions/source/bibliography/datman.src
@@ -0,0 +1,1276 @@
+/*************************************************************************
+ *
+ * $RCSfile: datman.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:16: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: hr $ $Date: 2000-09-18 16:16:44 $ $Revision: 1.1.1.1 $
+// $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 fr 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 ] = " ";
+ Text[ greek ] = " ";
+ 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 ] = "";
+ Text[ korean ] = " ̸";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "W";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Stun adlar";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_IDENTIFIER
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 50 , 10 ) ;
+ Text = "Krzel";
+ Text [ENGLISH] = "Identifier";
+ Text[ english_us ] = "Identifier";
+ Text[ portuguese ] = "Abreviatura";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Initialen";
+ Text[ french ] = "Abrviation";
+ Text[ spanish ] = "Abreviatura";
+ Text[ italian ] = "Sigla";
+ Text[ danish ] = "Genvej";
+ Text[ swedish ] = "Initialer";
+ Text[ polish ] = "Inicjay";
+ Text[ portuguese_brazilian ] = "Identifier";
+ Text[ japanese ] = "ȗ";
+ Text[ korean ] = "̴ϼ";
+ Text[ chinese_simplified ] = "ʶ";
+ Text[ chinese_traditional ] = "Yg";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Ksaltma";
+ };
+ 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 ] = "";
+ Text[ greek ] = " ";
+ 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 ] = "{̕";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "m";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Kaynaka tr";
+ };
+ 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 ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Auteur";
+ Text[ french ] = "Auteur";
+ Text[ spanish ] = "Autor";
+ Text[ italian ] = "Autore";
+ Text[ danish ] = "Forfatter";
+ Text[ swedish ] = "Frfattare";
+ Text[ polish ] = "Autor";
+ Text[ portuguese_brazilian ] = "Author";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "@";
+ Text[ arabic ] = "";
+ 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 ] = "Ttulo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Titel";
+ Text[ french ] = "Titre";
+ Text[ spanish ] = "Ttulo";
+ Text[ italian ] = "Titolo";
+ Text[ danish ] = "Titel";
+ Text[ swedish ] = "Titel";
+ Text[ polish ] = "Tytu";
+ Text[ portuguese_brazilian ] = "Title";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "D";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Balk";
+ 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 ] = "Ms";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Maand";
+ Text[ french ] = "Mois";
+ Text[ spanish ] = "Mes";
+ Text[ italian ] = "Mese";
+ Text[ danish ] = "Mned";
+ Text[ swedish ] = "Mnad";
+ Text[ polish ] = "Miesic";
+ Text[ portuguese_brazilian ] = "Month";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ 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 ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Jaar";
+ Text[ french ] = "An";
+ Text[ spanish ] = "Ao";
+ Text[ italian ] = "Anno";
+ Text[ danish ] = "r";
+ Text[ swedish ] = "r";
+ Text[ polish ] = "Rok";
+ Text[ portuguese_brazilian ] = "Year";
+ Text[ japanese ] = "N";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "~";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yl";
+ 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 ] = "Ttulo do livro";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Boektitel";
+ Text[ french ] = "Titre du livre";
+ Text[ spanish ] = "Ttulo del libro";
+ Text[ italian ] = "Titolo del libro";
+ Text[ danish ] = "Bogtitel";
+ Text[ swedish ] = "Boktitel";
+ Text[ polish ] = "Tytu ksiki";
+ Text[ portuguese_brazilian ] = "Book title";
+ Text[ japanese ] = "";
+ Text[ korean ] = "å ";
+ Text[ chinese_simplified ] = "鼮";
+ Text[ chinese_traditional ] = "ѦW";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kitap bal";
+ 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 ] = "Captulo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Hoofdstuk";
+ Text[ french ] = "Chapitre";
+ Text[ spanish ] = "Captulo";
+ Text[ italian ] = "Capitolo";
+ Text[ danish ] = "Kapitel";
+ Text[ swedish ] = "Kapitel";
+ Text[ polish ] = "Rozdzia";
+ Text[ portuguese_brazilian ] = "Chapter";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Blm";
+ 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 ] = "Edio";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Editie";
+ Text[ french ] = "dition";
+ Text[ spanish ] = "Edicin";
+ Text[ italian ] = "Edizione";
+ Text[ danish ] = "Udgave";
+ Text[ swedish ] = "Utgva";
+ Text[ polish ] = "Wydanie";
+ Text[ portuguese_brazilian ] = "Edition";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "汾";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yaym";
+ 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 ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Uitgever";
+ Text[ french ] = "diteur";
+ Text[ spanish ] = "Editor";
+ Text[ italian ] = "Editore";
+ Text[ danish ] = "Udgiver";
+ Text[ swedish ] = "Utgivare";
+ Text[ polish ] = "Wydawca";
+ Text[ portuguese_brazilian ] = "Editor";
+ Text[ japanese ] = "ҏW";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "X";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yaymc";
+ 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 publicao";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Wijze van publiceren";
+ Text[ french ] = "Mode de publication";
+ Text[ spanish ] = "Tipo de publicacin";
+ Text[ italian ] = "Tipo di edizione";
+ Text[ danish ] = "Udgivelsestype";
+ Text[ swedish ] = "Utgivningstyp";
+ Text[ polish ] = "Rodzaj publikacji";
+ Text[ portuguese_brazilian ] = "How published";
+ Text[ japanese ] = "ް";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "зʽ";
+ Text[ chinese_traditional ] = "X";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yaym tr";
+ };
+ 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 ] = "Instituio";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Instelling";
+ Text[ french ] = "Institution";
+ Text[ spanish ] = "Institucin";
+ Text[ italian ] = "Istituzione";
+ Text[ danish ] = "Institution";
+ Text[ swedish ] = "Institution";
+ Text[ polish ] = "Instytucja";
+ Text[ portuguese_brazilian ] = "Institution";
+ Text[ japanese ] = "@";
+ Text[ korean ] = "ȸ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ 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 ] = "";
+ Text[ greek ] = "";
+ 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 ] = "G";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "־";
+ Text[ chinese_traditional ] = "x";
+ Text[ arabic ] = "";
+ 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 ] = "Anotaes";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ 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 ] = "";
+ Text[ korean ] = "޸";
+ Text[ chinese_simplified ] = "ע";
+ Text[ chinese_traditional ] = "O";
+ Text[ arabic ] = "";
+ 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 ] = "Anotaes";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Commentaar";
+ Text[ french ] = "Annotation";
+ Text[ spanish ] = "Anotacin";
+ Text[ italian ] = "Annotazione";
+ Text[ danish ] = "Anmrkning";
+ Text[ swedish ] = "Anmrkning";
+ Text[ polish ] = "Adnotacja";
+ Text[ portuguese_brazilian ] = "Annotation";
+ Text[ japanese ] = "";
+ Text[ korean ] = "ּ";
+ Text[ chinese_simplified ] = "˵";
+ Text[ chinese_traditional ] = "ƪ`";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Aklama";
+ 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 ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Nummer";
+ Text[ french ] = "No.";
+ Text[ spanish ] = "Nmero";
+ Text[ italian ] = "No.";
+ Text[ danish ] = "Nummer";
+ Text[ swedish ] = "Nummer";
+ Text[ polish ] = "Numer";
+ Text[ portuguese_brazilian ] = "No.";
+ Text[ japanese ] = "No.";
+ Text[ korean ] = "ȣ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "X";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Say";
+ };
+ 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 ] = "Organizao";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Organisatie";
+ Text[ french ] = "Organisation";
+ Text[ spanish ] = "Organizacin";
+ Text[ italian ] = "Organizzazione";
+ Text[ danish ] = "Organisation";
+ Text[ swedish ] = "Organisation";
+ Text[ polish ] = "Organizacja";
+ Text[ portuguese_brazilian ] = "Organization";
+ Text[ japanese ] = "gDc";
+ Text[ korean ] = "ü";
+ Text[ chinese_simplified ] = "֯";
+ Text[ chinese_traditional ] = "´";
+ Text[ arabic ] = "";
+ 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 ] = "Pgina(s)";
+ Text[ russian ] = "()";
+ Text[ greek ] = "/-";
+ Text[ dutch ] = "Pagina(s)";
+ Text[ french ] = "Page(s)";
+ Text[ spanish ] = "Pgina(s)";
+ Text[ italian ] = "Pagina/e";
+ Text[ danish ] = "Side(r)";
+ Text[ swedish ] = "Sida(-or)";
+ Text[ polish ] = "Strona(y)";
+ Text[ portuguese_brazilian ] = "Page(s)";
+ Text[ japanese ] = "߰";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "ҳ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = " ()";
+ Text[ turkish ] = "Sayfa says";
+ 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 ] = "";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Uitgeverij";
+ Text[ french ] = "dition";
+ Text[ spanish ] = "Editorial";
+ Text[ italian ] = "Casa editrice";
+ Text[ danish ] = "Forlag";
+ Text[ swedish ] = "Frlag";
+ Text[ polish ] = "Wydawnictwo";
+ Text[ portuguese_brazilian ] = "Publisher";
+ Text[ japanese ] = "s";
+ Text[ korean ] = "ǻ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "X";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yaym 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 ] = "Endereo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Adres";
+ Text[ french ] = "Adresse";
+ Text[ spanish ] = "Direccin";
+ Text[ italian ] = "Indirizzo";
+ Text[ danish ] = "Adresse";
+ Text[ swedish ] = "Adress";
+ Text[ polish ] = "Adres";
+ Text[ portuguese_brazilian ] = "Address";
+ Text[ japanese ] = "Z";
+ Text[ korean ] = "ּ";
+ Text[ chinese_simplified ] = "ַ";
+ Text[ chinese_traditional ] = "a}";
+ Text[ arabic ] = "";
+ 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 ] = "";
+ Text[ greek ] = ".../...";
+ Text[ dutch ] = "Hogeschool";
+ Text[ french ] = "cole suprieure";
+ Text[ spanish ] = "Universidad";
+ Text[ italian ] = "Scuola superiore";
+ Text[ danish ] = "Universitet";
+ Text[ swedish ] = "Hgskola";
+ Text[ polish ] = "Szkoa wysza";
+ Text[ portuguese_brazilian ] = "School";
+ Text[ japanese ] = "@";
+ Text[ korean ] = "б";
+ Text[ chinese_simplified ] = "ѧ";
+ Text[ chinese_traditional ] = "|";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "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 ] = "Srie";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Serie";
+ Text[ french ] = "Srie";
+ Text[ spanish ] = "Serie";
+ Text[ italian ] = "Serie";
+ Text[ danish ] = "Serie";
+ Text[ swedish ] = "Serie";
+ Text[ polish ] = "Seria";
+ Text[ portuguese_brazilian ] = "Series";
+ Text[ japanese ] = "p";
+ Text[ korean ] = "ø";
+ Text[ chinese_simplified ] = "ϵ";
+ Text[ chinese_traditional ] = "tC";
+ Text[ arabic ] = "";
+ 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 relatrio";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ 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 ] = "߰Ă̎";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "i";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Rapor tr";
+ 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 ] = "";
+ Text[ greek ] = "";
+ 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 ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "U";
+ Text[ arabic ] = "";
+ 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 ] = " 1";
+ Text[ greek ] = " 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 ] = "Anvndarflt 1";
+ Text[ polish ] = "Pole uytkownika 1";
+ Text[ portuguese_brazilian ] = "Custom field 1";
+ Text[ japanese ] = "հް̨1";
+ Text[ korean ] = " ʵ 1";
+ Text[ chinese_simplified ] = "û 1";
+ Text[ chinese_traditional ] = "ۭq 1";
+ Text[ arabic ] = " 1";
+ Text[ turkish ] = "Kullanc alan 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 ] = " 2";
+ Text[ greek ] = " 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 ] = "Anvndarflt 2";
+ Text[ polish ] = "Pole uytkownika 2";
+ Text[ portuguese_brazilian ] = "Custom field 2";
+ Text[ japanese ] = "հް̨2";
+ Text[ korean ] = " ʵ 2";
+ Text[ chinese_simplified ] = "û 2";
+ Text[ chinese_traditional ] = "ۭq 2";
+ Text[ arabic ] = " 2";
+ Text[ turkish ] = "Kullanc alan 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 ] = " 3";
+ Text[ greek ] = " 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 ] = "Anvndarflt 3";
+ Text[ polish ] = "Pole uytkownika 3";
+ Text[ portuguese_brazilian ] = "Custom field 3";
+ Text[ japanese ] = "հް̨3";
+ Text[ korean ] = " ʵ 3";
+ Text[ chinese_simplified ] = "û 3";
+ Text[ chinese_traditional ] = "ۭq 3";
+ Text[ arabic ] = " 3";
+ Text[ turkish ] = "Kullanc alan 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 ] = " 4";
+ Text[ greek ] = " 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 ] = "Anvndarflt 4";
+ Text[ polish ] = "Pole uytkownika 4";
+ Text[ portuguese_brazilian ] = "Custom field 4";
+ Text[ japanese ] = "հް̨4";
+ Text[ korean ] = " ʵ 4";
+ Text[ chinese_simplified ] = "û 4";
+ Text[ chinese_traditional ] = "ۭq 4";
+ Text[ arabic ] = " 4";
+ Text[ turkish ] = "Kullanc alan 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 ] = " 5";
+ Text[ greek ] = " 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 ] = "Anvndarflt 5";
+ Text[ polish ] = "Pole uytkownika 5";
+ Text[ portuguese_brazilian ] = "Custom field 5";
+ Text[ japanese ] = "հް̨5";
+ Text[ korean ] = " ʵ 5";
+ Text[ chinese_simplified ] = "û 5";
+ Text[ chinese_traditional ] = "ۭq 5";
+ Text[ arabic ] = " 5";
+ Text[ turkish ] = "Kullanc alan 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 ] = "<>";
+ Text[ greek ] = "<>";
+ 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 ] = "<Ȃ>";
+ Text[ korean ] = "<>";
+ Text[ chinese_simplified ] = "<>";
+ Text[ chinese_traditional ] = "<L>";
+ Text[ arabic ] = "<>";
+ Text[ turkish ] = "<Yok>";
+ Text[ language_user1 ] = " ";
+ };
+ Text[ english_us ] = "Column Layout for Table %1";
+ Text[ portuguese ] = "Atribuio de colunas para a tabela %1";
+ Text[ russian ] = " %1";
+ Text[ greek ] = " %1";
+ Text[ dutch ] = "Kolomindeling voor tabel %1";
+ Text[ french ] = "Assignation de colonnes pour la table %1";
+ Text[ spanish ] = "Asignacin de columnas para tabla %1";
+ Text[ italian ] = "Assegnazione colonne per la tabella %1";
+ Text[ danish ] = "Kolonnetildeling for tabel %1";
+ Text[ swedish ] = "Kolumntilldelning fr tabell %1";
+ Text[ polish ] = "Przyporzdkowanie kolumn tabeli %1";
+ Text[ portuguese_brazilian ] = "Column assignment for table %1";
+ Text[ japanese ] = "ð%1p̗̕";
+ Text[ korean ] = "̺ ̾ƿ %1";
+ Text[ chinese_simplified ] = "Ϊ %1 ";
+ Text[ chinese_traditional ] = "s %1 檺";
+ Text[ arabic ] = " %1";
+ Text[ turkish ] = "Tablo %1 iin stun dzeni";
+};
+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 ] = "Seleco";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Selectie";
+ Text[ french ] = "Slection";
+ Text[ spanish ] = "Seleccin";
+ Text[ italian ] = "Selezione";
+ Text[ danish ] = "Udvalg";
+ Text[ swedish ] = "Urval";
+ Text[ polish ] = "Wybr";
+ Text[ portuguese_brazilian ] = "Selection";
+ Text[ japanese ] = "I";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "ѡ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Seim";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_ENTRY
+ {
+ Text = "Eintrag";
+ Text [ENGLISH] = "Entry";
+ Text[ english_us ] = "Entry";
+ Text[ portuguese ] = "Entrada";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Item";
+ Text[ french ] = "Entre";
+ Text[ spanish ] = "Entrada";
+ Text[ italian ] = "Voce";
+ Text[ danish ] = "Element";
+ Text[ swedish ] = "Post";
+ Text[ polish ] = "Wpis";
+ Text[ portuguese_brazilian ] = "Entry";
+ Text[ japanese ] = "";
+ Text[ korean ] = "׸";
+ Text[ chinese_simplified ] = "Ŀ";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Giri";
+ };
+ 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 ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Kies gegevensbron";
+ Text[ french ] = "Slection de la source de donnes";
+ Text[ spanish ] = "Seleccin de la fuente de datos";
+ Text[ italian ] = "Selezione della sorgente dati";
+ Text[ danish ] = "Vlg datakilde";
+ Text[ swedish ] = "Urval av dataklla";
+ Text[ polish ] = "Wybr rda danych";
+ Text[ portuguese_brazilian ] = "Select data source";
+ Text[ japanese ] = "ް̑I";
+ Text[ korean ] = " ҽ ";
+ Text[ chinese_simplified ] = "ѡԴ";
+ Text[ chinese_traditional ] = "ܼu";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Veri kayna seimi";
+ Text[ language_user1 ] = " ";
+};
+