1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _SVXIDS_HRC 29#include <svx/svxids.hrc> 30#endif 31#ifndef _GLOBLMN_HRC 32#include <svx/globlmn.hrc> 33#endif 34#include "workctrl.hrc" 35#include "helpid.h" 36#include "cmdid.h" 37 38Menu RID_INSERT_FIELD_CTRL 39{ 40 ItemList = 41 { 42 MenuItem 43 { 44 Identifier = FN_INSERT_FLD_DATE ; 45 HelpId = CMD_FN_INSERT_FLD_DATE ; 46 Text [ en-US ] = "Date" ; 47 }; 48 MenuItem 49 { 50 Identifier = FN_INSERT_FLD_TIME ; 51 HelpId = CMD_FN_INSERT_FLD_TIME ; 52 Text [ en-US ] = "Time" ; 53 }; 54 //#ifndef MN_SW_WEB 55 MenuItem 56 { 57 Identifier = FN_INSERT_FLD_PGNUMBER ; 58 HelpId = CMD_FN_INSERT_FLD_PGNUMBER ; 59 Text [ en-US ] = "Page Number" ; 60 }; 61 MenuItem 62 { 63 Identifier = FN_INSERT_FLD_PGCOUNT ; 64 HelpId = CMD_FN_INSERT_FLD_PGCOUNT ; 65 Text [ en-US ] = "Page Count" ; 66 }; 67 MenuItem 68 { 69 Identifier = FN_INSERT_FLD_TOPIC ; 70 HelpId = CMD_FN_INSERT_FLD_TOPIC ; 71 Text [ en-US ] = "Subject" ; 72 }; 73 MenuItem 74 { 75 Identifier = FN_INSERT_FLD_TITLE ; 76 HelpId = CMD_FN_INSERT_FLD_TITLE ; 77 Text [ en-US ] = "Title" ; 78 }; 79 //#endif 80 MenuItem 81 { 82 Identifier = FN_INSERT_FLD_AUTHOR ; 83 HelpId = CMD_FN_INSERT_FLD_AUTHOR ; 84 Text [ en-US ] = "Author" ; 85 }; 86 MenuItem 87 { 88 Separator = TRUE ; 89 }; 90 MenuItem 91 { 92 Identifier = FN_INSERT_FIELD ; 93 HelpId = CMD_FN_INSERT_FIELD ; 94 Text [ en-US ] = "Other..." ; 95 }; 96 }; 97}; 98#define SCROLL_IMAGE_IDLIST \ 99 IdList = \ 100 { \ 101 NID_NEXT ; \ 102 NID_PREV ; \ 103 NID_TBL ; \ 104 NID_FRM ; \ 105 NID_PGE ; \ 106 NID_DRW ; \ 107 NID_CTRL ; \ 108 NID_REG ; \ 109 NID_BKM ; \ 110 NID_GRF ; \ 111 NID_OLE ; \ 112 NID_OUTL ; \ 113 NID_SEL ; \ 114 NID_FTN ; \ 115 NID_MARK ; \ 116 NID_POSTIT ; \ 117 NID_SRCH_REP ; \ 118 NID_INDEX_ENTRY; \ 119 NID_TABLE_FORMULA; \ 120 NID_TABLE_FORMULA_ERROR; \ 121 }; \ 122 IdCount = { 20 ; }; 123 124FloatingWindow RID_SCROLL_NAVIGATION_WIN 125{ 126 Moveable = TRUE ; 127 Closeable = TRUE ; 128 Hide = TRUE ; 129 SVLook = TRUE ; 130 HelpID = HID_INSERT_CTRL ; 131 ImageList IL_VALUES 132 { 133 Prefix = "sr"; 134 MaskColor = IMAGE_MASK_COLOR ; 135 SCROLL_IMAGE_IDLIST 136 }; 137 ImageList ILH_VALUES 138 { 139 Prefix = "srh"; 140 MaskColor = IMAGE_MASK_COLOR ; 141 SCROLL_IMAGE_IDLIST 142 }; 143 FixedLine FL_SEP 144 { 145 //no position, no text 146 Size = MAP_APPFONT ( 20 , 4 ) ; 147 }; 148 FixedText FI_INFO 149 { 150 //no position, no text 151 Size = MAP_APPFONT ( 20 , 8 ) ; 152 Center = TRUE; 153 }; 154 String ST_TBL 155 { 156 Text [ en-US ] = "Table" ; 157 }; 158 String ST_FRM 159 { 160 Text [ en-US ] = "Text Frame" ; 161 }; 162 String ST_PGE 163 { 164 Text [ en-US ] = "Page" ; 165 }; 166 String ST_DRW 167 { 168 Text [ en-US ] = "Drawing" ; 169 }; 170 String ST_CTRL 171 { 172 Text [ en-US ] = "Control" ; 173 }; 174 String ST_REG 175 { 176 Text [ en-US ] = "Section" ; 177 }; 178 String ST_BKM 179 { 180 Text [ en-US ] = "Bookmark" ; 181 }; 182 String ST_GRF 183 { 184 Text [ en-US ] = "Graphics" ; 185 }; 186 String ST_OLE 187 { 188 Text [ en-US ] = "OLE object" ; 189 }; 190 String ST_OUTL 191 { 192 /* ### ACHTUNG: Neuer Text in Resource? �berschrift : �berschrift */ 193 Text [ en-US ] = "Headings" ; 194 }; 195 String ST_SEL 196 { 197 Text [ en-US ] = "Selection" ; 198 }; 199 String ST_FTN 200 { 201 /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */ 202 Text [ en-US ] = "Footnote" ; 203 }; 204 String ST_MARK 205 { 206 Text [ en-US ] = "Reminder" ; 207 }; 208 String ST_POSTIT 209 { 210 Text [ en-US ] = "Note" ; 211 }; 212 String ST_SRCH_REP 213 { 214 Text [ en-US ] = "Repeat search" ; 215 }; 216 String ST_INDEX_ENTRY 217 { 218 Text [ en-US ] = "Index entry"; 219 }; 220 String ST_TABLE_FORMULA 221 { 222 Text [ en-US ] = "Table formula"; 223 }; 224 String ST_TABLE_FORMULA_ERROR 225 { 226 Text [ en-US ] = "Wrong table formula"; 227 }; 228 Text [ en-US ] = "Navigation" ; 229}; 230/* 231Noch ein paar Reserven 232 ToolBoxItem 233 { 234 Identifier = NID_NEXT; 235 Text = "Vorw�rts" ; 236 }; 237 ToolBoxItem 238 { 239 Identifier = NID_PREV; 240 Text = "R�ckw�rts" ; 241 }; 242 ToolBoxItem 243 { 244 Identifier = NID_CTRL; 245 Text = "Control" ; 246 }; 247 ToolBoxItem 248 { 249 Identifier = NID_DRW; 250 Text = "Zeichenobjekt" ; 251 }; 252 253 254*/ 255/*************************************************************** 256 Strings fuer die Quickhelp der View-PgUp/Down-Buttons 257***************************************************************/ 258String STR_IMGBTN_NEXT_DOWN 259{ 260 Text = "" ; 261}; 262String STR_IMGBTN_PREV_DOWN 263{ 264 Text = "" ; 265}; 266String STR_IMGBTN_TBL_DOWN 267{ 268 /* ### ACHTUNG: Neuer Text in Resource? N�chste Tabelle : N�chste Tabelle */ 269 Text [ en-US ] = "Next table" ; 270}; 271String STR_IMGBTN_FRM_DOWN 272{ 273 /* ### ACHTUNG: Neuer Text in Resource? N�chster Textrahmen : N�chster Textrahmen */ 274 Text [ en-US ] = "Next text frame" ; 275}; 276String STR_IMGBTN_PGE_DOWN 277{ 278 /* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : N�chste Seite */ 279 Text [ en-US ] = "Next page" ; 280}; 281String STR_IMGBTN_DRW_DOWN 282{ 283 /* ### ACHTUNG: Neuer Text in Resource? N�chstes Zeichenobjekt : N�chstes Zeichenobjekt */ 284 Text [ en-US ] = "Next drawing" ; 285}; 286String STR_IMGBTN_CTRL_DOWN 287{ 288 /* ### ACHTUNG: Neuer Text in Resource? N�chstes Kontrollfeld : N�chstes Kontrollfeld */ 289 Text [ en-US ] = "Next control" ; 290}; 291String STR_IMGBTN_REG_DOWN 292{ 293 /* ### ACHTUNG: Neuer Text in Resource? N�chster Bereich : N�chster Bereich */ 294 Text [ en-US ] = "Next section" ; 295}; 296String STR_IMGBTN_BKM_DOWN 297{ 298 /* ### ACHTUNG: Neuer Text in Resource? N�chste Textmarke : N�chste Textmarke */ 299 Text [ en-US ] = "Next bookmark" ; 300}; 301String STR_IMGBTN_GRF_DOWN 302{ 303 /* ### ACHTUNG: Neuer Text in Resource? N�chste Grafik : N�chste Grafik */ 304 Text [ en-US ] = "Next graphic" ; 305}; 306String STR_IMGBTN_OLE_DOWN 307{ 308 /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE object */ 309 /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE-Objekt */ 310 Text [ en-US ] = "Next OLE object" ; 311}; 312String STR_IMGBTN_OUTL_DOWN 313{ 314 /* ### ACHTUNG: Neuer Text in Resource? N�chste �berschrift : N�chste �berschrift */ 315 Text [ en-US ] = "Next heading" ; 316}; 317String STR_IMGBTN_SEL_DOWN 318{ 319 /* ### ACHTUNG: Neuer Text in Resource? N�chste Markierung : N�chste Markierung */ 320 Text [ en-US ] = "Next selection" ; 321}; 322String STR_IMGBTN_FTN_DOWN 323{ 324 /* ### ACHTUNG: Neuer Text in Resource? N�chste Fu�note : N�chste Fu�note */ 325 Text [ en-US ] = "Next footnote" ; 326}; 327String STR_IMGBTN_MARK_DOWN 328{ 329 /* ### ACHTUNG: Neuer Text in Resource? N�chster Merker : N�chster Merker */ 330 Text [ en-US ] = "Next Reminder" ; 331}; 332String STR_IMGBTN_POSTIT_DOWN 333{ 334 /* ### ACHTUNG: Neuer Text in Resource? N�chste Notiz : N�chste Notiz */ 335 Text [ en-US ] = "Next Note" ; 336}; 337String STR_IMGBTN_SRCH_REP_DOWN 338{ 339 Text [ en-US ] = "Continue search forward" ; 340}; 341String STR_IMGBTN_INDEX_ENTRY_DOWN 342{ 343 Text [ en-US ] = "Next index entry"; 344}; 345String STR_IMGBTN_NEXT_UP 346{ 347 Text = "" ; 348}; 349String STR_IMGBTN_PREV_UP 350{ 351 Text = "" ; 352}; 353String STR_IMGBTN_TBL_UP 354{ 355 Text [ en-US ] = "Previous table" ; 356}; 357String STR_IMGBTN_FRM_UP 358{ 359 Text [ en-US ] = "Previous text frame" ; 360}; 361String STR_IMGBTN_PGE_UP 362{ 363 Text [ en-US ] = "Previous page" ; 364}; 365String STR_IMGBTN_DRW_UP 366{ 367 Text [ en-US ] = "Previous drawing" ; 368}; 369String STR_IMGBTN_CTRL_UP 370{ 371 Text [ en-US ] = "Previous control" ; 372}; 373String STR_IMGBTN_REG_UP 374{ 375 Text [ en-US ] = "Previous section" ; 376}; 377String STR_IMGBTN_BKM_UP 378{ 379 Text [ en-US ] = "Previous bookmark" ; 380}; 381String STR_IMGBTN_GRF_UP 382{ 383 Text [ en-US ] = "Previous graphic" ; 384}; 385String STR_IMGBTN_OLE_UP 386{ 387 /* ### ACHTUNG: Neuer Text in Resource? Voriges OLE-Objekt : Voriges OLE object */ 388 Text [ en-US ] = "Previous OLE object" ; 389}; 390String STR_IMGBTN_OUTL_UP 391{ 392 /* ### ACHTUNG: Neuer Text in Resource? Vorige �berschrift : Vorige �berschrift */ 393 Text [ en-US ] = "Previous heading" ; 394}; 395String STR_IMGBTN_SEL_UP 396{ 397 Text [ en-US ] = "Previous selection" ; 398}; 399String STR_IMGBTN_FTN_UP 400{ 401 /* ### ACHTUNG: Neuer Text in Resource? Vorige Fu�note : Vorige Fu�note */ 402 Text [ en-US ] = "Previous footnote" ; 403}; 404String STR_IMGBTN_MARK_UP 405{ 406 Text [ en-US ] = "Previous Reminder" ; 407}; 408String STR_IMGBTN_POSTIT_UP 409{ 410 Text [ en-US ] = "Previous Note" ; 411}; 412String STR_IMGBTN_SRCH_REP_UP 413{ 414 Text [ en-US ] = "Continue search backwards" ; 415}; 416String STR_IMGBTN_INDEX_ENTRY_UP 417{ 418 Text [ en-US ] = "Previous index entry"; 419}; 420String STR_IMGBTN_TBLFML_UP 421{ 422 Text [ en-US ] = "Previous table formula"; 423}; 424String STR_IMGBTN_TBLFML_DOWN 425{ 426 Text [ en-US ] = "Next table formula"; 427}; 428String STR_IMGBTN_TBLFML_ERR_UP 429{ 430 Text [ en-US ] = "Previous faulty table formula"; 431}; 432String STR_IMGBTN_TBLFML_ERR_DOWN 433{ 434 Text [ en-US ] = "Next faulty table formula"; 435}; 436ImageButton BTN_NAVI 437{ 438 HelpID = HID_NAVIGATION_IMGBTN ; 439 SVLOOK = TRUE ; 440 HIDE = TRUE ; 441 RectStyle = TRUE ; 442 SmallStyle = TRUE ; 443 Image IMG_BTN 444 { 445 ImageBitmap = Bitmap { File = "punkt.bmp" ; }; 446 MaskColor = IMAGE_MASK_COLOR ; 447 }; 448 Image IMG_BTN_H 449 { 450 ImageBitmap = Bitmap { File = "punkt_h.bmp" ; }; 451 MaskColor = IMAGE_MASK_COLOR ; 452 }; 453 String ST_QUICK 454 { 455 Text [ en-US ] = "Navigation" ; 456 }; 457}; 458ComboBox RID_PVIEW_ZOOM_LB 459{ 460 HelpId = HID_PVIEW_ZOOM_LB; 461 Size = MAP_APPFONT ( 30 , 86 ) ; 462 DropDown = TRUE ; 463 AutoHScroll = TRUE ; 464 DDExtraWidth = TRUE ; 465 Border = TRUE ; 466 Hide = TRUE ; 467}; 468