bump product version to 4.2.0.1
[LibreOffice.git] / sfx2 / source / appl / newhelp.src
blob6107be0ab2013a3c67ac9eb96c8d801dcf9fabea
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "app.hrc"
21 #include "newhelp.hrc"
22 #include "helpid.hrc"
24 Window WIN_HELPINDEX
26     Hide = TRUE ;
27     Size = MAP_APPFONT ( 120 , 200 ) ;
28     DialogControl = TRUE;
29     ListBox LB_ACTIVE
30     {
31         HelpId = HID_HELP_LISTBOX;
32         Border = TRUE ;
33         DropDown = TRUE;
34         Pos = MAP_APPFONT ( 3 , 3 ) ;
35         Size = MAP_APPFONT ( 114 , 40 ) ;
36     };
37     FixedLine FL_ACTIVE
38     {
39         Hide = True;
40         Pos = MAP_APPFONT ( 2, 19 ) ;
41         Size = MAP_APPFONT ( 118 , 1 ) ;
42     };
43     TabControl TC_INDEX
44     {
45         HelpId = HID_HELP_TABCONTROL;
46         Pos = MAP_APPFONT ( 3, 19 ) ;
47         TabStop = TRUE;
48         PageList =
49         {
50             PageItem
51             {
52                 Identifier = HELP_INDEX_PAGE_CONTENTS ;
53                 Text [ en-US ] = "Contents";
54             };
55             PageItem
56             {
57                 Identifier = HELP_INDEX_PAGE_INDEX ;
58                 Text [ en-US ] = "Index";
59             };
60             PageItem
61             {
62                 Identifier = HELP_INDEX_PAGE_SEARCH ;
63                 Text [ en-US ] = "Find";
64             };
65             PageItem
66             {
67                 Identifier = HELP_INDEX_PAGE_BOOKMARKS ;
68                 Text [ en-US ] = "Bookmarks";
69             };
70         };
71     };
74 TabPage TP_HELP_INDEX
76     HelpId = HID_HELP_TABPAGE_INDEX;
77     Hide = TRUE ;
78     DialogControl = TRUE;
79     Size = MAP_APPFONT ( 120 , 200 ) ;
80     FixedText FT_EXPRESSION
81     {
82         Pos = MAP_APPFONT ( 6 , 6 ) ;
83         Size = MAP_APPFONT ( 108 , 10 ) ;
84         Text [ en-US ] = "~Search term" ;
85     };
86     ComboBox CB_INDEX
87     {
88         HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX";
89         Border = TRUE ;
90         Pos = MAP_APPFONT ( 6 , 17 ) ;
91         Size = MAP_APPFONT ( 108 , 97 ) ;
92     };
93     PushButton PB_OPEN_INDEX
94     {
95         HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX";
96         Pos = MAP_APPFONT ( 64 , 115 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         Text [ en-US ] = "~Display" ;
99     };
102 TabPage TP_HELP_SEARCH
104     HelpId = HID_HELP_TABPAGE_SEARCH;
105     Hide = TRUE ;
106     DialogControl = TRUE;
107     Size = MAP_APPFONT ( 140 , 122 ) ;
108     FixedText FT_SEARCH
109     {
110         Pos = MAP_APPFONT ( 6 , 6 ) ;
111         Size = MAP_APPFONT ( 128 , 10 ) ;
112         Text [ en-US ] = "S~earch term" ;
113     };
114     ComboBox ED_SEARCH
115     {
116         HelpID = "sfx2:ComboBox:TP_HELP_SEARCH:ED_SEARCH";
117         Border = TRUE ;
118         DropDown = TRUE;
119         Pos = MAP_APPFONT ( 6 , 17 ) ;
120         Size = MAP_APPFONT ( 92 , 40 ) ;
121     };
122     PushButton PB_SEARCH
123     {
124         HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_SEARCH";
125         Pos = MAP_APPFONT ( 101 , 17 ) ;
126         Size = MAP_APPFONT ( 50 , 14 ) ;
127         Text [ en-US ] = "~Find";
128     };
129     CheckBox CB_FULLWORDS
130     {
131         HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_FULLWORDS";
132         Pos = MAP_APPFONT ( 6, 34 ) ;
133         Size = MAP_APPFONT ( 128 , 10 ) ;
134         Text [ en-US ] = "~Complete words only";
135     };
136     CheckBox CB_SCOPE
137     {
138         HelpID = "sfx2:CheckBox:TP_HELP_SEARCH:CB_SCOPE";
139         Pos = MAP_APPFONT ( 6, 47 ) ;
140         Size = MAP_APPFONT ( 128 , 10 ) ;
141         Text [ en-US ] = "Find in ~headings only";
142     };
143     ListBox LB_RESULT
144     {
145         HelpID = "sfx2:ListBox:TP_HELP_SEARCH:LB_RESULT";
146         Border = TRUE ;
147         Pos = MAP_APPFONT ( 6 , 60 ) ;
148         Size = MAP_APPFONT ( 128 , 30 ) ;
149     };
150     PushButton PB_OPEN_SEARCH
151     {
152         HelpID = "sfx2:PushButton:TP_HELP_SEARCH:PB_OPEN_SEARCH";
153         Pos = MAP_APPFONT ( 84 , 182 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155         Text [ en-US ] = "~Display" ;
156     };
159 TabPage TP_HELP_BOOKMARKS
161     HelpId = HID_HELP_TABPAGE_BOOKMARKS;
162     Hide = TRUE ;
163     DialogControl = TRUE;
164     Size = MAP_APPFONT ( 120 , 200 ) ;
165     FixedText FT_BOOKMARKS
166     {
167         Pos = MAP_APPFONT ( 6 , 6 ) ;
168         Size = MAP_APPFONT ( 108 , 10 ) ;
169         Text [ en-US ] = "~Bookmarks" ;
170     };
171     ListBox LB_BOOKMARKS
172     {
173         HelpID = "sfx2:ListBox:TP_HELP_BOOKMARKS:LB_BOOKMARKS";
174         Border = TRUE ;
175         Sort = TRUE;
176         Pos = MAP_APPFONT ( 6 , 19 ) ;
177         Size = MAP_APPFONT ( 108 , 97 ) ;
178     };
179     PushButton PB_BOOKMARKS
180     {
181         HelpID = "sfx2:PushButton:TP_HELP_BOOKMARKS:PB_BOOKMARKS";
182         Pos = MAP_APPFONT ( 64 , 119 ) ;
183         Size = MAP_APPFONT ( 50 , 14 ) ;
184         Text [ en-US ] = "~Display" ;
185     };
188 TabPage TP_HELP_CONTENT
190     HelpId = HID_HELP_TABPAGE_CONTENTS;
191     Hide = TRUE ;
192     DialogControl = TRUE;
193     Size = MAP_APPFONT ( 120 , 200 ) ;
194     Control LB_CONTENTS
195     {
196         HelpId = HID_HELP_TREELISTBOX_CONTENTS ;
197         Border = TRUE ;
198         TabStop = TRUE;
199         Pos = MAP_APPFONT ( 6 , 6 ) ;
200         Size = MAP_APPFONT ( 108 , 188 ) ;
201     };
204 #define MASKCOLOR_MAGENTA \
205     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
207 Image IMG_HELP_TOOLBOX_INDEX_ON
209     ImageBitmap = Bitmap { File = "indexon_small.bmp" ; };
210     MASKCOLOR_MAGENTA
213 Image IMG_HELP_TOOLBOX_INDEX_OFF
215     ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; };
216     MASKCOLOR_MAGENTA
219 Image IMG_HELP_TOOLBOX_START
221     ImageBitmap = Bitmap { File = "sc06303.bmp" ; };
222     MASKCOLOR_MAGENTA
225 Image IMG_HELP_TOOLBOX_PREV
227     ImageBitmap = Bitmap { File = "sc06301.bmp" ; };
228     MASKCOLOR_MAGENTA
231 Image IMG_HELP_TOOLBOX_NEXT
233     ImageBitmap = Bitmap { File = "sc06300.bmp" ; };
234     MASKCOLOR_MAGENTA
237 Image IMG_HELP_TOOLBOX_PRINT
239     ImageBitmap = Bitmap { File = "sc05504.bmp" ; };
240     MASKCOLOR_MAGENTA
243 Image IMG_HELP_TOOLBOX_BOOKMARKS
245     ImageBitmap = Bitmap { File = "favourite.bmp" ; };
246     MASKCOLOR_MAGENTA
249 Image IMG_HELP_TOOLBOX_SEARCHDIALOG
251     ImageBitmap = Bitmap { File = "sc05961.bmp" ; };
252     MASKCOLOR_MAGENTA
255 Image IMG_HELP_TOOLBOX_COPY
257     ImageBitmap = Bitmap { File = "sc05711.bmp" ; };
258     MASKCOLOR_MAGENTA
261 Image IMG_HELP_CONTENT_BOOK_OPEN
263     ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
264     MASKCOLOR_MAGENTA
267 Image IMG_HELP_CONTENT_BOOK_CLOSED
269     ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
270     MASKCOLOR_MAGENTA
273 Image IMG_HELP_CONTENT_DOC
275     ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; };
276     MASKCOLOR_MAGENTA
279 String STR_HELP_WINDOW_TITLE
281     Text [ en-US ] = "%PRODUCTNAME Help";
284 String STR_HELP_BUTTON_INDEX_ON
286     Text [ en-US ] = "Show Navigation Pane";
289 String STR_HELP_BUTTON_INDEX_OFF
291     Text [ en-US ] = "Hide Navigation Pane";
294 String STR_HELP_BUTTON_START
296     Text [ en-US ] = "First Page";
299 String STR_HELP_BUTTON_PREV
301     Text [ en-US ] = "Previous Page";
304 String STR_HELP_BUTTON_NEXT
306     Text [ en-US ] = "Next Page";
309 String STR_HELP_BUTTON_PRINT
311     Text [ en-US ] = "Print...";
314 String STR_HELP_BUTTON_ADDBOOKMARK
316     Text [ en-US ] = "Add to Bookmarks...";
319 String STR_HELP_BUTTON_SEARCHDIALOG
321     Text [ en-US ] = "Find on this Page...";
324 String STR_HELP_BUTTON_SOURCEVIEW
326     Text [ en-US ] = "HTML Source";
329 String STR_HELP_FIRST_MESSAGE
331     Text [ en-US ] = "The Help is being started...";
334 String STR_HELP_FIRST_HTML
336     Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
339 String STR_HELP_MENU_TEXT_SELECTION_MODE
341     Text [ en-US ] = "Select Text";
344 String STR_HELP_MENU_TEXT_COPY
346     Text [ en-US ] = "~Copy" ;
349 ModalDialog DLG_HELP_ADDBOOKMARK
351     HelpID = "sfx2:ModalDialog:DLG_HELP_ADDBOOKMARK";
352     Size = MAP_APPFONT ( 208 , 43 ) ;
353     Text [ en-US ] = "Add to Bookmarks";
354     MOVEABLE = TRUE ;
355     CLOSEABLE = TRUE ;
356     OUTPUTSIZE = TRUE ;
357     SVLOOK = TRUE ;
358     FixedText FT_BOOKMARK_TITLE
359     {
360         PosSize = MAP_APPFONT ( 6 , 6 , 140 , 10 ) ;
361         Text [ en-US ] = "Bookmark:" ;
362         TABSTOP = FALSE ;
363         GROUP = TRUE ;
364         LEFT = TRUE ;
365     };
366     Edit ED_BOOKMARK_TITLE
367     {
368         HelpID = "sfx2:Edit:DLG_HELP_ADDBOOKMARK:ED_BOOKMARK_TITLE";
369         PosSize = MAP_APPFONT ( 6 , 19 , 140 , 12 ) ;
370         TABSTOP = TRUE ;
371         BORDER = TRUE ;
372     };
373     OKButton PB_BOOKMARK_OK
374     {
375         PosSize = MAP_APPFONT ( 152 , 6 , 50 , 14 ) ;
376         HIDE = FALSE ;
377         TABSTOP = TRUE ;
378         GROUP = TRUE ;
379         Disable = FALSE ;
380         DefButton = TRUE ;
381     };
382     CancelButton PB_BOOKMARK_CANCEL
383     {
384         PosSize = MAP_APPFONT ( 152 , 23 , 50 , 14 ) ;
385         TABSTOP = TRUE ;
386         GROUP = TRUE ;
387     };
388     HelpButton PB_BOOKMARK_HELP
389     {
390         PosSize = MAP_APPFONT ( 152 , 43 , 50 , 14 ) ;
391         TABSTOP = TRUE ;
392         GROUP = TRUE ;
393         Hide = TRUE;
394     };
395     String STR_BOOKMARK_RENAME
396     {
397         Text [ en-US ] = "Rename Bookmark";
398     };
401 Menu MENU_HELP_BOOKMARKS
403     ItemList =
404     {
405         MenuItem
406         {
407             Identifier = MID_OPEN ;
408             HelpId = HID_HELP_BOOKMARKS_OPEN;
409             Text [ en-US ] = "Display";
410         };
411         MenuItem
412         {
413             Separator = TRUE ;
414         };
415         MenuItem
416         {
417             Identifier = MID_RENAME ;
418             HelpId = HID_HELP_BOOKMARKS_RENAME;
419             Text [ en-US ] = "Rename...";
420         };
421         MenuItem
422         {
423             Identifier = MID_DELETE ;
424             HelpId = HID_HELP_BOOKMARKS_DELETE;
425             Text [ en-US ] = "Delete";
426         };
427     };
430 InfoBox RID_INFO_NOSEARCHRESULTS
432     BUTTONS = WB_OK ;
433     DEFBUTTON = WB_DEF_OK ;
434     Message [ en-US ] = "No topics found.";
437 InfoBox RID_INFO_NOSEARCHTEXTFOUND
439     BUTTONS = WB_OK ;
440     DEFBUTTON = WB_DEF_OK ;
441     Message [ en-US ] = "The text you entered was not found.";
444 Image IMG_HELP_TOOLBOX_L_INDEX_ON
446     ImageBitmap = Bitmap { File = "indexon_big.bmp" ; };
447     MASKCOLOR_MAGENTA
450 Image IMG_HELP_TOOLBOX_L_INDEX_OFF
452     ImageBitmap = Bitmap { File = "indexoff_big.bmp" ; };
453     MASKCOLOR_MAGENTA
456 Image IMG_HELP_TOOLBOX_L_START
458     ImageBitmap = Bitmap { File = "lc06303.bmp" ; };
459     MASKCOLOR_MAGENTA
462 Image IMG_HELP_TOOLBOX_L_PREV
464     ImageBitmap = Bitmap { File = "lc06301.bmp" ; };
465     MASKCOLOR_MAGENTA
468 Image IMG_HELP_TOOLBOX_L_NEXT
470     ImageBitmap = Bitmap { File = "lc06300.bmp" ; };
471     MASKCOLOR_MAGENTA
474 Image IMG_HELP_TOOLBOX_L_PRINT
476     ImageBitmap = Bitmap { File = "lc05504.bmp" ; };
477     MASKCOLOR_MAGENTA
480 Image IMG_HELP_TOOLBOX_L_BOOKMARKS
482     ImageBitmap = Bitmap { File = "favourite_big.bmp" ; };
483     MASKCOLOR_MAGENTA
486 Image IMG_HELP_TOOLBOX_L_SEARCHDIALOG
488     ImageBitmap = Bitmap { File = "lc05961.bmp" ; };
489     MASKCOLOR_MAGENTA
492 Image IMG_HELP_TOOLBOX_L_COPY
494     ImageBitmap = Bitmap { File = "lc05711.bmp" ; };
495     MASKCOLOR_MAGENTA
498 CheckBox RID_HELP_ONSTARTUP_BOX
500     HelpId = HID_HELP_ONSTARTUP_BOX;
501     Hide = TRUE;
502     TabStop = TRUE;
503     Size = MAP_APPFONT ( 200 , 10 ) ;
506 String RID_HELP_ONSTARTUP_TEXT
508     Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup";
511 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */