update credits
[LibreOffice.git] / sw / source / ui / config / optcomp.src
blob6ca3a034a563bdbbb75d42dc933b509b278faf7c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "optcomp.hrc"
21 #include "globals.hrc"
22 #include "helpid.h"
24 // TabPage TP_OPTCOMPATIBILITY_PAGE --------------------------------------
26 TabPage TP_OPTCOMPATIBILITY_PAGE
28     HelpID = HID_OPTCOMPATIBILITY_PAGE ;
29     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30     Hide = TRUE ;
31     FixedLine FL_MAIN
32     {
33         Pos = MAP_APPFONT ( 6 , 3 ) ;
34         Size = MAP_APPFONT ( 248 , 8 ) ;
35         Text [ en-US ] = "Compatibility options for %DOCNAME";
36     };
37     FixedText FT_FORMATTING
38     {
39         Pos = MAP_APPFONT ( 12 , 14 ) ;
40         Size = MAP_APPFONT ( 236 , 8 ) ;
41         Text [ en-US ] = "Recommended ~formatting options for";
42     };
43     ListBox LB_FORMATTING
44     {
45         HelpID = "sw:ListBox:TP_OPTCOMPATIBILITY_PAGE:LB_FORMATTING";
46         Pos = MAP_APPFONT ( 12 , 25 ) ;
47         Size = MAP_APPFONT ( 118 , 24 ) ;
48         DropDown = TRUE;
49     };
50     FixedText FT_OPTIONS
51     {
52         Pos = MAP_APPFONT ( 12 , 40 ) ;
53         Size = MAP_APPFONT ( 236 , 8 ) ;
54         Text [ en-US ] = "~Options";
55     };
56     Control LB_OPTIONS
57     {
58         HelpId = HID_COMPATIBILITY_OPTIONS_BOX ;
59         Pos = MAP_APPFONT ( 12 , 51 ) ;
60         Size = MAP_APPFONT ( 236 , 108 ) ;
61         Border = TRUE ;
62         TabStop = TRUE ;
63     };
64     PushButton PB_RESET
65     {
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";
70     };
71     PushButton PB_DEFAULT
72     {
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";
77     };
79     String STR_USERENTRY
80     {
81         Text [ en-US ] = "<User settings>";
82     };
84     String STR_QRYBOX_USEASDEFAULT
85     {
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.";
87     };
89 // the option strings ----------------------------------------------------
91     String STR_PRINTER_METRICS
92     {
93         Text [ en-US ] = "Use printer metrics for document formatting";
94     };
95     String STR_MERGE_PARA_DIST
96     {
97         Text [ en-US ] = "Add spacing between paragraphs and tables (in current document)";
98     };
99     String STR_MERGE_PARA_DIST_PAGESTART
100     {
101         Text [ en-US ] = "Add paragraph and table spacing at tops of pages (in current document)";
102     };
103     String STR_TAB_ALIGNMENT
104     {
105         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting";
106     };
107     String STR_EXTERNAL_LEADING
108     {
109         Text [ en-US ] = "Do not add leading (extra space) between lines of text";
110     };
111     String STR_LINE_SPACING
112     {
113         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing";
114     };
115     String STR_ADD_TABLESPACING
116     {
117         Text [ en-US ] = "Add paragraph and table spacing at bottom of table cells";
118     };
119     String STR_USE_OBJPOSITIONING
120     {
121         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning";
122     };
123     String STR_USE_OURTEXTWRAPPING
124     {
125         Text [ en-US ] = "Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects";
126     };
127     String STR_CONSIDER_WRAPPINGSTYLE
128     {
129         Text [ en-US ] = "Consider wrapping style when positioning objects";
130     };
131     String STR_EXPAND_WORDSPACE
132     {
133         Text [ en-US ] = "Expand word space on lines with manual line breaks in justified paragraphs";
134     };
137 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */