Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / fontsubs.src
blob7a896b7c6fd254b56472054ad6fee4039fc78727
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 "fontsubs.hrc"
20 #include "helpid.hrc"
22 /**************************************************************************/
24 TabPage RID_SVX_FONT_SUBSTITUTION
26     HelpID = HID_OFA_FONT_SUBSTITUTION ;
27     SVLook = TRUE ;
28     Hide = TRUE ;
29     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30     CheckBox CB_USETABLE
31     {
32         HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
33         Pos = MAP_APPFONT ( 6 , 6 ) ;
34         Size = MAP_APPFONT ( 248 , 10 ) ;
35         TabStop = TRUE ;
36         Text [ en-US ] = "~Apply replacement table";
37     };
38     FixedText FT_FONT1
39     {
40         Pos = MAP_APPFONT ( 6 , 20 ) ;
41         Size = MAP_APPFONT ( 100 , 8 ) ;
42         Left = TRUE ;
43         Text [ en-US ] = "~Font";
44     };
45     ComboBox CB_FONT1
46     {
47         HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 6 , 33 ) ;
50         Size = MAP_APPFONT ( 100 , 100 ) ;
51         TabStop = TRUE ;
52         AutoSize = TRUE ;
53         AutoHScroll = TRUE ;
54         DDExtraWidth = TRUE ;
55         DropDown = TRUE;
56         Sort = TRUE;
57     };
58     FixedText FT_FONT2
59     {
60         Pos = MAP_APPFONT ( 110 , 20 ) ;
61         Size = MAP_APPFONT ( 100 , 8 ) ;
62         Left = TRUE ;
63         Text [ en-US ] = "Re~place with";
64     };
65     ComboBox CB_FONT2
66     {
67         HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
68         Border = TRUE ;
69         Pos = MAP_APPFONT ( 110 , 33 ) ;
70         Size = MAP_APPFONT ( 100 , 100 ) ;
71         TabStop = TRUE ;
72         AutoSize = TRUE ;
73         AutoHScroll = TRUE ;
74         DDExtraWidth = TRUE ;
75         DropDown = TRUE;
76         Sort = TRUE;
77     };
78     ImageList IL_ICON
79     {
80         Prefix = "nu";
81         MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
82         IdList =
83         {
84             BT_SUBSTAPPLY ;
85             BT_SUBSTDELETE ;
86         };
87         IdCount = { 2 ; };
88     };
89     ToolBox TBX_SUBSTNEWDEL
90     {
91         Pos = MAP_APPFONT ( 214 , 33 ) ;
92         SVLook = TRUE ;
93         Border = FALSE ;
94         ItemList =
95         {
96             ToolBoxItem
97             {
98                 Identifier = BT_SUBSTAPPLY ;
99                 HelpID = HID_OFA_SUBST_APPLY ;
100                 Text [ en-US ] = "Apply" ;
101             };
102             ToolBoxItem
103             {
104                 Identifier = BT_SUBSTDELETE ;
105                 HelpID = HID_OFA_SUBST_DELETE ;
106                 Text [ en-US ] = "Delete" ;
107             };
108         };
109     };
110     Control CLB_SUBSTITUTES
111     {
112         Pos = MAP_APPFONT ( 6 , 48 ) ;
113         Size = MAP_APPFONT ( 248 , 75 ) ;
114         Border = TRUE ;
115         TabStop = TRUE ;
116     };
117     FixedLine FL_SOURCEVIEW
118     {
119         Pos = MAP_APPFONT ( 6 , 129 ) ;
120         Size = MAP_APPFONT ( 248 , 8 ) ;
121         Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
122     };
123     FixedText FT_FONTNAME
124     {
125         Pos = MAP_APPFONT ( 6 , 142 ) ;
126         Size = MAP_APPFONT ( 57 , 8 ) ;
127         Text [ en-US ] = "Fonts" ;
128     };
129     ListBox LB_FONTNAME
130     {
131         HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
132         Pos = MAP_APPFONT ( 65 , 140 ) ;
133         Size = MAP_APPFONT ( 100 , 68 ) ;
134         Border = TRUE ;
135         TabStop = TRUE ;
136         DropDown = TRUE;
137     };
138     CheckBox  CB_NONPROP
139     {
140         HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
141         Pos = MAP_APPFONT ( 65 , 155 ) ;
142         Size = MAP_APPFONT ( 180 , 10 ) ;
143         TabStop = TRUE ;
144         Text [ en-US ] = "Non-proportional fonts only" ;
145     };
146     FixedText FT_FONTHEIGHT
147     {
148         Pos = MAP_APPFONT ( 6 , 171 ) ;
149         Size = MAP_APPFONT ( 57 , 8 ) ;
150         Text [ en-US ] ="~Size";
151     };
152     ListBox LB_FONTHEIGHT
153     {
154         HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
155         Pos = MAP_APPFONT ( 65 , 169 ) ;
156         Size = MAP_APPFONT ( 30 , 68 ) ;
157         Border = TRUE ;
158         TabStop = TRUE ;
159         DropDown = TRUE;
160     };
161     String STR_HEADER1
162     {
163         Text [ en-US ] = "Always";
164     };
165     String STR_HEADER2
166     {
167         Text [ en-US ] = "Screen only";
168     };
169     String STR_HEADER3
170     {
171         Text [ en-US ] = "Font";
172     };
173     String STR_HEADER4
174     {
175         Text [ en-US ] = "Replace with";
176     };
177     String STR_AUTOMATIC
178     {
179         Text [ en-US ] = "Automatic";
180     };