bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / tbxctrls / tbcontrl.src
blobf6cd74635dc856c10fb3f940861f71f2fa131bb8
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 for 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 String RID_SVXSTR_LINECOLOR
76     Text [ en-US ] = "Line Color" ;
79 String RID_SVXSTR_FILLCOLOR
81     Text [ en-US ] = "Fill Color" ;
84 String RID_SVXSTR_MORENUMBERING
86     Text [ en-US ] = "More Numbering..." ;
89 String RID_SVXSTR_MOREBULLETS
91     Text [ en-US ] = "More Bullets..." ;
94 ComboBox RID_SVXTBX_STYLE
96     HelpId = HID_STYLE_LISTBOX ;
97     Size = MAP_APPFONT ( 60 , 86 ) ;
98     DropDown = TRUE ;
99     Sort = TRUE ;
100     AutoHScroll = TRUE ;
101     DDExtraWidth = TRUE ;
102     Border = TRUE ;
103     Hide = TRUE ;
106 Menu RID_SVX_STYLE_MENU
108     ItemList =
109     {
110         MenuItem
111         {
112             Identifier = RID_SVX_UPDATE_STYLE ;
113             Text [ en-US ] = "Update to Match Selection" ;
114         };
115         MenuItem
116         {
117             Identifier = RID_SVX_MODIFY_STYLE ;
118             Text [ en-US ] = "Edit Style..." ;
119         };
120     };
123 String RID_SVXSTR_EXTRAS_CHARBACKGROUND
125     Text [ en-US ] = "Highlighting" ;
128 String RID_SVXSTR_CHAR_BACK_COLOR
130     Text [ en-US ] = "Text Background Color" ;
133 String RID_SVXSTR_BACKGROUND
135     Text [ en-US ] = "Background";
138 String RID_SVXSTR_AUTOMATIC
140     Text [ en-US ] = "Automatic";
143 String RID_SVXSTR_PAGES
145     Text [ en-US ] = "Pages";
148 Image RID_SVXIMG_GRAF_RED
150     ImageBitmap = Bitmap { File = "sc10865.bmp" ; };
151     MASKCOLOR
153 Image RID_SVXIMG_GRAF_GREEN
155     ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
156     MASKCOLOR
158 Image RID_SVXIMG_GRAF_BLUE
160     ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
161     MASKCOLOR
163 Image RID_SVXIMG_GRAF_LUMINANCE
165     ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
166     MASKCOLOR
168 Image RID_SVXIMG_GRAF_CONTRAST
170     ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
171     MASKCOLOR
173 Image RID_SVXIMG_GRAF_GAMMA
175     ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
176     MASKCOLOR
178 Image RID_SVXIMG_GRAF_TRANSPARENCE
180     ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
181     MASKCOLOR
184 String RID_SVXSTR_CLEARFORM
186     Text [ en-US ] = "Clear formatting";
189 String RID_SVXSTR_MORE_STYLES
191     Text [ en-US ] = "More Styles...";
194 String RID_SVXSTR_MORE
196     Text [ en-US ] = "More Options...";
199 String RID_SVXSTR_TEXTCOLOR
201     Text [ en-US ] = "Font color";
204 // This is duplicated in GenericCommands.xcu in officecfg.
205 String RID_SVXSTR_CHARFONTNAME
207     Text [ en-US ] = "Font Name";
210 String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
212     Text [ en-US ] = "Font Name. The current font is not available and will be substituted.";
215 String RID_SVXSTR_DEFAULT_PAL
217     Text [ en-US ] = "Default palette";
220 String RID_SVXSTR_DOC_COLORS
222     Text [ en-US ] = "Document colors";
225 String RID_SVXSTR_DOC_COLOR_PREFIX
227     Text [ en-US ] = "Document Color";
230 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */