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