1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include <svtools/svtools.hrc>
28
29String STR_SVT_STYLE_LIGHT
30{
31	Text [ en-US ] = "Light" ;
32};
33
34String STR_SVT_STYLE_LIGHT_ITALIC
35{
36	Text [ en-US ] = "Light Italic" ;
37};
38
39String STR_SVT_STYLE_NORMAL
40{
41	Text [ en-US ] = "Regular" ;
42};
43
44String STR_SVT_STYLE_NORMAL_ITALIC
45{
46	Text [ en-US ] = "Italic" ;
47};
48
49String STR_SVT_STYLE_BOLD
50{
51	Text [ en-US ] = "Bold" ;
52};
53
54String STR_SVT_STYLE_BOLD_ITALIC
55{
56	Text [ en-US ] = "Bold Italic" ;
57};
58
59String STR_SVT_STYLE_BLACK
60{
61	Text [ en-US ] = "Black" ;
62};
63
64String STR_SVT_STYLE_BLACK_ITALIC
65{
66	Text [ en-US ] = "Black Italic" ;
67};
68
69/*
70Finnische Texte:
71	"Light",
72	"Light Kursivoitu",
73	"Normaali",
74	"Kursivoitu",
75	"Lihavoitu",
76	"Lihavoitu Kursivoitu",
77	"Black",
78	"Black Kursivoitu"
79*/
80
81String STR_SVT_FONTMAP_BOTH
82{
83	Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
84};
85
86String STR_SVT_FONTMAP_PRINTERONLY
87{
88	Text [ en-US ] = "This is a printer font. The screen image may differ." ;
89};
90
91String STR_SVT_FONTMAP_SCREENONLY
92{
93	Text [ en-US ] = "This is a screen font. The printer image may differ." ;
94};
95
96String STR_SVT_FONTMAP_SIZENOTAVAILABLE
97{
98	Text [ en-US ] = "This font size has not been installed. The closest available size will be used.";
99};
100
101String STR_SVT_FONTMAP_STYLENOTAVAILABLE
102{
103	Text [ en-US ] = "This font style will be simulated or the closest matching style will be used.";
104};
105
106String STR_SVT_FONTMAP_NOTAVAILABLE
107{
108	Text [ en-US ] = "This font has not been installed. The closest available font will be used.";
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
142
143
144
145