merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / config / optcomp.src
blob0ac2bdacdcf9e97552acb003bd3eca160ee1de1a
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: optcomp.src,v $
10  * $Revision: 1.14 $
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 "optcomp.hrc"
32 #include "globals.hrc"
33 #include "helpid.h"
35 // TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
37 TabPage TP_OPTCOMPATIBILITY_PAGE
39     HelpID = HID_OPTCOMPATIBILITY_PAGE ;
40     Size = MAP_APPFONT ( 260 , 185 ) ;
41     Hide = TRUE ;
42     FixedLine FL_MAIN
43     {
44         Pos = MAP_APPFONT ( 6 , 3 ) ;
45         Size = MAP_APPFONT ( 248 , 8 ) ;
46         Text [ en-US ] = "Compatibility options for %DOCNAME";
47     };
48     FixedText FT_FORMATTING
49     {
50         Pos = MAP_APPFONT ( 12 , 14 ) ;
51         Size = MAP_APPFONT ( 236 , 8 ) ;
52         Text [ en-US ] = "Recommended ~formatting options for";
53     };
54     ListBox LB_FORMATTING
55     {
56         Pos = MAP_APPFONT ( 12 , 25 ) ;
57         Size = MAP_APPFONT ( 118 , 24 ) ;
58         DropDown = TRUE;
59     };
60     FixedText FT_OPTIONS
61     {
62         Pos = MAP_APPFONT ( 12 , 40 ) ;
63         Size = MAP_APPFONT ( 236 , 8 ) ;
64         Text [ en-US ] = "~Options";
65     };
66     Control LB_OPTIONS
67     {
68         HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
69         Pos = MAP_APPFONT ( 12 , 51 ) ;
70         Size = MAP_APPFONT ( 236 , 108 ) ;
71         Border = TRUE ;
72         TabStop = TRUE ;
73     };
74     PushButton PB_RESET
75     {
76         Pos = MAP_APPFONT ( 125 , 165 ) ;
77         Size = MAP_APPFONT ( 60 , 14 ) ;
78         Text [ en-US ] = "~Reset";
79     };
80     PushButton PB_DEFAULT
81     {
82         Pos = MAP_APPFONT ( 188 , 165 ) ;
83         Size = MAP_APPFONT ( 60 , 14 ) ;
84         Text [ en-US ] = "Use as ~Default";
85     };
87     String STR_USERENTRY
88     {
89         Text [ en-US ] = "<User settings>";
90     };
92     String STR_QRYBOX_USEASDEFAULT
93     {
94         Text [ en-US ] = "Do you want to change the compatibility options of the default template?\nThis will affect all new documents based on the default template.";
95     };
97 // the option strings ----------------------------------------------------
99     String STR_PRINTER_METRICS
100     {
101         Text [ en-US ] = "Use printer metrics for document formatting";
102     };
103     String STR_MERGE_PARA_DIST
104     {
105         Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)";
106     };
107     String STR_MERGE_PARA_DIST_PAGESTART
108     {
109         Text [ en-US ] = "Add paragraph and table spacing at tops of pages (in current document)";
110     };
111     String STR_TAB_ALIGNMENT
112     {
113         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting";
114     };
115     String STR_EXTERNAL_LEADING
116     {
117         Text [ en-US ] = "Do not add leading (extra space) between lines of text";
118     };
119     String STR_LINE_SPACING
120     {
121         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing";
122     };
123     String STR_ADD_TABLESPACING
124     {
125         Text [ en-US ] = "Add paragraph and table spacing at bottom of table cells";
126     };
127     String STR_USE_OBJPOSITIONING
128     {
129         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning";
130     };
131     String STR_USE_OURTEXTWRAPPING
132     {
133         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects";
134     };
135     String STR_CONSIDER_WRAPPINGSTYLE
136     {
137         Text [ en-US ] = "Consider wrapping style when positioning objects";
138     };
139     String STR_EXPAND_WORDSPACE
140     {
141         Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs";
142     };