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 "datanavi.hrc"
21 #include "globlmn.hrc"
22 #include "svx/fmresids.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";
32 Size = MAP_APPFONT ( 63 , 100 ) ;
35 HelpId = HID_XFORMS_TOOLBOX ;
37 Pos = MAP_APPFONT ( 0 , 0 ) ;
42 Identifier = TBI_ITEM_ADD ;
43 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD ;
44 Text [ en-US ] = "Add Item" ;
48 Identifier = TBI_ITEM_ADD_ELEMENT ;
49 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ELEMENT ;
50 Text [ en-US ] = "Add Element" ;
54 Identifier = TBI_ITEM_ADD_ATTRIBUTE ;
55 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ATTRIBUTE ;
56 Text [ en-US ] = "Add Attribute" ;
60 Identifier = TBI_ITEM_EDIT ;
61 HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ;
62 Text [ en-US ] = "Edit" ;
66 Type = TOOLBOXITEM_SEPARATOR ;
70 Identifier = TBI_ITEM_REMOVE ;
71 HelpId = HID_XFORMS_TOOLBOX_ITEM_REMOVE ;
72 Text [ en-US ] = "Delete" ;
78 HelpId = HID_XFORMS_ITEMS_LIST ;
79 Pos = MAP_APPFONT ( 0 , 0 ) ;
80 Size = MAP_APPFONT ( 63 , 100 ) ;
88 IID_ITEM_ADD_ELEMENT ; \
89 IID_ITEM_ADD_ATTRIBUTE ; \
104 Window RID_SVXWIN_DATANAVIGATOR
109 DialogControl = TRUE ;
110 HelpId = HID_DATA_NAVIGATOR_WIN ;
111 Pos = MAP_APPFONT ( 0 , 0 ) ;
112 Size = MAP_APPFONT ( 300 , 400 ) ;
115 HelpId = HID_XFORMS_MODELS_LIST ;
116 Pos = MAP_APPFONT ( 3 , 4 ) ;
117 Size = MAP_APPFONT ( 63 , 45 ) ;
119 DDExtraWidth = TRUE ;
123 HelpId = HID_XFORMS_MODELS_MENUBTN ;
124 Pos = MAP_APPFONT ( 69 , 3 ) ;
125 Size = MAP_APPFONT ( 50 , 14 ) ;
126 Text [ en-US ] = "~Models";
133 Identifier = MID_MODELS_ADD ;
134 HelpId = HID_MN_XFORMS_MODELS_ADD ;
135 Text [ en-US ] = "~Add..." ;
139 Identifier = MID_MODELS_EDIT ;
140 HelpId = HID_MN_XFORMS_MODELS_EDIT ;
141 Text [ en-US ] = "~Edit..." ;
145 Identifier = MID_MODELS_REMOVE ;
146 HelpId = HID_MN_XFORMS_MODELS_REMOVE ;
147 Text [ en-US ] = "~Remove" ;
154 HelpId = HID_XFORMS_TAB_CONTROL ;
155 Pos = MAP_APPFONT ( 3, 20 ) ;
161 Identifier = TID_INSTANCE ;
162 Text [ en-US ] = "Instance";
166 Identifier = TID_SUBMISSION ;
167 Text [ en-US ] = "Submissions";
171 Identifier = TID_BINDINGS ;
172 Text [ en-US ] = "Bindings";
176 MenuButton MB_INSTANCES
178 HelpId = HID_XFORMS_INSTANCES_MENUBTN ;
179 Pos = MAP_APPFONT ( 69 , 133 ) ;
180 Size = MAP_APPFONT ( 50 , 14 ) ;
181 Text [ en-US ] = "~Instances";
188 Identifier = MID_INSTANCES_ADD ;
189 HelpId = HID_MN_XFORMS_INSTANCES_ADD ;
190 Text [ en-US ] = "~Add..." ;
194 Identifier = MID_INSTANCES_EDIT ;
195 HelpId = HID_MN_XFORMS_INSTANCES_EDIT ;
196 Text [ en-US ] = "~Edit..." ;
200 Identifier = MID_INSTANCES_REMOVE ;
201 HelpId = HID_MN_XFORMS_INSTANCES_REMOVE ;
202 Text [ en-US ] = "~Remove" ;
210 Identifier = MID_SHOW_DETAILS ;
211 HelpId = HID_MN_XFORMS_SHOW_DETAILS ;
212 Text [ en-US ] = "~Show Details" ;
230 ImageList IL_ITEM_BMPS
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
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
289 Message [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
292 ErrorBox RID_ERR_INVALID_XMLPREFIX
295 Message [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
298 ErrorBox RID_ERR_DOUBLE_MODELNAME
301 Message [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
304 ErrorBox RID_ERR_EMPTY_SUBMISSIONNAME
307 Message [ en-US ] = "The submission must have a name." ;
310 Menu RID_MENU_DATANAVIGATOR
314 // MID_INSERT_CONTROL not implemented, yet (#i99890#)
317 Identifier = MID_INSERT_CONTROL ;
318 HelpId = HID_XFORMS_MID_INSERT_CONTROL ;
319 Text [ en-US ] = "Insert Control" ;
327 Identifier = TBI_ITEM_ADD ;
328 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD ;
329 Text [ en-US ] = "Add Item" ;
333 Identifier = TBI_ITEM_ADD_ELEMENT ;
334 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ELEMENT ;
335 Text [ en-US ] = "Add Element" ;
339 Identifier = TBI_ITEM_ADD_ATTRIBUTE ;
340 HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ATTRIBUTE ;
341 Text [ en-US ] = "Add Attribute" ;
345 Identifier = TBI_ITEM_EDIT ;
346 HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ;
347 Text [ en-US ] = "Edit" ;
355 Identifier = TBI_ITEM_REMOVE ;
356 HelpId = HID_XFORMS_TOOLBOX_ITEM_REMOVE ;
357 Text [ en-US ] = "Delete" ;
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: */