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 .
20 #include <svx/dialogs.hrc>
24 * Bitmaps for SvxFrameWindow
27 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29 Image RID_SVX_RELOAD_NORMAL
31 ImageBitmap = Bitmap { File = "reload.bmp" ; };
35 Image RID_SVX_RELOAD_SPECIAL
37 ImageBitmap = Bitmap { File = "reloads.bmp" ; };
41 ImageList RID_SVXIL_FRAME
44 IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
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 ) ;
101 DDExtraWidth = TRUE ;
106 Menu RID_SVX_STYLE_MENU
112 Identifier = RID_SVX_UPDATE_STYLE ;
113 Text [ en-US ] = "Update to Match Selection" ;
117 Identifier = RID_SVX_MODIFY_STYLE ;
118 Text [ en-US ] = "Edit Style..." ;
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" ; };
153 Image RID_SVXIMG_GRAF_GREEN
155 ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
158 Image RID_SVXIMG_GRAF_BLUE
160 ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
163 Image RID_SVXIMG_GRAF_LUMINANCE
165 ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
168 Image RID_SVXIMG_GRAF_CONTRAST
170 ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
173 Image RID_SVXIMG_GRAF_GAMMA
175 ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
178 Image RID_SVXIMG_GRAF_TRANSPARENCE
180 ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
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: */