xref: /trunk/main/svtools/source/control/ctrltool.src (revision 6cb06142790376a2c58e6392182eb071420a4221)
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
66/*
67Finnish text:
68    "Light",
69    "Light Kursivoitu",
70    "Normaali",
71    "Kursivoitu",
72    "Lihavoitu",
73    "Lihavoitu Kursivoitu",
74    "Black",
75    "Black Kursivoitu"
76*/
77
78String STR_SVT_FONTMAP_BOTH
79{
80    Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
81};
82
83String STR_SVT_FONTMAP_PRINTERONLY
84{
85    Text [ en-US ] = "This is a printer font. The screen image may differ." ;
86};
87
88String STR_SVT_FONTMAP_SCREENONLY
89{
90    Text [ en-US ] = "This is a screen font. The printer image may differ." ;
91};
92
93String STR_SVT_FONTMAP_SIZENOTAVAILABLE
94{
95    Text [ en-US ] = "This font size has not been installed. The closest available size will be used." ;
96};
97
98String STR_SVT_FONTMAP_STYLENOTAVAILABLE
99{
100    Text [ en-US ] = "This font style will be simulated or the closest matching style will be used." ;
101};
102
103String STR_SVT_FONTMAP_NOTAVAILABLE
104{
105    Text [ en-US ] = "This font has not been installed. The closest available font will be used." ;
106};
107
108// ********************************************************************** EOF
109