/************************************************************************* * * $RCSfile: newhelp.src,v $ * * $Revision: 1.82 $ * * last change: $Author: hr $ $Date: 2003-07-03 18:10:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #include "app.hrc" #include "newhelp.hrc" #include "helpid.hrc" Window WIN_HELP_INDEX { Hide = TRUE ; Size = MAP_APPFONT ( 120 , 200 ) ; DialogControl = TRUE; ListBox LB_ACTIVE { HelpId = HID_HELP_LISTBOX; Border = TRUE ; DropDown = TRUE; Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( 114 , 40 ) ; }; FixedLine FL_ACTIVE { Hide = True; Pos = MAP_APPFONT ( 2, 19 ) ; Size = MAP_APPFONT ( 118 , 1 ) ; }; TabControl TC_INDEX { HelpId = HID_HELP_TABCONTROL; Pos = MAP_APPFONT ( 3, 19 ) ; TabStop = TRUE; PageList = { PageItem { Identifier = HELP_INDEX_PAGE_CONTENTS ; Text = "Inhalte" ; Text [ ENGLISH ] = "Contents" ; Text[ english_us ] = "Contents"; Text[ portuguese ] = "Contedos"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Inhoud"; Text[ french ] = "Contenu"; Text[ spanish ] = "Contenido"; Text[ italian ] = "Contenuti"; Text[ danish ] = "Indhold"; Text[ swedish ] = "Innehll"; Text[ polish ] = "Zawarto"; Text[ portuguese_brazilian ] = "Contedos"; Text[ japanese ] = "目次"; Text[ korean ] = "내용"; Text[ chinese_simplified ] = "内容"; Text[ chinese_traditional ] = "內容"; Text[ turkish ] = "erik"; Text[ arabic ] = ""; Text[ finnish ] = "Sislt"; Text[ catalan ] = "Continguts"; Text[ thai ] = "เนื้อหา"; Text[ czech ] = "Obsah"; Text[ hebrew ] = "תוכן עיניינים"; Text[ hindi ] = "विषयसूची"; Text[ slovak ] = "Obsah"; }; PageItem { Identifier = HELP_INDEX_PAGE_INDEX ; Text = "Index" ; Text [ ENGLISH ] = "Index" ; Text[ english_us ] = "Index"; Text[ portuguese ] = "ndice"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Index"; Text[ french ] = "Index"; Text[ spanish ] = "ndice"; Text[ italian ] = "Indice"; Text[ danish ] = "INDEKS"; Text[ swedish ] = "Index"; Text[ polish ] = "Indeks"; Text[ portuguese_brazilian ] = "ndice"; Text[ japanese ] = "索引"; Text[ korean ] = "색인"; Text[ chinese_simplified ] = "索引"; Text[ chinese_traditional ] = "索引"; Text[ turkish ] = "Dizin"; Text[ arabic ] = ""; Text[ catalan ] = "ndex"; Text[ finnish ] = "Hakemisto"; Text[ thai ] = "ดัชนี"; Text[ czech ] = "Rejstřík"; Text[ hebrew ] = "אינדקס"; Text[ hindi ] = "अनुक्रमणिका"; Text[ slovak ] = "Index"; }; PageItem { Identifier = HELP_INDEX_PAGE_SEARCH ; Text = "Suchen" ; Text [ ENGLISH ] = "Find" ; Text[ english_us ] = "Find"; Text[ portuguese ] = "Procurar"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Zoeken"; Text[ french ] = "Recherche"; Text[ spanish ] = "Buscar"; Text[ italian ] = "Cerca"; Text[ danish ] = "Sg"; Text[ swedish ] = "Sk"; Text[ polish ] = "Znajd"; Text[ portuguese_brazilian ] = "Localizar"; Text[ japanese ] = "検索"; Text[ korean ] = "검색"; Text[ chinese_simplified ] = "搜寻"; Text[ chinese_traditional ] = "尋找"; Text[ turkish ] = "Ara"; Text[ arabic ] = ""; Text[ catalan ] = "Cerca"; Text[ finnish ] = "Etsi"; Text[ language_user1 ] = "; pb: the correct english text here must be 'Search' (said VK and FPE)"; Text[ thai ] = "หา"; Text[ czech ] = "Hledat"; Text[ hebrew ] = "חיפוש"; Text[ hindi ] = "अन्वेषण"; Text[ slovak ] = "Nájsť"; }; PageItem { Identifier = HELP_INDEX_PAGE_BOOKMARKS ; Text = "Lesezeichen" ; Text [ ENGLISH ] = "Bookmarks" ; Text[ english_us ] = "Bookmarks"; Text[ portuguese ] = "Marcadores"; Text[ russian ] = ""; Text[ greek ] = ""; Text[ dutch ] = "Bladwijzers"; Text[ french ] = "Marque-pages"; Text[ spanish ] = "Marcadores"; Text[ finnish ] = "Kirjanmerkit"; Text[ italian ] = "Segnalibro"; Text[ danish ] = "Bogmrke"; Text[ swedish ] = "Bokmrken"; Text[ polish ] = "Zakadki"; Text[ portuguese_brazilian ] = "Marcadores"; Text[ japanese ] = "ブックマーク"; Text[ korean ] = "책갈피"; Text[ chinese_simplified ] = "书签"; Text[ chinese_traditional ] = "書籤"; Text[ turkish ] = "Yer aretleri"; Text[ arabic ] = " "; Text[ catalan ] = "Marcadors"; Text[ thai ] = "ตัวคั่น"; Text[ czech ] = "Záložky"; Text[ hebrew ] = "סימניות"; Text[ hindi ] = "पृष्ठसंकेतें"; Text[ slovak ] = "Záložky"; }; }; }; }; TabPage TP_HELP_INDEX { HelpId = HID_HELP_TABPAGE_INDEX; Hide = TRUE ; DialogControl = TRUE; Size = MAP_APPFONT ( 120 , 200 ) ; FixedText FT_EXPRESSION { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text = "~Suchbegriff" ; Text [ english_us ] = "~Search term" ; Text[ portuguese ] = "~Expresso procurada"; Text[ russian ] = "~ "; Text[ greek ] = " ~"; Text[ dutch ] = "~Zoekbegrip"; Text[ french ] = "~Terme recherch"; Text[ spanish ] = "~Trmino de bsqueda"; Text[ italian ] = "~Termine cercato"; Text[ danish ] = "~Sgeord"; Text[ swedish ] = "~Skord"; Text[ polish ] = "~Szukane haso"; Text[ portuguese_brazilian ] = "~Pesquisar termo"; Text[ japanese ] = "検索キー(~S)"; Text[ korean ] = "검색 용어(~S)"; Text[ chinese_simplified ] = "搜寻条目(~S)"; Text[ chinese_traditional ] = "搜尋項目(~S)"; Text[ turkish ] = "~Arama Terimi"; Text[ arabic ] = " "; Text[ catalan ] = "~Cerca terme"; Text[ finnish ] = "Etsittv ~termi"; Text[ thai ] = "~ค้นหาเงื่อนไข"; Text[ czech ] = "Hledaný výraz"; Text[ hebrew ] = "מילת חיפוש"; Text[ hindi ] = "~अन्वेषण विषय"; Text[ slovak ] = "Hľadaný výra~z"; }; ComboBox CB_INDEX { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 17 ) ; Size = MAP_APPFONT ( 108 , 97 ) ; }; PushButton PB_OPEN_INDEX { Pos = MAP_APPFONT ( 64 , 115 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Anzeigen" ; Text [ english_us ] = "~Display" ; Text[ portuguese ] = "~Mostrar"; Text[ russian ] = "~"; Text[ greek ] = ""; Text[ dutch ] = "~Weergeven"; Text[ french ] = "~Affichage"; Text[ spanish ] = "~Visualizar"; Text[ italian ] = "~Mostra"; Text[ danish ] = "~Vis"; Text[ swedish ] = "Vis~a"; Text[ polish ] = "~Wywietl"; Text[ portuguese_brazilian ] = "~Exibir"; Text[ japanese ] = "表示(~D)"; Text[ korean ] = "표시(~D)"; Text[ chinese_simplified ] = "显示(~D)"; Text[ chinese_traditional ] = "顯示(~D)"; Text[ turkish ] = "~Grnt"; Text[ arabic ] = ""; Text[ catalan ] = "~Visualitza"; Text[ finnish ] = "~Nyt"; Text[ thai ] = "แ~สดงผล"; Text[ czech ] = "Zobrazit"; Text[ hebrew ] = "תצוגה"; Text[ hindi ] = "~दिखाओ"; Text[ slovak ] = "~Zobraziť"; }; }; TabPage TP_HELP_SEARCH { HelpId = HID_HELP_TABPAGE_SEARCH; Hide = TRUE ; DialogControl = TRUE; Size = MAP_APPFONT ( 120 , 122 ) ; FixedText FT_SEARCH { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text = "S~uchbegriff" ; Text [ english_us ] = "S~earch term" ; Text[ portuguese ] = "~Expresso procurada"; Text[ russian ] = " "; Text[ greek ] = " ~"; Text[ dutch ] = "~Zoekbegrip"; Text[ french ] = "T~erme recherch"; Text[ spanish ] = "~Trmino de bsqueda"; Text[ italian ] = "~Termine cercato"; Text[ danish ] = "S~geord"; Text[ swedish ] = "S~kord"; Text[ polish ] = "~Szukane haso"; Text[ portuguese_brazilian ] = "~Pesquisar termo"; Text[ japanese ] = "検索キー(~E)"; Text[ korean ] = "검색 용어(~E)"; Text[ chinese_simplified ] = "搜寻条目(~E)"; Text[ chinese_traditional ] = "搜尋項目(~E)"; Text[ turkish ] = "A~rama terimi"; Text[ arabic ] = " "; Text[ catalan ] = "C~erca terme"; Text[ finnish ] = "E~tsittv termi"; Text[ thai ] = "ค้~นหาเงื่อนไข"; Text[ czech ] = "Hledaný výraz"; Text[ hebrew ] = "מילת חיפוש"; Text[ hindi ] = "अ~न्वेषण विषय"; Text[ slovak ] = "~Hľadaný výraz"; }; ComboBox ED_SEARCH { Border = TRUE ; DropDown = TRUE; Pos = MAP_APPFONT ( 6 , 17 ) ; Size = MAP_APPFONT ( 72 , 40 ) ; }; PushButton PB_SEARCH { Pos = MAP_APPFONT ( 81 , 17 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Suchen"; Text [ english_us ] = "~Find"; Text[ portuguese ] = "~Procurar"; Text[ russian ] = ""; Text[ greek ] = "~"; Text[ dutch ] = "~Zoeken"; Text[ french ] = "~Recherche"; Text[ spanish ] = "Buscar"; Text[ italian ] = "~Cerca"; Text[ danish ] = "~Sg"; Text[ swedish ] = "~Sk"; Text[ polish ] = "~Znajd"; Text[ portuguese_brazilian ] = "~Localizar"; Text[ japanese ] = "検索(~F)"; Text[ korean ] = "찾기(~F)"; Text[ chinese_simplified ] = "搜寻(~F)"; Text[ chinese_traditional ] = "尋找(~F)"; Text[ turkish ] = "~Ara"; Text[ arabic ] = ""; Text[ catalan ] = "~Cerca"; Text[ finnish ] = "~Etsi"; Text[ thai ] = "~หา"; Text[ czech ] = "Najít"; Text[ hebrew ] = "חיפוש"; Text[ hindi ] = "~अन्वेषण"; Text[ slovak ] = "~Nájsť"; }; CheckBox CB_FULLWORDS { Pos = MAP_APPFONT ( 6, 34 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text = "~Nur ganze Wrter" ; Text [ english_us ] = "~Complete words only"; Text[ portuguese ] = "~S palavras inteiras"; Text[ russian ] = "~ "; Text[ greek ] = "~ "; Text[ dutch ] = "~Alleen hele woorden"; Text[ french ] = "Uniquement les mots entiers"; Text[ spanish ] = "~Slo palabras completas"; Text[ finnish ] = "Vain ~kokonaiset sanat"; Text[ italian ] = "~Solo parole intere"; Text[ danish ] = "~Kun hele ord"; Text[ swedish ] = "~Bara hela ord"; Text[ polish ] = "~Tylko cae wyrazy"; Text[ portuguese_brazilian ] = "~Somente palavras inteiras"; Text[ japanese ] = "単語として(~C)"; Text[ korean ] = "단어 단위로(~C)"; Text[ chinese_simplified ] = "只允许单词(~C)"; Text[ chinese_traditional ] = "僅是單詞(~C)"; Text[ turkish ] = "~Yanlzca tam szckler"; Text[ arabic ] = "~Complete words only"; Text[ catalan ] = "~Noms paraules senceres"; Text[ thai ] = "คำที่~สมบูรณ์เท่านั้น"; Text[ czech ] = "Pouze celá slova"; Text[ hebrew ] = "מילים שלמות בלבד"; Text[ hindi ] = "केवल ~सम्पूर्ण शब्द"; Text[ slovak ] = "Iba ~celé slová"; }; CheckBox CB_SCOPE { Pos = MAP_APPFONT ( 6, 47 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text = "Nur in ~Titeln suchen" ; Text [ english_us ] = "Find in ~headings only"; Text[ portuguese ] = "~Procurar s em ttulos"; Text[ russian ] = "~ "; Text[ greek ] = " ~"; Text[ dutch ] = "~Alleen in titels zoeken"; Text[ french ] = "Recherche uniquement dans les titres"; Text[ spanish ] = "~Buscar slo en ttulos"; Text[ italian ] = "~Cerca solo intestazioni"; Text[ danish ] = "Sg kun i ~titler"; Text[ swedish ] = "Sk bara i r~ubriker"; Text[ polish ] = "Znajd tylko w ~nagwkach"; Text[ portuguese_brazilian ] = "~Procurar somente nos ttulos do documento"; Text[ japanese ] = "タイトルのみを検索(~H)"; Text[ korean ] = "제목에서만 찾아보기(~H)"; Text[ chinese_simplified ] = "仅在大标题范围内搜寻(~H)"; Text[ chinese_traditional ] = "僅在標頭範圍內尋找(~H)"; Text[ turkish ] = "~Sadece balklar ara"; Text[ arabic ] = "~Search headings only"; Text[ catalan ] = "Cerca noms els ~ttols"; Text[ finnish ] = "Etsi ~vain otsikoista"; Text[ thai ] = "หาใน~ส่วนหัวอย่างเดียว"; Text[ czech ] = "Hledat pouze v nadpisech"; Text[ hebrew ] = "חיפוש בכותרות בלבד"; Text[ hindi ] = "केवल ~शीर्षकों में अन्वेषण करो"; Text[ slovak ] = "~Hľadať iba v nadpisoch"; }; ListBox LB_RESULT { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 60 ) ; Size = MAP_APPFONT ( 108 , 30 ) ; }; PushButton PB_OPEN_SEARCH { Pos = MAP_APPFONT ( 64 , 182 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Anzeigen" ; Text [ english_us ] = "~Display" ; Text[ portuguese ] = "~Mostrar"; Text[ russian ] = "~"; Text[ greek ] = ""; Text[ dutch ] = "~Weergeven"; Text[ french ] = "Afficher"; Text[ spanish ] = "~Mostrar"; Text[ italian ] = "~Mostra"; Text[ danish ] = "~Vis"; Text[ swedish ] = "Vis~a"; Text[ polish ] = "~Wywietl"; Text[ portuguese_brazilian ] = "~Exibir"; Text[ japanese ] = "表示(~D)"; Text[ korean ] = "표시(~D)"; Text[ chinese_simplified ] = "显示(~D)"; Text[ chinese_traditional ] = "顯示(~D)"; Text[ turkish ] = "~Grnt"; Text[ arabic ] = ""; Text[ catalan ] = "~Visualitza"; Text[ finnish ] = "~Nyt"; Text[ thai ] = "แ~สดงผล"; Text[ czech ] = "Zobrazit"; Text[ hebrew ] = "תצוגה"; Text[ hindi ] = "~दिखाओ"; Text[ slovak ] = "~Zobraziť"; }; }; TabPage TP_HELP_BOOKMARKS { HelpId = HID_HELP_TABPAGE_BOOKMARKS; Hide = TRUE ; DialogControl = TRUE; Size = MAP_APPFONT ( 120 , 200 ) ; FixedText FT_BOOKMARKS { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text = "~Lesezeichen" ; Text [ english_us ] = "~Bookmarks" ; Text[ portuguese ] = "~Marcadores"; Text[ russian ] = ""; Text[ greek ] = "~"; Text[ dutch ] = "~Bladwijzers"; Text[ french ] = "Marque-pages"; Text[ spanish ] = "Marcadores"; Text[ finnish ] = "Kirjan~merkit"; Text[ italian ] = "~Segnalibro"; Text[ danish ] = "~Bogmrke"; Text[ swedish ] = "~Bokmrken"; Text[ polish ] = "~Zakadki"; Text[ portuguese_brazilian ] = "~Marcadores"; Text[ japanese ] = "ブックマーク(~B)"; Text[ korean ] = "책갈피(~B)"; Text[ chinese_simplified ] = "书签(~B)"; Text[ chinese_traditional ] = "書籤(~B)"; Text[ turkish ] = "~Yer iaretleri"; Text[ arabic ] = "Bookmarks"; Text[ catalan ] = "Marcadors"; Text[ thai ] = "~ตัวคั่น"; Text[ czech ] = "Záložky"; Text[ hebrew ] = "סימניות"; Text[ hindi ] = "~पृष्ठसंकेत"; Text[ slovak ] = "Zálož~ky"; }; ListBox LB_BOOKMARKS { Border = TRUE ; Sort = TRUE; Pos = MAP_APPFONT ( 6 , 19 ) ; Size = MAP_APPFONT ( 108 , 97 ) ; }; PushButton PB_BOOKMARKS { Pos = MAP_APPFONT ( 64 , 119 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text = "~Anzeigen" ; Text [ english_us ] = "~Display" ; Text[ portuguese ] = "~Mostrar"; Text[ russian ] = "~"; Text[ greek ] = "~"; Text[ dutch ] = "~Weergeven"; Text[ french ] = "Afficher"; Text[ spanish ] = "~Visualizar"; Text[ italian ] = "~Mostra"; Text[ danish ] = "~Vis"; Text[ swedish ] = "Vis~a"; Text[ polish ] = "~Wywietl"; Text[ portuguese_brazilian ] = "~Mostrar"; Text[ japanese ] = "表示(~D)"; Text[ korean ] = "표시(~D)"; Text[ chinese_simplified ] = "显示(~D)"; Text[ chinese_traditional ] = "顯示(~D)"; Text[ turkish ] = "~Grnt"; Text[ arabic ] = ""; Text[ catalan ] = "~Visualitza"; Text[ finnish ] = "~Nyt"; Text[ thai ] = "แ~สดงผล"; Text[ czech ] = "Zobrazit"; Text[ hebrew ] = "תצוגה"; Text[ hindi ] = "~दिखाओ"; Text[ slovak ] = "~Zobraziť"; }; }; TabPage TP_HELP_CONTENT { HelpId = HID_HELP_TABPAGE_CONTENTS; Hide = TRUE ; DialogControl = TRUE; Size = MAP_APPFONT ( 120 , 200 ) ; Control LB_CONTENTS { HelpId = HID_HELP_TREELISTBOX_CONTENTS ; Border = TRUE ; TabStop = TRUE; Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 108 , 188 ) ; }; }; #define MASKCOLOR_MAGENTA \ MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; Image IMG_HELP_TOOLBOX_INDEX_ON { ImageBitmap = Bitmap { File = "indexon_small.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_INDEX_OFF { ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_START { ImageBitmap = Bitmap { File = "sc06303.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_PREV { ImageBitmap = Bitmap { File = "sc06301.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_NEXT { ImageBitmap = Bitmap { File = "sc06300.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_PRINT { ImageBitmap = Bitmap { File = "sc05504.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_BOOKMARKS { ImageBitmap = Bitmap { File = "favourite.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_SEARCHDIALOG { ImageBitmap = Bitmap { File = "search_small.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_TOOLBOX_COPY { ImageBitmap = Bitmap { File = "sc05711.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_CONTENT_BOOK_OPEN { ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_CONTENT_BOOK_CLOSED { ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_CONTENT_CHAPTER_OPEN { ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_CONTENT_CHAPTER_CLOSED { ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; }; MASKCOLOR_MAGENTA }; Image IMG_HELP_CONTENT_DOC { ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; }; MASKCOLOR_MAGENTA }; String STR_HELP_WINDOW_TITLE { Text = "%PRODUCTNAME Hilfe"; Text [ english_us ] = "%PRODUCTNAME Help"; Text[ portuguese ] = "Ajuda %PRODUCTNAME"; Text[ russian ] = " %PRODUCTNAME"; Text[ greek ] = " %PRODUCTNAME"; Text[ dutch ] = "%PRODUCTNAME Help"; Text[ french ] = "Aide de %PRODUCTNAME"; Text[ spanish ] = "%PRODUCTNAME - Ayuda"; Text[ italian ] = "Guida %PRODUCTNAME"; Text[ danish ] = "Hjlp til %PRODUCTNAME"; Text[ swedish ] = "%PRODUCTNAME-hjlp"; Text[ polish ] = "%PRODUCTNAME - Pomoc"; Text[ portuguese_brazilian ] = "Ajuda do %PRODUCTNAME"; Text[ japanese ] = "%PRODUCTNAME ヘルプ"; Text[ korean ] = "%PRODUCTNAME 도움말"; Text[ chinese_simplified ] = "%PRODUCTNAME 帮助"; Text[ chinese_traditional ] = "%PRODUCTNAME 說明"; Text[ turkish ] = " %PRODUCTNAME Yardm"; Text[ arabic ] = "%PRODUCTNAME "; Text[ catalan ] = "%PRODUCTNAME Ajuda"; Text[ finnish ] = "%PRODUCTNAME Ohje"; Text[ thai ] = "ตัวช่วยเหลือ%PRODUCTNAME "; Text[ czech ] = "Nápověda %PRODUCTNAME"; Text[ hebrew ] = "עזרה ל%PRODUCTNAME "; Text[ hindi ] = "%PRODUCTNAME सहायता"; Text[ slovak ] = "Pomocník %PRODUCTNAME"; }; String STR_HELP_BUTTON_INDEX_ON { Text = "Navigationsbereich anzeigen"; Text [ english_us ] = "Show Navigation Pane"; Text[ portuguese ] = "Mostrar rea de navegao"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Navigatiebereik weergeven"; Text[ french ] = "Afficher l'espace de navigation"; Text[ spanish ] = "Mostrar rea de navegacin"; Text[ italian ] = "Indica l'area di navigazione"; Text[ danish ] = "Vis navigationsomrde"; Text[ swedish ] = "Visa navigationsomrde"; Text[ polish ] = "Poka okienko nawigacji"; Text[ portuguese_brazilian ] = "Mostrar rea de navegao"; Text[ japanese ] = "ナビゲーション範囲の表示オン"; Text[ korean ] = "탐색 영역 표시"; Text[ chinese_simplified ] = "显示浏览区域"; Text[ chinese_traditional ] = "顯示瀏覽區域"; Text[ turkish ] = "Ynlendirme Penceresini Gster"; Text[ arabic ] = ""; Text[ catalan ] = "ndex"; Text[ finnish ] = "Nyt siirtymisruutu"; Text[ thai ] = "แสดงการนำทางบานหน้าต่าง"; Text[ czech ] = "Zobrazit navigační lištu"; Text[ hebrew ] = "הצגת חלון הניווט"; Text[ hindi ] = "Show Navigation Pane"; Text[ slovak ] = "Zobraziť navigačnú lištu"; }; String STR_HELP_BUTTON_INDEX_OFF { Text = "Navigationsbereich ausschalten"; Text [ english_us ] = "Hide Navigation Pane"; Text[ portuguese ] = "Desactivar rea de navegao"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Navigatiebereik uitschakelen"; Text[ french ] = "Masquer l'espace de navigation"; Text[ spanish ] = "Ocultar rea de navegacin"; Text[ finnish ] = "Piilota siirtymisruutu"; Text[ italian ] = "Nascondi area di navigazione"; Text[ danish ] = "Sl navigationsomrde fra"; Text[ swedish ] = "Dlj navigationsomrde"; Text[ polish ] = "Ukryj okienko nawigacji"; Text[ portuguese_brazilian ] = "Desativar rea de navegao"; Text[ japanese ] = "ナビゲーション範囲の表示オフ"; Text[ korean ] = "탐색 영역 해제"; Text[ chinese_simplified ] = "隐入浏览区域"; Text[ chinese_traditional ] = "隱入瀏覽區域"; Text[ turkish ] = "Ynlendirme Penceresini Gizle"; Text[ arabic ] = "Hide navigation area"; Text[ catalan ] = "Amaga l'rea de navegaci"; Text[ thai ] = "ซ่อนการนำทางบานหน้าต่าง"; Text[ czech ] = "Skrýt navigační lištu"; Text[ hebrew ] = "הסתרת חלון הניווט"; Text[ hindi ] = "नाविगेशन् पट्टी को छिपाओ "; Text[ slovak ] = "Skryť navigačnú lištu"; }; String STR_HELP_BUTTON_START { Text = "Startseite"; Text [ english_us ] = "First Page"; Text[ portuguese ] = "Pgina inicial"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Beginpagina"; Text[ french ] = "Page de dpart"; Text[ spanish ] = "Pgina de inicio"; Text[ italian ] = "Home"; Text[ danish ] = "Startside"; Text[ swedish ] = "Startsida"; Text[ polish ] = "Pierwsza strona"; Text[ portuguese_brazilian ] = "Primeira pgina"; Text[ japanese ] = "開始ページ"; Text[ korean ] = "첫 페이지"; Text[ chinese_simplified ] = "首页"; Text[ chinese_traditional ] = "首頁"; Text[ turkish ] = "lk Sayfa"; Text[ arabic ] = " "; Text[ catalan ] = "Pgina d'inici"; Text[ finnish ] = "Ensimminen sivu"; Text[ thai ] = "หน้าแรก"; Text[ czech ] = "První stránka"; Text[ hebrew ] = "הדף הראשון"; Text[ hindi ] = "पहिला पृष्ठ"; Text[ slovak ] = "Prvá stránka"; }; String STR_HELP_BUTTON_PREV { Text = "Vorherige Seite"; Text [ english_us ] = "Previous Page"; Text[ portuguese ] = "Pgina anterior"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Vorige"; Text[ french ] = "Page prcdente"; Text[ spanish ] = "Pgina anterior"; Text[ italian ] = "Pagina precedente"; Text[ danish ] = "Forrige side"; Text[ swedish ] = "Fregende sida"; Text[ polish ] = "Poprzednia strona"; Text[ portuguese_brazilian ] = "Pgina anterior"; Text[ japanese ] = "前ページ"; Text[ korean ] = "이전 페이지"; Text[ chinese_simplified ] = "上一页"; Text[ chinese_traditional ] = "上一頁"; Text[ turkish ] = "nceki Sayfa"; Text[ arabic ] = " "; Text[ catalan ] = "Pgina anterior"; Text[ finnish ] = "Edellinen sivu"; Text[ thai ] = "หน้าก่อน"; Text[ czech ] = "Předchozí stránka"; Text[ hebrew ] = "הדף הקודם"; Text[ hindi ] = "पिछला पृष्ठ"; Text[ slovak ] = "Predchádzajúca strana"; }; String STR_HELP_BUTTON_NEXT { Text = "Nchste Seite"; Text [ english_us ] = "Next Page"; Text[ portuguese ] = "Pgina seguinte"; Text[ russian ] = " "; Text[ greek ] = " "; Text[ dutch ] = "Volgende"; Text[ french ] = "Page suivante"; Text[ spanish ] = "Pgina siguiente"; Text[ italian ] = "Pagina successiva"; Text[ danish ] = "Nste side"; Text[ swedish ] = "Nsta sida"; Text[ polish ] = "Nastpna strona"; Text[ portuguese_brazilian ] = "Prxima Pgina"; Text[ japanese ] = "次ページ"; Text[ korean ] = "다음 페이지"; Text[ chinese_simplified ] = "下一页"; Text[ chinese_traditional ] = "下一頁"; Text[ turkish ] = "Sonraki Sayfa"; Text[ arabic ] = " "; Text[ catalan ] = "Pgina segent"; Text[ finnish ] = "Seuraava sivu"; Text[ thai ] = "หน้าถัดไป"; Text[ czech ] = "Další stránka"; Text[ hebrew ] = "הדף הבא"; Text[ hindi ] = "अगला पृष्ठ"; Text[ slovak ] = "Ďalšia strana"; }; String STR_HELP_BUTTON_PRINT { Text = "Drucken..."; Text [ english_us ] = "Print..."; Text[ portuguese ] = "Imprimir..."; Text[ russian ] = "..."; Text[ greek ] = "..."; Text[ dutch ] = "Afdrukken..."; Text[ french ] = "Imprimer..."; Text[ spanish ] = "Imprimir..."; Text[ italian ] = "Stampa..."; Text[ danish ] = "Udskriv..."; Text[ swedish ] = "Skriv ut..."; Text[ polish ] = "Drukuj..."; Text[ portuguese_brazilian ] = "Imprimir..."; Text[ japanese ] = "印刷..."; Text[ korean ] = "인쇄"; Text[ chinese_simplified ] = "打印..."; Text[ chinese_traditional ] = "列印..."; Text[ turkish ] = "Yazdr..."; Text[ arabic ] = ""; Text[ catalan ] = "Imprimeix"; Text[ finnish ] = "Tulosta..."; Text[ thai ] = "พิมพ์..."; Text[ czech ] = "Tisk..."; Text[ hebrew ] = "הדפסה..."; Text[ hindi ] = "छपाई..."; Text[ slovak ] = "Tlač..."; }; String STR_HELP_BUTTON_ADDBOOKMARK { Text = "Lesezeichen hinzufgen..."; Text [ english_us ] = "Add to Bookmarks..."; Text[ portuguese ] = "Adicionar marcador..."; Text[ russian ] = " ..."; Text[ greek ] = " ..."; Text[ dutch ] = "Bladwijzer toevoegen..."; Text[ french ] = "Ajouter un marque-page..."; Text[ spanish ] = "Aadir marcador..."; Text[ finnish ] = "Lis kirjanmerkkeihin..."; Text[ italian ] = "Aggiungi segnalibro..."; Text[ danish ] = "Tilfj bogmrke..."; Text[ swedish ] = "Lgg till bokmrke..."; Text[ polish ] = "Dodaj do zakadek..."; Text[ portuguese_brazilian ] = "Adicionar ao marcador..."; Text[ japanese ] = "ブックマークの追加..."; Text[ korean ] = "책갈피에 추가"; Text[ chinese_simplified ] = "加入书签..."; Text[ chinese_traditional ] = "加入書籤..."; Text[ turkish ] = "Yer iaretlerine ekle..."; Text[ arabic ] = "Add to bookmarks"; Text[ catalan ] = "Afegeix als marcadors"; Text[ thai ] = "เพิ่มถึงตัวคั่น..."; Text[ czech ] = "Přidat k záložkám..."; Text[ hebrew ] = "הוספה לסימניות..."; Text[ hindi ] = "पृष्ठसंकेतों में जोड़ो..."; Text[ slovak ] = "Pridať k záložkám..."; }; String STR_HELP_BUTTON_SEARCHDIALOG { Text = "Suchen..."; Text [ english_us ] = "Find..."; Text[ portuguese ] = "Localizar..."; Text[ russian ] = "..."; Text[ greek ] = "..."; Text[ dutch ] = "Zoeken..."; Text[ french ] = "Rechercher..."; Text[ spanish ] = "Buscar..."; Text[ finnish ] = "Etsi..."; Text[ italian ] = "Cerca..."; Text[ danish ] = "Sg..."; Text[ swedish ] = "Sk..."; Text[ polish ] = "Znajd..."; Text[ portuguese_brazilian ] = "Localizar..."; Text[ japanese ] = "検索..."; Text[ korean ] = "찾기..."; Text[ chinese_simplified ] = "搜寻..."; Text[ chinese_traditional ] = "尋找..."; Text[ turkish ] = "Bul..."; Text[ arabic ] = "Find..."; Text[ catalan ] = "Cerca..."; Text[ thai ] = "หา..."; Text[ czech ] = "Najít..."; Text[ hebrew ] = "חיפוס..."; Text[ hindi ] = "अन्वेषण..."; Text[ slovak ] = "Nájsť..."; }; String STR_HELP_BUTTON_SOURCEVIEW { Text = "HTML-Quelltext"; Text[ english_us ] = "HTML Source"; Text[ portuguese ] = "Fonte HTML"; Text[ russian ] = " HTML-"; Text[ dutch ] = "HTML-brontekst"; Text[ french ] = "Texte source HTML"; Text[ spanish ] = "Texto fuente HTML"; Text[ italian ] = "Testo sorgente HTML"; Text[ danish ] = "HTML-kildetekst"; Text[ swedish ] = "HTML-klltext"; Text[ polish ] = "Tekst rdowy HTML"; Text[ portuguese_brazilian ] = "Fonte HTML"; Text[ japanese ] = "HTML ソーステキスト"; Text[ chinese_simplified ] = "HTML 源文本"; Text[ chinese_traditional ] = "HTML 原始檔"; Text[ arabic ] = " HTML"; Text[ dutch ] = "HTML-brontekst"; Text[ chinese_simplified ] = "HTML 源文本"; Text[ greek ] = " HTML"; Text[ korean ] = "HTML 원본"; Text[ turkish ] = "HTML Kayna"; Text[ catalan ] = "Font HTML"; Text[ finnish ] = "HTML-lhde"; Text[ thai ] = "แหล่ง HTML "; Text[ czech ] = "Zdrojový HTML text"; Text[ hebrew ] = "קוד HTML"; Text[ hindi ] = "HTML मूल"; Text[ slovak ] = "Zdrojový HTML text"; }; String STR_HELP_FIRST_MESSAGE { Text = "Die Hilfe wird gestartet..."; Text[ english_us ] = "The Help is being started..."; Text[ portuguese ] = "A iniciar Ajuda..."; Text[ russian ] = " ..."; Text[ greek ] = " ..."; Text[ dutch ] = "Help wordt gestart..."; Text[ french ] = "Dmarrage de l'aide..."; Text[ spanish ] = "Se ha iniciado la Ayuda..."; Text[ italian ] = "Avvio della Guida..."; Text[ danish ] = "Hjlp startes..."; Text[ swedish ] = "Hjlpen startas..."; Text[ polish ] = "Uruchamianie Pomocy..."; Text[ portuguese_brazilian ] = "Iniciando a Ajuda..."; Text[ japanese ] = "ヘルプを開始しています..."; Text[ korean ] = "도움말을 시작합니다..."; Text[ chinese_simplified ] = "正在启动帮助功能..."; Text[ chinese_traditional ] = "正在啟動說明功能..."; Text[ turkish ] = "Yardm balatlyor..."; Text[ arabic ] = "Help is started..."; Text[ catalan ] = "S'ha iniciat l'ajuda..."; Text[ finnish ] = "Ohjetoiminto kynnistetn..."; Text[ thai ] = "เริ่มตัวช่วย..."; Text[ czech ] = "Spouští se nápověda..."; Text[ hebrew ] = "איתחול עזרה מתבצע..."; Text[ hindi ] = "सहायता प्रारंभ हुआ है..."; Text[ slovak ] = "Spúšťa sa pomocník..."; }; String STR_HELP_FIRST_HTML { Text = "
%1