Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optfltr.src
blobe85100fe79166b4e3a9b5d4ffb66b46f2bdfb5b7
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optfltr.hrc"
20 #include <cuires.hrc>
22 // RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
23 TabPage RID_OFAPAGE_MSFILTEROPT
25     HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT";
26     OutputSize = TRUE ;
27     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
28     SVLook = TRUE ;
29     Hide = TRUE ;
31     FixedLine GB_WORD
32     {
33         Pos = MAP_APPFONT ( 6 , 3 ) ;
34         Size = MAP_APPFONT ( 248 , 8 ) ;
35         Text [ en-US ] = "Microsoft Word 97/2000/XP";
36     };
37     CheckBox CB_WBAS_CODE
38     {
39         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE";
40         Pos = MAP_APPFONT ( 12 , 14 ) ;
41         Size = MAP_APPFONT ( 236 , 10 ) ;
42         TabStop = TRUE ;
43         Text [ en-US ] = "Load Basic ~code";
44     };
45     CheckBox CB_WBAS_WBCTBL
46     {
47         Pos = MAP_APPFONT ( 22 , 28 ) ;
48         Size = MAP_APPFONT ( 236 , 10 ) ;
49         TabStop = TRUE ;
50         Text [ en-US ] = "E~xecutable code";
51     };
52     CheckBox CB_WBAS_STG
53     {
54         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG";
55         Pos = MAP_APPFONT ( 12 , 42 ) ;
56         Size = MAP_APPFONT ( 236 , 10 ) ;
57         TabStop = TRUE ;
58         Text [ en-US ] = "Save ~original Basic code";
59     };
61     FixedLine GB_EXCEL
62     {
63         Pos = MAP_APPFONT ( 6 , 58 ) ;
64         Size = MAP_APPFONT ( 248 , 8 ) ;
65         Text [ en-US ] = "Microsoft Excel 97/2000/XP";
66     };
67     CheckBox CB_EBAS_CODE
68     {
69         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE";
70         Pos = MAP_APPFONT ( 12 , 69 ) ;
71         Size = MAP_APPFONT ( 236 , 10 ) ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "Lo~ad Basic code";
74     };
75     CheckBox CB_EBAS_EXECTBL
76     {
77         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL";
78         Pos = MAP_APPFONT ( 22 , 83 ) ;
79         Size = MAP_APPFONT ( 236 , 10 ) ;
80         TabStop = TRUE ;
81         Text [ en-US ] = "E~xecutable code";
82     };
83     CheckBox CB_EBAS_STG
84     {
85         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG";
86         Pos = MAP_APPFONT ( 12 , 97 ) ;
87         Size = MAP_APPFONT ( 236 , 10 ) ;
88         TabStop = TRUE ;
89         Text [ en-US ] = "Sa~ve original Basic code";
90     };
92     FixedLine GB_PPOINT
93     {
94         Pos = MAP_APPFONT ( 6 , 113 ) ;
95         Size = MAP_APPFONT ( 248 , 8 ) ;
96         Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP";
97     };
98     CheckBox CB_PBAS_CODE
99     {
100         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE";
101         Pos = MAP_APPFONT ( 12 , 124 ) ;
102         Size = MAP_APPFONT ( 236 , 10 ) ;
103         TabStop = TRUE ;
104         Text [ en-US ] = "Load Ba~sic code";
105     };
106     CheckBox CB_PBAS_STG
107     {
108         HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG";
109         Pos = MAP_APPFONT ( 12 , 138 ) ;
110         Size = MAP_APPFONT ( 236 , 10 ) ;
111         TabStop = TRUE ;
112         Text [ en-US ] = "Sav~e original Basic code";
113     };
116 // RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
117 TabPage RID_OFAPAGE_MSFILTEROPT2
119     HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2";
120     OutputSize = TRUE ;
121     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
122     SVLook = TRUE ;
123     Hide = TRUE ;
125     Control CLB_SETTINGS
126     {
127         Pos = MAP_APPFONT ( 6 , 6 ) ;
128         Size = MAP_APPFONT ( 248 , 147 ) ;
129         Border = TRUE ;
130         TabStop = TRUE ;
131     };
132     String ST_HEADER1
133     {
134         Text [ en-US ] = "[L]";
135     };
136     String ST_HEADER2
137     {
138         Text [ en-US ] = "[S]";
139     };
140     FixedText FT_HEADER1_EXPLANATION
141     {
142         Pos = MAP_APPFONT ( 6 , 160 ) ;
143         Size = MAP_APPFONT ( 248 , 8 ) ;
144         Text [ en-US ] = "[L]: Load and convert the object";
145     };
146     FixedText FT_HEADER2_EXPLANATION
147     {
148         Pos = MAP_APPFONT ( 6 , 171 ) ;
149         Size = MAP_APPFONT ( 248 , 8 ) ;
150         Text [ en-US ] = "[S]: Convert and save the object";
151     };
152     String ST_CHG_MATH
153     {
154         Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse";
155     };
156     String ST_CHG_WRITER
157     {
158         Text [ en-US ] = "WinWord to %PRODUCTNAME Writer or reverse";
159     };
160     String ST_CHG_CALC
161     {
162         Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse";
163     };
164     String ST_CHG_IMPRESS
165     {
166         Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse";
167     };
170  // ******************************************************************* EOF