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