merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / utlui / utlui.src
blob03c4a84d0b87f8d8d45e88c5ca3eeeb9df4903a6
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: utlui.src,v $
10  * $Revision: 1.53.240.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "globals.hrc"
32 #include "utlui.hrc"
33 #include "helpid.h"
34 #include "comcore.hrc"
37 Resource RID_SHELLRES_AUTOFMTSTRS
39     String STR_AUTOFMTREDL_DEL_EMPTY_PARA+1
40     {
41         Text [ en-US ] = "Remove empty paragraphs" ;
42     };
43     String STR_AUTOFMTREDL_USE_REPLACE+1
44     {
45         Text [ en-US ] = "Use replacement table" ;
46     };
47     String STR_AUTOFMTREDL_CPTL_STT_WORD+1
48     {
49         Text [ en-US ] = "Correct TWo INitial CApitals" ;
50     };
51     String STR_AUTOFMTREDL_CPTL_STT_SENT+1
52     {
53         Text [ en-US ] = "Capitalize first letter of sentences" ;
54     };
55     String STR_AUTOFMTREDL_TYPO+1
56     {
57         Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
58     };
59     String STR_AUTOFMTREDL_USER_STYLE+1
60     {
61         Text [ en-US ] = "Replace Custom Styles" ;
62     };
63     String STR_AUTOFMTREDL_BULLET+1
64     {
65         Text [ en-US ] = "Bullets replaced";
66     };
67     String STR_AUTOFMTREDL_UNDER+1
68     {
69         Text [ en-US ] = "Automatic _underline_";
70     };
71     String STR_AUTOFMTREDL_BOLD+1
72     {
73         Text [ en-US ] = "Automatic *bold*";
74     };
75     String STR_AUTOFMTREDL_FRACTION+1
76     {
77         Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
78     };
79     String STR_AUTOFMTREDL_DETECT_URL+1
80     {
81         Text [ en-US ] = "URL recognition" ;
82     };
83     String STR_AUTOFMTREDL_DASH+1
84     {
85         Text [ en-US ] = "Replace dashes" ;
86     };
87     String STR_AUTOFMTREDL_ORDINAL+1
88     {
89         Text [ en-US ] = "Replace 1st... with 1^st..." ;
90     };
91     String STR_AUTOFMTREDL_RIGHT_MARGIN+1
92     {
93         Text [ en-US ] = "Combine single line paragraphs";
94     };
96     String STR_AUTOFMTREDL_SET_TMPL_TEXT +1
97     {
98         Text [ en-US ] = "Set \"Text body\" Style";
99     };
100     String STR_AUTOFMTREDL_SET_TMPL_INDENT      +1
101     {
102         Text [ en-US ] = "Set \"Text body indent\" Style";
103     };
104     String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT  +1
105     {
106         Text [ en-US ] = "Set \"Hanging indent\" Style";
107     };
108     String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1
109     {
110         Text [ en-US ] = "Set \"Text body indent\" Style";
111     };
112     String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1
113     {
114         Text [ en-US ] = "Set \"Heading $(ARG1)\" Style";
115     };
116     String STR_AUTOFMTREDL_SET_NUMBULET +1
117     {
118         Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style";
119     };
121     String STR_AUTOFMTREDL_DEL_MORELINES +1
122     {
123         Text [ en-US ] = "Combine paragraphs";
124     };
125     String STR_AUTOFMTREDL_NON_BREAK_SPACE +1
126     {
127         Text [ en-US ] = "Add non breaking space";
128     };
132 /*---------------------------------------------------------------------
133     Diverses
134  ---------------------------------------------------------------------*/
135 String STR_EVENT_OBJECT_SELECT
137     Text [ en-US ] = "Click object" ;
139 String STR_EVENT_START_INS_GLOSSARY
141     Text [ en-US ] = "Before inserting AutoText";
143 String STR_EVENT_END_INS_GLOSSARY
145     Text [ en-US ] = "After inserting AutoText";
147 String STR_EVENT_MOUSEOVER_OBJECT
149     Text [ en-US ] = "Mouse over object" ;
151 String STR_EVENT_MOUSECLICK_OBJECT
153     Text [ en-US ] = "Trigger hyperlink" ;
155 String STR_EVENT_MOUSEOUT_OBJECT
157     Text [ en-US ] = "Mouse leaves object" ;
159 String STR_EVENT_IMAGE_LOAD
161     Text [ en-US ] = "Graphics load successful" ;
163 String STR_EVENT_IMAGE_ABORT
165     Text [ en-US ] = "Graphics load terminated" ;
167 String STR_EVENT_IMAGE_ERROR
169     Text [ en-US ] = "Graphics load faulty" ;
171 String STR_EVENT_FRM_KEYINPUT_A
173     Text [ en-US ] = "Input of alphanumeric characters" ;
175 String STR_EVENT_FRM_KEYINPUT_NOA
177     Text [ en-US ] = "Input of non-alphanumeric characters" ;
179 String STR_EVENT_FRM_RESIZE
181     Text [ en-US ] = "Resize frame" ;
183 String STR_EVENT_FRM_MOVE
185     Text [ en-US ] = "Move frame" ;
187 String STR_CONTENT_TYPE_OUTLINE
189     Text [ en-US ] = "Headings" ;
191 String STR_CONTENT_TYPE_TABLE
193     Text [ en-US ] = "Tables" ;
195 String STR_CONTENT_TYPE_FRAME
197     Text [ en-US ] = "Text frames" ;
199 String STR_CONTENT_TYPE_GRAPHIC
201     Text [ en-US ] = "Graphics" ;
203 String STR_CONTENT_TYPE_OLE
205     Text [ en-US ] = "OLE objects" ;
207 String STR_CONTENT_TYPE_BOOKMARK
209     Text [ en-US ] = "Bookmarks" ;
211 String STR_CONTENT_TYPE_REGION
213     Text [ en-US ] = "Sections" ;
215 String STR_CONTENT_TYPE_URLFIELD
217     Text [ en-US ] = "Hyperlinks" ;
219 String STR_CONTENT_TYPE_REFERENCE
221     Text [ en-US ] = "References" ;
223 String STR_CONTENT_TYPE_INDEX
225     Text [ en-US ] = "Indexes" ;
227 String STR_CONTENT_TYPE_DRAWOBJECT
229     Text [ en-US ] = "Draw objects" ;
231 String STR_CONTENT_TYPE_POSTIT
233     Text [ en-US ] = "Comments" ;
235 String STR_CONTENT_TYPE_SINGLE_OUTLINE
237     Text [ en-US ] = "Heading" ;
239 String STR_CONTENT_TYPE_SINGLE_TABLE
241     Text [ en-US ] = "Table" ;
243 String STR_CONTENT_TYPE_SINGLE_FRAME
245     Text [ en-US ] = "Text frame" ;
247 String STR_CONTENT_TYPE_SINGLE_GRAPHIC
249     Text [ en-US ] = "Graphics" ;
251 String STR_CONTENT_TYPE_SINGLE_OLE
253     Text [ en-US ] = "OLE object" ;
255 String STR_CONTENT_TYPE_SINGLE_BOOKMARK
257     Text [ en-US ] = "Bookmark" ;
259 String STR_CONTENT_TYPE_SINGLE_REGION
261     Text [ en-US ] = "Section" ;
263 String STR_CONTENT_TYPE_SINGLE_URLFIELD
265     Text [ en-US ] = "Hyperlink" ;
267 String STR_CONTENT_TYPE_SINGLE_REFERENCE
269     Text [ en-US ] = "Reference" ;
271 String STR_CONTENT_TYPE_SINGLE_INDEX
273     Text [ en-US ] = "Index" ;
275 String STR_CONTENT_TYPE_SINGLE_POSTIT
277     Text [ en-US ] = "Comment" ;
279 String STR_CONTENT_TYPE_SINGLE_DRAWOBJECT
281     Text [ en-US ] = "Draw object" ;
283 String STR_DEFINE_NUMBERFORMAT
285     Text [ en-US ] = "Additional formats..." ;
287 String RID_STR_SYSTEM
289     Text [ en-US ] = "[System]";
291 String STR_MULT_INTERACT_SPELL_WARN
293     Text [ en-US ] = "The interactive spellcheck is already active\nin a different document";
295 String STR_MULT_INTERACT_HYPH_WARN
297     Text [ en-US ] = "The interactive hyphenation is already active\nin a different document";
299 String STR_SPELL_TITLE
301     Text [ en-US ] = "Spellcheck";
303 String STR_HYPH_TITLE
305     Text [ en-US ] = "Hyphenation";
308 #define IMGLIST_IDS\
309     IdList = \
310     { \
311         IMG_COLLAPSE;\
312         IMG_EXPAND  ;\
313         IMG_DB      ;\
314         IMG_DBTABLE ;\
315         IMG_DBQUERY ;\
316     }; \
317     IdCount = 5
319 ImageList ILIST_DB_DLG
321     Prefix = "sx";
322     MaskColor = IMAGE_MASK_COLOR;
323     IMGLIST_IDS;
326 ImageList ILIST_DB_DLG_HC
328     Prefix = "sxh";
329     MaskColor = IMAGE_MASK_COLOR ;
330     IMGLIST_IDS;
333 Image IMG_ONE_LEFT_HC
335     ImageBitmap = Bitmap
336     {
337         File = "one_left_h.bmp" ;
338     };
339     MaskColor = IMAGE_MASK_COLOR ;
342 Image IMG_ONE_RIGHT_HC
344     ImageBitmap = Bitmap
345     {
346         File = "one_right_h.bmp" ;
347     };
348     MaskColor = IMAGE_MASK_COLOR ;
351 Image IMG_ALL_LEFT_HC
353     ImageBitmap = Bitmap
354     {
355         File = "all_left_h.bmp" ;
356     };
357     MaskColor = IMAGE_MASK_COLOR ;
360 Image IMG_ALL_RIGHT_HC
362     ImageBitmap = Bitmap
363     {
364         File = "all_right_h.bmp" ;
365     };
366     MaskColor = IMAGE_MASK_COLOR ;
370 Image IMG_VIEWLAYOUT_AUTOMATIC
372     ImageBitmap = Bitmap
373     {
374         File = "twopages_11x25.png" ;
375     };
376     MaskColor = IMAGE_MASK_COLOR;
378 Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
380     ImageBitmap = Bitmap
381     {
382         File = "twopages_a_11x25.png" ;
383     };
384     MaskColor = IMAGE_MASK_COLOR;
387 Image IMG_VIEWLAYOUT_BOOKMODE
389     ImageBitmap = Bitmap
390     {
391         File = "doublepage_11x23.png" ;
392     };
393     MaskColor = IMAGE_MASK_COLOR;
395 Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
397     ImageBitmap = Bitmap
398     {
399         File = "doublepage_a_11x23.png" ;
400     };
401     MaskColor = IMAGE_MASK_COLOR;
404 Image IMG_VIEWLAYOUT_SINGLECOLUMN
406     ImageBitmap = Bitmap
407     {
408         File = "emptypage_11x15.png" ;
409     };
410     MaskColor = IMAGE_MASK_COLOR;
412 Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
414     ImageBitmap = Bitmap
415     {
416         File = "emptypage_a_11x15.png" ;
417     };
418     MaskColor = IMAGE_MASK_COLOR;
421 Image IMG_VIEWLAYOUT_AUTOMATIC_HC
423     ImageBitmap = Bitmap
424     {
425         File = "twopages_11x25_h.png" ;
426     };
427     MaskColor = IMAGE_MASK_COLOR;
429 Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC
431     ImageBitmap = Bitmap
432     {
433         File = "twopages_a_11x25_h.png" ;
434     };
435     MaskColor = IMAGE_MASK_COLOR;
438 Image IMG_VIEWLAYOUT_BOOKMODE_HC
440     ImageBitmap = Bitmap
441     {
442         File = "doublepage_11x23_h.png" ;
443     };
444     MaskColor = IMAGE_MASK_COLOR;
446 Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC
448     ImageBitmap = Bitmap
449     {
450         File = "doublepage_a_11x23_h.png" ;
451     };
452     MaskColor = IMAGE_MASK_COLOR;
454 Image IMG_VIEWLAYOUT_SINGLECOLUMN_HC
456     ImageBitmap = Bitmap
457     {
458         File = "emptypage_11x15_h.png" ;
459     };
460     MaskColor = IMAGE_MASK_COLOR;
462 Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC
464     ImageBitmap = Bitmap
465     {
466         File = "emptypage_a_11x15_h.png" ;
467     };
468     MaskColor = IMAGE_MASK_COLOR;
473 String STR_HYPERCTRL_SEL
475     Text [ en-US ] = "SEL";
477 String STR_HYPERCTRL_HYP
479     Text [ en-US ] = "HYP";