1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include <svtools/svtools.hrc>
21 String STR_SVT_STYLE_LIGHT
23 Text [ en-US ] = "Light" ;
26 String STR_SVT_STYLE_LIGHT_ITALIC
28 Text [ en-US ] = "Light Italic" ;
31 String STR_SVT_STYLE_NORMAL
33 Text [ en-US ] = "Regular" ;
36 String STR_SVT_STYLE_NORMAL_ITALIC
38 Text [ en-US ] = "Italic" ;
41 String STR_SVT_STYLE_BOLD
43 Text [ en-US ] = "Bold" ;
46 String STR_SVT_STYLE_BOLD_ITALIC
48 Text [ en-US ] = "Bold Italic" ;
51 String STR_SVT_STYLE_BLACK
53 Text [ en-US ] = "Black" ;
56 String STR_SVT_STYLE_BLACK_ITALIC
58 Text [ en-US ] = "Black Italic" ;
61 String STR_SVT_FONTMAP_BOTH
63 Text [ en-US ] = "The same font will be used on both your printer and your screen." ;
66 String STR_SVT_FONTMAP_PRINTERONLY
68 Text [ en-US ] = "This is a printer font. The screen image may differ." ;
71 String STR_SVT_FONTMAP_SCREENONLY
73 Text [ en-US ] = "This is a screen font. The printer image may differ." ;
76 String STR_SVT_FONTMAP_SIZENOTAVAILABLE
78 Text [ en-US ] = "This font size has not been installed. The closest available size will be used.";
81 String STR_SVT_FONTMAP_STYLENOTAVAILABLE
83 Text [ en-US ] = "This font style will be simulated or the closest matching style will be used.";
86 String STR_SVT_FONTMAP_NOTAVAILABLE
88 Text [ en-US ] = "This font has not been installed. The closest available font will be used.";
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */