xref: /trunk/main/svtools/source/control/ctrltool.src (revision c91f27c4)
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
23
24#include <svtools/svtools.hrc>
25
26String STR_SVT_STYLE_LIGHT
27{
28	Text [ en-US ] = "Light" ;
29};
30
31String STR_SVT_STYLE_LIGHT_ITALIC
32{
33	Text [ en-US ] = "Light Italic" ;
34};
35
36String STR_SVT_STYLE_NORMAL
37{
38	Text [ en-US ] = "Regular" ;
39};
40
41String STR_SVT_STYLE_NORMAL_ITALIC
42{
43	Text [ en-US ] = "Italic" ;
44};
45
46String STR_SVT_STYLE_BOLD
47{
48	Text [ en-US ] = "Bold" ;
49};
50
51String STR_SVT_STYLE_BOLD_ITALIC
52{
53	Text [ en-US ] = "Bold Italic" ;
54};
55
56String STR_SVT_STYLE_BLACK
57{
58	Text [ en-US ] = "Black" ;
59};
60
61String STR_SVT_STYLE_BLACK_ITALIC
62{
63	Text [ en-US ] = "Black Italic" ;
64};
65
66String STR_SVT_FONTMAP_BOTH
67{
68	Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
69};
70
71String STR_SVT_FONTMAP_PRINTERONLY
72{
73	Text [ en-US ] = "This is a printer font. The screen image may differ." ;
74};
75
76String STR_SVT_FONTMAP_SCREENONLY
77{
78	Text [ en-US ] = "This is a screen font. The printer image may differ." ;
79};
80
81String STR_SVT_FONTMAP_SIZENOTAVAILABLE
82{
83	Text [ en-US ] = "This font size has not been installed. The closest available size will be used." ;
84};
85
86String STR_SVT_FONTMAP_STYLENOTAVAILABLE
87{
88	Text [ en-US ] = "This font style will be simulated or the closest matching style will be used." ;
89};
90
91String STR_SVT_FONTMAP_NOTAVAILABLE
92{
93	Text [ en-US ] = "This font has not been installed. The closest available font will be used." ;
94};
95
96// ********************************************************************** EOF
97