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