update credits
[LibreOffice.git] / svx / source / dialog / imapdlg.src
blob730ef28e11ea77c915a513005a72217a9febe67e
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 "helpid.hrc"
21 #include "imapdlg.hrc"
23  // RID_SVXDLG_IMAP ----------------------------------------------------
24 ModelessDialog RID_SVXDLG_IMAP
26     HelpID = "svx:ModelessDialog:RID_SVXDLG_IMAP";
27     OutputSize = TRUE ;
28     Hide = TRUE ;
29     SVLook = TRUE ;
30     Pos = MAP_APPFONT ( 0 , 0 ) ;
31     Size = MAP_APPFONT ( 270 , 213 ) ;
32     Sizeable = TRUE ;
33     Moveable = TRUE ;
34     Closeable = TRUE ;
35     ToolBox TBX_IMAPDLG1
36     {
37         SVLook = TRUE ;
38         Pos = MAP_APPFONT ( 6 , 6 ) ;
39         HelpId = HID_IMAPDLG_TOOLBOX ;
41         ItemList =
42         {
43             ToolBoxItem
44             {
45                 Identifier = TBI_APPLY ;
46                 HelpId = HID_IMAPDLG_APPLY ;
47                 Text [ en-US ] = "Apply" ;
48             };
49             ToolBoxItem
50             {
51                 Identifier = TBI_OPEN ;
52                 HelpId = HID_IMAPDLG_OPEN ;
53                 Text [ en-US ] = "Open..." ;
54             };
55             ToolBoxItem
56             {
57                 Identifier = TBI_SAVEAS ;
58                 HelpId = HID_IMAPDLG_SAVEAS ;
60                 Text [ en-US ] = "Save..." ;
61             };
62             ToolBoxItem
63             {
64                 Type = TOOLBOXITEM_SEPARATOR ;
65             };
66             ToolBoxItem
67             {
68                 Identifier = TBI_SELECT ;
69                 HelpId = HID_IMAPDLG_SELECT ;
70                 RadioCheck = TRUE ;
71                 AutoCheck = TRUE ;
72                 Text [ en-US ] = "Select" ;
73             };
74             ToolBoxItem
75             {
76                 Identifier = TBI_RECT ;
77                 HelpId = HID_IMAPDLG_RECT ;
78                 RadioCheck = TRUE ;
79                 AutoCheck = TRUE ;
80                 Text [ en-US ] = "Rectangle" ;
81             };
82             ToolBoxItem
83             {
84                 Identifier = TBI_CIRCLE ;
85                 HelpId = HID_IMAPDLG_CIRCLE ;
86                 RadioCheck = TRUE ;
87                 AutoCheck = TRUE ;
88                 Text [ en-US ] = "Ellipse" ;
89             };
90             ToolBoxItem
91             {
92                 Identifier = TBI_POLY ;
93                 HelpId = HID_IMAPDLG_POLY ;
94                 RadioCheck = TRUE ;
95                 AutoCheck = TRUE ;
96                 Text [ en-US ] = "Polygon" ;
97             };
98             ToolBoxItem
99             {
100                 Identifier = TBI_FREEPOLY ;
101                 HelpId = HID_IMAPDLG_FREEPOLY ;
102                 Text [ en-US ] = "Freeform Polygon" ;
103                 RadioCheck = TRUE ;
104                 AutoCheck = TRUE ;
105             };
106             ToolBoxItem
107             {
108                 Type = TOOLBOXITEM_SEPARATOR ;
109             };
110             ToolBoxItem
111             {
112                 Identifier = TBI_POLYEDIT ;
113                 HelpId = HID_IMAPDLG_POLYEDIT ;
114                 Text [ en-US ] = "Edit Points" ;
115                 AutoCheck = TRUE ;
116             };
117             ToolBoxItem
118             {
119                 Identifier = TBI_POLYMOVE ;
120                 HelpId = HID_IMAPDLG_POLYMOVE ;
121                 Text [ en-US ] = "Move Points" ;
122                 RadioCheck = TRUE ;
123                 AutoCheck = TRUE ;
124             };
125             ToolBoxItem
126             {
127                 Identifier = TBI_POLYINSERT ;
128                 HelpId = HID_IMAPDLG_POLYINSERT ;
129                 Text [ en-US ] = "Insert Points" ;
130                 RadioCheck = TRUE ;
131                 AutoCheck = TRUE ;
132             };
133             ToolBoxItem
134             {
135                 Identifier = TBI_POLYDELETE ;
136                 HelpId = HID_IMAPDLG_POLYDELETE ;
137                 Text [ en-US ] = "Delete Points" ;
138             };
139             ToolBoxItem
140             {
141                 Type = TOOLBOXITEM_SEPARATOR ;
142             };
143             ToolBoxItem
144             {
145                 Identifier = TBI_UNDO ;
146                 HelpId = HID_IMAPDLG_UNDO ;
147                 Text [ en-US ] = "Undo " ;
148             };
149             ToolBoxItem
150             {
151                 Identifier = TBI_REDO ;
152                 HelpId = HID_IMAPDLG_REDO ;
153                 Text [ en-US ] = "Redo" ;
154             };
155             ToolBoxItem
156             {
157                 Type = TOOLBOXITEM_SEPARATOR ;
158             };
159             ToolBoxItem
160             {
161                 Identifier = TBI_ACTIVE ;
162                 HelpId = HID_IMAPDLG_ACTIVE ;
163                 Text [ en-US ] = "Active" ;
164             };
165             ToolBoxItem
166             {
167                 Identifier = TBI_MACRO ;
168                 HelpId = HID_IMAPDLG_MACRO ;
169                 Text [ en-US ] = "Macro..." ;
170             };
171             ToolBoxItem
172             {
173                 Identifier = TBI_PROPERTY ;
174                 HelpId = HID_IMAPDLG_PROPERTY ;
175                 Text [ en-US ] = "Properties..." ;
176             };
177         };
178     };
180     FixedText FT_URL
181     {
182         Pos = MAP_APPFONT ( 6 , 25 ) ;
183         Size = MAP_APPFONT ( 30 , 12 ) ;
184         Text [ en-US ] = "Address:" ;
185     };
186     ComboBox CBB_URL
187     {
188         HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:CBB_URL";
189         Pos = MAP_APPFONT ( 39 , 23 ) ;
190         Size = MAP_APPFONT ( 225 , 69 ) ;
191         TabStop = TRUE ;
192         DropDown = TRUE ;
193         AutoSize = TRUE ;
194         AutoHScroll = TRUE ;
195     };
196     FixedText FT_TEXT
197     {
198         Pos = MAP_APPFONT ( 6 , 43 ) ;
199         Size = MAP_APPFONT ( 30 , 12 ) ;
200         Text [ en-US ] = "Text:" ;
201     };
202     Edit EDT_TEXT
203     {
204         HelpID = "svx:Edit:RID_SVXDLG_IMAP:EDT_TEXT";
205         Border = TRUE ;
206         SVLook = TRUE ;
207         Pos = MAP_APPFONT ( 39 , 41 ) ;
208         Size = MAP_APPFONT ( 143 , 12 ) ;
209         TabStop = TRUE ;
210         Left = TRUE ;
211     };
212     Text [ en-US ] = "ImageMap Editor" ;
214     FixedText RID_SVXCTL_FT_TARGET
215     {
216         Pos = MAP_APPFONT ( 188 , 43 ) ;
217         Size = MAP_APPFONT ( 22 , 12 ) ;
218         Text [ en-US ] = "Frame:" ;
219     };
220      // nur temporaer
221     ComboBox RID_SVXCTL_CBB_TARGET
222     {
223         HelpID = "svx:ComboBox:RID_SVXDLG_IMAP:RID_SVXCTL_CBB_TARGET";
224         Border = TRUE ;
225         Sort = TRUE ;
226         Pos = MAP_APPFONT ( 213 , 41 ) ;
227         Size = MAP_APPFONT ( 51 , 50 ) ;
228         TabStop = TRUE ;
229         DropDown = TRUE ;
230         HScroll = TRUE ;
231     };
234 #define IMAPDLG_IDLIST \
235         IdList =            \
236         {                   \
237             TBI_APPLY ; \
238             TBI_OPEN ;  \
239             TBI_SAVEAS ;    \
240             TBI_SELECT ;    \
241             TBI_RECT ;  \
242             TBI_CIRCLE ;    \
243             TBI_POLY ;  \
244             TBI_FREEPOLY ;  \
245             TBI_POLYEDIT ;  \
246             TBI_POLYMOVE ; \
247             TBI_POLYINSERT ;    \
248             TBI_POLYDELETE ;    \
249             TBI_UNDO ;  \
250             TBI_REDO ;  \
251             TBI_ACTIVE ; \
252             TBI_MACRO ; \
253             TBI_PROPERTY ; \
254         };                 \
255         IdCount = { 17 ; };
257     ImageList IL_IMAPDLG
258     {
259         Prefix = "id";
260         MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
261         IMAPDLG_IDLIST
262     };
265 Control RID_SVXCTL_IMAP
267     Border = TRUE ;
268     SVLook = TRUE ;
269     Pos = MAP_APPFONT ( 6 , 56 ) ;
270     HelpId = HID_IMAPDLG_GRAPHWND ;
273 /******************************************************************************/
274 Menu RID_SVXMN_IMAP
276     ItemList =
277     {
278         MenuItem
279         {
280             Identifier = MN_URL ;
281             Text [ en-US ] = "Description..." ;
282         };
283         MenuItem
284         {
285             Identifier = MN_MACRO ;
286             Text [ en-US ] = "~Macro..." ;
287         };
288         MenuItem
289         {
290             Identifier = MN_ACTIVATE ;
291             Text [ en-US ] = "Active" ;
292         };
293         MenuItem
294         {
295             Separator = TRUE ;
296         };
297         MenuItem
298         {
299             Identifier = MN_POSITION ;
300             Text [ en-US ] = "Arrange" ;
301             SubMenu = Menu
302             {
303                 ItemList =
304                 {
305                     MenuItem
306                     {
307                         Identifier = MN_FRAME_TO_TOP ;
308                         Text [ en-US ] = "Bring to Front" ;
309                     };
310                     MenuItem
311                     {
312                         Identifier = MN_MOREFRONT ;
313                         Text [ en-US ] = "Bring ~Forward" ;
314                     };
315                     MenuItem
316                     {
317                         Identifier = MN_MOREBACK ;
318                         Text [ en-US ] = "Send Back~ward" ;
319                     };
320                     MenuItem
321                     {
322                         Identifier = MN_FRAME_TO_BOTTOM ;
323                         Text [ en-US ] = "~Send to Back" ;
324                     };
325                 };
326             };
327         };
328         MenuItem
329         {
330             Separator = TRUE ;
331         };
332         MenuItem
333         {
334             Identifier = MN_MARK_ALL ;
335             Text [ en-US ] = "Select ~All" ;
336         };
337         MenuItem
338         {
339             Identifier = MN_DELETE1 ;
340             Text [ en-US ] = "~Delete" ;
341         };
342     };
345 /******************************************************************************/
347 String STR_IMAPDLG_SAVE
349     Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?";
352 String STR_IMAPDLG_MODIFY
354     Text [ en-US ] = "The ImageMap has been modified.\nDo you want to save the changes?" ;
357 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */