Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / form / datanavi.src
blobbae64247694284082faf1bbfb4126022d8106a4e
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 "datanavi.hrc"
21 #include "globlmn.hrc"
22 #include "svx/fmresids.hrc"
23 #include "fmhelp.hrc"
25 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
27 TabPage RID_SVX_XFORMS_TABPAGES
29     HelpID = "svx:TabPage:RID_SVX_XFORMS_TABPAGES";
30     Hide = TRUE ;
31     DialogControl = TRUE;
32     Size = MAP_APPFONT ( 63 , 100 ) ;
33     ToolBox TB_ITEMS
34     {
35         HelpId = HID_XFORMS_TOOLBOX ;
36         SVLook = TRUE ;
37         Pos = MAP_APPFONT ( 0 , 0 ) ;
38         ItemList =
39         {
40             ToolBoxItem
41             {
42                 Identifier = TBI_ITEM_ADD ;
43                 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD ;
44                 Text [ en-US ] = "Add Item" ;
45             };
46             ToolBoxItem
47             {
48                 Identifier = TBI_ITEM_ADD_ELEMENT ;
49                 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ELEMENT ;
50                 Text [ en-US ] = "Add Element" ;
51             };
52             ToolBoxItem
53             {
54                 Identifier = TBI_ITEM_ADD_ATTRIBUTE ;
55                 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ATTRIBUTE ;
56                 Text [ en-US ] = "Add Attribute" ;
57             };
58             ToolBoxItem
59             {
60                 Identifier = TBI_ITEM_EDIT ;
61                 HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ;
62                 Text [ en-US ] = "Edit" ;
63             };
64             ToolBoxItem
65             {
66                 Type = TOOLBOXITEM_SEPARATOR ;
67             };
68             ToolBoxItem
69             {
70                 Identifier = TBI_ITEM_REMOVE ;
71                 HelpId = HID_XFORMS_TOOLBOX_ITEM_REMOVE ;
72                 Text [ en-US ] = "Delete" ;
73             };
74         };
75     };
76     Control LB_ITEMS
77     {
78         HelpId = HID_XFORMS_ITEMS_LIST ;
79         Pos = MAP_APPFONT ( 0 , 0 ) ;
80         Size = MAP_APPFONT ( 63 , 100 ) ;
81         Border = TRUE ;
82         TabStop = TRUE;
83     };
84 #define IMG_LST                 \
85 IdList =                        \
86 {                               \
87     IID_ITEM_ADD ;              \
88     IID_ITEM_ADD_ELEMENT ;      \
89     IID_ITEM_ADD_ATTRIBUTE ;    \
90     IID_ITEM_EDIT ;             \
91     IID_ITEM_REMOVE ;           \
92 };                              \
93 IdCount = { 5 ; } ;
95     ImageList IL_TBX_BMPS
96     {
97         Prefix = "tb";
98         MASKCOLOR
99         IMG_LST
100     };
101 #undef IMG_LST
104 Window RID_SVXWIN_DATANAVIGATOR
106     OutputSize = TRUE ;
107     Hide = TRUE ;
108     SVLook = TRUE ;
109     DialogControl = TRUE ;
110     HelpId = HID_DATA_NAVIGATOR_WIN ;
111     Pos = MAP_APPFONT ( 0 , 0 ) ;
112     Size = MAP_APPFONT ( 300 , 400 ) ;
113     ListBox LB_MODELS
114     {
115         HelpId = HID_XFORMS_MODELS_LIST ;
116         Pos = MAP_APPFONT ( 3 , 4 ) ;
117         Size = MAP_APPFONT ( 63 , 45 ) ;
118         DropDown = TRUE ;
119         DDExtraWidth = TRUE ;
120     };
121     MenuButton MB_MODELS
122     {
123         HelpId = HID_XFORMS_MODELS_MENUBTN ;
124         Pos = MAP_APPFONT ( 69 , 3 ) ;
125         Size = MAP_APPFONT ( 50 , 14 ) ;
126         Text [ en-US ] = "~Models";
127         ButtonMenu = Menu
128         {
129             ItemList =
130             {
131                 MenuItem
132                 {
133                     Identifier = MID_MODELS_ADD ;
134                     HelpId = HID_MN_XFORMS_MODELS_ADD ;
135                     Text [ en-US ] = "~Add..." ;
136                 };
137                 MenuItem
138                 {
139                     Identifier = MID_MODELS_EDIT ;
140                     HelpId = HID_MN_XFORMS_MODELS_EDIT ;
141                     Text [ en-US ] = "~Edit..." ;
142                 };
143                 MenuItem
144                 {
145                     Identifier = MID_MODELS_REMOVE ;
146                     HelpId = HID_MN_XFORMS_MODELS_REMOVE ;
147                     Text [ en-US ] = "~Remove" ;
148                 };
149             };
150         };
151     };
152     TabControl TC_ITEMS
153     {
154         HelpId = HID_XFORMS_TAB_CONTROL ;
155         Pos = MAP_APPFONT ( 3, 20 ) ;
156         TabStop = TRUE;
157         PageList =
158         {
159             PageItem
160             {
161                 Identifier = TID_INSTANCE ;
162                 Text [ en-US ] = "Instance";
163             };
164             PageItem
165             {
166                 Identifier = TID_SUBMISSION ;
167                 Text [ en-US ] = "Submissions";
168             };
169             PageItem
170             {
171                 Identifier = TID_BINDINGS ;
172                 Text [ en-US ] = "Bindings";
173             };
174         };
175     };
176     MenuButton MB_INSTANCES
177     {
178         HelpId = HID_XFORMS_INSTANCES_MENUBTN ;
179         Pos = MAP_APPFONT ( 69 , 133 ) ;
180         Size = MAP_APPFONT ( 50 , 14 ) ;
181         Text [ en-US ] = "~Instances";
182         ButtonMenu = Menu
183         {
184             ItemList =
185             {
186                 MenuItem
187                 {
188                     Identifier = MID_INSTANCES_ADD ;
189                     HelpId = HID_MN_XFORMS_INSTANCES_ADD ;
190                     Text [ en-US ] = "~Add..." ;
191                 };
192                 MenuItem
193                 {
194                     Identifier = MID_INSTANCES_EDIT ;
195                     HelpId = HID_MN_XFORMS_INSTANCES_EDIT ;
196                     Text [ en-US ] = "~Edit..." ;
197                 };
198                 MenuItem
199                 {
200                     Identifier = MID_INSTANCES_REMOVE ;
201                     HelpId = HID_MN_XFORMS_INSTANCES_REMOVE ;
202                     Text [ en-US ] = "~Remove" ;
203                 };
204                 MenuItem
205                 {
206                     Separator = TRUE;
207                 };
208                 MenuItem
209                 {
210                     Identifier = MID_SHOW_DETAILS ;
211                     HelpId = HID_MN_XFORMS_SHOW_DETAILS ;
212                     Text [ en-US ] = "~Show Details" ;
213                 };
214             };
215         };
216     };
218 #define IMG_LST2            \
219 IdList =                    \
220 {                           \
221     IID_GROUP_CLOSED ;      \
222     IID_GROUP_OPEN ;        \
223     IID_ELEMENT ;           \
224     IID_ATTRIBUTE ;         \
225     IID_TEXT ;              \
226     IID_OTHER ;             \
227 };                          \
228 IdCount = { 6 ; } ;
230     ImageList IL_ITEM_BMPS
231     {
232         Prefix = "da";
233         MASKCOLOR
234         IMG_LST2
235     };
238 QueryBox RID_QRY_REMOVE_MODEL
240     Buttons = WB_YES_NO ;
241     DefButton = WB_DEF_NO ;
242     Message [ en-US ] = "Deleting the model '$MODELNAME' affects all controls currently bound to this model.\nDo you really want to delete this model?" ;
245 QueryBox RID_QRY_REMOVE_INSTANCE
247     Buttons = WB_YES_NO ;
248     DefButton = WB_DEF_NO ;
249     Message [ en-US ] = "Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\nDo you really want to delete this instance?" ;
252 QueryBox RID_QRY_REMOVE_ELEMENT
254     Buttons = WB_YES_NO ;
255     DefButton = WB_DEF_NO ;
256     Message [ en-US ] = "Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\nDo you really want to delete this element?" ;
259 QueryBox RID_QRY_REMOVE_ATTRIBUTE
261     Buttons = WB_YES_NO ;
262     DefButton = WB_DEF_NO ;
263     Message [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ;
266 QueryBox RID_QRY_REMOVE_SUBMISSION
268     Buttons = WB_YES_NO ;
269     DefButton = WB_DEF_NO ;
270     Message [ en-US ] = "Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n\nDo you really want to delete this submission?" ;
273 QueryBox RID_QRY_REMOVE_BINDING
275     Buttons = WB_YES_NO ;
276     DefButton = WB_DEF_NO ;
277     Message [ en-US ] = "Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n\nDo you really want to delete this binding?" ;
280 MessBox RID_QRY_LINK_WARNING
282     Buttons = 0 ;
283     Message [ en-US ] = "This instance is linked with the form.\n\nThe changes you make to this instance will be lost when the form is reloaded.\n\nHow do you want to proceed?" ;
286 ErrorBox RID_ERR_INVALID_XMLNAME
288     Buttons = WB_OK ;
289     Message [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
292 ErrorBox RID_ERR_INVALID_XMLPREFIX
294     Buttons = WB_OK ;
295     Message [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
298 ErrorBox RID_ERR_DOUBLE_MODELNAME
300     Buttons = WB_OK ;
301     Message [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
304 ErrorBox RID_ERR_EMPTY_SUBMISSIONNAME
306     Buttons = WB_OK ;
307     Message [ en-US ] = "The submission must have a name." ;
310 Menu RID_MENU_DATANAVIGATOR
312     ItemList =
313     {
314         // MID_INSERT_CONTROL not implemented, yet (#i99890#)
315         /*MenuItem
316         {
317             Identifier = MID_INSERT_CONTROL ;
318             HelpId = HID_XFORMS_MID_INSERT_CONTROL ;
319             Text [ en-US ] = "Insert Control" ;
320         };
321         MenuItem
322         {
323             Separator = TRUE;
324         };*/
325         MenuItem
326         {
327             Identifier = TBI_ITEM_ADD ;
328             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD ;
329             Text [ en-US ] = "Add Item" ;
330         };
331         MenuItem
332         {
333             Identifier = TBI_ITEM_ADD_ELEMENT ;
334             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ELEMENT ;
335             Text [ en-US ] = "Add Element" ;
336         };
337         MenuItem
338         {
339             Identifier = TBI_ITEM_ADD_ATTRIBUTE ;
340             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ATTRIBUTE ;
341             Text [ en-US ] = "Add Attribute" ;
342         };
343         MenuItem
344         {
345             Identifier = TBI_ITEM_EDIT ;
346             HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ;
347             Text [ en-US ] = "Edit" ;
348         };
349         MenuItem
350         {
351             Separator = TRUE;
352         };
353         MenuItem
354         {
355             Identifier = TBI_ITEM_REMOVE ;
356             HelpId = HID_XFORMS_TOOLBOX_ITEM_REMOVE ;
357             Text [ en-US ] = "Delete" ;
358         };
359     };
362 String RID_STR_METHOD_POST
364     Text [ en-US ] = "Post" ;
367 String RID_STR_METHOD_PUT
369     Text [ en-US ] = "Put" ;
372 String RID_STR_METHOD_GET
374     Text [ en-US ] = "Get" ;
377 String RID_STR_REPLACE_NONE
379     Text [ en-US ] = "None" ;
382 String RID_STR_REPLACE_INST
384     Text [ en-US ] = "Instance" ;
387 String RID_STR_REPLACE_DOC
389     Text [ en-US ] = "Document" ;
392 String RID_STR_DATANAV_SUBM_PARENT
394     Text [ en-US ] = "Submission: " ;
397 String RID_STR_DATANAV_SUBM_ID
399     Text [ en-US ] = "ID: " ;
402 String RID_STR_DATANAV_SUBM_BIND
404     Text [ en-US ] = "Binding: " ;
407 String RID_STR_DATANAV_SUBM_REF
409     Text [ en-US ] = "Reference: " ;
412 String RID_STR_DATANAV_SUBM_ACTION
414     Text [ en-US ] = "Action: " ;
417 String RID_STR_DATANAV_SUBM_METHOD
419     Text [ en-US ] = "Method: " ;
422 String RID_STR_DATANAV_SUBM_REPLACE
424     Text [ en-US ] = "Replace: " ;
427 String RID_STR_DATANAV_ADD_ELEMENT
429     Text [ en-US ] = "Add Element" ;
432 String RID_STR_DATANAV_EDIT_ELEMENT
434     Text [ en-US ] = "Edit Element" ;
437 String RID_STR_DATANAV_REMOVE_ELEMENT
439     Text [ en-US ] = "Delete Element" ;
442 String RID_STR_DATANAV_ADD_ATTRIBUTE
444     Text [ en-US ] = "Add Attribute" ;
447 String RID_STR_DATANAV_EDIT_ATTRIBUTE
449     Text [ en-US ] = "Edit Attribute" ;
452 String RID_STR_DATANAV_REMOVE_ATTRIBUTE
454     Text [ en-US ] = "Delete Attribute" ;
457 String RID_STR_DATANAV_ADD_BINDING
459     Text [ en-US ] = "Add Binding" ;
462 String RID_STR_DATANAV_EDIT_BINDING
464     Text [ en-US ] = "Edit Binding" ;
467 String RID_STR_DATANAV_REMOVE_BINDING
469     Text [ en-US ] = "Delete Binding" ;
472 String RID_STR_DATANAV_ADD_SUBMISSION
474     Text [ en-US ] = "Add Submission" ;
477 String RID_STR_DATANAV_EDIT_SUBMISSION
479     Text [ en-US ] = "Edit Submission" ;
482 String RID_STR_DATANAV_REMOVE_SUBMISSION
484     Text [ en-US ] = "Delete Submission" ;
487 String RID_STR_DATANAV_LINKWARN_BUTTON
489     Text [ en-US ] = "~Edit" ;
492 String RID_STR_ELEMENT
494     Text [ en-US ] = "Element" ;
497 String RID_STR_ATTRIBUTE
499     Text [ en-US ] = "Attribute" ;
502 String RID_STR_BINDING
504     Text [ en-US ] = "Binding" ;
507 String RID_STR_BINDING_EXPR
509     Text [ en-US ] = "Binding expression" ;
512 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */