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 .
22 Window RID_SCDLG_NAVIGATOR
25 HelpId = HID_SC_NAVIGATOR ;
26 Size = MAP_APPFONT ( 115 , 116 ) ;
28 DialogControl = TRUE ;
30 Text [ en-US ] = "Navigator" ;
33 Pos = MAP_APPFONT ( 2 , 19 ) ;
34 // an kleinere Toolbox-Bitmaps angepasst
35 Size = MAP_APPFONT ( 19 , 10 ) ;
36 Text [ en-US ] = "Row" ;
40 HelpId = HID_SC_NAVIPI_ROW ;
42 Pos = MAP_APPFONT ( 31 , 18 ) ;
43 // an kleinere Toolbox-Bitmaps angepasst
44 Size = MAP_APPFONT ( 30 , 12 ) ;
51 QuickHelpText [ en-US ] = "Row" ;
55 Pos = MAP_APPFONT ( 2 , 5 ) ;
56 Size = MAP_APPFONT ( 23 , 10 ) ;
57 Text [ en-US ] = "Column" ;
61 HelpId = HID_SC_NAVIPI_COL ;
63 Pos = MAP_APPFONT ( 31 , 4 ) ;
64 Size = MAP_APPFONT ( 30 , 12 ) ;
68 QuickHelpText [ en-US ] = "Column" ;
72 // "Control" braucht immer eigene HelpId
73 HelpId = HID_SC_NAVIPI_ENTRIES ;
75 Pos = MAP_APPFONT ( 2 , 35 ) ;
76 Size = MAP_APPFONT ( 110 , 100 ) ;
81 HelpId = HID_SC_NAVIPI_DOC ;
83 Pos = MAP_APPFONT ( 2 , 89 ) ;
84 Size = MAP_APPFONT ( 82 , 50 ) ;
87 QuickHelpText [ en-US ] = "Document" ;
92 MaskColor = STD_MASKCOLOR ;
107 Pos = MAP_APPFONT ( 66 , 3 ) ;
108 HelpId = HID_SC_NAVIPI_TOOLBOX ;
116 Identifier = IID_DATA ;
117 HelpId = HID_SC_NAVIPI_DATA ;
118 Text [ en-US ] = "Data Range" ;
122 Identifier = IID_UP ;
123 HelpId = HID_SC_NAVIPI_UP ;
124 Text [ en-US ] = "Start" ;
128 Identifier = IID_DOWN ;
129 HelpId = HID_SC_NAVIPI_DOWN ;
130 Text [ en-US ] = "End" ;
133 ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
137 Identifier = IID_ZOOMOUT ;
138 HelpId = HID_SC_NAVIPI_ZOOM ;
139 Text [ en-US ] = "Contents" ;
143 Identifier = IID_CHANGEROOT ;
144 HelpId = HID_SC_NAVIPI_ROOT ;
145 Text [ en-US ] = "Toggle" ;
149 Identifier = IID_SCENARIOS ;
150 HelpId = HID_SC_NAVIPI_SCEN ;
151 Text [ en-US ] = "Scenarios" ;
155 Identifier = IID_DROPMODE ;
156 HelpId = HID_SC_NAVIPI_DROP ;
158 Text [ en-US ] = "Drag Mode" ;
164 Text [ en-US ] = "Drag Mode" ;
168 Text [ en-US ] = "Display" ;
172 Text [ en-US ] = "active" ;
176 Text [ en-US ] = "inactive" ;
180 Text [ en-US ] = "hidden" ;
184 Text [ en-US ] = "Active Window" ;
187 String STR_QHLP_SCEN_LISTBOX
189 Text [ en-US ] = "Scenario Name";
192 String STR_QHLP_SCEN_COMMENT
194 Text [ en-US ] = "Comment";
199 ImageList RID_IMAGELIST_NAVCONT
202 MaskColor = STD_MASKCOLOR ;
218 Image RID_IMG_DROP_URL
220 ImageBitmap = Bitmap { File = "dropurl.png" ; };
221 MaskColor = STD_MASKCOLOR ;
224 Image RID_IMG_DROP_LINK
226 ImageBitmap = Bitmap { File = "droplink.png" ; };
227 MaskColor = STD_MASKCOLOR ;
230 Image RID_IMG_DROP_COPY
232 ImageBitmap = Bitmap { File = "dropcopy.png" ; };
233 MaskColor = STD_MASKCOLOR ;
236 Image IMG_ELEMENT_DEFAULT
238 ImageBitmap = Bitmap { File = "xml_element.png" ; };
239 MaskColor = STD_MASKCOLOR ;
242 Image IMG_ELEMENT_REPEAT
244 ImageBitmap = Bitmap { File = "xml_element_repeat.png" ; };
245 MaskColor = STD_MASKCOLOR ;
248 Image IMG_ELEMENT_ATTRIBUTE
250 ImageBitmap = Bitmap { File = "xml_attribute.png" ; };
251 MaskColor = STD_MASKCOLOR ;
254 // content description strings are also used in ScLinkTargetsObj
256 String SCSTR_CONTENT_ROOT
258 Text [ en-US ] = "Contents" ;
261 String SCSTR_CONTENT_TABLE
263 Text [ en-US ] = "Sheets" ;
266 String SCSTR_CONTENT_RANGENAME
268 Text [ en-US ] = "Range names" ;
271 String SCSTR_CONTENT_DBAREA
273 Text [ en-US ] = "Database ranges" ;
276 String SCSTR_CONTENT_GRAPHIC
278 Text [ en-US ] = "Images" ;
281 String SCSTR_CONTENT_OLEOBJECT
283 Text [ en-US ] = "OLE objects" ;
286 String SCSTR_CONTENT_NOTE
288 Text [ en-US ] = "Comments" ;
291 String SCSTR_CONTENT_AREALINK
293 Text [ en-US ] = "Linked areas" ;
296 String SCSTR_CONTENT_DRAWING
298 Text [ en-US ] = "Drawing objects";
301 // PopupMenu -------------------------------------------------------------
302 Menu RID_POPUP_DROPMODE
308 Identifier = RID_DROPMODE_URL ;
309 HelpId = HID_SC_DROPMODE_URL ;
310 Text [ en-US ] = "Insert as Hyperlink" ;
314 Identifier = RID_DROPMODE_LINK ;
315 HelpId = HID_SC_DROPMODE_LINK ;
316 Text [ en-US ] = "Insert as Link" ;
320 Identifier = RID_DROPMODE_COPY ;
321 HelpId = HID_SC_DROPMODE_COPY ;
322 Text [ en-US ] = "Insert as Copy" ;
327 Menu RID_POPUP_NAVIPI_SCENARIO
333 Identifier = RID_NAVIPI_SCENARIO_DELETE ;
334 HelpId = HID_SC_SCENARIO_DELETE ;
335 Text [ en-US ] = "Delete" ;
339 Identifier = RID_NAVIPI_SCENARIO_EDIT ;
340 HelpId = HID_SC_SCENARIO_EDIT ;
341 Text [ en-US ] = "Properties..." ;
346 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */