update credits
[LibreOffice.git] / sw / source / ui / ribbar / workctrl.src
blob23e60add838cccc88b35280c4cc0247283373ccc
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 <svx/svxids.hrc>
21 #include <svx/globlmn.hrc>
22 #include "workctrl.hrc"
23 #include "helpid.h"
24 #include "cmdid.h"
26 Menu RID_INSERT_FIELD_CTRL
28     ItemList =
29     {
30         MenuItem
31         {
32             Identifier = FN_INSERT_FLD_DATE ;
33             HelpId = CMD_FN_INSERT_FLD_DATE ;
34             Text [ en-US ] = "Date" ;
35         };
36         MenuItem
37         {
38             Identifier = FN_INSERT_FLD_TIME ;
39             HelpId = CMD_FN_INSERT_FLD_TIME ;
40             Text [ en-US ] = "Time" ;
41         };
42         MenuItem
43         {
44             Identifier = FN_INSERT_FLD_PGNUMBER ;
45             HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
46             Text [ en-US ] = "Page Number" ;
47         };
48         MenuItem
49         {
50             Identifier = FN_INSERT_FLD_PGCOUNT ;
51             HelpId = CMD_FN_INSERT_FLD_PGCOUNT ;
52             Text [ en-US ] = "Page Count" ;
53         };
54         MenuItem
55         {
56             Identifier = FN_INSERT_FLD_TOPIC ;
57             HelpId = CMD_FN_INSERT_FLD_TOPIC ;
58             Text [ en-US ] = "Subject" ;
59         };
60         MenuItem
61         {
62             Identifier = FN_INSERT_FLD_TITLE ;
63             HelpId = CMD_FN_INSERT_FLD_TITLE ;
64             Text [ en-US ] = "Title" ;
65         };
66         MenuItem
67         {
68             Identifier = FN_INSERT_FLD_AUTHOR ;
69             HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
70             Text [ en-US ] = "Author" ;
71         };
72         MenuItem
73         {
74             Separator = TRUE ;
75         };
76         MenuItem
77         {
78             Identifier = FN_INSERT_FIELD ;
79             HelpId = CMD_FN_INSERT_FIELD ;
80             Text [ en-US ] = "Other..." ;
81         };
82     };
84 #define SCROLL_IMAGE_IDLIST \
85         IdList =                        \
86         {                               \
87             NID_NEXT ;                  \
88             NID_PREV ;                  \
89             NID_TBL ;                   \
90             NID_FRM ;                   \
91             NID_PGE ;                   \
92             NID_DRW ;                   \
93             NID_CTRL ;                  \
94             NID_REG ;                   \
95             NID_BKM ;                   \
96             NID_GRF ;                   \
97             NID_OLE ;                   \
98             NID_OUTL ;                  \
99             NID_SEL ;                   \
100             NID_FTN ;                   \
101             NID_MARK ;                  \
102             NID_POSTIT ;                \
103             NID_SRCH_REP ;              \
104             NID_INDEX_ENTRY;            \
105             NID_TABLE_FORMULA;          \
106             NID_TABLE_FORMULA_ERROR;    \
107         };                              \
108         IdCount = { 20 ; };
110 FloatingWindow RID_SCROLL_NAVIGATION_WIN
112     Moveable = TRUE ;
113     Closeable = TRUE ;
114     Hide = TRUE ;
115     SVLook = TRUE ;
116     HelpID = HID_INSERT_CTRL ;
117     ImageList IL_VALUES
118     {
119         Prefix = "sr";
120         MaskColor = IMAGE_MASK_COLOR ;
121         SCROLL_IMAGE_IDLIST
122     };
123     FixedLine FL_SEP
124     {
125         //no position, no text
126         Size = MAP_APPFONT ( 20 , 4 ) ;
127     };
128     FixedText FI_INFO
129     {
130         //no position, no text
131         Size = MAP_APPFONT ( 20 , 8 ) ;
132         Center = TRUE;
133     };
134     String ST_TBL
135     {
136         Text [ en-US ] = "Table" ;
137     };
138     String ST_FRM
139     {
140         Text [ en-US ] = "Text Frame" ;
141     };
142     String ST_PGE
143     {
144         Text [ en-US ] = "Page" ;
145     };
146     String ST_DRW
147     {
148         Text [ en-US ] = "Drawing" ;
149     };
150     String ST_CTRL
151     {
152         Text [ en-US ] = "Control" ;
153     };
154     String ST_REG
155     {
156         Text [ en-US ] = "Section" ;
157     };
158     String ST_BKM
159     {
160         Text [ en-US ] = "Bookmark" ;
161     };
162     String ST_GRF
163     {
164         Text [ en-US ] = "Graphics" ;
165     };
166     String ST_OLE
167     {
168         Text [ en-US ] = "OLE object" ;
169     };
170     String ST_OUTL
171     {
172         Text [ en-US ] = "Headings" ;
173     };
174     String ST_SEL
175     {
176         Text [ en-US ] = "Selection" ;
177     };
178     String ST_FTN
179     {
180         Text [ en-US ] = "Footnote" ;
181     };
182     String ST_MARK
183     {
184         Text [ en-US ] = "Reminder" ;
185     };
186     String ST_POSTIT
187     {
188         Text [ en-US ] = "Comment" ;
189     };
190     String ST_SRCH_REP
191     {
192         Text [ en-US ] = "Repeat search" ;
193     };
194     String ST_INDEX_ENTRY
195     {
196         Text [ en-US ] = "Index entry";
197     };
198     String ST_TABLE_FORMULA
199     {
200         Text [ en-US ] = "Table formula";
201     };
202     String ST_TABLE_FORMULA_ERROR
203     {
204         Text [ en-US ] = "Wrong table formula";
205     };
206     Text [ en-US ] = "Navigation" ;
209 // Strings for the quickhelp of the View-PgUp/Down-Buttons
211 String STR_IMGBTN_NEXT_DOWN
213     Text = "" ;
215 String STR_IMGBTN_PREV_DOWN
217     Text = "" ;
219 String STR_IMGBTN_TBL_DOWN
221     Text [ en-US ] = "Next table" ;
223 String STR_IMGBTN_FRM_DOWN
225     Text [ en-US ] = "Next text frame" ;
227 String STR_IMGBTN_PGE_DOWN
229     Text [ en-US ] = "Next page" ;
231 String STR_IMGBTN_DRW_DOWN
233     Text [ en-US ] = "Next drawing" ;
235 String STR_IMGBTN_CTRL_DOWN
237     Text [ en-US ] = "Next control" ;
239 String STR_IMGBTN_REG_DOWN
241     Text [ en-US ] = "Next section" ;
243 String STR_IMGBTN_BKM_DOWN
245     Text [ en-US ] = "Next bookmark" ;
247 String STR_IMGBTN_GRF_DOWN
249     Text [ en-US ] = "Next graphic" ;
251 String STR_IMGBTN_OLE_DOWN
253     Text [ en-US ] = "Next OLE object" ;
255 String STR_IMGBTN_OUTL_DOWN
257     Text [ en-US ] = "Next heading" ;
259 String STR_IMGBTN_SEL_DOWN
261     Text [ en-US ] = "Next selection" ;
263 String STR_IMGBTN_FTN_DOWN
265     Text [ en-US ] = "Next footnote" ;
267 String STR_IMGBTN_MARK_DOWN
269     Text [ en-US ] = "Next Reminder" ;
271 String STR_IMGBTN_POSTIT_DOWN
273     Text [ en-US ] = "Next Comment" ;
275 String STR_IMGBTN_SRCH_REP_DOWN
277     Text [ en-US ] = "Continue search forward" ;
279 String STR_IMGBTN_INDEX_ENTRY_DOWN
281     Text [ en-US ] = "Next index entry";
283 String STR_IMGBTN_NEXT_UP
285     Text = "" ;
287 String STR_IMGBTN_PREV_UP
289     Text = "" ;
291 String STR_IMGBTN_TBL_UP
293     Text [ en-US ] = "Previous table" ;
295 String STR_IMGBTN_FRM_UP
297     Text [ en-US ] = "Previous text frame" ;
299 String STR_IMGBTN_PGE_UP
301     Text [ en-US ] = "Previous page" ;
303 String STR_IMGBTN_DRW_UP
305     Text [ en-US ] = "Previous drawing" ;
307 String STR_IMGBTN_CTRL_UP
309     Text [ en-US ] = "Previous control" ;
311 String STR_IMGBTN_REG_UP
313     Text [ en-US ] = "Previous section" ;
315 String STR_IMGBTN_BKM_UP
317     Text [ en-US ] = "Previous bookmark" ;
319 String STR_IMGBTN_GRF_UP
321     Text [ en-US ] = "Previous graphic" ;
323 String STR_IMGBTN_OLE_UP
325     Text [ en-US ] = "Previous OLE object" ;
327 String STR_IMGBTN_OUTL_UP
329     Text [ en-US ] = "Previous heading" ;
331 String STR_IMGBTN_SEL_UP
333     Text [ en-US ] = "Previous selection" ;
335 String STR_IMGBTN_FTN_UP
337     Text [ en-US ] = "Previous footnote" ;
339 String STR_IMGBTN_MARK_UP
341     Text [ en-US ] = "Previous Reminder" ;
343 String STR_IMGBTN_POSTIT_UP
345     Text [ en-US ] = "Previous Comment" ;
347 String STR_IMGBTN_SRCH_REP_UP
349     Text [ en-US ] = "Continue search backwards" ;
351 String STR_IMGBTN_INDEX_ENTRY_UP
353     Text [ en-US ] = "Previous index entry";
355 String STR_IMGBTN_TBLFML_UP
357     Text [ en-US ] = "Previous table formula";
359 String STR_IMGBTN_TBLFML_DOWN
361     Text [ en-US ] = "Next table formula";
363 String STR_IMGBTN_TBLFML_ERR_UP
365     Text [ en-US ] = "Previous faulty table formula";
367 String STR_IMGBTN_TBLFML_ERR_DOWN
369     Text [ en-US ] = "Next faulty table formula";
371 ImageButton BTN_NAVI
373     HelpID = HID_NAVIGATION_IMGBTN ;
374     SVLOOK = TRUE ;
375     HIDE = TRUE ;
376     RectStyle = TRUE ;
377     SmallStyle = TRUE ;
378     Image IMG_BTN
379     {
380         ImageBitmap = Bitmap { File = "navigation.png" ; };
381         MaskColor = IMAGE_MASK_COLOR ;
382     };
383     String ST_QUICK
384     {
385         Text [ en-US ] = "Navigation" ;
386     };
388 ComboBox RID_PVIEW_ZOOM_LB
390     HelpId = HID_PVIEW_ZOOM_LB;
391     Size = MAP_APPFONT ( 30 , 86 ) ;
392     DropDown = TRUE ;
393     AutoHScroll = TRUE ;
394     DDExtraWidth = TRUE ;
395     Border = TRUE ;
396     Hide = TRUE ;
399 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */