xref: /trunk/main/svtools/source/control/ctrltool.src (revision d2a8ab8b426eeff245e7686d98d77d99d799f4df)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include <svtools/svtools.hrc>
23
24String STR_SVT_STYLE_LIGHT
25{
26    Text [ en-US ] = "Light" ;
27};
28
29String STR_SVT_STYLE_LIGHT_ITALIC
30{
31    Text [ en-US ] = "Light Italic" ;
32};
33
34String STR_SVT_STYLE_NORMAL
35{
36    Text [ en-US ] = "Regular" ;
37};
38
39String STR_SVT_STYLE_NORMAL_ITALIC
40{
41    Text [ en-US ] = "Italic" ;
42};
43
44String STR_SVT_STYLE_BOLD
45{
46    Text [ en-US ] = "Bold" ;
47};
48
49String STR_SVT_STYLE_BOLD_ITALIC
50{
51    Text [ en-US ] = "Bold Italic" ;
52};
53
54String STR_SVT_STYLE_BLACK
55{
56    Text [ en-US ] = "Black" ;
57};
58
59String STR_SVT_STYLE_BLACK_ITALIC
60{
61    Text [ en-US ] = "Black Italic" ;
62};
63
64String STR_SVT_FONTMAP_BOTH
65{
66    Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
67};
68
69String STR_SVT_FONTMAP_PRINTERONLY
70{
71    Text [ en-US ] = "This is a printer font. The screen image may differ." ;
72};
73
74String STR_SVT_FONTMAP_SCREENONLY
75{
76    Text [ en-US ] = "This is a screen font. The printer image may differ." ;
77};
78
79String STR_SVT_FONTMAP_SIZENOTAVAILABLE
80{
81    Text [ en-US ] = "This font size has not been installed. The closest available size will be used." ;
82};
83
84String STR_SVT_FONTMAP_STYLENOTAVAILABLE
85{
86    Text [ en-US ] = "This font style will be simulated or the closest matching style will be used." ;
87};
88
89String STR_SVT_FONTMAP_NOTAVAILABLE
90{
91    Text [ en-US ] = "This font has not been installed. The closest available font will be used." ;
92};
93
94// ********************************************************************** EOF
95