xref: /trunk/main/sw/source/ui/utlui/utlui.src (revision 6f71c8ba)
18660f102SAndrew Rist/**************************************************************
29cab181bSmseidel *
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
109cab181bSmseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
129cab181bSmseidel *
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.
199cab181bSmseidel *
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	{
559cab181bSmseidel		Text [ en-US ] = "Bullets replaced" ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	String STR_AUTOFMTREDL_UNDER+1
58cdf0e10cSrcweir	{
599cab181bSmseidel		Text [ en-US ] = "Automatic _underline_" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	String STR_AUTOFMTREDL_BOLD+1
62cdf0e10cSrcweir	{
639cab181bSmseidel		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	{
839cab181bSmseidel		Text [ en-US ] = "Combine single line paragraphs" ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir
86cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_TMPL_TEXT +1
87cdf0e10cSrcweir	{
889cab181bSmseidel		Text [ en-US ] = "Set \"Text body\" Style" ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_TMPL_INDENT	+1
91cdf0e10cSrcweir	{
929cab181bSmseidel		Text [ en-US ] = "Set \"Text body indent\" Style" ;
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT	+1
95cdf0e10cSrcweir	{
969cab181bSmseidel		Text [ en-US ] = "Set \"Hanging indent\" Style" ;
97cdf0e10cSrcweir	};
98cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1
99cdf0e10cSrcweir	{
1009cab181bSmseidel		Text [ en-US ] = "Set \"Text body indent\" Style" ;
101cdf0e10cSrcweir	};
102cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1
103cdf0e10cSrcweir	{
1049cab181bSmseidel		Text [ en-US ] = "Set \"Heading $(ARG1)\" Style" ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir	String STR_AUTOFMTREDL_SET_NUMBULET +1
107cdf0e10cSrcweir	{
1089cab181bSmseidel		Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir
111cdf0e10cSrcweir	String STR_AUTOFMTREDL_DEL_MORELINES +1
112cdf0e10cSrcweir	{
1139cab181bSmseidel		Text [ en-US ] = "Combine paragraphs" ;
1149cab181bSmseidel	};
1159cab181bSmseidel	String STR_AUTOFMTREDL_NON_BREAK_SPACE +1
1169cab181bSmseidel	{
1179cab181bSmseidel		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{
1309cab181bSmseidel	Text [ en-US ] = "Before inserting AutoText" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString STR_EVENT_END_INS_GLOSSARY
133cdf0e10cSrcweir{
1349cab181bSmseidel	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{
1869cab181bSmseidel	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{
2182ff71504Smseidel	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{
2789cab181bSmseidel	Text [ en-US ] = "[System]" ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString STR_MULT_INTERACT_SPELL_WARN
281cdf0e10cSrcweir{
2829cab181bSmseidel	Text [ en-US ] = "The interactive spellcheck is already active\nin a different document" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_MULT_INTERACT_HYPH_WARN
285cdf0e10cSrcweir{
2869cab181bSmseidel	Text [ en-US ] = "The interactive hyphenation is already active\nin a different document" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweirString STR_SPELL_TITLE
289cdf0e10cSrcweir{
2909cab181bSmseidel	Text [ en-US ] = "Spellcheck" ;
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_HYPH_TITLE
293cdf0e10cSrcweir{
2949cab181bSmseidel	Text [ en-US ] = "Hyphenation" ;
295cdf0e10cSrcweir};
296cdf0e10cSrcweir
297cdf0e10cSrcweir#define IMGLIST_IDS\
2989cab181bSmseidel	IdList = \
299cdf0e10cSrcweir	{ \
3009cab181bSmseidel		IMG_COLLAPSE ;	\
3019cab181bSmseidel		IMG_EXPAND ;	\
3029cab181bSmseidel		IMG_DB ;		\
3039cab181bSmseidel		IMG_DBTABLE ;	\
3049cab181bSmseidel		IMG_DBQUERY ;	\
3059cab181bSmseidel	}; \
3069cab181bSmseidel	IdCount = 5
307cdf0e10cSrcweir
308cdf0e10cSrcweirImageList ILIST_DB_DLG
309cdf0e10cSrcweir{
3109cab181bSmseidel	Prefix = "sx" ;
3119cab181bSmseidel	MaskColor = IMAGE_MASK_COLOR ;
3129cab181bSmseidel	IMGLIST_IDS ;
313cdf0e10cSrcweir};
314cdf0e10cSrcweir
315cdf0e10cSrcweirImageList ILIST_DB_DLG_HC
316cdf0e10cSrcweir{
3179cab181bSmseidel	Prefix = "sxh" ;
3189cab181bSmseidel	MaskColor = IMAGE_MASK_COLOR ;
3199cab181bSmseidel	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{
3579cab181bSmseidel	ImageBitmap = Bitmap
3589cab181bSmseidel	{
3599cab181bSmseidel		File = "twopages_11x25.png" ;
3609cab181bSmseidel	};
361cdf0e10cSrcweir};
362cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
363cdf0e10cSrcweir{
3649cab181bSmseidel	ImageBitmap = Bitmap
3659cab181bSmseidel	{
3669cab181bSmseidel		File = "twopages_a_11x25.png" ;
3679cab181bSmseidel	};
368cdf0e10cSrcweir};
369cdf0e10cSrcweir
370cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE
371cdf0e10cSrcweir{
3729cab181bSmseidel	ImageBitmap = Bitmap
3739cab181bSmseidel	{
3749cab181bSmseidel		File = "doublepage_11x23.png" ;
3759cab181bSmseidel	};
376cdf0e10cSrcweir};
377cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
378cdf0e10cSrcweir{
3799cab181bSmseidel	ImageBitmap = Bitmap
3809cab181bSmseidel	{
3819cab181bSmseidel		File = "doublepage_a_11x23.png" ;
3829cab181bSmseidel	};
383cdf0e10cSrcweir};
384cdf0e10cSrcweir
385cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN
386cdf0e10cSrcweir{
3879cab181bSmseidel	ImageBitmap = Bitmap
3889cab181bSmseidel	{
3899cab181bSmseidel		File = "emptypage_11x15.png" ;
3909cab181bSmseidel	};
391cdf0e10cSrcweir};
392cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
393cdf0e10cSrcweir{
394*6f71c8baSmseidel	ImageBitmap = Bitmap
395*6f71c8baSmseidel	{
396*6f71c8baSmseidel		File = "emptypage_a_11x15.png" ;
397*6f71c8baSmseidel	};
398cdf0e10cSrcweir};
399cdf0e10cSrcweir
400cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_HC
401cdf0e10cSrcweir{
402*6f71c8baSmseidel	ImageBitmap = Bitmap
403*6f71c8baSmseidel	{
404*6f71c8baSmseidel		File = "twopages_11x25_h.png" ;
405*6f71c8baSmseidel	};
406cdf0e10cSrcweir};
407cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC
408cdf0e10cSrcweir{
409*6f71c8baSmseidel	ImageBitmap = Bitmap
410*6f71c8baSmseidel	{
411*6f71c8baSmseidel		File = "twopages_a_11x25_h.png" ;
412*6f71c8baSmseidel	};
413cdf0e10cSrcweir};
414cdf0e10cSrcweir
415cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_HC
416cdf0e10cSrcweir{
417*6f71c8baSmseidel	ImageBitmap = Bitmap
418*6f71c8baSmseidel	{
419*6f71c8baSmseidel		File = "doublepage_11x23_h.png" ;
420*6f71c8baSmseidel	};
421cdf0e10cSrcweir};
422cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC
423cdf0e10cSrcweir{
424*6f71c8baSmseidel	ImageBitmap = Bitmap
425*6f71c8baSmseidel	{
426*6f71c8baSmseidel		File = "doublepage_a_11x23_h.png" ;
427*6f71c8baSmseidel	};
428cdf0e10cSrcweir};
429cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_HC
430cdf0e10cSrcweir{
431*6f71c8baSmseidel	ImageBitmap = Bitmap
432*6f71c8baSmseidel	{
433*6f71c8baSmseidel		File = "emptypage_11x15_h.png" ;
434*6f71c8baSmseidel	};
435cdf0e10cSrcweir};
436cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC
437cdf0e10cSrcweir{
4389cab181bSmseidel	ImageBitmap = Bitmap
4399cab181bSmseidel	{
4409cab181bSmseidel		File = "emptypage_a_11x15_h.png" ;
4419cab181bSmseidel	};
442cdf0e10cSrcweir};
443cdf0e10cSrcweir
444cdf0e10cSrcweir
445cdf0e10cSrcweirString STR_HYPERCTRL_SEL
446cdf0e10cSrcweir{
447*6f71c8baSmseidel	Text [ en-US ] = "SEL" ;
448cdf0e10cSrcweir};
449cdf0e10cSrcweirString STR_HYPERCTRL_HYP
450cdf0e10cSrcweir{
451*6f71c8baSmseidel	Text [ en-US ] = "HYP" ;
452cdf0e10cSrcweir};
453cdf0e10cSrcweir
4549cab181bSmseidel// ********************************************************************** EOF
455