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#include <svtools/svtools.hrc>
24
25String STR_SVT_STYLE_LIGHT
26{
27	Text [ en-US ] = "Light" ;
28};
29
30String STR_SVT_STYLE_LIGHT_ITALIC
31{
32	Text [ en-US ] = "Light Italic" ;
33};
34
35String STR_SVT_STYLE_NORMAL
36{
37	Text [ en-US ] = "Regular" ;
38};
39
40String STR_SVT_STYLE_NORMAL_ITALIC
41{
42	Text [ en-US ] = "Italic" ;
43};
44
45String STR_SVT_STYLE_BOLD
46{
47	Text [ en-US ] = "Bold" ;
48};
49
50String STR_SVT_STYLE_BOLD_ITALIC
51{
52	Text [ en-US ] = "Bold Italic" ;
53};
54
55String STR_SVT_STYLE_BLACK
56{
57	Text [ en-US ] = "Black" ;
58};
59
60String STR_SVT_STYLE_BLACK_ITALIC
61{
62	Text [ en-US ] = "Black Italic" ;
63};
64
65/*
66Finnische Texte:
67	"Light",
68	"Light Kursivoitu",
69	"Normaali",
70	"Kursivoitu",
71	"Lihavoitu",
72	"Lihavoitu Kursivoitu",
73	"Black",
74	"Black Kursivoitu"
75*/
76
77String STR_SVT_FONTMAP_BOTH
78{
79	Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
80};
81
82String STR_SVT_FONTMAP_PRINTERONLY
83{
84	Text [ en-US ] = "This is a printer font. The screen image may differ." ;
85};
86
87String STR_SVT_FONTMAP_SCREENONLY
88{
89	Text [ en-US ] = "This is a screen font. The printer image may differ." ;
90};
91
92String STR_SVT_FONTMAP_SIZENOTAVAILABLE
93{
94	Text [ en-US ] = "This font size has not been installed. The closest available size will be used.";
95};
96
97String STR_SVT_FONTMAP_STYLENOTAVAILABLE
98{
99	Text [ en-US ] = "This font style will be simulated or the closest matching style will be used.";
100};
101
102String STR_SVT_FONTMAP_NOTAVAILABLE
103{
104	Text [ en-US ] = "This font has not been installed. The closest available font will be used.";
105};
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141