xref: /trunk/main/sw/source/ui/utlui/utlui.src (revision 6f71c8ba79c522bf18f1ed1034c8f4aa9dab228d)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
22cdf0e10cSrcweir#include "globals.hrc"
23cdf0e10cSrcweir#include "utlui.hrc"
24cdf0e10cSrcweir#include "helpid.h"
25cdf0e10cSrcweir#include "comcore.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirResource RID_SHELLRES_AUTOFMTSTRS
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    String STR_AUTOFMTREDL_DEL_EMPTY_PARA+1
30cdf0e10cSrcweir    {
31cdf0e10cSrcweir        Text [ en-US ] = "Remove empty paragraphs" ;
32cdf0e10cSrcweir    };
33cdf0e10cSrcweir    String STR_AUTOFMTREDL_USE_REPLACE+1
34cdf0e10cSrcweir    {
35cdf0e10cSrcweir        Text [ en-US ] = "Use replacement table" ;
36cdf0e10cSrcweir    };
37cdf0e10cSrcweir    String STR_AUTOFMTREDL_CPTL_STT_WORD+1
38cdf0e10cSrcweir    {
39cdf0e10cSrcweir        Text [ en-US ] = "Correct TWo INitial CApitals" ;
40cdf0e10cSrcweir    };
41cdf0e10cSrcweir    String STR_AUTOFMTREDL_CPTL_STT_SENT+1
42cdf0e10cSrcweir    {
43cdf0e10cSrcweir        Text [ en-US ] = "Capitalize first letter of sentences" ;
44cdf0e10cSrcweir    };
45cdf0e10cSrcweir    String STR_AUTOFMTREDL_TYPO+1
46cdf0e10cSrcweir    {
47cdf0e10cSrcweir        Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
48cdf0e10cSrcweir    };
49cdf0e10cSrcweir    String STR_AUTOFMTREDL_USER_STYLE+1
50cdf0e10cSrcweir    {
51cdf0e10cSrcweir        Text [ en-US ] = "Replace Custom Styles" ;
52cdf0e10cSrcweir    };
53cdf0e10cSrcweir    String STR_AUTOFMTREDL_BULLET+1
54cdf0e10cSrcweir    {
55cdf0e10cSrcweir        Text [ en-US ] = "Bullets replaced" ;
56cdf0e10cSrcweir    };
57cdf0e10cSrcweir    String STR_AUTOFMTREDL_UNDER+1
58cdf0e10cSrcweir    {
59cdf0e10cSrcweir        Text [ en-US ] = "Automatic _underline_" ;
60cdf0e10cSrcweir    };
61cdf0e10cSrcweir    String STR_AUTOFMTREDL_BOLD+1
62cdf0e10cSrcweir    {
63cdf0e10cSrcweir        Text [ en-US ] = "Automatic *bold*" ;
64cdf0e10cSrcweir    };
65cdf0e10cSrcweir    String STR_AUTOFMTREDL_FRACTION+1
66cdf0e10cSrcweir    {
67cdf0e10cSrcweir        Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
68cdf0e10cSrcweir    };
69cdf0e10cSrcweir    String STR_AUTOFMTREDL_DETECT_URL+1
70cdf0e10cSrcweir    {
71cdf0e10cSrcweir        Text [ en-US ] = "URL recognition" ;
72cdf0e10cSrcweir    };
73cdf0e10cSrcweir    String STR_AUTOFMTREDL_DASH+1
74cdf0e10cSrcweir    {
75cdf0e10cSrcweir        Text [ en-US ] = "Replace dashes" ;
76cdf0e10cSrcweir    };
77cdf0e10cSrcweir    String STR_AUTOFMTREDL_ORDINAL+1
78cdf0e10cSrcweir    {
79cdf0e10cSrcweir        Text [ en-US ] = "Replace 1st... with 1^st..." ;
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir    String STR_AUTOFMTREDL_RIGHT_MARGIN+1
82cdf0e10cSrcweir    {
83cdf0e10cSrcweir        Text [ en-US ] = "Combine single line paragraphs" ;
84cdf0e10cSrcweir    };
85cdf0e10cSrcweir
86cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_TEXT +1
87cdf0e10cSrcweir    {
88cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body\" Style" ;
89cdf0e10cSrcweir    };
90cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_INDENT  +1
91cdf0e10cSrcweir    {
92cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body indent\" Style" ;
93cdf0e10cSrcweir    };
94cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT  +1
95cdf0e10cSrcweir    {
96cdf0e10cSrcweir        Text [ en-US ] = "Set \"Hanging indent\" Style" ;
97cdf0e10cSrcweir    };
98cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1
99cdf0e10cSrcweir    {
100cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body indent\" Style" ;
101cdf0e10cSrcweir    };
102cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1
103cdf0e10cSrcweir    {
104cdf0e10cSrcweir        Text [ en-US ] = "Set \"Heading $(ARG1)\" Style" ;
105cdf0e10cSrcweir    };
106cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_NUMBULET +1
107cdf0e10cSrcweir    {
108cdf0e10cSrcweir        Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style" ;
109cdf0e10cSrcweir    };
110cdf0e10cSrcweir
111cdf0e10cSrcweir    String STR_AUTOFMTREDL_DEL_MORELINES +1
112cdf0e10cSrcweir    {
113cdf0e10cSrcweir        Text [ en-US ] = "Combine paragraphs" ;
114cdf0e10cSrcweir    };
115cdf0e10cSrcweir    String STR_AUTOFMTREDL_NON_BREAK_SPACE +1
116cdf0e10cSrcweir    {
117cdf0e10cSrcweir        Text [ en-US ] = "Add non breaking space" ;
118cdf0e10cSrcweir    };
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121cdf0e10cSrcweir/*---------------------------------------------------------------------
1229cab181bSmseidel    Miscellaneous
123cdf0e10cSrcweir ---------------------------------------------------------------------*/
124cdf0e10cSrcweirString STR_EVENT_OBJECT_SELECT
125cdf0e10cSrcweir{
126cdf0e10cSrcweir    Text [ en-US ] = "Click object" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString STR_EVENT_START_INS_GLOSSARY
129cdf0e10cSrcweir{
130cdf0e10cSrcweir    Text [ en-US ] = "Before inserting AutoText" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString STR_EVENT_END_INS_GLOSSARY
133cdf0e10cSrcweir{
134cdf0e10cSrcweir    Text [ en-US ] = "After inserting AutoText" ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString STR_EVENT_MOUSEOVER_OBJECT
137cdf0e10cSrcweir{
138cdf0e10cSrcweir    Text [ en-US ] = "Mouse over object" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString STR_EVENT_MOUSECLICK_OBJECT
141cdf0e10cSrcweir{
142cdf0e10cSrcweir    Text [ en-US ] = "Trigger hyperlink" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString STR_EVENT_MOUSEOUT_OBJECT
145cdf0e10cSrcweir{
146cdf0e10cSrcweir    Text [ en-US ] = "Mouse leaves object" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString STR_EVENT_IMAGE_LOAD
149cdf0e10cSrcweir{
150cdf0e10cSrcweir    Text [ en-US ] = "Graphics load successful" ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweirString STR_EVENT_IMAGE_ABORT
153cdf0e10cSrcweir{
154cdf0e10cSrcweir    Text [ en-US ] = "Graphics load terminated" ;
155cdf0e10cSrcweir};
156cdf0e10cSrcweirString STR_EVENT_IMAGE_ERROR
157cdf0e10cSrcweir{
158cdf0e10cSrcweir    Text [ en-US ] = "Graphics load faulty" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_A
161cdf0e10cSrcweir{
162cdf0e10cSrcweir    Text [ en-US ] = "Input of alphanumeric characters" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_NOA
165cdf0e10cSrcweir{
166cdf0e10cSrcweir    Text [ en-US ] = "Input of non-alphanumeric characters" ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweirString STR_EVENT_FRM_RESIZE
169cdf0e10cSrcweir{
170cdf0e10cSrcweir    Text [ en-US ] = "Resize frame" ;
171cdf0e10cSrcweir};
172cdf0e10cSrcweirString STR_EVENT_FRM_MOVE
173cdf0e10cSrcweir{
174cdf0e10cSrcweir    Text [ en-US ] = "Move frame" ;
175cdf0e10cSrcweir};
176cdf0e10cSrcweirString STR_CONTENT_TYPE_OUTLINE
177cdf0e10cSrcweir{
178cdf0e10cSrcweir    Text [ en-US ] = "Headings" ;
179cdf0e10cSrcweir};
180cdf0e10cSrcweirString STR_CONTENT_TYPE_TABLE
181cdf0e10cSrcweir{
182cdf0e10cSrcweir    Text [ en-US ] = "Tables" ;
183cdf0e10cSrcweir};
184cdf0e10cSrcweirString STR_CONTENT_TYPE_FRAME
185cdf0e10cSrcweir{
186cdf0e10cSrcweir    Text [ en-US ] = "Text frames" ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweirString STR_CONTENT_TYPE_GRAPHIC
189cdf0e10cSrcweir{
190cdf0e10cSrcweir    Text [ en-US ] = "Graphics" ;
191cdf0e10cSrcweir};
192cdf0e10cSrcweirString STR_CONTENT_TYPE_OLE
193cdf0e10cSrcweir{
194cdf0e10cSrcweir    Text [ en-US ] = "OLE objects" ;
195cdf0e10cSrcweir};
196cdf0e10cSrcweirString STR_CONTENT_TYPE_BOOKMARK
197cdf0e10cSrcweir{
198cdf0e10cSrcweir    Text [ en-US ] = "Bookmarks" ;
199cdf0e10cSrcweir};
200cdf0e10cSrcweirString STR_CONTENT_TYPE_REGION
201cdf0e10cSrcweir{
202cdf0e10cSrcweir    Text [ en-US ] = "Sections" ;
203cdf0e10cSrcweir};
204cdf0e10cSrcweirString STR_CONTENT_TYPE_URLFIELD
205cdf0e10cSrcweir{
206cdf0e10cSrcweir    Text [ en-US ] = "Hyperlinks" ;
207cdf0e10cSrcweir};
208cdf0e10cSrcweirString STR_CONTENT_TYPE_REFERENCE
209cdf0e10cSrcweir{
210cdf0e10cSrcweir    Text [ en-US ] = "References" ;
211cdf0e10cSrcweir};
212cdf0e10cSrcweirString STR_CONTENT_TYPE_INDEX
213cdf0e10cSrcweir{
214cdf0e10cSrcweir    Text [ en-US ] = "Indexes" ;
215cdf0e10cSrcweir};
216cdf0e10cSrcweirString STR_CONTENT_TYPE_DRAWOBJECT
217cdf0e10cSrcweir{
218*2ff71504Smseidel    Text [ en-US ] = "Drawing objects" ;
219cdf0e10cSrcweir};
220cdf0e10cSrcweirString STR_CONTENT_TYPE_POSTIT
221cdf0e10cSrcweir{
222cdf0e10cSrcweir    Text [ en-US ] = "Comments" ;
223cdf0e10cSrcweir};
224cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OUTLINE
225cdf0e10cSrcweir{
226cdf0e10cSrcweir    Text [ en-US ] = "Heading" ;
227cdf0e10cSrcweir};
228cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_TABLE
229cdf0e10cSrcweir{
230cdf0e10cSrcweir    Text [ en-US ] = "Table" ;
231cdf0e10cSrcweir};
232cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_FRAME
233cdf0e10cSrcweir{
234cdf0e10cSrcweir    Text [ en-US ] = "Text frame" ;
235cdf0e10cSrcweir};
236cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_GRAPHIC
237cdf0e10cSrcweir{
238cdf0e10cSrcweir    Text [ en-US ] = "Graphics" ;
239cdf0e10cSrcweir};
240cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OLE
241cdf0e10cSrcweir{
242cdf0e10cSrcweir    Text [ en-US ] = "OLE object" ;
243cdf0e10cSrcweir};
244cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_BOOKMARK
245cdf0e10cSrcweir{
246cdf0e10cSrcweir    Text [ en-US ] = "Bookmark" ;
247cdf0e10cSrcweir};
248cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REGION
249cdf0e10cSrcweir{
250cdf0e10cSrcweir    Text [ en-US ] = "Section" ;
251cdf0e10cSrcweir};
252cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_URLFIELD
253cdf0e10cSrcweir{
254cdf0e10cSrcweir    Text [ en-US ] = "Hyperlink" ;
255cdf0e10cSrcweir};
256cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REFERENCE
257cdf0e10cSrcweir{
258cdf0e10cSrcweir    Text [ en-US ] = "Reference" ;
259cdf0e10cSrcweir};
260cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_INDEX
261cdf0e10cSrcweir{
262cdf0e10cSrcweir    Text [ en-US ] = "Index" ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_POSTIT
265cdf0e10cSrcweir{
266cdf0e10cSrcweir    Text [ en-US ] = "Comment" ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_DRAWOBJECT
269cdf0e10cSrcweir{
270cdf0e10cSrcweir    Text [ en-US ] = "Draw object" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString STR_DEFINE_NUMBERFORMAT
273cdf0e10cSrcweir{
274cdf0e10cSrcweir    Text [ en-US ] = "Additional formats..." ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweirString RID_STR_SYSTEM
277cdf0e10cSrcweir{
278cdf0e10cSrcweir    Text [ en-US ] = "[System]" ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString STR_MULT_INTERACT_SPELL_WARN
281cdf0e10cSrcweir{
282cdf0e10cSrcweir    Text [ en-US ] = "The interactive spellcheck is already active\nin a different document" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_MULT_INTERACT_HYPH_WARN
285cdf0e10cSrcweir{
286cdf0e10cSrcweir    Text [ en-US ] = "The interactive hyphenation is already active\nin a different document" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweirString STR_SPELL_TITLE
289cdf0e10cSrcweir{
290cdf0e10cSrcweir    Text [ en-US ] = "Spellcheck" ;
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_HYPH_TITLE
293cdf0e10cSrcweir{
294cdf0e10cSrcweir    Text [ en-US ] = "Hyphenation" ;
295cdf0e10cSrcweir};
296cdf0e10cSrcweir
297cdf0e10cSrcweir#define IMGLIST_IDS\
298cdf0e10cSrcweir    IdList = \
299cdf0e10cSrcweir    { \
300cdf0e10cSrcweir        IMG_COLLAPSE ;  \
301cdf0e10cSrcweir        IMG_EXPAND ;    \
302cdf0e10cSrcweir        IMG_DB ;        \
303cdf0e10cSrcweir        IMG_DBTABLE ;   \
304cdf0e10cSrcweir        IMG_DBQUERY ;   \
305cdf0e10cSrcweir    }; \
306cdf0e10cSrcweir    IdCount = 5
307cdf0e10cSrcweir
308cdf0e10cSrcweirImageList ILIST_DB_DLG
309cdf0e10cSrcweir{
310cdf0e10cSrcweir    Prefix = "sx" ;
311cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
312cdf0e10cSrcweir    IMGLIST_IDS ;
313cdf0e10cSrcweir};
314cdf0e10cSrcweir
315cdf0e10cSrcweirImageList ILIST_DB_DLG_HC
316cdf0e10cSrcweir{
317cdf0e10cSrcweir    Prefix = "sxh" ;
318cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
319cdf0e10cSrcweir    IMGLIST_IDS ;
320cdf0e10cSrcweir};
321cdf0e10cSrcweir
322cdf0e10cSrcweirImage IMG_ONE_LEFT_HC
323cdf0e10cSrcweir{
324cdf0e10cSrcweir    ImageBitmap = Bitmap
325cdf0e10cSrcweir    {
3269cab181bSmseidel        File = "one_left_h.png" ;
327cdf0e10cSrcweir    };
328cdf0e10cSrcweir};
329cdf0e10cSrcweir
330cdf0e10cSrcweirImage IMG_ONE_RIGHT_HC
331cdf0e10cSrcweir{
332cdf0e10cSrcweir    ImageBitmap = Bitmap
333cdf0e10cSrcweir    {
3349cab181bSmseidel        File = "one_right_h.png" ;
335cdf0e10cSrcweir    };
336cdf0e10cSrcweir};
337cdf0e10cSrcweir
338cdf0e10cSrcweirImage IMG_ALL_LEFT_HC
339cdf0e10cSrcweir{
340cdf0e10cSrcweir    ImageBitmap = Bitmap
341cdf0e10cSrcweir    {
3429cab181bSmseidel        File = "all_left_h.png" ;
343cdf0e10cSrcweir    };
344cdf0e10cSrcweir};
345cdf0e10cSrcweir
346cdf0e10cSrcweirImage IMG_ALL_RIGHT_HC
347cdf0e10cSrcweir{
348cdf0e10cSrcweir    ImageBitmap = Bitmap
349cdf0e10cSrcweir    {
3509cab181bSmseidel        File = "all_right_h.png" ;
351cdf0e10cSrcweir    };
352cdf0e10cSrcweir};
353cdf0e10cSrcweir
354cdf0e10cSrcweir
355cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC
356cdf0e10cSrcweir{
357cdf0e10cSrcweir    ImageBitmap = Bitmap
358cdf0e10cSrcweir    {
359cdf0e10cSrcweir        File = "twopages_11x25.png" ;
360cdf0e10cSrcweir    };
361cdf0e10cSrcweir};
362cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
363cdf0e10cSrcweir{
364cdf0e10cSrcweir    ImageBitmap = Bitmap
365cdf0e10cSrcweir    {
366cdf0e10cSrcweir        File = "twopages_a_11x25.png" ;
367cdf0e10cSrcweir    };
368cdf0e10cSrcweir};
369cdf0e10cSrcweir
370cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE
371cdf0e10cSrcweir{
372cdf0e10cSrcweir    ImageBitmap = Bitmap
373cdf0e10cSrcweir    {
374cdf0e10cSrcweir        File = "doublepage_11x23.png" ;
375cdf0e10cSrcweir    };
376cdf0e10cSrcweir};
377cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
378cdf0e10cSrcweir{
379cdf0e10cSrcweir    ImageBitmap = Bitmap
380cdf0e10cSrcweir    {
381cdf0e10cSrcweir        File = "doublepage_a_11x23.png" ;
382cdf0e10cSrcweir    };
383cdf0e10cSrcweir};
384cdf0e10cSrcweir
385cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN
386cdf0e10cSrcweir{
387cdf0e10cSrcweir    ImageBitmap = Bitmap
388cdf0e10cSrcweir    {
389cdf0e10cSrcweir        File = "emptypage_11x15.png" ;
390cdf0e10cSrcweir    };
391cdf0e10cSrcweir};
392cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
393cdf0e10cSrcweir{
394cdf0e10cSrcweir    ImageBitmap = Bitmap
395cdf0e10cSrcweir    {
396cdf0e10cSrcweir        File = "emptypage_a_11x15.png" ;
397cdf0e10cSrcweir    };
398cdf0e10cSrcweir};
399cdf0e10cSrcweir
400cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_HC
401cdf0e10cSrcweir{
402cdf0e10cSrcweir    ImageBitmap = Bitmap
403cdf0e10cSrcweir    {
404cdf0e10cSrcweir        File = "twopages_11x25_h.png" ;
405cdf0e10cSrcweir    };
406cdf0e10cSrcweir};
407cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC
408cdf0e10cSrcweir{
409cdf0e10cSrcweir    ImageBitmap = Bitmap
410cdf0e10cSrcweir    {
411cdf0e10cSrcweir        File = "twopages_a_11x25_h.png" ;
412cdf0e10cSrcweir    };
413cdf0e10cSrcweir};
414cdf0e10cSrcweir
415cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_HC
416cdf0e10cSrcweir{
417cdf0e10cSrcweir    ImageBitmap = Bitmap
418cdf0e10cSrcweir    {
419cdf0e10cSrcweir        File = "doublepage_11x23_h.png" ;
420cdf0e10cSrcweir    };
421cdf0e10cSrcweir};
422cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC
423cdf0e10cSrcweir{
424cdf0e10cSrcweir    ImageBitmap = Bitmap
425cdf0e10cSrcweir    {
426cdf0e10cSrcweir        File = "doublepage_a_11x23_h.png" ;
427cdf0e10cSrcweir    };
428cdf0e10cSrcweir};
429cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_HC
430cdf0e10cSrcweir{
431cdf0e10cSrcweir    ImageBitmap = Bitmap
432cdf0e10cSrcweir    {
433cdf0e10cSrcweir        File = "emptypage_11x15_h.png" ;
434cdf0e10cSrcweir    };
435cdf0e10cSrcweir};
436cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC
437cdf0e10cSrcweir{
438cdf0e10cSrcweir    ImageBitmap = Bitmap
439cdf0e10cSrcweir    {
440cdf0e10cSrcweir        File = "emptypage_a_11x15_h.png" ;
441cdf0e10cSrcweir    };
442cdf0e10cSrcweir};
443cdf0e10cSrcweir
444cdf0e10cSrcweir
445cdf0e10cSrcweirString STR_HYPERCTRL_SEL
446cdf0e10cSrcweir{
447cdf0e10cSrcweir    Text [ en-US ] = "SEL" ;
448cdf0e10cSrcweir};
449cdf0e10cSrcweirString STR_HYPERCTRL_HYP
450cdf0e10cSrcweir{
451cdf0e10cSrcweir    Text [ en-US ] = "HYP" ;
452cdf0e10cSrcweir};
453cdf0e10cSrcweir
4549cab181bSmseidel// ********************************************************************** EOF
455