xref: /AOO41X/main/sw/source/ui/utlui/utlui.src (revision 8660f102e0dedad7df9a3fe0f3e5d0f91bcf072b)
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    Diverses
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 ] = "Draw 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.bmp" ;
331    };
332    MaskColor = IMAGE_MASK_COLOR ;
333};
334
335Image IMG_ONE_RIGHT_HC
336{
337    ImageBitmap = Bitmap
338    {
339        File = "one_right_h.bmp" ;
340    };
341    MaskColor = IMAGE_MASK_COLOR ;
342};
343
344Image IMG_ALL_LEFT_HC
345{
346    ImageBitmap = Bitmap
347    {
348        File = "all_left_h.bmp" ;
349    };
350    MaskColor = IMAGE_MASK_COLOR ;
351};
352
353Image IMG_ALL_RIGHT_HC
354{
355    ImageBitmap = Bitmap
356    {
357        File = "all_right_h.bmp" ;
358    };
359    MaskColor = IMAGE_MASK_COLOR ;
360};
361
362
363Image IMG_VIEWLAYOUT_AUTOMATIC
364{
365    ImageBitmap = Bitmap
366    {
367        File = "twopages_11x25.png" ;
368    };
369    MaskColor = IMAGE_MASK_COLOR;
370};
371Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
372{
373    ImageBitmap = Bitmap
374    {
375        File = "twopages_a_11x25.png" ;
376    };
377    MaskColor = IMAGE_MASK_COLOR;
378};
379
380Image IMG_VIEWLAYOUT_BOOKMODE
381{
382    ImageBitmap = Bitmap
383    {
384        File = "doublepage_11x23.png" ;
385    };
386    MaskColor = IMAGE_MASK_COLOR;
387};
388Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
389{
390    ImageBitmap = Bitmap
391    {
392        File = "doublepage_a_11x23.png" ;
393    };
394    MaskColor = IMAGE_MASK_COLOR;
395};
396
397Image IMG_VIEWLAYOUT_SINGLECOLUMN
398{
399    ImageBitmap = Bitmap
400    {
401        File = "emptypage_11x15.png" ;
402    };
403    MaskColor = IMAGE_MASK_COLOR;
404};
405Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
406{
407    ImageBitmap = Bitmap
408    {
409        File = "emptypage_a_11x15.png" ;
410    };
411    MaskColor = IMAGE_MASK_COLOR;
412};
413
414Image IMG_VIEWLAYOUT_AUTOMATIC_HC
415{
416    ImageBitmap = Bitmap
417    {
418        File = "twopages_11x25_h.png" ;
419    };
420    MaskColor = IMAGE_MASK_COLOR;
421};
422Image IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC
423{
424    ImageBitmap = Bitmap
425    {
426        File = "twopages_a_11x25_h.png" ;
427    };
428    MaskColor = IMAGE_MASK_COLOR;
429};
430
431Image IMG_VIEWLAYOUT_BOOKMODE_HC
432{
433    ImageBitmap = Bitmap
434    {
435        File = "doublepage_11x23_h.png" ;
436    };
437    MaskColor = IMAGE_MASK_COLOR;
438};
439Image IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC
440{
441    ImageBitmap = Bitmap
442    {
443        File = "doublepage_a_11x23_h.png" ;
444    };
445    MaskColor = IMAGE_MASK_COLOR;
446};
447Image IMG_VIEWLAYOUT_SINGLECOLUMN_HC
448{
449    ImageBitmap = Bitmap
450    {
451        File = "emptypage_11x15_h.png" ;
452    };
453    MaskColor = IMAGE_MASK_COLOR;
454};
455Image IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC
456{
457    ImageBitmap = Bitmap
458    {
459        File = "emptypage_a_11x15_h.png" ;
460    };
461    MaskColor = IMAGE_MASK_COLOR;
462};
463
464
465
466String STR_HYPERCTRL_SEL
467{
468    Text [ en-US ] = "SEL";
469};
470String STR_HYPERCTRL_HYP
471{
472    Text [ en-US ] = "HYP";
473};
474
475