lok: Don't attempt to select the exact text after a failed search.
[LibreOffice.git] / svx / source / form / datanavi.src
blob82b18a3682300fa2cded20d95931ca77077b3a86
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/dialogs.hrc"
23 #include "svx/fmresids.hrc"
24 #include "fmhelp.hrc"
26 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
28 #define IMG_LST                 \
29 IdList =                        \
30 {                               \
31     IID_ITEM_ADD ;              \
32     IID_ITEM_ADD_ELEMENT ;      \
33     IID_ITEM_ADD_ATTRIBUTE ;    \
34     IID_ITEM_EDIT ;             \
35     IID_ITEM_REMOVE ;           \
36 };                              \
37 IdCount = { 5 ; } ;
39 ImageList RID_SVXIMGLIST_XFORMS_TBX
41     Prefix = "tb";
42     MASKCOLOR
43     IMG_LST
45 #undef IMG_LST
47 ImageList RID_SVXIL_DATANAVI
49     Prefix = "da";
50     MASKCOLOR
51     IdList =
52     {
53         IID_GROUP_CLOSED ;
54         IID_GROUP_OPEN ;
55         IID_ELEMENT ;
56         IID_ATTRIBUTE ;
57         IID_TEXT ;
58         IID_OTHER ;
59     };
60     IdCount = { 6 ; } ;
63 String RID_STR_QRY_REMOVE_MODEL
65     Text [ en-US ] = "Deleting the model '$MODELNAME' affects all controls currently bound to this model.\nDo you really want to delete this model?" ;
68 String RID_STR_QRY_REMOVE_INSTANCE
70     Text [ en-US ] = "Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\nDo you really want to delete this instance?" ;
73 String RID_STR_QRY_REMOVE_ELEMENT
75     Text [ en-US ] = "Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\nDo you really want to delete this element?" ;
78 String RID_STR_QRY_REMOVE_ATTRIBUTE
80     Text [ en-US ] = "Do you really want to delete the attribute '$ATTRIBUTENAME'?" ;
83 String RID_STR_QRY_REMOVE_SUBMISSION
85     Text [ en-US ] = "Deleting the submission '$SUBMISSIONNAME' affects all controls currently bound to this submission.\n\nDo you really want to delete this submission?" ;
88 String RID_STR_QRY_REMOVE_BINDING
90     Text [ en-US ] = "Deleting the binding '$BINDINGNAME' affects all controls currently bound to this binding.\n\nDo you really want to delete this binding?" ;
93 String RID_STR_INVALID_XMLNAME
95     Text [ en-US ] = "The name '%1' is not valid in XML. Please enter a different name." ;
98 String RID_STR_INVALID_XMLPREFIX
100     Text [ en-US ] = "The prefix '%1' is not valid in XML. Please enter a different prefix." ;
103 String RID_STR_DOUBLE_MODELNAME
105     Text [ en-US ] = "The name '%1' already exists. Please enter a new name." ;
108 String RID_STR_EMPTY_SUBMISSIONNAME
110     Text [ en-US ] = "The submission must have a name." ;
113 Menu RID_MENU_DATANAVIGATOR
115     ItemList =
116     {
117         // MID_INSERT_CONTROL not implemented, yet (#i99890#)
118         /*MenuItem
119         {
120             Identifier = MID_INSERT_CONTROL ;
121             HelpId = HID_XFORMS_MID_INSERT_CONTROL ;
122             Text [ en-US ] = "Insert Control" ;
123         };
124         MenuItem
125         {
126             Separator = TRUE;
127         };*/
128         MenuItem
129         {
130             Identifier = TBI_ITEM_ADD ;
131             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD ;
132             Text [ en-US ] = "Add Item" ;
133         };
134         MenuItem
135         {
136             Identifier = TBI_ITEM_ADD_ELEMENT ;
137             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ELEMENT ;
138             Text [ en-US ] = "Add Element" ;
139         };
140         MenuItem
141         {
142             Identifier = TBI_ITEM_ADD_ATTRIBUTE ;
143             HelpId = HID_XFORMS_TOOLBOX_ITEM_ADD_ATTRIBUTE ;
144             Text [ en-US ] = "Add Attribute" ;
145         };
146         MenuItem
147         {
148             Identifier = TBI_ITEM_EDIT ;
149             HelpId = HID_XFORMS_TOOLBOX_ITEM_EDIT ;
150             Text [ en-US ] = "Edit" ;
151         };
152         MenuItem
153         {
154             Separator = TRUE;
155         };
156         MenuItem
157         {
158             Identifier = TBI_ITEM_REMOVE ;
159             HelpId = HID_XFORMS_TOOLBOX_ITEM_REMOVE ;
160             Text [ en-US ] = "Delete" ;
161         };
162     };
165 String RID_STR_METHOD_POST
167     Text [ en-US ] = "Post" ;
170 String RID_STR_METHOD_PUT
172     Text [ en-US ] = "Put" ;
175 String RID_STR_METHOD_GET
177     Text [ en-US ] = "Get" ;
180 String RID_STR_REPLACE_NONE
182     Text [ en-US ] = "None" ;
185 String RID_STR_REPLACE_INST
187     Text [ en-US ] = "Instance" ;
190 String RID_STR_REPLACE_DOC
192     Text [ en-US ] = "Document" ;
195 String RID_STR_DATANAV_SUBM_PARENT
197     Text [ en-US ] = "Submission: " ;
200 String RID_STR_DATANAV_SUBM_ID
202     Text [ en-US ] = "ID: " ;
205 String RID_STR_DATANAV_SUBM_BIND
207     Text [ en-US ] = "Binding: " ;
210 String RID_STR_DATANAV_SUBM_REF
212     Text [ en-US ] = "Reference: " ;
215 String RID_STR_DATANAV_SUBM_ACTION
217     Text [ en-US ] = "Action: " ;
220 String RID_STR_DATANAV_SUBM_METHOD
222     Text [ en-US ] = "Method: " ;
225 String RID_STR_DATANAV_SUBM_REPLACE
227     Text [ en-US ] = "Replace: " ;
230 String RID_STR_DATANAV_ADD_ELEMENT
232     Text [ en-US ] = "Add Element" ;
235 String RID_STR_DATANAV_EDIT_ELEMENT
237     Text [ en-US ] = "Edit Element" ;
240 String RID_STR_DATANAV_REMOVE_ELEMENT
242     Text [ en-US ] = "Delete Element" ;
245 String RID_STR_DATANAV_ADD_ATTRIBUTE
247     Text [ en-US ] = "Add Attribute" ;
250 String RID_STR_DATANAV_EDIT_ATTRIBUTE
252     Text [ en-US ] = "Edit Attribute" ;
255 String RID_STR_DATANAV_REMOVE_ATTRIBUTE
257     Text [ en-US ] = "Delete Attribute" ;
260 String RID_STR_DATANAV_ADD_BINDING
262     Text [ en-US ] = "Add Binding" ;
265 String RID_STR_DATANAV_EDIT_BINDING
267     Text [ en-US ] = "Edit Binding" ;
270 String RID_STR_DATANAV_REMOVE_BINDING
272     Text [ en-US ] = "Delete Binding" ;
275 String RID_STR_DATANAV_ADD_SUBMISSION
277     Text [ en-US ] = "Add Submission" ;
280 String RID_STR_DATANAV_EDIT_SUBMISSION
282     Text [ en-US ] = "Edit Submission" ;
285 String RID_STR_DATANAV_REMOVE_SUBMISSION
287     Text [ en-US ] = "Delete Submission" ;
290 String RID_STR_ELEMENT
292     Text [ en-US ] = "Element" ;
295 String RID_STR_ATTRIBUTE
297     Text [ en-US ] = "Attribute" ;
300 String RID_STR_BINDING
302     Text [ en-US ] = "Binding" ;
305 String RID_STR_BINDING_EXPR
307     Text [ en-US ] = "Binding expression" ;
310 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */