1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "optcomp.hrc"
21 #include "globals.hrc"
24 // TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
26 TabPage TP_OPTCOMPATIBILITY_PAGE
28 HelpID = HID_OPTCOMPATIBILITY_PAGE ;
29 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
33 Pos = MAP_APPFONT ( 6 , 3 ) ;
34 Size = MAP_APPFONT ( 248 , 8 ) ;
35 Text [ en-US ] = "Compatibility options for %DOCNAME";
37 FixedText FT_FORMATTING
39 Pos = MAP_APPFONT ( 12 , 14 ) ;
40 Size = MAP_APPFONT ( 236 , 8 ) ;
41 Text [ en-US ] = "Recommended ~formatting options for";
45 HelpID = "sw:ListBox:TP_OPTCOMPATIBILITY_PAGE:LB_FORMATTING";
46 Pos = MAP_APPFONT ( 12 , 25 ) ;
47 Size = MAP_APPFONT ( 118 , 24 ) ;
52 Pos = MAP_APPFONT ( 12 , 40 ) ;
53 Size = MAP_APPFONT ( 236 , 8 ) ;
54 Text [ en-US ] = "~Options";
58 HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
59 Pos = MAP_APPFONT ( 12 , 51 ) ;
60 Size = MAP_APPFONT ( 236 , 108 ) ;
66 HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_RESET";
67 Pos = MAP_APPFONT ( 125 , 165 ) ;
68 Size = MAP_APPFONT ( 60 , 14 ) ;
69 Text [ en-US ] = "~Reset";
73 HelpID = "sw:PushButton:TP_OPTCOMPATIBILITY_PAGE:PB_DEFAULT";
74 Pos = MAP_APPFONT ( 188 , 165 ) ;
75 Size = MAP_APPFONT ( 60 , 14 ) ;
76 Text [ en-US ] = "Use as ~Default";
81 Text [ en-US ] = "<User settings>";
84 String STR_QRYBOX_USEASDEFAULT
86 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.";
89 // the option strings ----------------------------------------------------
91 String STR_PRINTER_METRICS
93 Text [ en-US ] = "Use printer metrics for document formatting";
95 String STR_MERGE_PARA_DIST
97 Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)";
99 String STR_MERGE_PARA_DIST_PAGESTART
101 Text [ en-US ] = "Add paragraph and table spacing at tops of pages (in current document)";
103 String STR_TAB_ALIGNMENT
105 Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting";
107 String STR_EXTERNAL_LEADING
109 Text [ en-US ] = "Do not add leading (extra space) between lines of text";
111 String STR_LINE_SPACING
113 Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing";
115 String STR_ADD_TABLESPACING
117 Text [ en-US ] = "Add paragraph and table spacing at bottom of table cells";
119 String STR_USE_OBJPOSITIONING
121 Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning";
123 String STR_USE_OURTEXTWRAPPING
125 Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects";
127 String STR_CONSIDER_WRAPPINGSTYLE
129 Text [ en-US ] = "Consider wrapping style when positioning objects";
131 String STR_EXPAND_WORDSPACE
133 Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs";
137 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */