/************************************************************************* * * $RCSfile: sections.src,v $ * * $Revision: 1.27 $ * * last change: $Author: hr $ $Date: 2003-03-25 16:03:05 $ * * 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" #include "extensio.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 { SVLook = TRUE ; Size = MAP_APPFONT( 452, 195 ); Text = "Allgemein"; Text[English]= "General"; HelpId = HID_BIB_CONTROL_PAGE; FixedText FT_IDENTIFIER { Pos = MAP_APPFONT( FT_POS, 6 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_AUTHTYPE { Pos = MAP_APPFONT( FT_POS_MIDDLE, 6 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_YEAR { Pos = MAP_APPFONT( FT_POS_RIGHT, 6 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_AUTHOR { Pos = MAP_APPFONT( FT_POS, 20 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_TITLE { Pos = MAP_APPFONT( FT_POS_MIDDLE, 20 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_PUBLISHER { Pos = MAP_APPFONT( FT_POS, 34 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_ADDRESS { Pos = MAP_APPFONT( FT_POS_MIDDLE, 34 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_ISBN { Pos = MAP_APPFONT( FT_POS_RIGHT, 34 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CHAPTER { Pos = MAP_APPFONT( FT_POS, 48 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_PAGE { Pos = MAP_APPFONT( FT_POS_MIDDLE, 48 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_EDITOR { Pos = MAP_APPFONT( FT_POS, 69 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_EDITION { Pos = MAP_APPFONT( FT_POS_MIDDLE, 67 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_BOOKTITLE { Pos = MAP_APPFONT( FT_POS, 83 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_VOLUME { Pos = MAP_APPFONT( FT_POS_MIDDLE, 83 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_HOWPUBLISHED { Pos = MAP_APPFONT( FT_POS_RIGHT, 83 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_ORGANIZATION { Pos = MAP_APPFONT( FT_POS, 97 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_INSTITUTION { Pos = MAP_APPFONT( FT_POS_MIDDLE, 97 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_SCHOOL { Pos = MAP_APPFONT( FT_POS_RIGHT, 97 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_REPORT { Pos = MAP_APPFONT( FT_POS, 111); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_MONTH { Pos = MAP_APPFONT( FT_POS_MIDDLE, 111 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_JOURNAL { Pos = MAP_APPFONT( FT_POS, 132 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_NUMBER { Pos = MAP_APPFONT( FT_POS_MIDDLE, 132 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_SERIES { Pos = MAP_APPFONT( FT_POS_RIGHT, 132 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_ANNOTE { Pos = MAP_APPFONT( FT_POS, 146 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_NOTE { Pos = MAP_APPFONT( FT_POS_MIDDLE, 146 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_URL { Pos = MAP_APPFONT( FT_POS_RIGHT, 146 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CUSTOM1 { Pos = MAP_APPFONT( FT_POS, 167 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CUSTOM2 { Pos = MAP_APPFONT( FT_POS_MIDDLE, 167 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CUSTOM3 { Pos = MAP_APPFONT( FT_POS_RIGHT, 167 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CUSTOM4 { Pos = MAP_APPFONT( FT_POS, 181 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; FixedText FT_CUSTOM5 { Pos = MAP_APPFONT( FT_POS_MIDDLE, 181 ); Size = MAP_APPFONT( FTSIZE_LEFT, 10 ); }; 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 kan 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 ] = "無法指定下列欄名:\n"; Text[ arabic ] = " :\n"; Text[ turkish ] = "u stun adlar atanamad:\n"; Text[ catalan ] = "No s'han pogut assignar els noms de columna segents:\n"; Text[ finnish ] = "Seuraavia sarakenimi ei voitu liitt:\n"; Text[ thai ] = "ไม่สามารถกำหนดชื่อคอลัมน์นี้ได้:\n"; }; String ST_TYPE_ARTICLE { Text = "Artikel" ; Text [ English ] = "Article" ; Text[ english_us ] = "Article"; Text[ portuguese ] = "Artigo"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Bericht"; 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 ] = " "; Text[ catalan ] = "Article"; Text[ finnish ] = "Lehtiartikkeli"; Text[ thai ] = "บทความ"; }; 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 ] = "書籍"; Text[ arabic ] = ""; Text[ turkish ] = "Kitap"; Text[ language_user1 ] = " "; Text[ catalan ] = "Llibre"; Text[ finnish ] = "Kirja"; Text[ thai ] = "หนังสือ"; }; 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 ] = "小手冊"; Text[ arabic ] = ""; Text[ turkish ] = "Bror"; Text[ language_user1 ] = " "; Text[ catalan ] = "Fullets"; Text[ finnish ] = "Esitteet"; Text[ thai ] = "โบรชัวร์"; }; String ST_TYPE_CONFERENCE { Text = "Konferenzbericht" ; Text [ English ] = "Conference report" ; Text[ english_us ] = "Conference proceedings"; Text[ portuguese ] = "Relatrio sobre conferncia"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Conferentierapport"; Text[ french ] = "Rapport de confrence"; Text[ spanish ] = "Informe sobre la conferencia"; Text[ italian ] = "Rapporto sulla conferenza"; Text[ danish ] = "Konferencerapport"; Text[ swedish ] = "Konferensrapport"; Text[ polish ] = "Sprawozdanie z konferencji"; Text[ portuguese_brazilian ] = "Conference report"; Text[ japanese ] = "会議報告"; Text[ korean ] = "학회 보고서"; Text[ chinese_simplified ] = "讨论会报告"; Text[ chinese_traditional ] = "會談報告"; Text[ arabic ] = " "; Text[ turkish ] = "Toplant tutana"; Text[ language_user1 ] = " "; Text[ catalan ] = "Informe de conferncia"; Text[ finnish ] = "Konferenssimenettelyt"; Text[ thai ] = "รายงานการประชุม"; }; 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 del 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 ] = "書籍文章摘要"; Text[ arabic ] = " "; Text[ turkish ] = "Kitap zeti"; Text[ language_user1 ] = " "; Text[ catalan ] = "Extracte del llibre"; Text[ finnish ] = "Kirjan otos"; Text[ thai ] = "หนังสือคัดลอกจากที่อื่น"; }; 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 ] = "本の抜粋(題付き)"; Text[ korean ] = "발췌(제목 포함)"; Text[ chinese_simplified ] = "注明标题的书籍摘录文"; Text[ chinese_traditional ] = "含有標題的書籍文章摘要"; Text[ arabic ] = " "; Text[ turkish ] = "Balkl kitap zeti"; Text[ language_user1 ] = " "; Text[ catalan ] = "Extracte del llibre amb ttol"; Text[ finnish ] = "Kirjan otos ja otsikko"; Text[ thai ] = "หนังสือคัดลอกชื่อเรื่องมา"; }; 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 ] = "Notulen"; Text[ french ] = "Rapport de congrs"; Text[ spanish ] = "Informe sobre la conferencia"; Text[ italian ] = "Rapporto sulla conferenza"; Text[ danish ] = "Kongresberetning"; Text[ swedish ] = "Kongressrapport"; Text[ polish ] = "Sprawozdanie z obrady"; Text[ portuguese_brazilian ] = "Conference proceedings"; Text[ japanese ] = "会報"; Text[ korean ] = "학회 보고서"; Text[ chinese_simplified ] = "会议报告"; Text[ chinese_traditional ] = "會議報告"; Text[ arabic ] = " "; Text[ turkish ] = "Konferans raporu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Actes de la conferncia"; Text[ finnish ] = "Konferenssimenettelyt"; Text[ thai ] = "ระเบียบการประชุม"; }; 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 ] = "Magazine"; Text[ spanish ] = "Revista"; Text[ italian ] = "Rivista"; Text[ danish ] = "Tidsskrift"; Text[ swedish ] = "Tidskrift"; Text[ polish ] = "Czasopismo"; Text[ portuguese_brazilian ] = "Journal"; Text[ japanese ] = "雑誌"; Text[ korean ] = "잡지"; Text[ chinese_simplified ] = "杂志"; Text[ chinese_traditional ] = "雜誌"; Text[ arabic ] = ""; Text[ turkish ] = "Dergi"; Text[ language_user1 ] = " "; Text[ catalan ] = "Diari"; Text[ finnish ] = "Pivkirja"; Text[ thai ] = "วารสาร"; }; String ST_TYPE_MANUAL { Text = "Techn. Dokumentation" ; Text [ English ] = "Manual" ; Text[ english_us ] = "Techn. documentation"; Text[ portuguese ] = "Documentao tcnica"; Text[ russian ] = " "; Text[ greek ] = "E"; Text[ dutch ] = "Techn. documentatie"; Text[ french ] = "Documentation technique"; Text[ spanish ] = "Documentacin tcnica"; Text[ italian ] = "Documentazione tecnica"; Text[ danish ] = "Teknisk dokumentation"; Text[ swedish ] = "Teknisk dokumentation"; Text[ polish ] = "Dokumentacja techn."; Text[ portuguese_brazilian ] = "Manual"; Text[ japanese ] = "マニュアル"; Text[ korean ] = "기술 문서"; Text[ chinese_simplified ] = "技术说明书"; Text[ chinese_traditional ] = "技術說明書"; Text[ arabic ] = " "; Text[ turkish ] = "Teknik dokmantasyon"; Text[ language_user1 ] = " "; Text[ catalan ] = "Manual"; Text[ finnish ] = "Tekninen asiakirja"; Text[ thai ] = "คู่มือ"; }; 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 ] = "Tesina"; 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 ] = " "; Text[ catalan ] = "Tesi"; Text[ finnish ] = "Tutkielma"; Text[ thai ] = "วิทยานิพนธ์"; }; 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 ] = "その他"; Text[ korean ] = "여러 가지"; Text[ chinese_simplified ] = "其它"; Text[ chinese_traditional ] = "雜項"; Text[ arabic ] = ""; Text[ turkish ] = "Dier"; Text[ language_user1 ] = " "; Text[ catalan ] = "Diversos"; Text[ finnish ] = "Sekalaiset"; Text[ thai ] = "เบ็ดเตล็ด"; }; 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 ] = "Doktorsavhandling"; Text[ polish ] = "Praca doktorska"; Text[ portuguese_brazilian ] = "Dissertation"; Text[ japanese ] = "博士論文"; Text[ korean ] = "박사 학위 논문"; Text[ chinese_simplified ] = "博士论文"; Text[ chinese_traditional ] = "博士論文"; Text[ arabic ] = " "; Text[ turkish ] = "Disertasyon"; Text[ language_user1 ] = " "; Text[ catalan ] = "Dissertaci"; Text[ finnish ] = "Vitskirja"; Text[ thai ] = "สารนิพนธ์"; }; 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 ] = "Notulen"; Text[ french ] = "Rapport de congrs"; Text[ spanish ] = "Informe sobre la conferencia"; Text[ italian ] = "Rapporto sulla conferenza"; Text[ danish ] = "Kongresberetning"; Text[ swedish ] = "Kongressrapport"; Text[ polish ] = "Sprawozdanie z obrady"; Text[ portuguese_brazilian ] = "Conference proceedings"; Text[ japanese ] = "会報"; Text[ korean ] = "학회 보고서"; Text[ chinese_simplified ] = "会议报告"; Text[ chinese_traditional ] = "會議報告"; Text[ arabic ] = " "; Text[ turkish ] = "Konferans raporu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Actes de la conferncia"; Text[ finnish ] = "Konferenssimenettelyt"; Text[ thai ] = "ระเบียบการประชุม"; }; 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 ] = "Onderzoeksrapport"; 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 ] = "科研報告"; Text[ arabic ] = " "; Text[ turkish ] = "Aratrma raporu"; Text[ language_user1 ] = " "; Text[ catalan ] = "Informe de recerca"; Text[ finnish ] = "Tutkimusraportti"; Text[ thai ] = "รายงานการวิจัย"; }; 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 ] = "尚未發表"; Text[ arabic ] = " "; Text[ turkish ] = "Yaymlanmam"; Text[ language_user1 ] = " "; Text[ catalan ] = "Sense publicar"; Text[ finnish ] = "Julkaisematon"; Text[ thai ] = "ไม่พิมพ์"; }; String ST_TYPE_EMAIL { Text = "e-Mail" ; Text [ English ] = "e-mail" ; Text[ english_us ] = "e-mail"; Text[ portuguese ] = "e-mail"; Text[ russian ] = ". "; Text[ greek ] = "e-mail"; Text[ dutch ] = "e-mail"; Text[ french ] = "E-mail"; Text[ spanish ] = "Correo-e"; 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 ] = "電子郵件"; Text[ arabic ] = " "; Text[ turkish ] = "e-posta"; Text[ language_user1 ] = " "; Text[ catalan ] = "correu electrnic"; Text[ finnish ] = "shkposti"; Text[ thai ] = "อีเมล์"; }; String ST_TYPE_WWW { Text = "WWW-Dokument" ; Text [ ENGLISH ] = "WWW document" ; Text[ english_us ] = "WWW document"; Text[ portuguese ] = "Documento WWW"; Text[ russian ] = "-"; 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 ] = "網頁文件"; Text[ arabic ] = " "; Text[ turkish ] = "WWW belgesi"; Text[ language_user1 ] = " "; Text[ catalan ] = "Document WWW"; Text[ finnish ] = "Web-asiakirja"; Text[ thai ] = "เอกสาร WWW "; }; 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 ] = "Usuario1"; 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 ] = "自訂類型 1"; Text[ arabic ] = " 1"; Text[ turkish ] = "Kullanc tanml1"; Text[ language_user1 ] = " "; Text[ catalan ] = "Definit per l'usuari 1"; Text[ finnish ] = "Kyttjn mrittm1"; Text[ thai ] = "ระบุผู้ใช้ 1"; }; 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 ] = "Usuario2"; 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 ] = "自訂類型 2"; Text[ arabic ] = " 2"; Text[ turkish ] = "Kullanc tanml2"; Text[ language_user1 ] = " "; Text[ catalan ] = "Definit per l'usuari 2"; Text[ finnish ] = "Kyttjn mrittm2"; Text[ thai ] = "ระบุผู้ใช้ 2"; }; 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 ] = "Usuario3"; 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 ] = "自訂類型 3"; Text[ arabic ] = " 3"; Text[ turkish ] = "Kullanc tanml3"; Text[ language_user1 ] = " "; Text[ catalan ] = "Definit per l'usuari 3"; Text[ finnish ] = "Kyttjn mrittm3"; Text[ thai ] = "ระบุผู้ใช้3"; }; 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 ] = "Usuario4"; 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 ] = "自訂類型 4"; Text[ arabic ] = " 4"; Text[ turkish ] = "Kullanc tanml4"; Text[ language_user1 ] = " "; Text[ catalan ] = "Definit per l'usuari 4"; Text[ finnish ] = "Kyttjn mrittm4"; Text[ thai ] = "ระบุผู้ใช้4"; }; 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 ] = "Usuario5"; 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 ] = "自訂類型 5"; Text[ arabic ] = " 5"; Text[ turkish ] = "Kullanc tanml5"; Text[ language_user1 ] = " "; Text[ catalan ] = "Definit per l'usuari 5"; Text[ finnish ] = "Kyttjn mrittm5"; Text[ thai ] = "ระบุผู้ใช้5"; }; 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 ] = "Generelt"; Text[ swedish ] = "Allmnt"; Text[ polish ] = "Oglne"; Text[ portuguese_brazilian ] = "General"; Text[ japanese ] = "全般"; Text[ korean ] = "일반"; Text[ chinese_simplified ] = "常规"; Text[ chinese_traditional ] = "一般"; Text[ arabic ] = ""; Text[ turkish ] = "Genel"; Text[ language_user1 ] = " "; Text[ catalan ] = "General"; Text[ finnish ] = "Yleiset"; Text[ thai ] = "ทั่วไป"; }; 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 una 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 ] = "插入段落..."; Text[ arabic ] = " ..."; Text[ turkish ] = "Blm ekle..."; Text[ language_user1 ] = " "; Text[ catalan ] = "Insereix secci..."; Text[ finnish ] = "Lis osa..."; Text[ thai ] = "แทรกส่วน..."; }; 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 ] = "Borrar 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 ] = "刪除段落..."; Text[ arabic ] = " ..."; Text[ turkish ] = "Blm sil..."; Text[ language_user1 ] = " "; Text[ catalan ] = "Elimina secci..."; Text[ finnish ] = "Poista osa..."; Text[ thai ] = "ลบส่วน..."; }; 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 ] = "Namen wijzigen..."; Text[ french ] = "Modifier 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 ] = "名前の変更..."; Text[ korean ] = "이름 변경..."; Text[ chinese_simplified ] = "更改名称..."; Text[ chinese_traditional ] = "變更名稱..."; Text[ arabic ] = " ..."; Text[ turkish ] = "Ad deitir..."; Text[ language_user1 ] = " "; Text[ catalan ] = "Modifica nom..."; Text[ finnish ] = "Muuta nime..."; Text[ thai ] = "ดัดแปลงแก้ไขชื่อ..."; }; }; }; String ST_IDENTIFIER { 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 ] = "略称(~S)"; Text[ korean ] = "약칭(~S)"; Text[ chinese_simplified ] = "简短说明文(~S)"; Text[ chinese_traditional ] = "簡短描述文(~S)"; Text[ arabic ] = " "; Text[ turkish ] = "~Ksa ad"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Abreviatura"; Text[ finnish ] = "Lyhyt nimi"; Text[ thai ] = "ชื่อ~ย่อ"; }; String ST_AUTHTYPE { Text = "~Art"; Text[English]= "Type"; Text[ english_us ] = "~Type"; Text[ portuguese ] = "~Tipo"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Type"; Text[ french ] = "Type"; Text[ spanish ] = "~Tipo"; Text[ italian ] = "Tipo"; Text[ danish ] = "Typ~e"; 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 ] = " "; Text[ catalan ] = "~Tipus"; Text[ finnish ] = "Tyyppi"; Text[ thai ] = "~ชนิด"; }; String ST_YEAR { Text = "~Jahr"; Text[English]= "Year"; Text[ english_us ] = "~Year"; Text[ portuguese ] = "A~no"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Jaar"; Text[ french ] = "Anne"; Text[ spanish ] = "Ao"; Text[ italian ] = "Anno"; Text[ danish ] = "~r"; Text[ swedish ] = "r"; Text[ polish ] = "Rok"; Text[ portuguese_brazilian ] = "Year"; Text[ japanese ] = "年(~Y)"; Text[ korean ] = "년(~Y)"; Text[ chinese_simplified ] = "年(~Y)"; Text[ chinese_traditional ] = "年(~Y)"; Text[ arabic ] = ""; Text[ turkish ] = "Yl"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Any"; Text[ finnish ] = "Vuosi"; Text[ thai ] = "~ปี"; }; String ST_AUTHOR { Text = "A~utor(en)" ; Text [ ENGLISH ] = "Author(s)" ; Text[ english_us ] = "Author(s)"; Text[ portuguese ] = "A~utor(es)"; Text[ russian ] = "()"; Text[ greek ] = "Author(s)"; Text[ dutch ] = "A~uteur(s)"; Text[ french ] = "Auteur(s)"; Text[ spanish ] = "Autor(es)"; Text[ finnish ] = "Tekijt"; Text[ italian ] = "A~utore/i"; Text[ danish ] = "F~orfatter(e)"; Text[ swedish ] = "Frfattare"; Text[ polish ] = "Autor(zy)"; Text[ portuguese_brazilian ] = "Author(s)"; Text[ japanese ] = "著者"; Text[ korean ] = "저자"; Text[ chinese_simplified ] = "作者"; Text[ chinese_traditional ] = "作者"; Text[ turkish ] = "Author(s)"; Text[ arabic ] = "Author(s)"; Text[ catalan ] = "Autor(s)"; Text[ thai ] = "ผู้เขียน"; }; String ST_TITLE { Text = "Tite~l"; Text[English]= "Title"; Text[ english_us ] = "Tit~le"; Text[ portuguese ] = "Ttu~lo"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Titel"; Text[ french ] = "Titre"; Text[ spanish ] = "Ttu~lo"; Text[ italian ] = "Tito~lo"; Text[ danish ] = "Tite~l"; Text[ swedish ] = "Titel"; Text[ polish ] = "Tytu"; Text[ portuguese_brazilian ] = "Title"; Text[ japanese ] = "タイトル(~L)"; Text[ korean ] = "제목(~L)"; Text[ chinese_simplified ] = "标题(~L)"; Text[ chinese_traditional ] = "標題(~L)"; Text[ arabic ] = ""; Text[ turkish ] = "Balk"; Text[ language_user1 ] = " "; Text[ catalan ] = "Tto~l"; Text[ finnish ] = "Otsikko"; Text[ thai ] = "ชื่อเรื่~อง"; }; String ST_PUBLISHER { Text = "~Verlag"; Text[English]= "Publisher"; Text[ english_us ] = "~Publisher"; Text[ portuguese ] = "~Editora"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Uitgeverij"; Text[ french ] = "Maison d'dition"; Text[ spanish ] = "Editorial"; Text[ italian ] = "Casa editrice"; Text[ danish ] = "~Forlag"; Text[ swedish ] = "Frlag"; Text[ polish ] = "Wydawnictwo"; Text[ portuguese_brazilian ] = "Publisher"; Text[ japanese ] = "出版社(~P)"; Text[ korean ] = "출판사(~P)"; Text[ chinese_simplified ] = "出版社(~P)"; Text[ chinese_traditional ] = "出版社(~P)"; Text[ arabic ] = " "; Text[ turkish ] = "Yaynevi"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Editorial"; Text[ finnish ] = "Julkaisija"; Text[ thai ] = "~ผู้จัดพิมพ์"; }; String ST_ADDRESS { 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 ] = "Adresse"; Text[ spanish ] = "~Direccin"; Text[ italian ] = "Indirizzo"; Text[ danish ] = "A~dresse"; Text[ swedish ] = "Adress"; Text[ polish ] = "Adres"; Text[ portuguese_brazilian ] = "Address"; Text[ japanese ] = "住所(~D)"; Text[ korean ] = "주소(~D)"; Text[ chinese_simplified ] = "地址(~D)"; Text[ chinese_traditional ] = "地址(~D)"; Text[ arabic ] = ""; Text[ turkish ] = "Adres"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Direcci"; Text[ finnish ] = "Osoite"; Text[ thai ] = "ที่~อยู่"; }; String ST_ISBN { 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 ] = " "; Text[ catalan ] = "I~SBN"; Text[ finnish ] = "ISBN"; Text[ thai ] = "~ISBN"; }; String ST_CHAPTER { 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 ] = "Ka~pitel"; 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 ] = " "; Text[ catalan ] = "~Captol"; Text[ finnish ] = "Luku"; Text[ thai ] = "~บท"; }; String ST_PAGE { 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 ] = "페이지"; Text[ chinese_simplified ] = "页(~G)"; Text[ chinese_traditional ] = "頁(~G)"; Text[ arabic ] = " ()"; Text[ turkish ] = "Sayfa(lar)"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Pgina(es)"; Text[ finnish ] = "Sivua"; Text[ thai ] = "ห~น้า"; }; String ST_EDITOR { Text = "~Herausgeber"; Text[English]= "Editor"; Text[ english_us ] = "Editor"; Text[ portuguese ] = "Edi~tor"; Text[ russian ] = ""; Text[ greek ] = "~"; Text[ dutch ] = "Uit~gever"; Text[ french ] = "diteur"; 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 ] = "出版人"; Text[ arabic ] = ""; Text[ turkish ] = "Yayma hazrlayan"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Editor"; Text[ finnish ] = "Muokkaaja"; Text[ thai ] = "บรรณาธิการ"; }; String ST_EDITION { 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 ] = "Ud~gave"; 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 ] = " "; Text[ catalan ] = "~Edici"; Text[ finnish ] = "Laitos"; Text[ thai ] = "~ฉบับ"; }; String ST_BOOKTITLE { 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 del libro"; Text[ danish ] = "Bo~gtitel"; 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 ] = "書名(~B)"; Text[ arabic ] = " "; Text[ turkish ] = "Kitap ad"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Ttol del llibre"; Text[ finnish ] = "Kirjan otsikko"; Text[ thai ] = "ชื่อ~หนังสือ"; }; String ST_VOLUME { Text = "Band" ; Text [ ENGLISH ] = "Volume" ; Text[ english_us ] = "Volume"; Text[ portuguese ] = "Volume"; Text[ russian ] = ""; Text[ greek ] = "Volume"; Text[ dutch ] = "Deel"; Text[ french ] = "Volume"; Text[ spanish ] = "Tomo"; Text[ finnish ] = "Osan numero"; Text[ italian ] = "Volume"; Text[ danish ] = "Bind"; Text[ swedish ] = "Band"; Text[ polish ] = "Tom"; Text[ portuguese_brazilian ] = "Volume"; Text[ japanese ] = "巻"; Text[ korean ] = "권"; Text[ chinese_simplified ] = "册"; Text[ chinese_traditional ] = "冊"; Text[ turkish ] = "Volume"; Text[ arabic ] = "Volume"; Text[ catalan ] = "Volum"; Text[ thai ] = "จำนวน"; }; String ST_HOWPUBLISHED { Text = "Au~sgabeart"; Text[English]= "How published"; Text[ english_us ] = "Publication t~ype"; Text[ portuguese ] = "~Tipo de edio"; Text[ russian ] = " "; Text[ greek ] = "~ "; Text[ dutch ] = "Wijze van ~publiceren"; Text[ french ] = "Type de publication"; Text[ spanish ] = "Tipo de publicacin"; Text[ italian ] = "Tipo di edizione"; Text[ danish ] = "Udgivel~sestype"; 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 ] = " "; Text[ catalan ] = "Tip~us de publicaci"; Text[ finnish ] = "Julkaisun laji"; Text[ thai ] = "ชนิ~ดการพิมพ์"; }; String ST_ORGANIZATION { 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 ] = "組織団体名(~Z)"; Text[ korean ] = "조직 단체(~Z)"; Text[ chinese_simplified ] = "社团组织(~Z)"; Text[ chinese_traditional ] = "社團組織(~Z)"; Text[ arabic ] = ""; Text[ turkish ] = "Organizasyon"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Organitzaci"; Text[ finnish ] = "Organisaatio"; Text[ thai ] = "องค์~กร"; }; String ST_INSTITUTION { 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 ] = " "; Text[ catalan ] = "I~nstituci"; Text[ finnish ] = "Instituutio"; Text[ thai ] = "ส~ถาบัน"; }; String ST_SCHOOL { Text = "Hochschule/Universit~t" ; Text [ ENGLISH ] = "University" ; Text[ english_us ] = "University"; Text[ portuguese ] = "~Universidade/Escola superior"; Text[ russian ] = ""; Text[ greek ] = "University"; Text[ dutch ] = "Hogeschool/Uni~versiteit"; Text[ french ] = "cole suprieure/Universit"; Text[ spanish ] = "~Universidad"; Text[ finnish ] = "Yliopisto"; Text[ italian ] = "Su~periori/universit"; Text[ danish ] = "Universitet/lreanst~alt"; Text[ swedish ] = "Hgskola/universitet"; Text[ polish ] = "Szkoa wysza/uniwersytet"; Text[ portuguese_brazilian ] = "University"; Text[ japanese ] = "大学(~U)"; Text[ korean ] = "교육 기관명"; Text[ chinese_simplified ] = "高等院校"; Text[ chinese_traditional ] = "高等院校"; Text[ turkish ] = "University"; Text[ arabic ] = "University"; Text[ catalan ] = "Universitat"; Text[ thai ] = "มหาวิทยาลัย"; }; String ST_REPORT { Text = "Art des Berichts" ; Text [ ENGLISH ] = "Type of proceedings" ; Text[ english_us ] = "Type of re~port"; Text[ portuguese ] = "~Tipo de relatrio"; Text[ russian ] = " "; Text[ greek ] = "Type of proceedings"; Text[ dutch ] = "Soort rapport"; Text[ french ] = "Type de rapport"; Text[ spanish ] = "Tipo de informe"; Text[ finnish ] = "Raportin tyyppi"; Text[ italian ] = "Tipo di relazione"; Text[ danish ] = "Rapporttype"; Text[ swedish ] = "Typ av rapport"; Text[ polish ] = "Rodzaj raportu"; Text[ portuguese_brazilian ] = "Type of proceedings"; Text[ japanese ] = "報告の種類(~P)"; Text[ korean ] = "보고서 종류(~P)"; Text[ chinese_simplified ] = "报表的类型(~P)"; Text[ chinese_traditional ] = "報表的類型(~P)"; Text[ turkish ] = "Type of proceedings"; Text[ arabic ] = "Type of proceedings"; Text[ catalan ] = "Tipus de procediment"; Text[ thai ] = "ชนิดของระเบียบการประชุม"; }; String ST_MONTH { 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 ] = " "; Text[ catalan ] = "~Mes"; Text[ finnish ] = "Kuukausi"; Text[ thai ] = "เ~ดือน"; }; String ST_JOURNAL { Text = "Zeitschri~ft"; Text[English]= "Journal"; Text[ english_us ] = "~Journal"; Text[ portuguese ] = "~Revista"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Tijdschrift"; Text[ french ] = "Magazine"; Text[ spanish ] = "~Revista"; Text[ italian ] = "Rivista"; Text[ danish ] = "Tidsskri~ft"; Text[ swedish ] = "Tidskrift"; Text[ polish ] = "Czasopismo"; Text[ portuguese_brazilian ] = "Journal"; Text[ japanese ] = "雑誌(~J)"; Text[ korean ] = "잡지(~J)"; Text[ chinese_simplified ] = "杂志(~J)"; Text[ chinese_traditional ] = "雜誌(~J)"; Text[ arabic ] = ""; Text[ turkish ] = "Dergi"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Revista"; Text[ finnish ] = "Pivkirja"; Text[ thai ] = "~วารสาร"; }; String ST_NUMBER { Text = "Numm~er"; Text[English]= "Number"; Text[ english_us ] = "Numb~er"; Text[ portuguese ] = "Nm~ero"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Nummer"; Text[ french ] = "Numro"; Text[ spanish ] = "Nmero"; Text[ italian ] = "Num~ero"; Text[ danish ] = "Numm~er"; 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"; Text[ catalan ] = "~Nmero"; Text[ finnish ] = "Luku"; Text[ thai ] = "หมายเ~ลข"; }; String ST_SERIES { Text = "Ser~ie"; Text[English]= "Series"; Text[ english_us ] = "Se~ries"; Text[ portuguese ] = "~Srie"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Serie"; Text[ french ] = "Srie"; Text[ spanish ] = "Serie"; Text[ italian ] = "Serie"; Text[ danish ] = "Ser~ie"; Text[ swedish ] = "Serie"; Text[ polish ] = "Seria"; Text[ portuguese_brazilian ] = "Series"; Text[ japanese ] = "叢書(~R)"; Text[ korean ] = "간행물(~R)"; Text[ chinese_simplified ] = "系列(~R)"; Text[ chinese_traditional ] = "系列(~R)"; Text[ arabic ] = ""; Text[ turkish ] = "Dizi"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Srie"; Text[ finnish ] = "Sarja"; Text[ thai ] = "ชุ~ด"; }; String ST_ANNOTE { Text = "A~nmerkung"; Text[English]= "Annotation"; Text[ english_us ] = "Ann~otation"; Text[ portuguese ] = "Ob~servao"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Opmerkingen"; Text[ french ] = "Ann~otation"; Text[ spanish ] = "Observacin"; Text[ italian ] = "A~nnotazione"; Text[ danish ] = "A~nmrkning"; Text[ swedish ] = "Anmrkning"; Text[ polish ] = "Adnotacja"; Text[ portuguese_brazilian ] = "Annotation"; Text[ japanese ] = "注釈(~O)"; Text[ korean ] = "주(~O)"; Text[ chinese_simplified ] = "说明文(~O)"; Text[ chinese_traditional ] = "說明文(~O)"; Text[ arabic ] = " "; Text[ turkish ] = "Aklama"; Text[ language_user1 ] = " "; Text[ catalan ] = "A~notaci"; Text[ finnish ] = "Huomautus"; Text[ thai ] = "คำอ~ธิบายประกอบ"; }; String ST_NOTE { Text = "Noti~z"; Text[English]= "Note"; Text[ english_us ] = "~Note"; Text[ portuguese ] = "~Anotao"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "~Aantekening"; Text[ french ] = "Note"; Text[ spanish ] = "Nota"; Text[ italian ] = "Nota"; Text[ danish ] = "Not~e"; Text[ swedish ] = "Anteckning"; Text[ polish ] = "Notatka"; Text[ portuguese_brazilian ] = "Note"; Text[ japanese ] = "メモ(~N)"; Text[ korean ] = "메모(~N)"; Text[ chinese_simplified ] = "备注(~N)"; Text[ chinese_traditional ] = "備註(~N)"; Text[ arabic ] = ""; Text[ turkish ] = "Not"; Text[ language_user1 ] = " "; Text[ catalan ] = "~Nota"; Text[ finnish ] = "Huomautus"; Text[ thai ] = "~บันทึกย่อ"; }; 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 ] = " "; Text[ catalan ] = "URL"; Text[ finnish ] = "URL-osoite"; Text[ thai ] = "URL"; }; String ST_CUSTOM1 { 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 ] = "Gebruikersveld ~1"; Text[ french ] = "Champ d'utilisateur ~1"; Text[ spanish ] = "Campo de usuario ~1"; Text[ italian ] = "Campo utente ~1"; Text[ danish ] = "Brugerfelt ~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 ] = "自訂欄位 ~1"; Text[ arabic ] = " 1"; Text[ turkish ] = "Kullanc alan ~1"; Text[ language_user1 ] = " "; Text[ catalan ] = "Camp d'usuari ~1"; Text[ finnish ] = "Kyttjn mrittm 1"; Text[ thai ] = "เขตข้อมูลระบุผู้ใช้ ~1"; }; String ST_CUSTOM2 { 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 ] = "Gebruikersveld ~2"; Text[ french ] = "Champ d'utilisateur ~2"; Text[ spanish ] = "Campo de usuario ~2"; Text[ italian ] = "Campo utente ~2"; Text[ danish ] = "Brugerfelt ~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 ] = "自訂欄位 ~2"; Text[ arabic ] = " 2"; Text[ turkish ] = "Kullanc alan ~2"; Text[ language_user1 ] = " "; Text[ catalan ] = "Camp d'usuari ~2"; Text[ finnish ] = "Kyttjn mrittm 2"; Text[ thai ] = "เขตข้อมูลระบุผู้ใช้ ~2"; }; String ST_CUSTOM3 { 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 ] = "Gebruikersveld ~3"; Text[ french ] = "Champ d'utilisateur ~3"; Text[ spanish ] = "Campo de usuario ~3"; Text[ italian ] = "Campo utente ~3"; Text[ danish ] = "Brugerfelt ~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 ] = "自訂欄位 ~3"; Text[ arabic ] = " 3"; Text[ turkish ] = "Kullanc alan ~3"; Text[ language_user1 ] = " "; Text[ catalan ] = "Camp d'usuari ~3"; Text[ finnish ] = "Kyttjn mrittm 3"; Text[ thai ] = "เขตข้อมูลระบุผู้ใช้ ~3"; }; String ST_CUSTOM4 { 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 ] = "Gebruikersveld ~4"; Text[ french ] = "Champ d'utilisateur ~4"; Text[ spanish ] = "Campo de usuario ~4"; Text[ italian ] = "Campo utente ~4"; Text[ danish ] = "Brugerfelt ~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 ] = "自訂欄位 ~4"; Text[ arabic ] = " 4"; Text[ turkish ] = "Kullanc alan ~4"; Text[ language_user1 ] = " "; Text[ catalan ] = "Camp d'usuari ~4"; Text[ finnish ] = "Kyttjn mrittm 4"; Text[ thai ] = "เขตข้อมูลระบุผู้ใช้ ~4"; }; String ST_CUSTOM5 { 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 ] = "Gebruikersveld ~5"; Text[ french ] = "Champ d'utilisateur ~5"; Text[ spanish ] = "Campo de usuario ~5"; Text[ italian ] = "Campo utente ~5"; Text[ danish ] = "Brugerfelt ~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 ] = "自訂欄位 ~5"; Text[ arabic ] = " 5"; Text[ turkish ] = "Kullanc alan ~5"; Text[ language_user1 ] = " "; Text[ catalan ] = "Camp d'usuari ~5"; Text[ finnish ] = "Kyttjn mrittm 5"; Text[ thai ] = "เขตข้อมูลระบุผู้ใช้ ~5"; };