1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "newhelp.hrc"
24 #define MASKCOLOR_MAGENTA \
25 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
27 Image IMG_HELP_TOOLBOX_INDEX_ON
29 ImageBitmap = Bitmap { File = "indexon_small.bmp" ; };
33 Image IMG_HELP_TOOLBOX_INDEX_OFF
35 ImageBitmap = Bitmap { File = "indexoff_small.bmp" ; };
39 Image IMG_HELP_TOOLBOX_START
41 ImageBitmap = Bitmap { File = "sc06303.bmp" ; };
45 Image IMG_HELP_TOOLBOX_PREV
47 ImageBitmap = Bitmap { File = "sc06301.bmp" ; };
51 Image IMG_HELP_TOOLBOX_NEXT
53 ImageBitmap = Bitmap { File = "sc06300.bmp" ; };
57 Image IMG_HELP_TOOLBOX_PRINT
59 ImageBitmap = Bitmap { File = "sc05504.bmp" ; };
63 Image IMG_HELP_TOOLBOX_BOOKMARKS
65 ImageBitmap = Bitmap { File = "favourite.bmp" ; };
69 Image IMG_HELP_TOOLBOX_SEARCHDIALOG
71 ImageBitmap = Bitmap { File = "sc05961.bmp" ; };
75 Image IMG_HELP_TOOLBOX_COPY
77 ImageBitmap = Bitmap { File = "sc05711.bmp" ; };
81 Image IMG_HELP_CONTENT_BOOK_OPEN
83 ImageBitmap = Bitmap { File = "hlpbookopen.bmp" ; };
87 Image IMG_HELP_CONTENT_BOOK_CLOSED
89 ImageBitmap = Bitmap { File = "hlpbookclosed.bmp" ; };
93 Image IMG_HELP_CONTENT_DOC
95 ImageBitmap = Bitmap { File = "hlpdoc.bmp" ; };
99 String STR_HELP_WINDOW_TITLE
101 Text [ en-US ] = "%PRODUCTNAME Help";
104 String STR_HELP_BUTTON_INDEX_ON
106 Text [ en-US ] = "Show Navigation Pane";
109 String STR_HELP_BUTTON_INDEX_OFF
111 Text [ en-US ] = "Hide Navigation Pane";
114 String STR_HELP_BUTTON_START
116 Text [ en-US ] = "First Page";
119 String STR_HELP_BUTTON_PREV
121 Text [ en-US ] = "Previous Page";
124 String STR_HELP_BUTTON_NEXT
126 Text [ en-US ] = "Next Page";
129 String STR_HELP_BUTTON_PRINT
131 Text [ en-US ] = "Print...";
134 String STR_HELP_BUTTON_ADDBOOKMARK
136 Text [ en-US ] = "Add to Bookmarks...";
139 String STR_HELP_BUTTON_SEARCHDIALOG
141 Text [ en-US ] = "Find on this Page...";
144 String STR_HELP_BUTTON_SOURCEVIEW
146 Text [ en-US ] = "HTML Source";
149 String STR_HELP_FIRST_MESSAGE
151 Text [ en-US ] = "The Help is being started...";
154 String STR_HELP_FIRST_HTML
156 Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>";
159 String STR_HELP_MENU_TEXT_SELECTION_MODE
161 Text [ en-US ] = "Select Text";
164 String STR_HELP_MENU_TEXT_COPY
166 Text [ en-US ] = "~Copy" ;
169 Menu MENU_HELP_BOOKMARKS
175 Identifier = MID_OPEN ;
176 HelpId = HID_HELP_BOOKMARKS_OPEN;
177 Text [ en-US ] = "Display";
185 Identifier = MID_RENAME ;
186 HelpId = HID_HELP_BOOKMARKS_RENAME;
187 Text [ en-US ] = "Rename...";
191 Identifier = MID_DELETE ;
192 HelpId = HID_HELP_BOOKMARKS_DELETE;
193 Text [ en-US ] = "Delete";
198 String STR_INFO_NOSEARCHRESULTS
200 Text [ en-US ] = "No topics found.";
203 String STR_INFO_NOSEARCHTEXTFOUND
205 Text [ en-US ] = "The text you entered was not found.";
208 Image IMG_HELP_TOOLBOX_L_INDEX_ON
210 ImageBitmap = Bitmap { File = "indexon_big.bmp" ; };
214 Image IMG_HELP_TOOLBOX_L_INDEX_OFF
216 ImageBitmap = Bitmap { File = "indexoff_big.bmp" ; };
220 Image IMG_HELP_TOOLBOX_L_START
222 ImageBitmap = Bitmap { File = "lc06303.bmp" ; };
226 Image IMG_HELP_TOOLBOX_L_PREV
228 ImageBitmap = Bitmap { File = "lc06301.bmp" ; };
232 Image IMG_HELP_TOOLBOX_L_NEXT
234 ImageBitmap = Bitmap { File = "lc06300.bmp" ; };
238 Image IMG_HELP_TOOLBOX_L_PRINT
240 ImageBitmap = Bitmap { File = "lc05504.bmp" ; };
244 Image IMG_HELP_TOOLBOX_L_BOOKMARKS
246 ImageBitmap = Bitmap { File = "favourite_big.bmp" ; };
250 Image IMG_HELP_TOOLBOX_L_SEARCHDIALOG
252 ImageBitmap = Bitmap { File = "lc05961.bmp" ; };
256 Image IMG_HELP_TOOLBOX_L_COPY
258 ImageBitmap = Bitmap { File = "lc05711.bmp" ; };
262 CheckBox RID_HELP_ONSTARTUP_BOX
264 HelpId = HID_HELP_ONSTARTUP_BOX;
267 Size = MAP_APPFONT ( 200 , 10 ) ;
270 String RID_HELP_ONSTARTUP_TEXT
272 Text [ en-US ] = "~Display %PRODUCTNAME %MODULENAME Help at Startup";
275 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */