xref: /trunk/main/sw/source/ui/config/optcomp.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 "optcomp.hrc"
29#include "globals.hrc"
30#include "helpid.h"
31
32// TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
33
34TabPage TP_OPTCOMPATIBILITY_PAGE
35{
36    HelpID = HID_OPTCOMPATIBILITY_PAGE ;
37    Size = MAP_APPFONT ( 260 , 185 ) ;
38    Hide = TRUE ;
39    FixedLine FL_MAIN
40    {
41        Pos = MAP_APPFONT ( 6 , 3 ) ;
42        Size = MAP_APPFONT ( 248 , 8 ) ;
43        Text [ en-US ] = "Compatibility options for %DOCNAME";
44    };
45    FixedText FT_FORMATTING
46    {
47        Pos = MAP_APPFONT ( 12 , 14 ) ;
48        Size = MAP_APPFONT ( 236 , 8 ) ;
49        Text [ en-US ] = "Recommended ~formatting options for";
50    };
51    ListBox LB_FORMATTING
52    {
53        HelpID = "sw:ListBox:TP_OPTCOMPATIBILITY_PAGE:LB_FORMATTING";
54        Pos = MAP_APPFONT ( 12 , 25 ) ;
55        Size = MAP_APPFONT ( 118 , 24 ) ;
56        DropDown = TRUE;
57    };
58    FixedText FT_OPTIONS
59    {
60        Pos = MAP_APPFONT ( 12 , 40 ) ;
61        Size = MAP_APPFONT ( 236 , 8 ) ;
62        Text [ en-US ] = "~Options";
63    };
64    Control LB_OPTIONS
65    {
66        HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
67        Pos = MAP_APPFONT ( 12 , 51 ) ;
68        Size = MAP_APPFONT ( 236 , 108 ) ;
69        Border = TRUE ;
70        TabStop = TRUE ;
71    };
72    PushButton PB_RESET
73    {
74        HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_RESET";
75        Pos = MAP_APPFONT ( 125 , 165 ) ;
76        Size = MAP_APPFONT ( 60 , 14 ) ;
77        Text [ en-US ] = "~Reset";
78    };
79    PushButton PB_DEFAULT
80    {
81        HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_DEFAULT";
82        Pos = MAP_APPFONT ( 188 , 165 ) ;
83        Size = MAP_APPFONT ( 60 , 14 ) ;
84        Text [ en-US ] = "Use as ~Default";
85    };
86
87    String STR_USERENTRY
88    {
89        Text [ en-US ] = "<User settings>";
90    };
91
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    };
96
97// the option strings ----------------------------------------------------
98
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    };
143};
144