xref: /trunk/main/sw/source/ui/utlui/navipi.src (revision 9cd2463e16d9c8c25b716d04d131401acf53759f)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "cmdid.h"
25cdf0e10cSrcweir#include "utlui.hrc"
26cdf0e10cSrcweir#include "navipi.hrc"
27cdf0e10cSrcweir#include "helpid.h"
28cdf0e10cSrcweir#include "access.hrc"
29cdf0e10cSrcweir
30cdf0e10cSrcweirWindow DLG_NAVIGATION_PI
31cdf0e10cSrcweir{
32cdf0e10cSrcweir    HelpID = HID_NAVIGATION_PI ;
33cdf0e10cSrcweir    OutputSize = TRUE ;
34cdf0e10cSrcweir    DialogControl = TRUE ;
35cdf0e10cSrcweir    SVLook = TRUE ;
36cdf0e10cSrcweir    //  Size = MAP_PIXEL( 235, 195 ) ;
37cdf0e10cSrcweir    //  ZoomInOutputSize = MAP_PIXEL (235, 56) ;
38cdf0e10cSrcweir    Size = MAP_PIXEL ( 282, 59 ) ;
39cdf0e10cSrcweir    //  Closeable = TRUE ;
40cdf0e10cSrcweir    //  Zoomable = TRUE ;
41cdf0e10cSrcweir    //  Moveable = TRUE ;
42cdf0e10cSrcweir    //  ZoomIn = FALSE ;
43cdf0e10cSrcweir    Hide = TRUE ;
44cdf0e10cSrcweir    //  HideWhenDeactivate = TRUE ;
45cdf0e10cSrcweir    //  Sizeable = TRUE ;
46cdf0e10cSrcweir    //  EnableResizing = TRUE ;
47cdf0e10cSrcweir    //  Dockable = TRUE ;
48cdf0e10cSrcweir    //  Sizeable = TRUE ;
49cdf0e10cSrcweir    Text [ en-US ] = "Navigator" ;
50cdf0e10cSrcweir    ExtraData =
51cdf0e10cSrcweir    {
52cdf0e10cSrcweir        198;
53cdf0e10cSrcweir    };
54cdf0e10cSrcweir    /************************************************************************************
55*9cd2463eSmseidel    Toolbox begins at 323 x
56cdf0e10cSrcweir    ************************************************************************************/
57cdf0e10cSrcweir#define NAVI_IDLIST \
58cdf0e10cSrcweir        IdList =                            \
59cdf0e10cSrcweir        {                                   \
60cdf0e10cSrcweir            FN_UP ;                         \
61cdf0e10cSrcweir            FN_DOWN ;                       \
62cdf0e10cSrcweir            FN_SELECT_HEADER ;              \
63cdf0e10cSrcweir            FN_SELECT_FOOTER ;              \
64cdf0e10cSrcweir            FN_SELECT_FOOTNOTE ;            \
65cdf0e10cSrcweir            FN_SHOW_CONTENT_BOX ;           \
66cdf0e10cSrcweir            FN_SHOW_ROOT ;                  \
67cdf0e10cSrcweir            FN_ITEM_UP ;                    \
68cdf0e10cSrcweir            FN_ITEM_DOWN ;                  \
69cdf0e10cSrcweir            FN_ITEM_LEFT ;                  \
70cdf0e10cSrcweir            FN_ITEM_RIGHT ;                 \
71cdf0e10cSrcweir            FN_DROP_REGION ;                \
72cdf0e10cSrcweir            FN_OUTLINE_LEVEL ;              \
73cdf0e10cSrcweir            FN_SELECT_SET_AUTO_BOOKMARK ;   \
74cdf0e10cSrcweir            FN_DROP_REGION_LINK ;           \
75cdf0e10cSrcweir            FN_DROP_REGION_COPY ;           \
76cdf0e10cSrcweir            FN_GLOBAL_SWITCH ;              \
77cdf0e10cSrcweir            FN_GLOBAL_EDIT ;                \
78cdf0e10cSrcweir            FN_GLOBAL_UPDATE ;              \
79cdf0e10cSrcweir            FN_GLOBAL_OPEN ;                \
80cdf0e10cSrcweir            FN_GLOBAL_SAVE_CONTENT ;        \
81cdf0e10cSrcweir            FN_CREATE_NAVIGATION ;          \
82cdf0e10cSrcweir        };                                  \
83cdf0e10cSrcweir        IdCount = { 21 ; } ;
84cdf0e10cSrcweir
85cdf0e10cSrcweir    ImageList IL_CONTENT
86cdf0e10cSrcweir    {
87cdf0e10cSrcweir        Prefix = "sc" ;
88cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
89cdf0e10cSrcweir        NAVI_IDLIST
90cdf0e10cSrcweir    };
91cdf0e10cSrcweir    ImageList ILH_CONTENT
92cdf0e10cSrcweir    {
93cdf0e10cSrcweir        Prefix = "sch" ;
94cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
95cdf0e10cSrcweir        NAVI_IDLIST
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    Toolbox TB_CONTENT
98cdf0e10cSrcweir    {
99cdf0e10cSrcweir        Pos = MAP_PIXEL ( 5, 5 ) ;
100cdf0e10cSrcweir        Size = MAP_PIXEL ( 300, 47 ) ;
101cdf0e10cSrcweir        LineCount = 2 ;
102cdf0e10cSrcweir        ItemList =
103cdf0e10cSrcweir        {
104cdf0e10cSrcweir            ToolBoxItem
105cdf0e10cSrcweir            {
106cdf0e10cSrcweir                Identifier = FN_GLOBAL_SWITCH ;
107cdf0e10cSrcweir                HelpID = HID_NAVI_TBX17 ;
108cdf0e10cSrcweir                Text [ en-US ] = "Toggle" ;
109cdf0e10cSrcweir            };
110cdf0e10cSrcweir            ToolBoxItem
111cdf0e10cSrcweir            {
112cdf0e10cSrcweir                Identifier = FN_CREATE_NAVIGATION ;
113cdf0e10cSrcweir                HelpID = HID_NAVI_TBX24 ;
114cdf0e10cSrcweir                Text [ en-US ] = "Navigation" ;
115cdf0e10cSrcweir                DropDown = TRUE ;
116cdf0e10cSrcweir            };
117cdf0e10cSrcweir            ToolBoxItem
118cdf0e10cSrcweir            {
119cdf0e10cSrcweir                Identifier = FN_UP ;
120dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navup.png" ; };
121cdf0e10cSrcweir                HelpID = HID_NAVI_TBX2 ;
122cdf0e10cSrcweir                Text [ en-US ] = "Back" ;
123cdf0e10cSrcweir            };
124cdf0e10cSrcweir            ToolBoxItem
125cdf0e10cSrcweir            {
126cdf0e10cSrcweir                Identifier = FN_DOWN ;
127dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navdn.png" ; };
128cdf0e10cSrcweir                HelpID = HID_NAVI_TBX3 ;
129cdf0e10cSrcweir                Text [ en-US ] = "Forward" ;
130cdf0e10cSrcweir            };
131cdf0e10cSrcweir            ToolBoxItem
132cdf0e10cSrcweir            {
133cdf0e10cSrcweir                Identifier = FN_DROP_REGION ;
134cdf0e10cSrcweir                HelpID = HID_NAVI_TBX4 ;
135cdf0e10cSrcweir                DropDown = TRUE ;
136cdf0e10cSrcweir                Text [ en-US ] = "Drag Mode" ;
137cdf0e10cSrcweir            };
138cdf0e10cSrcweir            ToolBoxItem
139cdf0e10cSrcweir            {
140cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
141cdf0e10cSrcweir            };
142cdf0e10cSrcweir            ToolBoxItem
143cdf0e10cSrcweir            {
144cdf0e10cSrcweir                Identifier = FN_ITEM_UP ;
145dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navchup.png" ; };
146cdf0e10cSrcweir                HelpID = HID_NAVI_TBX5 ;
147cdf0e10cSrcweir                Text [ en-US ] = "Promote Chapter" ;
148cdf0e10cSrcweir                //HelpText[english_us-wrong] = "Move chapter down" ;//"Move chapter up"
149cdf0e10cSrcweir            };
150cdf0e10cSrcweir            ToolBoxItem
151cdf0e10cSrcweir            {
152cdf0e10cSrcweir                Identifier = FN_ITEM_DOWN ;
153dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navchdn.png" ; };
154cdf0e10cSrcweir                HelpID = HID_NAVI_TBX6 ;
155cdf0e10cSrcweir                Text [ en-US ] = "Demote Chapter" ;
156cdf0e10cSrcweir            };
157cdf0e10cSrcweir            ToolBoxItem
158cdf0e10cSrcweir            {
159cdf0e10cSrcweir                Type = TOOLBOXITEM_BREAK ;
160cdf0e10cSrcweir            };
161cdf0e10cSrcweir            ToolBoxItem
162cdf0e10cSrcweir            {
163cdf0e10cSrcweir                Identifier = FN_SHOW_CONTENT_BOX ;
164cdf0e10cSrcweir                HelpID = HID_NAVI_TBX7 ;
165cdf0e10cSrcweir                Text [ en-US ] = "List Box On/Off" ;
166cdf0e10cSrcweir            };
167cdf0e10cSrcweir            ToolBoxItem
168cdf0e10cSrcweir            {
169cdf0e10cSrcweir                Identifier = FN_SHOW_ROOT ;
170cdf0e10cSrcweir                HelpID = HID_NAVI_TBX8 ;
171cdf0e10cSrcweir                Text [ en-US ] = "Content View" ;
172cdf0e10cSrcweir            };
173cdf0e10cSrcweir            ToolBoxItem
174cdf0e10cSrcweir            {
175cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
176cdf0e10cSrcweir            };
177cdf0e10cSrcweir            ToolBoxItem
178cdf0e10cSrcweir            {
179cdf0e10cSrcweir                Identifier = FN_SELECT_SET_AUTO_BOOKMARK ;
180cdf0e10cSrcweir                HelpID = HID_NAVI_TBX9 ;
181dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navstmp.png" ; };
182cdf0e10cSrcweir                Text [ en-US ] = "Set Reminder" ;
183cdf0e10cSrcweir            };
184cdf0e10cSrcweir            ToolBoxItem
185cdf0e10cSrcweir            {
186cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
187cdf0e10cSrcweir            };
188cdf0e10cSrcweir            ToolBoxItem
189cdf0e10cSrcweir            {
190cdf0e10cSrcweir                Identifier = FN_SELECT_HEADER ;
191dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navhead.png" ; };
192cdf0e10cSrcweir                HelpID = HID_NAVI_TBX10 ;
193cdf0e10cSrcweir                Text [ en-US ] = "Header" ;
194cdf0e10cSrcweir            };
195cdf0e10cSrcweir            ToolBoxItem
196cdf0e10cSrcweir            {
197cdf0e10cSrcweir                Identifier = FN_SELECT_FOOTER ;
198dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navfoot.png" ; };
199cdf0e10cSrcweir                HelpID = HID_NAVI_TBX11 ;
200cdf0e10cSrcweir                Text [ en-US ] = "Footer" ;
201cdf0e10cSrcweir            };
202cdf0e10cSrcweir            ToolBoxItem
203cdf0e10cSrcweir            {
204cdf0e10cSrcweir                Identifier = FN_SELECT_FOOTNOTE ;
205dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navnote.png" ; };
206cdf0e10cSrcweir                HelpID = HID_NAVI_TBX12 ;
207cdf0e10cSrcweir                Text [ en-US ] = "Anchor<->Text" ;
208cdf0e10cSrcweir            };
209cdf0e10cSrcweir            ToolBoxItem
210cdf0e10cSrcweir            {
211cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
212cdf0e10cSrcweir            };
213cdf0e10cSrcweir            ToolBoxItem
214cdf0e10cSrcweir            {
215cdf0e10cSrcweir                Identifier = FN_OUTLINE_LEVEL ;
216cdf0e10cSrcweir                HelpID = HID_NAVI_TBX13 ;
217cdf0e10cSrcweir                Text [ en-US ] = "Heading Levels Shown" ;
218cdf0e10cSrcweir                DropDown = TRUE ;
219cdf0e10cSrcweir            };
220cdf0e10cSrcweir            ToolBoxItem
221cdf0e10cSrcweir            {
222cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
223cdf0e10cSrcweir            };
224cdf0e10cSrcweir            ToolBoxItem
225cdf0e10cSrcweir            {
226cdf0e10cSrcweir                Identifier = FN_ITEM_LEFT ;
227cdf0e10cSrcweir                HelpID = HID_NAVI_TBX14 ;
228dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navchlf.png" ; };
229cdf0e10cSrcweir                Text [ en-US ] = "Promote Level" ;
230cdf0e10cSrcweir            };
231cdf0e10cSrcweir            ToolBoxItem
232cdf0e10cSrcweir            {
233cdf0e10cSrcweir                Identifier = FN_ITEM_RIGHT ;
234dd974154Smseidel                //                  ItemBitmap = Bitmap { File = "navchrg.png" ; };
235cdf0e10cSrcweir                HelpID = HID_NAVI_TBX15 ;
236cdf0e10cSrcweir                Text [ en-US ] = "Demote Level" ;
237cdf0e10cSrcweir            };
238cdf0e10cSrcweir        };
239cdf0e10cSrcweir    };
240cdf0e10cSrcweir    ToolBox TB_GLOBAL
241cdf0e10cSrcweir    {
242cdf0e10cSrcweir        Pos = MAP_PIXEL ( 5, 5 ) ;
243cdf0e10cSrcweir        Size = MAP_PIXEL ( 300, 47 ) ;
244cdf0e10cSrcweir        LineCount = 1 ;
245cdf0e10cSrcweir        Hide = TRUE ;
246cdf0e10cSrcweir        ItemList =
247cdf0e10cSrcweir        {
248cdf0e10cSrcweir            ToolBoxItem
249cdf0e10cSrcweir            {
250cdf0e10cSrcweir                Identifier = FN_GLOBAL_SWITCH ;
251cdf0e10cSrcweir                HelpID = HID_NAVI_TBX17 ;
252cdf0e10cSrcweir                Text [ en-US ] = "Toggle" ;
253cdf0e10cSrcweir            };
254cdf0e10cSrcweir            ToolBoxItem
255cdf0e10cSrcweir            {
256cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
257cdf0e10cSrcweir            };
258cdf0e10cSrcweir            ToolBoxItem
259cdf0e10cSrcweir            {
260cdf0e10cSrcweir                Identifier = FN_GLOBAL_EDIT ;
261cdf0e10cSrcweir                HelpID = HID_NAVI_TBX18 ;
262cdf0e10cSrcweir                Text [ en-US ] = "Edit" ;
263cdf0e10cSrcweir            };
264cdf0e10cSrcweir            ToolBoxItem
265cdf0e10cSrcweir            {
266cdf0e10cSrcweir                Identifier = FN_GLOBAL_UPDATE ;
267cdf0e10cSrcweir                HelpID = HID_NAVI_TBX19 ;
268cdf0e10cSrcweir                Text [ en-US ] = "Update" ;
269cdf0e10cSrcweir            };
270cdf0e10cSrcweir            ToolBoxItem
271cdf0e10cSrcweir            {
272cdf0e10cSrcweir                Identifier = FN_GLOBAL_OPEN ;
273cdf0e10cSrcweir                HelpID = HID_NAVI_TBX20 ;
274cdf0e10cSrcweir                Text [ en-US ] = "Insert" ;
275cdf0e10cSrcweir            };
276cdf0e10cSrcweir            ToolBoxItem
277cdf0e10cSrcweir            {
278cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
279cdf0e10cSrcweir            };
280cdf0e10cSrcweir            ToolBoxItem
281cdf0e10cSrcweir            {
282cdf0e10cSrcweir                Identifier = FN_GLOBAL_SAVE_CONTENT ;
283cdf0e10cSrcweir                HelpID = HID_NAVI_TBX21 ;
284cdf0e10cSrcweir                Text [ en-US ] = "Save Contents as well" ;
285cdf0e10cSrcweir            };
286cdf0e10cSrcweir            ToolBoxItem
287cdf0e10cSrcweir            {
288cdf0e10cSrcweir                Type = TOOLBOXITEM_SEPARATOR ;
289cdf0e10cSrcweir            };
290cdf0e10cSrcweir            ToolBoxItem
291cdf0e10cSrcweir            {
292cdf0e10cSrcweir                Identifier = FN_ITEM_UP ;
293cdf0e10cSrcweir                HelpID = HID_NAVI_TBX22 ;
294cdf0e10cSrcweir                Text [ en-US ] = "Move Up" ;
295cdf0e10cSrcweir            };
296cdf0e10cSrcweir            ToolBoxItem
297cdf0e10cSrcweir            {
298cdf0e10cSrcweir                Identifier = FN_ITEM_DOWN ;
299cdf0e10cSrcweir                HelpID = HID_NAVI_TBX23 ;
300cdf0e10cSrcweir                Text [ en-US ] = "Move Down" ;
301cdf0e10cSrcweir            };
302cdf0e10cSrcweir        };
303cdf0e10cSrcweir    };
304cdf0e10cSrcweir    /* TreeListBox */
305cdf0e10cSrcweir    Control TL_CONTENT
306cdf0e10cSrcweir    {
307cdf0e10cSrcweir        HelpID = HID_NAVI_CONTENT ;
308cdf0e10cSrcweir        Border = TRUE ;
309cdf0e10cSrcweir        Pos = MAP_PIXEL ( 5, 62 ) ;
310cdf0e10cSrcweir        Size = MAP_PIXEL ( 274, 112 ) ;
311cdf0e10cSrcweir        TabStop = TRUE ;
312cdf0e10cSrcweir        ClipChildren = TRUE ;
313cdf0e10cSrcweir        Hide = TRUE ;
314cdf0e10cSrcweir    };
315cdf0e10cSrcweir    Control TL_GLOBAL
316cdf0e10cSrcweir    {
317cdf0e10cSrcweir        HelpID = HID_NAVI_GLOBAL ;
318cdf0e10cSrcweir        Border = TRUE ;
319cdf0e10cSrcweir        Pos = MAP_PIXEL ( 5, 34 ) ;
320cdf0e10cSrcweir        Size = MAP_PIXEL ( 274, 112 ) ;
321cdf0e10cSrcweir        TabStop = TRUE ;
322cdf0e10cSrcweir        ClipChildren = TRUE ;
323cdf0e10cSrcweir        Hide = TRUE ;
324cdf0e10cSrcweir    };
325cdf0e10cSrcweir    ListBox LB_DOCS
326cdf0e10cSrcweir    {
327cdf0e10cSrcweir        Border = TRUE ;
328cdf0e10cSrcweir        Pos = MAP_PIXEL ( 5, 115 ) ;
329cdf0e10cSrcweir        Size = MAP_APPFONT ( 150, 50 ) ;
330cdf0e10cSrcweir        DropDown = TRUE ;
331cdf0e10cSrcweir    };
332cdf0e10cSrcweir    NumericField NF_PAGE
333cdf0e10cSrcweir    {
334cdf0e10cSrcweir        Border = TRUE ;
335cdf0e10cSrcweir        Pos = MAP_PIXEL ( 50, 29 ) ;
336cdf0e10cSrcweir        Size = MAP_PIXEL ( 34, 20 ) ;
337cdf0e10cSrcweir        TabStop = TRUE ;
338cdf0e10cSrcweir        Left = TRUE ;
339cdf0e10cSrcweir        Repeat = TRUE ;
340cdf0e10cSrcweir        Spin = TRUE ;
341cdf0e10cSrcweir        Minimum = 1 ;
342cdf0e10cSrcweir        First = 1 ;
343*9cd2463eSmseidel        // Outline as Default
344cdf0e10cSrcweir        Maximum = 5 ;
345cdf0e10cSrcweir        Last = 5 ;
346cdf0e10cSrcweir        Value = 5 ;
347cdf0e10cSrcweir    };
348cdf0e10cSrcweir    String ST_OUTLINE_LEVEL
349cdf0e10cSrcweir    {
350cdf0e10cSrcweir        Text [ en-US ] = "Outline Level" ;
351cdf0e10cSrcweir    };
352cdf0e10cSrcweir    String ST_DRAGMODE
353cdf0e10cSrcweir    {
354cdf0e10cSrcweir        Text [ en-US ] = "Drag Mode" ;
355cdf0e10cSrcweir    };
356cdf0e10cSrcweir    String ST_HYPERLINK
357cdf0e10cSrcweir    {
358cdf0e10cSrcweir        Text [ en-US ] = "Insert as Hyperlink" ;
359cdf0e10cSrcweir    };
360cdf0e10cSrcweir    String ST_LINK_REGION
361cdf0e10cSrcweir    {
362cdf0e10cSrcweir        Text [ en-US ] = "Insert as Link" ;
363cdf0e10cSrcweir    };
364cdf0e10cSrcweir    String ST_COPY_REGION
365cdf0e10cSrcweir    {
366cdf0e10cSrcweir        Text [ en-US ] = "Insert as Copy" ;
367cdf0e10cSrcweir    };
368cdf0e10cSrcweir    String ST_DISPLAY
369cdf0e10cSrcweir    {
370cdf0e10cSrcweir        Text [ en-US ] = "Display" ;
371cdf0e10cSrcweir    };
372cdf0e10cSrcweir    String ST_ACTIVE_VIEW
373cdf0e10cSrcweir    {
374cdf0e10cSrcweir        Text [ en-US ] = "Active Window" ;
375cdf0e10cSrcweir    };
376cdf0e10cSrcweir    String ST_HIDDEN
377cdf0e10cSrcweir    {
378cdf0e10cSrcweir        Text [ en-US ] = "hidden" ;
379cdf0e10cSrcweir    };
380cdf0e10cSrcweir    String ST_ACTIVE
381cdf0e10cSrcweir    {
382cdf0e10cSrcweir        Text [ en-US ] = "active" ;
383cdf0e10cSrcweir    };
384cdf0e10cSrcweir    String ST_INACTIVE
385cdf0e10cSrcweir    {
386cdf0e10cSrcweir        Text [ en-US ] = "inactive" ;
387cdf0e10cSrcweir    };
388cdf0e10cSrcweir    String ST_EDIT_ENTRY
389cdf0e10cSrcweir    {
390cdf0e10cSrcweir        Text [ en-US ] = "Edit..." ;
391cdf0e10cSrcweir    };
392cdf0e10cSrcweir    String ST_UPDATE
393cdf0e10cSrcweir    {
394cdf0e10cSrcweir        Text [ en-US ] = "~Update" ;
395cdf0e10cSrcweir    };
396cdf0e10cSrcweir    String ST_EDIT_CONTENT
397cdf0e10cSrcweir    {
398cdf0e10cSrcweir        Text [ en-US ] = "Edit" ;
399cdf0e10cSrcweir    };
400cdf0e10cSrcweir    String ST_EDIT_LINK
401cdf0e10cSrcweir    {
402cdf0e10cSrcweir        Text [ en-US ] = "Edit link" ;
403cdf0e10cSrcweir    };
404cdf0e10cSrcweir    String ST_INSERT
405cdf0e10cSrcweir    {
406cdf0e10cSrcweir        Text [ en-US ] = "Insert" ;
407cdf0e10cSrcweir    };
408cdf0e10cSrcweir    String ST_INDEX
409cdf0e10cSrcweir    {
410cdf0e10cSrcweir        Text [ en-US ] = "~Index" ;
411cdf0e10cSrcweir    };
412cdf0e10cSrcweir    String ST_FILE
413cdf0e10cSrcweir    {
414cdf0e10cSrcweir        Text [ en-US ] = "File" ;
415cdf0e10cSrcweir    };
416cdf0e10cSrcweir    String ST_NEW_FILE
417cdf0e10cSrcweir    {
418cdf0e10cSrcweir        Text [ en-US ] = "New Document" ;
419cdf0e10cSrcweir    };
420cdf0e10cSrcweir    String ST_TEXT
421cdf0e10cSrcweir    {
422cdf0e10cSrcweir        Text [ en-US ] = "Text" ;
423cdf0e10cSrcweir    };
424cdf0e10cSrcweir    String ST_DELETE
425cdf0e10cSrcweir    {
426cdf0e10cSrcweir        Text [ en-US ] = "Delete" ;
427cdf0e10cSrcweir    };
428cdf0e10cSrcweir    String ST_DELETE_ENTRY
429cdf0e10cSrcweir    {
430cdf0e10cSrcweir        Text [ en-US ] = "~Delete" ;
431cdf0e10cSrcweir    };
432cdf0e10cSrcweir    String ST_UPDATE_SEL
433cdf0e10cSrcweir    {
434cdf0e10cSrcweir        Text [ en-US ] = "Selection" ;
435cdf0e10cSrcweir    };
436cdf0e10cSrcweir    String ST_UPDATE_INDEX
437cdf0e10cSrcweir    {
438cdf0e10cSrcweir        Text [ en-US ] = "Indexes" ;
439cdf0e10cSrcweir    };
440cdf0e10cSrcweir    String ST_UPDATE_LINK
441cdf0e10cSrcweir    {
442cdf0e10cSrcweir        Text [ en-US ] = "Links" ;
443cdf0e10cSrcweir    };
444cdf0e10cSrcweir    String ST_UPDATE_ALL
445cdf0e10cSrcweir    {
446cdf0e10cSrcweir        Text [ en-US ] = "All" ;
447cdf0e10cSrcweir    };
448cdf0e10cSrcweir    String ST_REMOVE_INDEX
449cdf0e10cSrcweir    {
450cdf0e10cSrcweir        Text [ en-US ] = "~Remove Index" ;
451cdf0e10cSrcweir    };
452cdf0e10cSrcweir    String ST_REMOVE_TBL_PROTECTION
453cdf0e10cSrcweir    {
454cdf0e10cSrcweir        Text [ en-US ] = "~Unprotect" ;
455cdf0e10cSrcweir    };
456cdf0e10cSrcweir    String ST_INVISIBLE
457cdf0e10cSrcweir    {
458cdf0e10cSrcweir        Text [ en-US ] = "hidden" ;
459cdf0e10cSrcweir    };
460cdf0e10cSrcweir    String ST_BROKEN_LINK
461cdf0e10cSrcweir    {
462cdf0e10cSrcweir        Text [ en-US ] = "File not found: " ;
463cdf0e10cSrcweir    };
464cdf0e10cSrcweir    String ST_RENAME
465cdf0e10cSrcweir    {
466cdf0e10cSrcweir        Text [ en-US ] = "~Rename" ;
467cdf0e10cSrcweir    };
468cdf0e10cSrcweir    String ST_READONLY_IDX
469cdf0e10cSrcweir    {
470cdf0e10cSrcweir        Text [ en-US ] = "Read-~only" ;
471cdf0e10cSrcweir    };
472cdf0e10cSrcweir    String ST_POSTIT_SHOW
473cdf0e10cSrcweir    {
474cdf0e10cSrcweir        Text [ en-US ] = "Show All" ;
475cdf0e10cSrcweir    };
476cdf0e10cSrcweir    String ST_POSTIT_HIDE
477cdf0e10cSrcweir    {
478cdf0e10cSrcweir        Text [ en-US ] = "Hide All" ;
479cdf0e10cSrcweir    };
480cdf0e10cSrcweir    String ST_POSTIT_DELETE
481cdf0e10cSrcweir    {
482cdf0e10cSrcweir        Text [ en-US ] = "Delete All" ;
483cdf0e10cSrcweir    };
484cdf0e10cSrcweir};
485cdf0e10cSrcweir#define NAVI_ENTRY_IDS  \
486cdf0e10cSrcweir    IdList =            \
487cdf0e10cSrcweir    {                   \
488cdf0e10cSrcweir        20000 ;         \
489cdf0e10cSrcweir        20001 ;         \
490cdf0e10cSrcweir        20002 ;         \
491cdf0e10cSrcweir        20003 ;         \
492cdf0e10cSrcweir        20004 ;         \
493cdf0e10cSrcweir        20005 ;         \
494cdf0e10cSrcweir        20006 ;         \
495cdf0e10cSrcweir        20007 ;         \
496cdf0e10cSrcweir        20008 ;         \
497cdf0e10cSrcweir        20009 ;         \
498cdf0e10cSrcweir        20010 ;         \
499cdf0e10cSrcweir        20011 ;         \
500cdf0e10cSrcweir    };                  \
501cdf0e10cSrcweir    IdCount = { 12 ; } ;
502cdf0e10cSrcweir
503cdf0e10cSrcweir
504cdf0e10cSrcweir
505cdf0e10cSrcweirImageList IMG_NAVI_ENTRYBMP
506cdf0e10cSrcweir{
507cdf0e10cSrcweir    Prefix = "nc" ;
508cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
509cdf0e10cSrcweir    NAVI_ENTRY_IDS
510cdf0e10cSrcweir};
511cdf0e10cSrcweir
512cdf0e10cSrcweirImageList IMG_NAVI_ENTRYBMPH
513cdf0e10cSrcweir{
514cdf0e10cSrcweir    Prefix = "nch" ;
515cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
516cdf0e10cSrcweir    NAVI_ENTRY_IDS
517cdf0e10cSrcweir};
518cdf0e10cSrcweir
519cdf0e10cSrcweirString STR_ACCESS_TL_GLOBAL
520cdf0e10cSrcweir{
521cdf0e10cSrcweir    Text [ en-US ] = "Global View" ;
522cdf0e10cSrcweir};
523cdf0e10cSrcweirString STR_ACCESS_TL_CONTENT
524cdf0e10cSrcweir{
525cdf0e10cSrcweir    Text [ en-US ] = "Content View" ;
526cdf0e10cSrcweir};
527cdf0e10cSrcweir
528*9cd2463eSmseidel// ********************************************************************** EOF
529