/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: newhelp.src,v $ * * $Revision: 1.92 $ * * last change: $Author: rt $ $Date: 2005-09-07 17:45:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #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 [ de ] = "Inhalte" ; Text [ en-US ] = "Contents"; }; PageItem { Identifier = HELP_INDEX_PAGE_INDEX ; Text [ de ] = "Index" ; Text [ en-US ] = "Index"; }; PageItem { Identifier = HELP_INDEX_PAGE_SEARCH ; Text [ de ] = "Suchen" ; Text [ en-US ] = "Find"; Text [ x-comment ] = "; pb: the correct english text here must be 'Search' (said VK and FPE)"; }; PageItem { Identifier = HELP_INDEX_PAGE_BOOKMARKS ; Text [ de ] = "Lesezeichen" ; Text [ en-US ] = "Bookmarks"; }; }; }; }; 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 [ de ] = "~Suchbegriff" ; Text [ en-US ] = "~Search term" ; }; 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 [ de ] = "~Anzeigen" ; Text [ en-US ] = "~Display" ; }; }; TabPage TP_HELP_SEARCH { HelpId = HID_HELP_TABPAGE_SEARCH; Hide = TRUE ; DialogControl = TRUE; Size = MAP_APPFONT ( 140 , 122 ) ; FixedText FT_SEARCH { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 128 , 10 ) ; Text [ de ] = "S~uchbegriff" ; Text [ en-US ] = "S~earch term" ; }; ComboBox ED_SEARCH { Border = TRUE ; DropDown = TRUE; Pos = MAP_APPFONT ( 6 , 17 ) ; Size = MAP_APPFONT ( 92 , 40 ) ; }; PushButton PB_SEARCH { Pos = MAP_APPFONT ( 101 , 17 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Suchen"; Text [ en-US ] = "~Find"; }; CheckBox CB_FULLWORDS { Pos = MAP_APPFONT ( 6, 34 ) ; Size = MAP_APPFONT ( 128 , 10 ) ; Text [ de ] = "~Nur ganze Wörter" ; Text [ en-US ] = "~Complete words only"; }; CheckBox CB_SCOPE { Pos = MAP_APPFONT ( 6, 47 ) ; Size = MAP_APPFONT ( 128 , 10 ) ; Text [ de ] = "Nur in ~Titeln suchen" ; Text [ en-US ] = "Find in ~headings only"; }; ListBox LB_RESULT { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 60 ) ; Size = MAP_APPFONT ( 128 , 30 ) ; }; PushButton PB_OPEN_SEARCH { Pos = MAP_APPFONT ( 84 , 182 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Anzeigen" ; Text [ en-US ] = "~Display" ; }; }; 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 [ de ] = "~Lesezeichen" ; Text [ en-US ] = "~Bookmarks" ; }; 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 [ de ] = "~Anzeigen" ; Text [ en-US ] = "~Display" ; }; }; 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 = "sc05961.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 [ de ] = "%PRODUCTNAME Hilfe"; Text [ en-US ] = "%PRODUCTNAME Help"; }; String STR_HELP_BUTTON_INDEX_ON { Text [ de ] = "Navigationsbereich anzeigen"; Text [ en-US ] = "Show Navigation Pane"; }; String STR_HELP_BUTTON_INDEX_OFF { Text [ de ] = "Navigationsbereich ausschalten"; Text [ en-US ] = "Hide Navigation Pane"; }; String STR_HELP_BUTTON_START { Text [ de ] = "Startseite"; Text [ en-US ] = "First Page"; }; String STR_HELP_BUTTON_PREV { Text [ de ] = "Vorherige Seite"; Text [ en-US ] = "Previous Page"; }; String STR_HELP_BUTTON_NEXT { Text [ de ] = "Nächste Seite"; Text [ en-US ] = "Next Page"; }; String STR_HELP_BUTTON_PRINT { Text [ de ] = "Drucken..."; Text [ en-US ] = "Print..."; }; String STR_HELP_BUTTON_ADDBOOKMARK { Text [ de ] = "Lesezeichen hinzufügen..."; Text [ en-US ] = "Add to Bookmarks..."; }; String STR_HELP_BUTTON_SEARCHDIALOG { Text [ de ] = "Auf dieser Seite suchen..."; Text [ en-US ] = "Find on this Page..."; }; String STR_HELP_BUTTON_SOURCEVIEW { Text [ de ] = "HTML-Quelltext"; Text [ en-US ] = "HTML Source"; }; String STR_HELP_FIRST_MESSAGE { Text [ de ] = "Die Hilfe wird gestartet..."; Text [ en-US ] = "The Help is being started..."; }; String STR_HELP_FIRST_HTML { Text = "
%1