summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/sections.src
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/sections.src')
-rw-r--r--extensions/source/bibliography/sections.src1538
1 files changed, 1538 insertions, 0 deletions
diff --git a/extensions/source/bibliography/sections.src b/extensions/source/bibliography/sections.src
new file mode 100644
index 000000000000..9f78026010af
--- /dev/null
+++ b/extensions/source/bibliography/sections.src
@@ -0,0 +1,1538 @@
+/*************************************************************************
+ *
+ * $RCSfile: sections.src,v $
+ *
+ * $Revision: 1.1.1.1 $
+ *
+ * last change: $Author: hr $ $Date: 2000-09-18 16:16:45 $
+ *
+ * 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): _______________________________________
+ *
+ *
+ ************************************************************************/
+//#pragma CHARSET_ANSI
+
+#include "sections.hrc"
+
+#define FT_POS 6
+#define FTSIZE_LEFT 65
+#define ED_POS_LEFT FT_POS+FTSIZE_LEFT+1
+#define ED_SIZE 65
+#define BTN_SIZE 12
+#define ED_POS_LEFT2 ED_POS_LEFT + ED_SIZE +1
+#define FT_POS_MIDDLE ED_POS_LEFT2 + 5
+#define FT_POS_RIGHT FT_POS_MIDDLE + FT_POS_MIDDLE - FT_POS
+
+TabPage RID_TP_GENERAL
+{
+ Size = MAP_APPFONT( 452, 195 );
+ Text = "Allgemein";
+ Text[English]= "General";
+
+ FixedText FT_IDENTIFIER
+ {
+ Pos = MAP_APPFONT( FT_POS, 6 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Kurzbezeichnung";
+ Text[English]= "Identifier";
+ Text[ english_us ] = "Short ~name";
+ Text[ portuguese ] = "~Abreviatura";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Beknopte aanduiding";
+ Text[ french ] = "~Abrg";
+ Text[ spanish ] = "~Abreviatura";
+ Text[ italian ] = "Abbreviazione";
+ Text[ danish ] = "Kort betegnelse";
+ Text[ swedish ] = "~Kort beteckning";
+ Text[ polish ] = "Skrt";
+ Text[ portuguese_brazilian ] = "Identifier";
+ Text[ japanese ] = "ID(~N)";
+ Text[ korean ] = "Ī(~N)";
+ Text[ chinese_simplified ] = "(~N)";
+ Text[ chinese_traditional ] = "ѧO(~N)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "~Ksa ad";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_AUTHTYPE
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 6 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Art";
+ Text[English]= "Type";
+ Text[ english_us ] = "~Type";
+ Text[ portuguese ] = "~Tipo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Type";
+ Text[ french ] = "T~ype";
+ Text[ spanish ] = "~Tipo";
+ Text[ italian ] = "Tipo";
+ Text[ danish ] = "Type";
+ Text[ swedish ] = "Typ";
+ Text[ polish ] = "Typ";
+ Text[ portuguese_brazilian ] = "Type";
+ Text[ japanese ] = "{̕(~T)";
+ Text[ korean ] = "(~T)";
+ Text[ chinese_simplified ] = "(~T)";
+ Text[ chinese_traditional ] = "(~T)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "~Tr";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_YEAR
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 6 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Jahr";
+ Text[English]= "Year";
+ Text[ english_us ] = "~Year";
+ Text[ portuguese ] = "A~no";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Jaar";
+ Text[ french ] = "A~nne";
+ Text[ spanish ] = "~Ao";
+ Text[ italian ] = "Anno";
+ Text[ danish ] = "r";
+ Text[ swedish ] = "r";
+ Text[ polish ] = "Rok";
+ Text[ portuguese_brazilian ] = "Year";
+ Text[ japanese ] = "N(~Y)";
+ Text[ korean ] = "(~Y)";
+ Text[ chinese_simplified ] = "(~Y)";
+ Text[ chinese_traditional ] = "~";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yl";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_AUTHOR
+ {
+ Pos = MAP_APPFONT( FT_POS, 20 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "A~utor";
+ Text[English]= "Author";
+ Text[ english_us ] = "~Author";
+ Text[ portuguese ] = "A~utor";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Auteur";
+ Text[ french ] = "A~uteur";
+ Text[ spanish ] = "A~utor";
+ Text[ italian ] = "A~utore";
+ Text[ danish ] = "Forfatter";
+ Text[ swedish ] = "Frfattare";
+ Text[ polish ] = "Autor";
+ Text[ portuguese_brazilian ] = "Author";
+ Text[ japanese ] = "(~A)";
+ Text[ korean ] = "(~A)";
+ Text[ chinese_simplified ] = "(~A)";
+ Text[ chinese_traditional ] = "@(~A)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yazar";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_TITLE
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 20 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Tite~l";
+ Text[English]= "Title";
+ Text[ english_us ] = "Tit~le";
+ Text[ portuguese ] = "Ttu~lo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Titel";
+ Text[ french ] = "Tit~re";
+ Text[ spanish ] = "Ttu~lo";
+ Text[ italian ] = "Tito~lo";
+ Text[ danish ] = "Titel";
+ Text[ swedish ] = "Titel";
+ Text[ polish ] = "Tytu";
+ Text[ portuguese_brazilian ] = "Title";
+ Text[ japanese ] = "薼(~L)";
+ Text[ korean ] = "(~L)";
+ Text[ chinese_simplified ] = "(~L)";
+ Text[ chinese_traditional ] = "D(~L)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Balk";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_PUBLISHER
+ {
+ Pos = MAP_APPFONT( FT_POS, 34 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Verlag";
+ Text[English]= "Publisher";
+ Text[ english_us ] = "~Publisher";
+ Text[ portuguese ] = "~Editora";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Uitgeverij";
+ Text[ french ] = "diti~on";
+ Text[ spanish ] = "~Editorial";
+ Text[ italian ] = "Casa editrice";
+ Text[ danish ] = "Forlag";
+ Text[ swedish ] = "Frlag";
+ Text[ polish ] = "Wydawnictwo";
+ Text[ portuguese_brazilian ] = "Publisher";
+ Text[ japanese ] = "oŎЖ(~P)";
+ Text[ korean ] = "ǻ(~P)";
+ Text[ chinese_simplified ] = "(~P)";
+ Text[ chinese_traditional ] = "X(~P)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yaynevi";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_ADDRESS
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 34 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "A~dresse";
+ Text[English]= "Address";
+ Text[ english_us ] = "A~ddress";
+ Text[ portuguese ] = "En~dereo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "A~dres";
+ Text[ french ] = "A~dresse";
+ Text[ spanish ] = "~Direccin";
+ Text[ italian ] = "Indirizzo";
+ Text[ danish ] = "Adresse";
+ Text[ swedish ] = "Adress";
+ Text[ polish ] = "Adres";
+ Text[ portuguese_brazilian ] = "Address";
+ Text[ japanese ] = "Z(~D)";
+ Text[ korean ] = "ּ(~D)";
+ Text[ chinese_simplified ] = "ַ(~D)";
+ Text[ chinese_traditional ] = "a}(~D)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Adres";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_ISBN
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 34 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 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 ] = "I~SBN";
+ Text[ italian ] = "~ISBN";
+ Text[ danish ] = "ISBN";
+ Text[ swedish ] = "ISBN";
+ Text[ polish ] = "ISBN";
+ Text[ portuguese_brazilian ] = "ISBN";
+ Text[ japanese ] = "ISBN(~I)";
+ Text[ korean ] = "ISBN(~I)";
+ Text[ chinese_simplified ] = "ISBN(~I)";
+ Text[ chinese_traditional ] = "ISBN(~I)";
+ Text[ arabic ] = "ISBN";
+ Text[ turkish ] = "~ISBN";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_CHAPTER
+ {
+ Pos = MAP_APPFONT( FT_POS, 48 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 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 ] = "(~C)";
+ Text[ korean ] = "(~C)";
+ Text[ chinese_simplified ] = "(~C)";
+ Text[ chinese_traditional ] = "(~C)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Blm";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_PAGE
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 48 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Seite~(n)";
+ Text[English]= "Page(s)";
+ Text[ english_us ] = "Pa~ge(s)";
+ Text[ portuguese ] = "P~gina(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 ] = "߰ސ(~G)";
+ Text[ korean ] = "(~G)";
+ Text[ chinese_simplified ] = "ҳ(~G)";
+ Text[ chinese_traditional ] = "(~G)";
+ Text[ arabic ] = " ()";
+ Text[ turkish ] = "Sayfa(lar)";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_EDITOR
+ {
+ Pos = MAP_APPFONT( FT_POS, 69 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Herausgeber";
+ Text[English]= "Editor";
+ Text[ english_us ] = "Editor";
+ Text[ portuguese ] = "Edi~tor";
+ Text[ russian ] = " ";
+ Text[ greek ] = "~";
+ Text[ dutch ] = "Uit~gever";
+ Text[ french ] = "diteu~r";
+ Text[ spanish ] = "~Editor";
+ Text[ italian ] = "Editore";
+ Text[ danish ] = "Udgiver";
+ Text[ swedish ] = "Utgivare";
+ Text[ polish ] = "Wydawca";
+ Text[ portuguese_brazilian ] = "Editor";
+ Text[ japanese ] = "Ҏ";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "XH";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yayma hazrlayan";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_EDITION
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 67 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Aus~gabe";
+ Text[English]= "Edition";
+ Text[ english_us ] = "Ed~ition";
+ Text[ portuguese ] = "~Edio";
+ Text[ russian ] = "";
+ Text[ greek ] = "~";
+ Text[ dutch ] = "E~ditie";
+ Text[ french ] = "~dition";
+ Text[ spanish ] = "~Edicin";
+ Text[ italian ] = "Edizione";
+ Text[ danish ] = "Udgave";
+ Text[ swedish ] = "Utgva";
+ Text[ polish ] = "Wydanie";
+ Text[ portuguese_brazilian ] = "Edition";
+ Text[ japanese ] = "(~I)";
+ Text[ korean ] = "(~I)";
+ Text[ chinese_simplified ] = "汾(~I)";
+ Text[ chinese_traditional ] = "(~I)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Yaym";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_BOOKTITLE
+ {
+ Pos = MAP_APPFONT( FT_POS, 83 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Bu~chtitel";
+ Text[English]= "Book title";
+ Text[ english_us ] = "~Book title";
+ Text[ portuguese ] = "~Ttulo do livro";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Bo~ektitel";
+ Text[ french ] = "~Titre du livre";
+ Text[ spanish ] = "~Ttulo del libro";
+ Text[ italian ] = "Titolo libro";
+ Text[ danish ] = "Bogtitel";
+ Text[ swedish ] = "Boktitel";
+ Text[ polish ] = "Tytu ksiki";
+ Text[ portuguese_brazilian ] = "Book title";
+ Text[ japanese ] = "(~B)";
+ Text[ korean ] = "å (~B)";
+ Text[ chinese_simplified ] = "鼮(~B)";
+ Text[ chinese_traditional ] = "ѦW(~B)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kitap ad";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_VOLUME
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 83 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Buch Nummer";
+ Text[English]= "Volume";
+ Text[ english_us ] = "Volume";
+ Text[ portuguese ] = "Volume";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Deel nummer";
+ Text[ french ] = "Volume";
+ Text[ spanish ] = "Tomo";
+ Text[ italian ] = "Numero libro";
+ Text[ danish ] = "Bind";
+ Text[ swedish ] = "Volym";
+ Text[ polish ] = "Tom";
+ Text[ portuguese_brazilian ] = "Volume";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "鼮";
+ Text[ chinese_traditional ] = "Ѹ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kitap no.";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_HOWPUBLISHED
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 83 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Au~sgabeart";
+ Text[English]= "How published";
+ Text[ english_us ] = "Publication t~ype";
+ Text[ portuguese ] = "Ti~po de publicao";
+ Text[ russian ] = " ";
+ Text[ greek ] = "~ ";
+ Text[ dutch ] = "Wijze van ~publiceren";
+ Text[ french ] = "Mode de ~publication";
+ Text[ spanish ] = "Tip~o de publicacin";
+ Text[ italian ] = "Tipo di edizione";
+ Text[ danish ] = "Udgivelsestype";
+ Text[ swedish ] = "Utgivningstyp";
+ Text[ polish ] = "Rodzaj publikacji";
+ Text[ portuguese_brazilian ] = "How published";
+ Text[ japanese ] = "ް(~Y)";
+ Text[ korean ] = "(~Y)";
+ Text[ chinese_simplified ] = "зʽ(~Y)";
+ Text[ chinese_traditional ] = "(~Y)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yaym tr";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_ORGANIZATION
+ {
+ Pos = MAP_APPFONT( FT_POS, 97 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Organisation";
+ Text[English]= "Organization";
+ Text[ english_us ] = "Organi~zation";
+ Text[ portuguese ] = "~Organizao";
+ Text[ russian ] = "";
+ Text[ greek ] = "~";
+ Text[ dutch ] = "~Organisatie";
+ Text[ french ] = "Or~ganisation";
+ Text[ spanish ] = "~Organizacin";
+ Text[ italian ] = "~Organizzazione";
+ Text[ danish ] = "Organisation";
+ Text[ swedish ] = "Organisation";
+ Text[ polish ] = "Organizacja";
+ Text[ portuguese_brazilian ] = "Organization";
+ Text[ japanese ] = "gDc(~Z)";
+ Text[ korean ] = "(~Z)";
+ Text[ chinese_simplified ] = "֯(~Z)";
+ Text[ chinese_traditional ] = "´(~Z)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Organizasyon";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_INSTITUTION
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 97 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "~Institution";
+ Text[English]= "Institution";
+ Text[ english_us ] = "Instit~ution";
+ Text[ portuguese ] = "~Instituio";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Instelling";
+ Text[ french ] = "~Institution";
+ Text[ spanish ] = "I~nstitucin";
+ Text[ italian ] = "~Istituzione";
+ Text[ danish ] = "Institution";
+ Text[ swedish ] = "Institution";
+ Text[ polish ] = "Instytucja";
+ Text[ portuguese_brazilian ] = "Institution";
+ Text[ japanese ] = "@(~U)";
+ Text[ korean ] = "(~U)";
+ Text[ chinese_simplified ] = "(~U)";
+ Text[ chinese_traditional ] = "(~U)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Kurum";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_SCHOOL
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 97 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Universit~t/Hochschule";
+ Text[English]= "University";
+ Text[ english_us ] = "Unive~rsity";
+ Text[ portuguese ] = "~Universidade/Escola Sup.";
+ Text[ russian ] = "";
+ Text[ greek ] = ".../...";
+ Text[ dutch ] = "~Universeit/Hogeschool";
+ Text[ french ] = "~Universit/cole suprieure";
+ Text[ spanish ] = "~Universidad";
+ Text[ italian ] = "Universit";
+ Text[ danish ] = "Universitet/lreanstalt";
+ Text[ swedish ] = "Universitet/hgskola";
+ Text[ polish ] = "Uniwersytet/Szkoa wysza";
+ Text[ portuguese_brazilian ] = "University";
+ Text[ japanese ] = "w(~R)";
+ Text[ korean ] = "б(~R)";
+ Text[ chinese_simplified ] = "ѧ(~R)";
+ Text[ chinese_traditional ] = "|(~R)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "niversite/yksek okul";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_REPORT
+ {
+ Pos = MAP_APPFONT( FT_POS, 111);
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Re~port";
+ Text[English]= "Report";
+ Text[ english_us ] = "Re~port";
+ Text[ portuguese ] = "~Relatrio";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Reportage";
+ Text[ french ] = "Rapport";
+ Text[ spanish ] = "I~nforme";
+ Text[ italian ] = "Relazione";
+ Text[ danish ] = "Rapport";
+ Text[ swedish ] = "Rapport";
+ Text[ polish ] = "Raport";
+ Text[ portuguese_brazilian ] = "Report";
+ Text[ japanese ] = "߰(~P)";
+ Text[ korean ] = "Ʈ(~P)";
+ Text[ chinese_simplified ] = "(~P)";
+ Text[ chinese_traditional ] = "i(~P)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Rapor";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_MONTH
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 111 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 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 ] = "(~M)";
+ Text[ korean ] = "(~M)";
+ Text[ chinese_simplified ] = "(~M)";
+ Text[ chinese_traditional ] = "(~M)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Ay";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_JOURNAL
+ {
+ Pos = MAP_APPFONT( FT_POS, 132 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Zeitschri~ft";
+ Text[English]= "Journal";
+ Text[ english_us ] = "~Journal";
+ Text[ portuguese ] = "~Revista";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Tijdschrift";
+ Text[ french ] = "~Journal";
+ Text[ spanish ] = "~Revista";
+ Text[ italian ] = "Rivista";
+ Text[ danish ] = "Tidsskrift";
+ Text[ swedish ] = "Tidskrift";
+ Text[ polish ] = "Czasopismo";
+ Text[ portuguese_brazilian ] = "Journal";
+ Text[ japanese ] = "G(~J)";
+ Text[ korean ] = "(~J)";
+ Text[ chinese_simplified ] = "־(~J)";
+ Text[ chinese_traditional ] = "x(~J)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Dergi";
+ Text[ language_user1 ] = " ";
+ };
+
+ FixedText FT_NUMBER
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 132 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Numm~er";
+ Text[English]= "Number";
+ Text[ english_us ] = "Numb~er";
+ Text[ portuguese ] = "Nm~ero";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Nummer";
+ Text[ french ] = "Nu~mro";
+ Text[ spanish ] = "~Nmero";
+ Text[ italian ] = "Num~ero";
+ Text[ danish ] = "Nummer";
+ Text[ swedish ] = "Nummer";
+ Text[ polish ] = "Numer";
+ Text[ portuguese_brazilian ] = "Number";
+ Text[ japanese ] = "ԍ(~E)";
+ Text[ korean ] = "ȣ(~E)";
+ Text[ chinese_simplified ] = "(~E)";
+ Text[ chinese_traditional ] = "(~E)";
+ Text[ arabic ] = "";
+ Text[ language_user1 ] = "\"Say\" burada istisna (dergi iin)";
+ Text[ turkish ] = "Say";
+ };
+ FixedText FT_SERIES
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 132 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Ser~ie";
+ Text[English]= "Series";
+ Text[ english_us ] = "Se~ries";
+ Text[ portuguese ] = "~Srie";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Serie";
+ Text[ french ] = "Sr~ie";
+ Text[ spanish ] = "~Serie";
+ Text[ italian ] = "Ser~ie";
+ Text[ danish ] = "Serie";
+ Text[ swedish ] = "Serie";
+ Text[ polish ] = "Seria";
+ Text[ portuguese_brazilian ] = "Series";
+ Text[ japanese ] = "p(~R)";
+ Text[ korean ] = "ø(~R)";
+ Text[ chinese_simplified ] = "ϵ(~R)";
+ Text[ chinese_traditional ] = "tC(~R)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Dizi";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_ANNOTE
+ {
+ Pos = MAP_APPFONT( FT_POS, 146 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "A~nmerkung";
+ Text[English]= "Annotation";
+ Text[ english_us ] = "Ann~otation";
+ Text[ portuguese ] = "A~notaes";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Commentaar";
+ Text[ french ] = "Ann~otation";
+ Text[ spanish ] = "A~notacin";
+ Text[ italian ] = "A~nnotazione";
+ Text[ danish ] = "Anmrkning";
+ Text[ swedish ] = "Anmrkning";
+ Text[ polish ] = "Adnotacja";
+ Text[ portuguese_brazilian ] = "Annotation";
+ Text[ japanese ] = "l(~O)";
+ Text[ korean ] = "ּ(~O)";
+ Text[ chinese_simplified ] = "˵(~O)";
+ Text[ chinese_traditional ] = "ƪ`(~O)";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Aklama";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_NOTE
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 146 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Noti~z";
+ Text[English]= "Note";
+ Text[ english_us ] = "~Note";
+ Text[ portuguese ] = "~Anotao";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "~Aantekening";
+ Text[ french ] = "N~ote";
+ Text[ spanish ] = "~Nota";
+ Text[ italian ] = "Nota";
+ Text[ danish ] = "Note";
+ Text[ swedish ] = "Anteckning";
+ Text[ polish ] = "Notatka";
+ Text[ portuguese_brazilian ] = "Note";
+ Text[ japanese ] = "(~N)";
+ Text[ korean ] = "޸(~N)";
+ Text[ chinese_simplified ] = "ע(~N)";
+ Text[ chinese_traditional ] = "O(~N)";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Not";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_URL
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 146 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 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 ] = " ";
+ };
+ FixedText FT_CUSTOM1
+ {
+ Pos = MAP_APPFONT( FT_POS, 167 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Benutzerfeld ~1";
+ Text[English]= "Custom field 1";
+ Text[ english_us ] = "User-defined field ~1";
+ Text[ portuguese ] = "Campo personalizado ~1";
+ Text[ russian ] = " 1";
+ Text[ greek ] = " 1";
+ Text[ dutch ] = "Gebruikerveld ~1";
+ Text[ french ] = "Champ d'utilisateur ~1";
+ Text[ spanish ] = "Campo de usuario ~1";
+ Text[ italian ] = "Campo 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(~ 1)";
+ Text[ chinese_simplified ] = "û 1";
+ Text[ chinese_traditional ] = "ۭq ~1";
+ Text[ arabic ] = " 1";
+ Text[ turkish ] = "Kullanc alan ~1";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_CUSTOM2
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 167 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Benutzerfeld ~2";
+ Text[English]= "Custom field 2";
+ Text[ english_us ] = "User-defined field ~2";
+ Text[ portuguese ] = "Campo personalizado ~2";
+ Text[ russian ] = " 2";
+ Text[ greek ] = " 2";
+ Text[ dutch ] = "Gebruikerveld ~2";
+ Text[ french ] = "Champ d'utilisateur ~2";
+ Text[ spanish ] = "Campo de usuario ~2";
+ Text[ italian ] = "Campo 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(~2)";
+ Text[ chinese_simplified ] = "û 2";
+ Text[ chinese_traditional ] = "ۭq ~2";
+ Text[ arabic ] = " 2";
+ Text[ turkish ] = "Kullanc alan ~2";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_CUSTOM3
+ {
+ Pos = MAP_APPFONT( FT_POS_RIGHT, 167 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Benutzerfeld ~3";
+ Text[English]= "Custom field 3";
+ Text[ english_us ] = "User-defined field ~3";
+ Text[ portuguese ] = "Campo personalizado ~3";
+ Text[ russian ] = " 3";
+ Text[ greek ] = " 3";
+ Text[ dutch ] = "Gebruikerveld ~3";
+ Text[ french ] = "Champ d'utilisateur ~3";
+ Text[ spanish ] = "Campo de usuario ~3";
+ Text[ italian ] = "Campo 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(~3)";
+ Text[ chinese_simplified ] = "û 3";
+ Text[ chinese_traditional ] = "ۭq ~3";
+ Text[ arabic ] = " 3";
+ Text[ turkish ] = "Kullanc alan ~3";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_CUSTOM4
+ {
+ Pos = MAP_APPFONT( FT_POS, 181 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Benutzerfeld ~4";
+ Text[English]= "Custom field 4";
+ Text[ english_us ] = "User-defined field ~4";
+ Text[ portuguese ] = "Campo personalizado ~4";
+ Text[ russian ] = " 4";
+ Text[ greek ] = " 4";
+ Text[ dutch ] = "Gebruikerveld ~4";
+ Text[ french ] = "Champ d'utilisateur ~4";
+ Text[ spanish ] = "Campo de usuario ~4";
+ Text[ italian ] = "Campo 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(~4)";
+ Text[ chinese_simplified ] = "û 4";
+ Text[ chinese_traditional ] = "ۭq ~4";
+ Text[ arabic ] = " 4";
+ Text[ turkish ] = "Kullanc alan ~4";
+ Text[ language_user1 ] = " ";
+ };
+ FixedText FT_CUSTOM5
+ {
+ Pos = MAP_APPFONT( FT_POS_MIDDLE, 181 );
+ Size = MAP_APPFONT( FTSIZE_LEFT, 10 );
+ Text = "Benutzerfeld ~5";
+ Text[English]= "Custom field 5";
+ Text[ english_us ] = "User-defined field ~5";
+ Text[ portuguese ] = "Campo personalizado ~5";
+ Text[ russian ] = " 5";
+ Text[ greek ] = " 5";
+ Text[ dutch ] = "Gebruikerveld ~5";
+ Text[ french ] = "Champ d'utilisateur ~5";
+ Text[ spanish ] = "Campo de usuario ~5";
+ Text[ italian ] = "Campo 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(~5)";
+ Text[ chinese_simplified ] = "û 5";
+ Text[ chinese_traditional ] = "ۭq ~5";
+ Text[ arabic ] = " 5";
+ Text[ turkish ] = "Kullanc alan ~5";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_ERROR_PREFIX
+ {
+ Text = "Die folgenden Spaltennamen konnten nicht zugeordnet werden:\n" ;
+ Text [ English ] = "The following column names could not be assigned:\n" ;
+ Text[ english_us ] = "The following column names could not be assigned:\n";
+ Text[ portuguese ] = "Foi impossvel atribuir os seguintes nomes de coluna:\n";
+ Text[ russian ] = " :\n";
+ Text[ greek ] = " :\n";
+ Text[ dutch ] = "De volgende kolomnaam kon niet worden toegewezen:\n";
+ Text[ french ] = "Impossible d'assigner les noms de colonnes :\n";
+ Text[ spanish ] = "No se pudieron asignar los siguientes nombres de columnas:\n";
+ Text[ italian ] = "Non stato possibile assegnare i nomi seguenti delle colonne:\n";
+ Text[ danish ] = "Det var ikke muligt at tildele de flgende kolonnenavne:\n";
+ Text[ swedish ] = "Fljande kolumnnamn kunde inte tilldelas:\n";
+ Text[ polish ] = "Nie mona byo przypisa nastpujcej nazwy kolumny:\n";
+ Text[ portuguese_brazilian ] = "The following column names could not be assigned:\n";
+ Text[ japanese ] = "ȉ̗񖼂͕ނł܂ł:\n";
+ Text[ korean ] = " ܸĪ ϴ :\n";
+ Text[ chinese_simplified ] = "޷ƣ\n";
+ Text[ chinese_traditional ] = "LkwUCWG\n";
+ Text[ arabic ] = " :\n";
+ Text[ turkish ] = "u stun adlar atanamad:\n";
+ };
+ String ST_TYPE_ARTICLE
+ {
+ Text = "Artikel" ;
+ Text [ English ] = "Article" ;
+ Text[ english_us ] = "Article";
+ Text[ portuguese ] = "Artigo";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Artikel";
+ Text[ french ] = "Article";
+ Text[ spanish ] = "Artculo";
+ Text[ italian ] = "Articolo";
+ Text[ danish ] = "Artikel";
+ Text[ swedish ] = "Artikel";
+ Text[ polish ] = "Artyku";
+ Text[ portuguese_brazilian ] = "Article";
+ Text[ japanese ] = "è";
+ Text[ korean ] = "׸";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "峹";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Makale";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_BOOK
+ {
+ Text = "Buch" ;
+ Text [ English ] = "Book" ;
+ Text[ english_us ] = "Book";
+ Text[ portuguese ] = "Livro";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Boek";
+ Text[ french ] = "Livre";
+ Text[ spanish ] = "Libro";
+ Text[ italian ] = "Libro";
+ Text[ danish ] = "Bog";
+ Text[ swedish ] = "Bok";
+ Text[ polish ] = "Ksika";
+ Text[ portuguese_brazilian ] = "Book";
+ Text[ japanese ] = "{";
+ Text[ korean ] = "å";
+ Text[ chinese_simplified ] = "鼮";
+ Text[ chinese_traditional ] = "y";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Kitap";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_BOOKLET
+ {
+ Text = "Broschre" ;
+ Text [ English ] = "Booklet" ;
+ Text[ english_us ] = "Brochures";
+ Text[ portuguese ] = "Brochura";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Brochure";
+ Text[ french ] = "Brochure";
+ Text[ spanish ] = "Folleto";
+ Text[ italian ] = "Dpliant";
+ Text[ danish ] = "Brochure";
+ Text[ swedish ] = "Broschyr";
+ Text[ polish ] = "Broszura";
+ Text[ portuguese_brazilian ] = "Booklet";
+ Text[ japanese ] = "گ";
+ Text[ korean ] = "ȳå";
+ Text[ chinese_simplified ] = "С";
+ Text[ chinese_traditional ] = "pU";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Bror";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CONFERENCE
+ {
+ Text = "Konferenzbericht" ;
+ Text [ English ] = "Conference report" ;
+ Text[ english_us ] = "Conference report";
+ Text[ portuguese ] = "Relatrio sobre conferncia";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Conferentiebericht";
+ Text[ french ] = "Rapport de confrence";
+ Text[ spanish ] = "Informe de conferencia";
+ Text[ italian ] = "Rapporto sulla conferenza";
+ Text[ danish ] = "Konferencerapport";
+ Text[ swedish ] = "Konferensrapport";
+ Text[ polish ] = "Sprawozdanie z konferencji";
+ Text[ portuguese_brazilian ] = "Conference report";
+ Text[ japanese ] = "c";
+ Text[ korean ] = "ȸǺ";
+ Text[ chinese_simplified ] = "ۻᱨ";
+ Text[ chinese_traditional ] = "|ͳi";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Toplant tutana";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_INBOOK
+ {
+ Text = "Buchauszug" ;
+ Text [ English ] = "Book excerpt" ;
+ Text[ english_us ] = "Book excerpt";
+ Text[ portuguese ] = "Excerto de livro";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Uittreksel";
+ Text[ french ] = "Extrait de livre";
+ Text[ spanish ] = "Extracto de libro";
+ Text[ italian ] = "Brano";
+ Text[ danish ] = "Boguddrag";
+ Text[ swedish ] = "Bokutdrag";
+ Text[ polish ] = "Wycig z ksiki";
+ Text[ portuguese_brazilian ] = "Book excerpt";
+ Text[ japanese ] = "{̔";
+ Text[ korean ] = "å ";
+ Text[ chinese_simplified ] = "鼮ժ¼";
+ Text[ chinese_traditional ] = "y峹Kn";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Kitap zeti";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_INCOLLECTION
+ {
+ Text = "Buchauszug mit Titel" ;
+ Text [ English ] = "Book excerpt with title" ;
+ Text[ english_us ] = "Book excerpt with title";
+ Text[ portuguese ] = "Excerto de livro com ttulo";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Uittreksel met titel";
+ Text[ french ] = "Extrait de livre avec titre";
+ Text[ spanish ] = "Extracto de libro con ttulo";
+ Text[ italian ] = "Brano con titolo";
+ Text[ danish ] = "Boguddrag med titel";
+ Text[ swedish ] = "Bokutdrag med titel";
+ Text[ polish ] = "Wycig z ksiki z tytuem";
+ Text[ portuguese_brazilian ] = "Book excerpt with title";
+ Text[ japanese ] = "{̔itj";
+ Text[ korean ] = " ִ å ";
+ Text[ chinese_simplified ] = "ע鼮ժ¼";
+ Text[ chinese_traditional ] = "tDy峹Kn";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Balkl kitap zeti";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_INPROCEEDINGS
+ {
+ Text = "Tagungsbericht" ;
+ Text [ English ] = "Conference proceedings";
+ Text[ english_us ] = "Conference proceedings";
+ Text[ portuguese ] = "Relatrio de congresso";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Conferentiebericht";
+ Text[ french ] = "Rapport de congrs";
+ Text[ spanish ] = "Informe de congreso";
+ Text[ italian ] = "Rapporto sulla conferenza";
+ Text[ danish ] = "Kongresberetning";
+ Text[ swedish ] = "Konferensrapport";
+ Text[ polish ] = "Sprawozdanie z obrady";
+ Text[ portuguese_brazilian ] = "Conference proceedings";
+ Text[ japanese ] = "";
+ Text[ korean ] = "ȸǷ";
+ Text[ chinese_simplified ] = "鱨";
+ Text[ chinese_traditional ] = "|iji";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Konferans raporu";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_JOURNAL
+ {
+ 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 ] = " ";
+ };
+ String ST_TYPE_MANUAL
+ {
+ Text = "Techn. Dokumentation" ;
+ Text [ English ] = "Manual" ;
+ Text[ english_us ] = "Manual";
+ Text[ portuguese ] = "Documentao tcnica";
+ Text[ russian ] = " ";
+ Text[ greek ] = "E";
+ Text[ dutch ] = "Techn. documentatie";
+ Text[ french ] = "Documentation technique";
+ Text[ spanish ] = "Documentacin tcnica";
+ Text[ italian ] = "Documentazione tec.";
+ Text[ danish ] = "Teknisk dokumentation";
+ Text[ swedish ] = "Manual";
+ Text[ polish ] = "Dokumentacja techn.";
+ Text[ portuguese_brazilian ] = "Manual";
+ Text[ japanese ] = "ƭ";
+ Text[ korean ] = "Ŵ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "޳N";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Teknik dokmantasyon";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_MASTERSTHESIS
+ {
+ Text = "Diplomarbeit" ;
+ Text [ English ] = "Thesis" ;
+ Text[ english_us ] = "Thesis";
+ Text[ portuguese ] = "Tese";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Scriptie";
+ Text[ french ] = "Mmoire";
+ Text[ spanish ] = "Trabajo de diplomatura";
+ Text[ italian ] = "Tesi di laurea";
+ Text[ danish ] = "Eksamensopgave";
+ Text[ swedish ] = "Examensarbete";
+ Text[ polish ] = "Praca dyplomowa";
+ Text[ portuguese_brazilian ] = "Thesis";
+ Text[ japanese ] = "Ƙ_";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "ѧҵ";
+ Text[ chinese_traditional ] = "~פ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Tez";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_MISC
+ {
+ Text = "Verschiedenes" ;
+ Text [ ENGLISH ] = "Miscellaneous" ;
+ Text[ english_us ] = "Miscellaneous";
+ Text[ portuguese ] = "Miscelnea";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Diverse";
+ Text[ french ] = "Divers";
+ Text[ spanish ] = "Diversos";
+ Text[ italian ] = "Varie";
+ Text[ danish ] = "Forskelligt";
+ Text[ swedish ] = "Diverse";
+ Text[ polish ] = "Rne";
+ Text[ portuguese_brazilian ] = "Miscellaneous";
+ Text[ japanese ] = "l";
+ Text[ korean ] = " ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Dier";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_PHDTHESIS
+ {
+ Text = "Dissertation" ;
+ Text [ ENGLISH ] = "Dissertation";
+ Text[ english_us ] = "Dissertation";
+ Text[ portuguese ] = "Dissertao";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Dissertatie";
+ Text[ french ] = "Thse de doctorat";
+ Text[ spanish ] = "Tesis doctoral";
+ Text[ italian ] = "Dottorato di ricerca";
+ Text[ danish ] = "Doktorafhandling";
+ Text[ swedish ] = "Avhandling";
+ Text[ polish ] = "Praca doktorska";
+ Text[ portuguese_brazilian ] = "Dissertation";
+ Text[ japanese ] = "m_";
+ Text[ korean ] = "ڻ";
+ Text[ chinese_simplified ] = "ʿ";
+ Text[ chinese_traditional ] = "դhפ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Disertasyon";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_PROCEEDINGS
+ {
+ Text = "Tagungsbericht" ;
+ Text [ English ] = "Conference proceedings";
+ Text[ english_us ] = "Conference proceedings";
+ Text[ portuguese ] = "Relatrio de congresso";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Conferentiebericht";
+ Text[ french ] = "Rapport de congrs";
+ Text[ spanish ] = "Informe de congreso";
+ Text[ italian ] = "Rapporto sulla conferenza";
+ Text[ danish ] = "Kongresberetning";
+ Text[ swedish ] = "Konferensrapport";
+ Text[ polish ] = "Sprawozdanie z obrady";
+ Text[ portuguese_brazilian ] = "Conference proceedings";
+ Text[ japanese ] = "";
+ Text[ korean ] = "ȸǷ";
+ Text[ chinese_simplified ] = "鱨";
+ Text[ chinese_traditional ] = "|iji";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Konferans raporu";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_TECHREPORT
+ {
+ Text = "Forschungsbericht" ;
+ Text [ English ] = "Research report";
+ Text[ english_us ] = "Research report";
+ Text[ portuguese ] = "Relatrio de investigao";
+ Text[ russian ] = " ";
+ Text[ greek ] = " ";
+ Text[ dutch ] = "Onderzoeksbericht";
+ Text[ french ] = "Rapport de recherche";
+ Text[ spanish ] = "Informe de investigacin";
+ Text[ italian ] = "Rapporto di ricerca";
+ Text[ danish ] = "Forskningsrapport";
+ Text[ swedish ] = "Forskningsrapport";
+ Text[ polish ] = "Sprawozdanie z badania naukow.";
+ Text[ portuguese_brazilian ] = "Research report";
+ Text[ japanese ] = "";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "б";
+ Text[ chinese_traditional ] = "si";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Aratrma raporu";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_UNPUBLISHED
+ {
+ Text = "Unverffentlicht" ;
+ Text [ ENGLISH ] = "Unpublished" ;
+ Text[ english_us ] = "Unpublished";
+ Text[ portuguese ] = "Indito";
+ Text[ russian ] = " ";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Niet gepubliceerd";
+ Text[ french ] = "Non publi";
+ Text[ spanish ] = "Indito";
+ Text[ italian ] = "Non pubblicato";
+ Text[ danish ] = "Ikke offentliggjort";
+ Text[ swedish ] = "Opublicerad";
+ Text[ polish ] = "Nieopublikowane";
+ Text[ portuguese_brazilian ] = "Unpublished";
+ Text[ japanese ] = "\\";
+ Text[ korean ] = "";
+ Text[ chinese_simplified ] = "δ";
+ Text[ chinese_traditional ] = "|o";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "Yaymlanmam";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_EMAIL
+ {
+ Text = "e-Mail" ;
+ Text [ English ] = "e-mail" ;
+ Text[ english_us ] = "e-mail";
+ Text[ portuguese ] = "e-mail";
+ Text[ russian ] = "e-mail";
+ Text[ greek ] = "e-mail";
+ Text[ dutch ] = "e-mail";
+ Text[ french ] = "E-mail";
+ Text[ spanish ] = "Mensaje electrnico";
+ Text[ italian ] = "eMail";
+ Text[ danish ] = "E-mail";
+ Text[ swedish ] = "e-post";
+ Text[ polish ] = "e-mail";
+ Text[ portuguese_brazilian ] = "e-mail";
+ Text[ japanese ] = "E-mail";
+ Text[ korean ] = "ڿ";
+ Text[ chinese_simplified ] = "ʼ";
+ Text[ chinese_traditional ] = "qll";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "e-posta";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_WWW
+ {
+ Text = "WWW-Dokument" ;
+ Text [ ENGLISH ] = "WWW document" ;
+ Text[ english_us ] = "WWW document";
+ Text[ portuguese ] = "Documento WWW";
+ Text[ russian ] = " WWW";
+ Text[ greek ] = " WWW";
+ Text[ dutch ] = "WWW document";
+ Text[ french ] = "Document WWW";
+ Text[ spanish ] = "Documento WWW";
+ Text[ italian ] = "Documento Web";
+ Text[ danish ] = "WWW-dokument";
+ Text[ swedish ] = "WWW-dokument";
+ Text[ polish ] = "Dokument WWW";
+ Text[ portuguese_brazilian ] = "WWW document";
+ Text[ japanese ] = "WWW ޷";
+ Text[ korean ] = "WWW ";
+ Text[ chinese_simplified ] = "άĵ";
+ Text[ chinese_traditional ] = "WWW ";
+ Text[ arabic ] = " ";
+ Text[ turkish ] = "WWW belgesi";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CUSTOM1
+ {
+ Text = "Benutzertyp1" ;
+ Text [ English ] = "User-defined1";
+ Text[ english_us ] = "User-defined1";
+ Text[ portuguese ] = "Tipo personalizado1";
+ Text[ russian ] = " 1";
+ Text[ greek ] = " 1";
+ Text[ dutch ] = "Gebruikerstype1";
+ Text[ french ] = "Utilisateur1";
+ Text[ spanish ] = "Definido por usuario 1";
+ Text[ italian ] = "Utente1";
+ Text[ danish ] = "Brugerdefineret1";
+ Text[ swedish ] = "Anvndartyp1";
+ Text[ polish ] = "Typ uytkownika1";
+ Text[ portuguese_brazilian ] = "User-defined1";
+ Text[ japanese ] = "հް 1";
+ Text[ korean ] = "1";
+ Text[ chinese_simplified ] = "û1";
+ Text[ chinese_traditional ] = "ۭq 1";
+ Text[ arabic ] = " 1";
+ Text[ turkish ] = "Kullanc tanml1";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CUSTOM2
+ {
+ Text = "Benutzertyp2" ;
+ Text [ English ] = "User-defined2";
+ Text[ english_us ] = "User-defined2";
+ Text[ portuguese ] = "Tipo personalizado2";
+ Text[ russian ] = " 2";
+ Text[ greek ] = " 2";
+ Text[ dutch ] = "Gebruikerstype2";
+ Text[ french ] = "Utilisateur2";
+ Text[ spanish ] = "Definido por usuario 2";
+ Text[ italian ] = "Utente2";
+ Text[ danish ] = "Brugerdefineret2";
+ Text[ swedish ] = "Anvndartyp2";
+ Text[ polish ] = "Typ uytkownika2";
+ Text[ portuguese_brazilian ] = "User-defined2";
+ Text[ japanese ] = "ϲ2";
+ Text[ korean ] = "2";
+ Text[ chinese_simplified ] = "û2";
+ Text[ chinese_traditional ] = "ۭq 2";
+ Text[ arabic ] = " 2";
+ Text[ turkish ] = "Kullanc tanml2";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CUSTOM3
+ {
+ Text = "Benutzertyp3" ;
+ Text [ English ] = "User-defined3";
+ Text[ english_us ] = "User-defined3";
+ Text[ portuguese ] = "Tipo personalizado3";
+ Text[ russian ] = " 3";
+ Text[ greek ] = " 3";
+ Text[ dutch ] = "Gebruikerstype3";
+ Text[ french ] = "Utilisateur3";
+ Text[ spanish ] = "Definido por usuario 3";
+ Text[ italian ] = "Utente3";
+ Text[ danish ] = "Brugerdefineret3";
+ Text[ swedish ] = "Anvndartyp3";
+ Text[ polish ] = "Typ uytkownika3";
+ Text[ portuguese_brazilian ] = "User-defined3";
+ Text[ japanese ] = "ϲ3";
+ Text[ korean ] = "3";
+ Text[ chinese_simplified ] = "û 3";
+ Text[ chinese_traditional ] = "ۭq 3";
+ Text[ arabic ] = " 3";
+ Text[ turkish ] = "Kullanc tanml3";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CUSTOM4
+ {
+ Text = "Benutzertyp4" ;
+ Text [ English ] = "User-defined4";
+ Text[ english_us ] = "User-defined4";
+ Text[ portuguese ] = "Tipo personalizado4";
+ Text[ russian ] = " 4";
+ Text[ greek ] = " 4";
+ Text[ dutch ] = "Gebruikerstype4";
+ Text[ french ] = "Utilisateur4";
+ Text[ spanish ] = "Definido por usuario 4";
+ Text[ italian ] = "Utente4";
+ Text[ danish ] = "Brugerdefineret4";
+ Text[ swedish ] = "Anvndartyp4";
+ Text[ polish ] = "Typ uytkownika4";
+ Text[ portuguese_brazilian ] = "User-defined4";
+ Text[ japanese ] = "ϲ4";
+ Text[ korean ] = "4";
+ Text[ chinese_simplified ] = "û 4";
+ Text[ chinese_traditional ] = "ۭq 4";
+ Text[ arabic ] = " 4";
+ Text[ turkish ] = "Kullanc tanml4";
+ Text[ language_user1 ] = " ";
+ };
+ String ST_TYPE_CUSTOM5
+ {
+ Text = "Benutzertyp5" ;
+ Text [ English ] = "User-defined5";
+ Text[ english_us ] = "User-defined5";
+ Text[ portuguese ] = "Tipo personalizado5";
+ Text[ russian ] = " 5";
+ Text[ greek ] = " 5";
+ Text[ dutch ] = "Gebruikerstype5";
+ Text[ french ] = "Utilisateur5";
+ Text[ spanish ] = "Definido por usuario 5";
+ Text[ italian ] = "Utente5";
+ Text[ danish ] = "Brugerdefineret5";
+ Text[ swedish ] = "Anvndartyp5";
+ Text[ polish ] = "Typ uytkownika5";
+ Text[ portuguese_brazilian ] = "User-defined5";
+ Text[ japanese ] = "ϲ5";
+ Text[ korean ] = "5";
+ Text[ chinese_simplified ] = "û 5";
+ Text[ chinese_traditional ] = "ۭq 5";
+ Text[ arabic ] = " 5";
+ Text[ turkish ] = "Kullanc tanml5";
+ Text[ language_user1 ] = " ";
+ };
+ Text[ english_us ] = "General";
+ Text[ portuguese ] = "Geral";
+ Text[ russian ] = "";
+ Text[ greek ] = "";
+ Text[ dutch ] = "Algemeen";
+ Text[ french ] = "Gnral";
+ Text[ spanish ] = "General";
+ Text[ italian ] = "Generale";
+ Text[ danish ] = "Generel";
+ Text[ swedish ] = "Allmn";
+ Text[ polish ] = "Oglne";
+ Text[ portuguese_brazilian ] = "General";
+ Text[ japanese ] = "S";
+ Text[ korean ] = "Ϲ";
+ Text[ chinese_simplified ] = "";
+ Text[ chinese_traditional ] = "@";
+ Text[ arabic ] = "";
+ Text[ turkish ] = "Genel";
+ Text[ language_user1 ] = " ";
+};
+Menu RID_POPUP_ME_VIEW
+{
+ ItemList =
+ {
+ MenuItem
+ {
+ Text = "Abschnitt einfgen..." ;
+ Text [ English ] = "Insert Section..." ;
+ Identifier = PU_INSERT;
+ Text[ english_us ] = "Insert Section...";
+ Text[ portuguese ] = "Inserir seco...";
+ Text[ russian ] = " ...";
+ Text[ greek ] = " ...";
+ Text[ dutch ] = "Sectie invoegen...";
+ Text[ french ] = "Insrer une section...";
+ Text[ spanish ] = "Insertar seccin...";
+ Text[ italian ] = "Inserisci sezione...";
+ Text[ danish ] = "Indst sektion...";
+ Text[ swedish ] = "Infoga avsnitt...";
+ Text[ polish ] = "Wstaw sekcj...";
+ Text[ portuguese_brazilian ] = "Insert Section...";
+ Text[ japanese ] = "ڂ̑}...";
+ Text[ korean ] = " ...";
+ Text[ chinese_simplified ] = "...";
+ Text[ chinese_traditional ] = "Jq...";
+ Text[ arabic ] = " ...";
+ Text[ turkish ] = "Blm ekle...";
+ Text[ language_user1 ] = " ";
+ };
+ MenuItem
+ {
+ Text = "Abschnitt lschen..." ;
+ Text [ English ] = "Remove Section..." ;
+ Identifier = PU_REMOVE;
+ Text[ english_us ] = "Delete Section...";
+ Text[ portuguese ] = "Eliminar seco...";
+ Text[ russian ] = " ...";
+ Text[ greek ] = " ...";
+ Text[ dutch ] = "Sectie wissen...";
+ Text[ french ] = "Supprimer une section...";
+ Text[ spanish ] = "Eliminar seccin...";
+ Text[ italian ] = "Elimina sezione...";
+ Text[ danish ] = "Slet sektion...";
+ Text[ swedish ] = "Radera avsnitt...";
+ Text[ polish ] = "Usu sekcj...";
+ Text[ portuguese_brazilian ] = "Remove Section...";
+ Text[ japanese ] = "ڂ̍폜...";
+ Text[ korean ] = " ...";
+ Text[ chinese_simplified ] = "ɾ...";
+ Text[ chinese_traditional ] = "Rq...";
+ Text[ arabic ] = " ...";
+ Text[ turkish ] = "Blm sil...";
+ Text[ language_user1 ] = " ";
+ };
+ MenuItem
+ {
+ Text = "Namen ndern..." ;
+ Text [ English ] = "Remove Address..." ;
+ Identifier = PU_CHG_NAME;
+ Text[ english_us ] = "Modify Name...";
+ Text[ portuguese ] = "Modificar nome...";
+ Text[ russian ] = " ...";
+ Text[ greek ] = " ...";
+ Text[ dutch ] = "Adres wissen...";
+ Text[ french ] = "Corriger un nom...";
+ Text[ spanish ] = "Modificar nombre...";
+ Text[ italian ] = "Cambia indirizzo...";
+ Text[ danish ] = "Modificer navn...";
+ Text[ swedish ] = "ndra namn...";
+ Text[ polish ] = "Modyfikuj nazw...";
+ Text[ portuguese_brazilian ] = "Remove Address...";
+ Text[ japanese ] = "O̕ύX...";
+ Text[ korean ] = "ּ ...";
+ Text[ chinese_simplified ] = "...";
+ Text[ chinese_traditional ] = "ܧW...";
+ Text[ arabic ] = " ...";
+ Text[ turkish ] = "Ad deitir...";
+ Text[ language_user1 ] = " ";
+ };
+ };
+};