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 22cdf0e10cSrcweir#include <svl/style.hrc> 23cdf0e10cSrcweir#include <sfx2/sfx.hrc> 24cdf0e10cSrcweir#include <svx/dialogs.hrc> 25cdf0e10cSrcweir#include <svx/globlmn.hrc> 26cdf0e10cSrcweir#include "cmdid.h" 27cdf0e10cSrcweir#include "globals.hrc" 28cdf0e10cSrcweir#include "app.hrc" 29cdf0e10cSrcweir#include "statstr.hrc" 30cdf0e10cSrcweir#include "swstyle.h" 31cdf0e10cSrcweir#include "comcore.hrc" 32cdf0e10cSrcweir#include "shells.hrc" 33cdf0e10cSrcweir#include "helpid.h" 34cdf0e10cSrcweir 35cdf0e10cSrcweirString RID_SW_NAME 36cdf0e10cSrcweir{ 37e9234b8fSmseidel Text = "Writer" ; 38cdf0e10cSrcweir}; 39cdf0e10cSrcweir 40cdf0e10cSrcweirString STR_PRINT_MERGE_MACRO 41cdf0e10cSrcweir{ 42cdf0e10cSrcweir Text [ en-US ] = "Print form letters" ; 43cdf0e10cSrcweir}; 44cdf0e10cSrcweir 45cdf0e10cSrcweirString STR_PAGE_COUNT_MACRO 46cdf0e10cSrcweir{ 47cdf0e10cSrcweir Text [ en-US ] = "Changing the page count" ; 48cdf0e10cSrcweir}; 49cdf0e10cSrcweir 5068ed45b8Smseidel// Image-List ----------------------------------------------------------------- 51cdf0e10cSrcweir// Don't use this image list for normal toolbar images. We have now our commandimagelist 52cdf0e10cSrcweir// folder in default_images. This list is now only used for special toolboxes that are 53cdf0e10cSrcweir// used in floating windows. 54cdf0e10cSrcweir 55cdf0e10cSrcweir#define IMAGELIST_AND_COUNT \ 56cdf0e10cSrcweir IdList = { \ 57cdf0e10cSrcweir FN_FORMULA_CALC; \ 58cdf0e10cSrcweir FN_FORMULA_CANCEL; \ 59cdf0e10cSrcweir FN_FORMULA_APPLY; \ 60cdf0e10cSrcweir }; \ 61cdf0e10cSrcweir IdCount = { \ 62cdf0e10cSrcweir 3; \ 63cdf0e10cSrcweir }; 64cdf0e10cSrcweir 65cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SC 66cdf0e10cSrcweir{ 67cdf0e10cSrcweir Prefix = "sc" ; 68cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 69cdf0e10cSrcweir IMAGELIST_AND_COUNT 70cdf0e10cSrcweir}; 71cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LC 72cdf0e10cSrcweir{ 73cdf0e10cSrcweir Prefix = "lc" ; 74cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 75cdf0e10cSrcweir IMAGELIST_AND_COUNT 76cdf0e10cSrcweir}; 77cdf0e10cSrcweir 78cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SCH 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir Prefix = "sch" ; 81cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 82cdf0e10cSrcweir IMAGELIST_AND_COUNT 83cdf0e10cSrcweir}; 84cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LCH 85cdf0e10cSrcweir{ 86cdf0e10cSrcweir Prefix = "lch" ; 87cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; 88cdf0e10cSrcweir IMAGELIST_AND_COUNT 89cdf0e10cSrcweir}; 90cdf0e10cSrcweir 91cdf0e10cSrcweir// Vorlagen 92cdf0e10cSrcweir#define STYLE_IMAGE_LISTEF \ 93cdf0e10cSrcweir MaskColor = IMAGE_MASK_COLOR ; \ 94cdf0e10cSrcweir IdList = \ 95cdf0e10cSrcweir { \ 96cdf0e10cSrcweir 1; 2; 3; 4; 5; \ 97cdf0e10cSrcweir }; \ 98cdf0e10cSrcweir IdCount = 5; 99cdf0e10cSrcweir 100cdf0e10cSrcweirSfxStyleFamilies DLG_STYLE_DESIGNER 101cdf0e10cSrcweir{ 102cdf0e10cSrcweir StyleFamilyList = 103cdf0e10cSrcweir { 104cdf0e10cSrcweir SfxStyleFamilyItem 105cdf0e10cSrcweir { 106cdf0e10cSrcweir StyleFamily = SFX_STYLE_FAMILY_PARA ; 107430a148eSJan Iversen Text [ en-US ] = "Paragraph Styles" ; 108cdf0e10cSrcweir FilterList [ en-US ] = 109cdf0e10cSrcweir { 110cdf0e10cSrcweir < "All Styles" ; SFXSTYLEBIT_ALL ; > ; 111cdf0e10cSrcweir < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 112cdf0e10cSrcweir < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 113cdf0e10cSrcweir < "Automatic" ; SFXSTYLEBIT_AUTO ; > ; 114cdf0e10cSrcweir < "Text Styles" ; SWSTYLEBIT_TEXT ; > ; 115cdf0e10cSrcweir < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ; 116cdf0e10cSrcweir < "List Styles" ; SWSTYLEBIT_LIST ; > ; 117cdf0e10cSrcweir < "Index Styles" ; SWSTYLEBIT_IDX ; > ; 118cdf0e10cSrcweir < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ; 119cdf0e10cSrcweir < "HTML Styles" ; SWSTYLEBIT_HTML ; > ; 120cdf0e10cSrcweir < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ; 121cdf0e10cSrcweir }; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir SfxStyleFamilyItem 124cdf0e10cSrcweir { 125cdf0e10cSrcweir StyleFamily = SFX_STYLE_FAMILY_CHAR ; 126430a148eSJan Iversen Text [ en-US ] = "Character Styles" ; 127cdf0e10cSrcweir FilterList [ en-US ] = 128cdf0e10cSrcweir { 129cdf0e10cSrcweir < "All" ; SFXSTYLEBIT_ALL ; > ; 130cdf0e10cSrcweir < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 131cdf0e10cSrcweir < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 132cdf0e10cSrcweir }; 133cdf0e10cSrcweir }; 134cdf0e10cSrcweir SfxStyleFamilyItem 135cdf0e10cSrcweir { 136cdf0e10cSrcweir StyleFamily = SFX_STYLE_FAMILY_FRAME ; 137430a148eSJan Iversen Text [ en-US ] = "Frame Styles" ; 138cdf0e10cSrcweir FilterList [ en-US ] = 139cdf0e10cSrcweir { 140cdf0e10cSrcweir < "All" ; SFXSTYLEBIT_ALL ; > ; 141cdf0e10cSrcweir < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 142cdf0e10cSrcweir < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 143cdf0e10cSrcweir }; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir SfxStyleFamilyItem 146cdf0e10cSrcweir { 147cdf0e10cSrcweir StyleFamily = SFX_STYLE_FAMILY_PAGE ; 148430a148eSJan Iversen Text [ en-US ] = "Page Styles" ; 149cdf0e10cSrcweir FilterList [ en-US ] = 150cdf0e10cSrcweir { 151cdf0e10cSrcweir < "All" ; SFXSTYLEBIT_ALL ; > ; 152cdf0e10cSrcweir < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 153cdf0e10cSrcweir < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 154cdf0e10cSrcweir }; 155cdf0e10cSrcweir }; 156cdf0e10cSrcweir SfxStyleFamilyItem 157cdf0e10cSrcweir { 158cdf0e10cSrcweir StyleFamily = SFX_STYLE_FAMILY_PSEUDO ; 159430a148eSJan Iversen Text [ en-US ] = "List Styles" ; 160cdf0e10cSrcweir FilterList [ en-US ] = 161cdf0e10cSrcweir { 162cdf0e10cSrcweir < "All" ; SFXSTYLEBIT_ALL ; > ; 163cdf0e10cSrcweir < "Applied Styles" ; SFXSTYLEBIT_USED ; > ; 164cdf0e10cSrcweir < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ; 165cdf0e10cSrcweir }; 166cdf0e10cSrcweir }; 167cdf0e10cSrcweir }; 168cdf0e10cSrcweir 169cdf0e10cSrcweir ImageList 1 // == BMP_COLOR_NORMAL + 1 170cdf0e10cSrcweir { 171cdf0e10cSrcweir Prefix = "sf" ; 172cdf0e10cSrcweir STYLE_IMAGE_LISTEF 173cdf0e10cSrcweir }; 174cdf0e10cSrcweir ImageList 2 // == BMP_COLOR_HIGHCONTRAST + 1 175cdf0e10cSrcweir { 176cdf0e10cSrcweir Prefix = "sfh" ; 177cdf0e10cSrcweir STYLE_IMAGE_LISTEF 178cdf0e10cSrcweir }; 179cdf0e10cSrcweir}; 180cdf0e10cSrcweir 181cdf0e10cSrcweir 182cdf0e10cSrcweir 183e9234b8fSmseidel// Default Bitmap for toolbox 18468ed45b8SmseidelBITMAP BMP_MISSING { FILE = "x.png" ; } ; 18568ed45b8Smseidel// Bitmap für die Listenvorlagen im Organizer 186b940e417SmseidelBitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.png" ; } ; 187b940e417SmseidelBitmap BMP_STYLES_FAMILY_NUM_HC { File = "styfamnu_h.png" ; } ; 188cdf0e10cSrcweir 189cdf0e10cSrcweirString STR_ENV_TITLE 190cdf0e10cSrcweir{ 191cdf0e10cSrcweir Text [ en-US ] = "Envelope" ; 192cdf0e10cSrcweir}; 193cdf0e10cSrcweir 194cdf0e10cSrcweirString STR_LAB_TITLE 195cdf0e10cSrcweir{ 196cdf0e10cSrcweir Text [ en-US ] = "Labels" ; 197cdf0e10cSrcweir}; 198cdf0e10cSrcweir 199cdf0e10cSrcweir// ShortName!!! 200cdf0e10cSrcweirString STR_HUMAN_SWDOC_NAME 201cdf0e10cSrcweir{ 202cdf0e10cSrcweir Text [ en-US ] = "Text" ; 203cdf0e10cSrcweir}; 204cdf0e10cSrcweir 205cdf0e10cSrcweirString STR_WRITER_DOCUMENT_FULLTYPE 206cdf0e10cSrcweir{ 207cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document" ; 208cdf0e10cSrcweir}; 209cdf0e10cSrcweir 210cdf0e10cSrcweir 211cdf0e10cSrcweirString STR_CANTOPEN 212cdf0e10cSrcweir{ 213cdf0e10cSrcweir Text [ en-US ] = "Cannot open document." ; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweir 216cdf0e10cSrcweirString STR_CANTCREATE 217cdf0e10cSrcweir{ 218cdf0e10cSrcweir Text [ en-US ] = "Can't create document." ; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweirString STR_DLLNOTFOUND 221cdf0e10cSrcweir{ 222cdf0e10cSrcweir Text [ en-US ] = "Filter not found." ; 223cdf0e10cSrcweir}; 224cdf0e10cSrcweir 225cdf0e10cSrcweir 22668ed45b8SmseidelString STR_UNTITLED 227cdf0e10cSrcweir{ 228cdf0e10cSrcweir Text [ en-US ] = "Untitled" ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweir 231cdf0e10cSrcweir 232cdf0e10cSrcweirString STR_LOAD_GLOBAL_DOC 233cdf0e10cSrcweir{ 234cdf0e10cSrcweir Text [ en-US ] = "Name and Path of Master Document" ; 235cdf0e10cSrcweir}; 236cdf0e10cSrcweir 237cdf0e10cSrcweirString STR_LOAD_HTML_DOC 238cdf0e10cSrcweir{ 239cdf0e10cSrcweir Text [ en-US ] = "Name and Path of the HTML Document" ; 240cdf0e10cSrcweir}; 241cdf0e10cSrcweir 242cdf0e10cSrcweirInfoBox MSG_ERROR_SEND_MAIL 243cdf0e10cSrcweir{ 244cdf0e10cSrcweir BUTTONS = WB_OK ; 245cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 246cdf0e10cSrcweir Message [ en-US ] = "Error sending mail." ; 247cdf0e10cSrcweir}; 248cdf0e10cSrcweirInfoBox MSG_ERROR_PASSWD 249cdf0e10cSrcweir{ 250cdf0e10cSrcweir BUTTONS = WB_OK ; 251cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 252cdf0e10cSrcweir Message [ en-US ] = "Invalid password" ; 253cdf0e10cSrcweir}; 254cdf0e10cSrcweir 255cdf0e10cSrcweir/* 256e9234b8fSmseidel * auskommentiert, da die Toolbox z. Zt. nicht aus der Ressource 257cdf0e10cSrcweir * geladen werden kann 258cdf0e10cSrcweirWindow WIN_TOOLBOX { 259cdf0e10cSrcweir "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder " 260cdf0e10cSrcweir "Numerierungen." ; 261cdf0e10cSrcweirHelpText [ en-US ] = "The objectbar contains, depending on your current " 262cdf0e10cSrcweir "working context, buttons for the editing of text, " 263cdf0e10cSrcweir "frames, graphics, tables or numberings." ; 264cdf0e10cSrcweir OUTPUTSIZE = TRUE ; 265*b3897e6aSmseidel Border = TRUE ; 266cdf0e10cSrcweir Size = (28, 27) ; 267cdf0e10cSrcweir}; 268cdf0e10cSrcweir */ 269cdf0e10cSrcweir 270cdf0e10cSrcweirString STR_FMT_STD 271cdf0e10cSrcweir{ 272cdf0e10cSrcweir Text [ en-US ] = "(none)" ; 273cdf0e10cSrcweir}; 274cdf0e10cSrcweir 275cdf0e10cSrcweirString STR_DOC_STAT 276cdf0e10cSrcweir{ 277cdf0e10cSrcweir Text [ en-US ] = "Statistics" ; 278cdf0e10cSrcweir}; 279cdf0e10cSrcweir 280cdf0e10cSrcweir// ---------------------------- 28168ed45b8Smseidel// Statusleisten-Überschriften 282cdf0e10cSrcweir// ---------------------------- 283cdf0e10cSrcweir 284cdf0e10cSrcweirString STR_STATSTR_W4WREAD 285cdf0e10cSrcweir{ 286cdf0e10cSrcweir Text [ en-US ] = "Importing document..." ; 287cdf0e10cSrcweir}; 288cdf0e10cSrcweir 289cdf0e10cSrcweirString STR_STATSTR_W4WWRITE 290cdf0e10cSrcweir{ 291cdf0e10cSrcweir Text [ en-US ] = "Exporting document..." ; 292cdf0e10cSrcweir}; 293cdf0e10cSrcweir 294cdf0e10cSrcweirString STR_STATSTR_SWGREAD 295cdf0e10cSrcweir{ 296cdf0e10cSrcweir Text [ en-US ] = "Loading document..." ; 297cdf0e10cSrcweir}; 298cdf0e10cSrcweir 299cdf0e10cSrcweirString STR_STATSTR_SWGWRITE 300cdf0e10cSrcweir{ 301cdf0e10cSrcweir Text [ en-US ] = "Saving document..." ; 302cdf0e10cSrcweir}; 303cdf0e10cSrcweir 304cdf0e10cSrcweirString STR_STATSTR_REFORMAT 305cdf0e10cSrcweir{ 306cdf0e10cSrcweir Text [ en-US ] = "Repagination..." ; 307cdf0e10cSrcweir}; 308cdf0e10cSrcweir 309cdf0e10cSrcweirString STR_STATSTR_AUTOFORMAT 310cdf0e10cSrcweir{ 311cdf0e10cSrcweir Text [ en-US ] = "Formatting document automatically..." ; 312cdf0e10cSrcweir}; 313cdf0e10cSrcweir 314cdf0e10cSrcweirString STR_STATSTR_IMPGRF 315cdf0e10cSrcweir{ 316cdf0e10cSrcweir Text [ en-US ] = "Importing graphics..." ; 317cdf0e10cSrcweir}; 318cdf0e10cSrcweir 319cdf0e10cSrcweirString STR_STATSTR_SEARCH 320cdf0e10cSrcweir{ 321cdf0e10cSrcweir Text [ en-US ] = "Search..." ; 322cdf0e10cSrcweir}; 323cdf0e10cSrcweir 324cdf0e10cSrcweirString STR_STATSTR_FORMAT 325cdf0e10cSrcweir{ 326cdf0e10cSrcweir Text [ en-US ] = "Formatting..." ; 327cdf0e10cSrcweir}; 328cdf0e10cSrcweir 329cdf0e10cSrcweirString STR_STATSTR_PRINT 330cdf0e10cSrcweir{ 331cdf0e10cSrcweir Text [ en-US ] = "Printing..." ; 332cdf0e10cSrcweir}; 333cdf0e10cSrcweir 334cdf0e10cSrcweirString STR_STATSTR_LAYOUTINIT 335cdf0e10cSrcweir{ 336cdf0e10cSrcweir Text [ en-US ] = "Converting..." ; 337cdf0e10cSrcweir}; 338cdf0e10cSrcweir 339cdf0e10cSrcweirString STR_STATSTR_LETTER 340cdf0e10cSrcweir{ 341cdf0e10cSrcweir Text [ en-US ] = "Letter" ; 342cdf0e10cSrcweir}; 343cdf0e10cSrcweir 344cdf0e10cSrcweirString STR_STATSTR_SPELL 345cdf0e10cSrcweir{ 346cdf0e10cSrcweir Text [ en-US ] = "Spellcheck..." ; 347cdf0e10cSrcweir}; 348cdf0e10cSrcweir 349cdf0e10cSrcweirString STR_STATSTR_HYPHEN 350cdf0e10cSrcweir{ 351cdf0e10cSrcweir Text [ en-US ] = "Hyphenation..." ; 352cdf0e10cSrcweir}; 353cdf0e10cSrcweir 354cdf0e10cSrcweirString STR_STATSTR_TOX_INSERT 355cdf0e10cSrcweir{ 356cdf0e10cSrcweir Text [ en-US ] = "Inserting Index..." ; 357cdf0e10cSrcweir}; 358cdf0e10cSrcweir 359cdf0e10cSrcweirString STR_STATSTR_TOX_UPDATE 360cdf0e10cSrcweir{ 361cdf0e10cSrcweir Text [ en-US ] = "Updating Index..." ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweir 364cdf0e10cSrcweirString STR_STATSTR_SUMMARY 365cdf0e10cSrcweir{ 366cdf0e10cSrcweir Text [ en-US ] = "Creating abstract..." ; 367cdf0e10cSrcweir}; 368cdf0e10cSrcweir 369cdf0e10cSrcweirString STR_STATSTR_SWGPRTOLENOTIFY 370cdf0e10cSrcweir{ 371cdf0e10cSrcweir Text [ en-US ] = "Adapt Objects..." ; 372cdf0e10cSrcweir}; 373cdf0e10cSrcweir 374cdf0e10cSrcweir 375cdf0e10cSrcweirQueryBox MSG_COMCORE_ASKSEARCH 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir Buttons = WB_YES_NO_CANCEL ; 378cdf0e10cSrcweir DefButton = WB_DEF_YES ; 379cdf0e10cSrcweir Message [ en-US ] = "To proceed with this action, you must first turn off the \"undo\" function. Do you want to turn off the \"undo\" function?" ; 380cdf0e10cSrcweir}; 381cdf0e10cSrcweir 382cdf0e10cSrcweirBitmap RID_GRAPHIC_REPLACEBMP 383cdf0e10cSrcweir{ 384b940e417Smseidel File = "grafikei.png" ; 385cdf0e10cSrcweir}; 386cdf0e10cSrcweir 387cdf0e10cSrcweirBitmap RID_GRAPHIC_ERRORBMP 388cdf0e10cSrcweir{ 389b940e417Smseidel File = "grafikde.png" ; 390cdf0e10cSrcweir}; 391cdf0e10cSrcweir 392cdf0e10cSrcweirBitmap RID_GRAPHIC_REPLACEBMP_HC 393cdf0e10cSrcweir{ 394b940e417Smseidel File = "grafikei_h.png" ; 395cdf0e10cSrcweir}; 396cdf0e10cSrcweir 397cdf0e10cSrcweirBitmap RID_GRAPHIC_ERRORBMP_HC 398cdf0e10cSrcweir{ 399b940e417Smseidel File = "grafikde_h.png" ; 400cdf0e10cSrcweir}; 401cdf0e10cSrcweir 402cdf0e10cSrcweirString STR_TABLE_DEFNAME 403cdf0e10cSrcweir{ 404cdf0e10cSrcweir Text [ en-US ] = "Table" ; 405cdf0e10cSrcweir}; 406cdf0e10cSrcweir 407cdf0e10cSrcweirString STR_GRAPHIC_DEFNAME 408cdf0e10cSrcweir{ 409cdf0e10cSrcweir Text [ en-US ] = "graphics" ; 410cdf0e10cSrcweir}; 411cdf0e10cSrcweir 412cdf0e10cSrcweirString STR_OBJECT_DEFNAME 413cdf0e10cSrcweir{ 414cdf0e10cSrcweir Text [ en-US ] = "Object" ; 415cdf0e10cSrcweir}; 416cdf0e10cSrcweir 417cdf0e10cSrcweirString STR_FRAME_DEFNAME 418cdf0e10cSrcweir{ 419cdf0e10cSrcweir Text [ en-US ] = "Frame" ; 420cdf0e10cSrcweir}; 421cdf0e10cSrcweirString STR_REGION_DEFNAME 422cdf0e10cSrcweir{ 423cdf0e10cSrcweir Text [ en-US ] = "Section" ; 424cdf0e10cSrcweir}; 425cdf0e10cSrcweirString STR_NUMRULE_DEFNAME 426cdf0e10cSrcweir{ 427cdf0e10cSrcweir Text [ en-US ] = "Numbering" ; 428cdf0e10cSrcweir}; 429cdf0e10cSrcweirString STR_EMPTYPAGE 430cdf0e10cSrcweir{ 431cdf0e10cSrcweir Text [ en-US ] = "blank page" ; 432cdf0e10cSrcweir}; 433cdf0e10cSrcweir 434cdf0e10cSrcweirQueryBox MSG_CLPBRD_CLEAR 435cdf0e10cSrcweir{ 436cdf0e10cSrcweir BUTTONS = WB_YES_NO ; 437cdf0e10cSrcweir DEFBUTTON = WB_DEF_NO ; 438cdf0e10cSrcweir Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard contents remain available for other applications?" ; 439cdf0e10cSrcweir}; 440cdf0e10cSrcweir 441cdf0e10cSrcweirQueryBox MSG_SAVE_HTML_QUERY 442cdf0e10cSrcweir{ 443cdf0e10cSrcweir BUTTONS = WB_YES_NO_CANCEL ; 444cdf0e10cSrcweir DEFBUTTON = WB_DEF_YES ; 445cdf0e10cSrcweir Message [ en-US ] = "Conversion into HTML format\nmay cause information loss.\nDo you want to save the document?" ; 446cdf0e10cSrcweir}; 447cdf0e10cSrcweirQueryBox MSG_SAVEAS_HTML_QUERY 448cdf0e10cSrcweir{ 449cdf0e10cSrcweir BUTTONS = WB_YES_NO; 450cdf0e10cSrcweir DEFBUTTON = WB_DEF_NO ; 451cdf0e10cSrcweir Message [ en-US ] = "The source code can only be displayed if the document is saved in HTML format.\nWould you like to save the document as HTML?" ; 452cdf0e10cSrcweir}; 453cdf0e10cSrcweirString STR_ABSTRACT_TITLE 454cdf0e10cSrcweir{ 455cdf0e10cSrcweir Text [ en-US ] = "Abstract: " ; 456cdf0e10cSrcweir}; 457cdf0e10cSrcweir 458cdf0e10cSrcweirString STR_FDLG_TEMPLATE_BUTTON 459cdf0e10cSrcweir{ 460cdf0e10cSrcweir Text [ en-US ] = "Style" ; 461cdf0e10cSrcweir}; 462cdf0e10cSrcweir 463cdf0e10cSrcweirString STR_FDLG_TEMPLATE_NAME 464cdf0e10cSrcweir{ 465cdf0e10cSrcweir //Text [ en-US ] = "Styles: " ; // #outline level,removed by zhaojianwei 466cdf0e10cSrcweir Text [ en-US ] = "separated by: " ; // <-end,add by zhaojianwei 467cdf0e10cSrcweir}; 468cdf0e10cSrcweir//#outline level,add by zhaojianwei 469cdf0e10cSrcweirString STR_FDLG_OUTLINE_LEVEL 470cdf0e10cSrcweir{ 471cdf0e10cSrcweir Text [ en-US ] = "Outline: Level " ; 472cdf0e10cSrcweir}; 473cdf0e10cSrcweir 474cdf0e10cSrcweirString STR_FDLG_STYLE 475cdf0e10cSrcweir{ 476cdf0e10cSrcweir Text [ en-US ] = "Style: " ; 477cdf0e10cSrcweir}; 478cdf0e10cSrcweir//<-end 479cdf0e10cSrcweir 480cdf0e10cSrcweir 481cdf0e10cSrcweirString STR_PAGEOFFSET 482cdf0e10cSrcweir{ 483cdf0e10cSrcweir Text [ en-US ] = "Page number: " ; 484cdf0e10cSrcweir}; 485cdf0e10cSrcweirString STR_PAGEBREAK 486cdf0e10cSrcweir{ 487cdf0e10cSrcweir Text [ en-US ] = "Break before new page" ; 488cdf0e10cSrcweir}; 489cdf0e10cSrcweirString STR_WESTERN_FONT 490cdf0e10cSrcweir{ 491cdf0e10cSrcweir Text [ en-US ] = "Western text: " ; 492cdf0e10cSrcweir}; 493cdf0e10cSrcweirString STR_CJK_FONT 494cdf0e10cSrcweir{ 495cdf0e10cSrcweir Text [ en-US ] = "Asian text: " ; 496cdf0e10cSrcweir}; 497cdf0e10cSrcweirString STR_REDLINE_UNKNOWN_AUTHOR 498cdf0e10cSrcweir{ 499cdf0e10cSrcweir Text [ en-US ] = "Unknown Author" ; 500cdf0e10cSrcweir}; 501cdf0e10cSrcweir 502cdf0e10cSrcweirWarningBox MSG_DISABLE_UNDO_QUESTION 503cdf0e10cSrcweir{ 504cdf0e10cSrcweir BUTTONS = WB_YES_NO_CANCEL ; 505cdf0e10cSrcweir DEFBUTTON = WB_DEF_YES ; 506cdf0e10cSrcweir Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?" ; 507cdf0e10cSrcweir}; 508cdf0e10cSrcweir/*QueryBox MSG_INS_MERGE_FIELDS 509cdf0e10cSrcweir{ 510cdf0e10cSrcweir HelpId = HID_MAIL_MERGE_INSERT_FIELDS; 511cdf0e10cSrcweir Buttons = WB_OK_CANCEL ; 512cdf0e10cSrcweir DefButton = WB_DEF_YES ; 513cdf0e10cSrcweir Message [ en-US ] = "Do you want to use names and addresses from a database?" ; 514cdf0e10cSrcweir}; 515cdf0e10cSrcweir*/ 516cdf0e10cSrcweirQueryBox MSG_PRINT_AS_MERGE 517cdf0e10cSrcweir{ 518cdf0e10cSrcweir HelpId = HID_PRINT_AS_MERGE ; 519cdf0e10cSrcweir Buttons = WB_YES_NO ; 520cdf0e10cSrcweir DefButton = WB_DEF_YES ; 521cdf0e10cSrcweir Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?" ; 522cdf0e10cSrcweir}; 523cdf0e10cSrcweirModalDialog DLG_MERGE_SOURCE_UNAVAILABLE 524cdf0e10cSrcweir{ 525cdf0e10cSrcweir HelpId = HID_MERGE_SOURCE_UNAVAILABLE ; 526cdf0e10cSrcweir OutputSize = TRUE ; 527cdf0e10cSrcweir SVLook = TRUE ; 528cdf0e10cSrcweir Size = MAP_APPFONT ( 202, 72 ) ; 529cdf0e10cSrcweir Moveable = TRUE ; 530cdf0e10cSrcweir 531cdf0e10cSrcweir FixedImage IMG_MERGE 532cdf0e10cSrcweir { 533cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 534cdf0e10cSrcweir Size = MAP_APPFONT ( 103, 32 ) ; 535cdf0e10cSrcweir }; 536cdf0e10cSrcweir FixedText ST_MERGE_SOURCE_UNAVAILABLE 537cdf0e10cSrcweir { 538cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 6 ) ; 539cdf0e10cSrcweir Size = MAP_APPFONT ( 178, 40 ) ; 540cdf0e10cSrcweir WordBreak = TRUE ; 541cdf0e10cSrcweir Text [ en-US ] = "The data source \'%1\' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings." ; 542cdf0e10cSrcweir }; 543cdf0e10cSrcweir OKButton PB_MERGE_OK 544cdf0e10cSrcweir { 545cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 52 ) ; 546cdf0e10cSrcweir Size = MAP_APPFONT ( 125, 14 ) ; 547cdf0e10cSrcweir Text [ en-US ] = "Check Connection Settings..." ; 548cdf0e10cSrcweir }; 549cdf0e10cSrcweir CancelButton PB_MERGE_CANCEL 550cdf0e10cSrcweir { 551cdf0e10cSrcweir Pos = MAP_APPFONT ( 140, 52 ) ; 552cdf0e10cSrcweir Size = MAP_APPFONT ( 50, 14 ) ; 553cdf0e10cSrcweir }; 554cdf0e10cSrcweir}; 555cdf0e10cSrcweirWarningBox MSG_DATA_SOURCES_UNAVAILABLE 556cdf0e10cSrcweir{ 557cdf0e10cSrcweir HelpId = HID_DATA_SOURCES_UNAVAILABLE ; 558cdf0e10cSrcweir Buttons = WB_OK_CANCEL ; 559cdf0e10cSrcweir Message [ en-US ] = "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields." ; 560cdf0e10cSrcweir}; 561cdf0e10cSrcweir 562cdf0e10cSrcweirString RID_MODULE_TOOLBOX 563cdf0e10cSrcweir{ 564cdf0e10cSrcweir Text [ en-US ] = "Function Bar (viewing mode)" ; 565cdf0e10cSrcweir}; 566cdf0e10cSrcweirString STR_DONT_ASK_AGAIN 567cdf0e10cSrcweir{ 568cdf0e10cSrcweir Text [ en-US ] = "~Do not show warning again" ; 569cdf0e10cSrcweir}; 570cdf0e10cSrcweir// --> OD 2008-04-14 #outlinelevel# 571cdf0e10cSrcweirString STR_OUTLINE_NUMBERING 572cdf0e10cSrcweir{ 573cdf0e10cSrcweir Text [ en-US ] = "Outline Numbering" ; 574cdf0e10cSrcweir}; 575cdf0e10cSrcweirToolBox RID_MODULE_TOOLBOX 576cdf0e10cSrcweir{ 577cdf0e10cSrcweir HelpID = HID_MODULE_TOOLBOX ; 578cdf0e10cSrcweir Border = TRUE ; 579cdf0e10cSrcweir SVLook = TRUE ; 580cdf0e10cSrcweir Dockable = TRUE ; 581cdf0e10cSrcweir Moveable = TRUE ; 582cdf0e10cSrcweir Sizeable = TRUE ; 583cdf0e10cSrcweir Closeable = TRUE ; 584cdf0e10cSrcweir Zoomable = TRUE ; 585cdf0e10cSrcweir HideWhenDeactivate = TRUE ; 586cdf0e10cSrcweir LineSpacing = TRUE ; 587cdf0e10cSrcweir Customize = TRUE ; 588cdf0e10cSrcweir MenuStrings = TRUE ; 589cdf0e10cSrcweir Hide = TRUE ; 590cdf0e10cSrcweir ItemList = 591cdf0e10cSrcweir { 592cdf0e10cSrcweir ToolBoxItem 593cdf0e10cSrcweir { 594cdf0e10cSrcweir Identifier = SID_SAVEASDOC ; 595cdf0e10cSrcweir }; 596cdf0e10cSrcweir ToolBoxItem 597cdf0e10cSrcweir { 598cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 599cdf0e10cSrcweir }; 600cdf0e10cSrcweir ToolBoxItem 601cdf0e10cSrcweir { 602cdf0e10cSrcweir Identifier = SID_EDITDOC ; 603cdf0e10cSrcweir }; 604cdf0e10cSrcweir ToolBoxItem 605cdf0e10cSrcweir { 606cdf0e10cSrcweir Identifier = SID_MAIL_SENDDOC ; 607cdf0e10cSrcweir }; 608cdf0e10cSrcweir ToolBoxItem 609cdf0e10cSrcweir { 610cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 611cdf0e10cSrcweir }; 612cdf0e10cSrcweir ToolBoxItem 613cdf0e10cSrcweir { 614cdf0e10cSrcweir Identifier = SID_DIRECTEXPORTDOCASPDF ; 615cdf0e10cSrcweir }; 616cdf0e10cSrcweir ToolBoxItem 617cdf0e10cSrcweir { 618cdf0e10cSrcweir Identifier = SID_PRINTDOCDIRECT ; 619cdf0e10cSrcweir }; 620cdf0e10cSrcweir ToolBoxItem 621cdf0e10cSrcweir { 622cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 623cdf0e10cSrcweir }; 624cdf0e10cSrcweir ToolBoxItem 625cdf0e10cSrcweir { 626cdf0e10cSrcweir Identifier = SID_COPY ; 627cdf0e10cSrcweir }; 628cdf0e10cSrcweir ToolBoxItem 629cdf0e10cSrcweir { 630cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 631cdf0e10cSrcweir }; 632cdf0e10cSrcweir ToolBoxItem 633cdf0e10cSrcweir { 634cdf0e10cSrcweir Identifier = SID_SEARCH_DLG ; 635cdf0e10cSrcweir }; 636cdf0e10cSrcweir ToolBoxItem 637cdf0e10cSrcweir { 638cdf0e10cSrcweir Identifier = SID_NAVIGATOR ; 639cdf0e10cSrcweir }; 640cdf0e10cSrcweir ToolBoxItem 641cdf0e10cSrcweir { 642cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 643cdf0e10cSrcweir }; 644cdf0e10cSrcweir ToolBoxItem 645cdf0e10cSrcweir { 646cdf0e10cSrcweir Identifier = SID_ATTR_ZOOM ; 647cdf0e10cSrcweir }; 648cdf0e10cSrcweir }; 649cdf0e10cSrcweir Scroll = TRUE ; 650cdf0e10cSrcweir}; 651cdf0e10cSrcweir 652cdf0e10cSrcweirWarningBox MSG_DISABLE_READLINE_QUESTION 653cdf0e10cSrcweir{ 654cdf0e10cSrcweir BUTTONS = WB_YES_NO ; 655cdf0e10cSrcweir DEFBUTTON = WB_DEF_YES ; 656cdf0e10cSrcweir Message [ en-US ] = "In the current document, changes are being recorded but not shown as such. In large documents, delays can occur when the document is edited. Do you want to show the changes to avoid delays?" ; 657cdf0e10cSrcweir}; 658e9234b8fSmseidel 659e9234b8fSmseidel// ********************************************************************** EOF 660