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 .
21 #include "contdlg.hrc"
23 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
25 // RID_SVXDLG_CONTOUR ----------------------------------------------------
26 FloatingWindow RID_SVXDLG_CONTOUR
28 HelpID = "svx:FloatingWindow:RID_SVXDLG_CONTOUR";
32 Pos = MAP_APPFONT ( 0 , 0 ) ;
33 Size = MAP_APPFONT ( 270 , 213 ) ;
34 Text [ en-US ] = "Contour Editor" ;
42 Pos = MAP_APPFONT ( 6 , 6 ) ;
43 HelpId = HID_CONTDLG_TOOLBOX ;
48 Identifier = TBI_APPLY ;
49 HelpId = HID_CONTDLG_APPLY ;
50 Text [ en-US ] = "Apply" ;
54 Type = TOOLBOXITEM_SEPARATOR ;
58 Identifier = TBI_WORKPLACE ;
59 HelpId = HID_CONTDLG_WORKPLACE ;
60 Text [ en-US ] = "Workspace" ;
65 Type = TOOLBOXITEM_SEPARATOR ;
69 Identifier = TBI_SELECT ;
70 HelpId = HID_CONTDLG_SELECT ;
73 Text [ en-US ] = "Select" ;
77 Identifier = TBI_RECT ;
78 HelpId = HID_CONTDLG_RECT ;
81 Text [ en-US ] = "Rectangle" ;
85 Identifier = TBI_CIRCLE ;
86 HelpId = HID_CONTDLG_CIRCLE ;
89 Text [ en-US ] = "Ellipse" ;
93 Identifier = TBI_POLY ;
94 HelpId = HID_CONTDLG_POLY ;
97 Text [ en-US ] = "Polygon" ;
101 Type = TOOLBOXITEM_SEPARATOR ;
105 Identifier = TBI_POLYEDIT ;
106 HelpId = HID_CONTDLG_POLYEDIT ;
107 Text [ en-US ] = "Edit Points" ;
112 Identifier = TBI_POLYMOVE ;
113 HelpId = HID_CONTDLG_POLYMOVE ;
114 Text [ en-US ] = "Move Points" ;
120 Identifier = TBI_POLYINSERT ;
121 HelpId = HID_CONTDLG_POLYINSERT ;
122 Text [ en-US ] = "Insert Points" ;
128 Identifier = TBI_POLYDELETE ;
129 HelpId = HID_CONTDLG_POLYDELETE ;
130 Text [ en-US ] = "Delete Points" ;
134 Type = TOOLBOXITEM_SEPARATOR ;
138 Identifier = TBI_AUTOCONTOUR ;
139 HelpId = HID_CONTDLG_AUTOCONTOUR ;
140 Text [ en-US ] = "AutoContour" ;
144 Type = TOOLBOXITEM_SEPARATOR ;
148 Identifier = TBI_UNDO ;
149 HelpId = HID_CONTDLG_UNDO ;
151 Text [ en-US ] = "Undo " ;
155 Identifier = TBI_REDO ;
156 HelpId = HID_CONTDLG_REDO ;
159 Text [ en-US ] = "Redo " ;
163 Identifier = TBI_PIPETTE ;
164 HelpId = HID_CONTDLG_PIPETTE ;
165 Text [ en-US ] = "Pipette" ;
170 MetricField MTF_TOLERANCE
172 HelpID = "svx:MetricField:RID_SVXDLG_CONTOUR:MTF_TOLERANCE";
174 Pos = MAP_APPFONT ( 0 , 0 ) ;
175 Size = MAP_APPFONT ( 28 , 12 ) ;
182 Unit = FUNIT_CUSTOM ;
183 QuickHelpText [ en-US ] = "Color Tolerance" ;
184 CustomUnitText [ en-US ] = "%" ;
190 Pos = MAP_APPFONT ( 6 , 24 ) ;
191 HelpId = HID_CONTDLG_GRAPHWND ;
194 #define CONTOURDLG_IDLIST \
222 /******************************************************************************/
223 String STR_CONTOURDLG_MODIFY
225 Text [ en-US ] = "The contour has been modified.\nDo you want to save the changes?" ;
228 String STR_CONTOURDLG_NEWPIPETTE
230 Text [ en-US ] = "Do you want to create a new contour?" ;
233 String STR_CONTOURDLG_WORKPLACE
235 Text [ en-US ] = "Setting a new workspace will\ncause the contour to be deleted.\nAre you sure you want to continue?" ;
238 String STR_CONTOURDLG_LINKED
240 Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphics in order to edit it?" ;
243 /******************************************************************************/
245 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */