bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / tbxctrls / tbcontrl.src
blob4d2cfbc13a73c38f453485cd063f8b3d72f11081
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include <svx/dialogs.hrc>
21 #include <helpid.hrc>
24  * Bitmaps f"ur SvxFrameWindow
25  */
27 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29 Image RID_SVX_RELOAD_NORMAL
31     ImageBitmap = Bitmap { File = "reload.bmp" ; };
32     MASKCOLOR
35 Image RID_SVX_RELOAD_SPECIAL
37     ImageBitmap = Bitmap { File = "reloads.bmp" ; };
38     MASKCOLOR
41 ImageList RID_SVXIL_FRAME
43     Prefix = "fr";
44     IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
45     IdCount = { 12 ; };
46     MASKCOLOR
49 String RID_SVXSTR_TRANSPARENT
51     Text [ en-US ] = "No Fill" ;
54 String RID_SVXSTR_FILLPATTERN
56     Text [ en-US ] = "Pattern" ;
59 String RID_SVXSTR_FRAME
61     Text [ en-US ] = "Borders" ;
64 String RID_SVXSTR_FRAME_STYLE
66     Text [ en-US ] = "Border Style" ;
69 String RID_SVXSTR_FRAME_COLOR
71     Text [ en-US ] = "Border Color" ;
74 ComboBox RID_SVXTBX_STYLE
76     HelpId = HID_STYLE_LISTBOX ;
77     Size = MAP_APPFONT ( 67 , 86 ) ;
78     DropDown = TRUE ;
79     Sort = TRUE ;
80     AutoHScroll = TRUE ;
81     DDExtraWidth = TRUE ;
82     Border = TRUE ;
83     Hide = TRUE ;
86 String RID_SVXSTR_EXTRAS_CHARBACKGROUND
88     Text [ en-US ] = "Highlighting" ;
91 String RID_SVXSTR_BACKGROUND
93     Text [ en-US ] = "Background";
96 String RID_SVXSTR_AUTOMATIC
98     Text [ en-US ] = "Automatic";
101 String RID_SVXSTR_PAGES
103     Text [ en-US ] = "Pages";
106 Image RID_SVXIMG_GRAF_RED
108     ImageBitmap = Bitmap { File = "sc10865.bmp" ; };
109     MASKCOLOR
111 Image RID_SVXIMG_GRAF_GREEN
113     ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
114     MASKCOLOR
116 Image RID_SVXIMG_GRAF_BLUE
118     ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
119     MASKCOLOR
121 Image RID_SVXIMG_GRAF_LUMINANCE
123     ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
124     MASKCOLOR
126 Image RID_SVXIMG_GRAF_CONTRAST
128     ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
129     MASKCOLOR
131 Image RID_SVXIMG_GRAF_GAMMA
133     ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
134     MASKCOLOR
136 Image RID_SVXIMG_GRAF_TRANSPARENCE
138     ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
139     MASKCOLOR
142 String RID_SVXSTR_CLEARFORM
144     Text [ en-US ] = "Clear formatting";
147 String RID_SVXSTR_MORE
149     Text [ en-US ] = "More...";
152 String RID_SVXSTR_TEXTCOLOR
154     Text [ en-US ] = "Font color";
157 // This is duplicated in GenericCommands.xcu in officecfg.
158 String RID_SVXSTR_CHARFONTNAME
160     Text [ en-US ] = "Font Name";
163 String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
165     Text [ en-US ] = "Font Name. The current font is not available and will be substituted.";
168 // ********************************************************************** EOF
170 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */