1acbf353aSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3acbf353aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4acbf353aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5acbf353aSAndrew Rist * distributed with this work for additional information 6acbf353aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7acbf353aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8acbf353aSAndrew Rist * "License"); you may not use this file except in compliance 9acbf353aSAndrew Rist * with the License. You may obtain a copy of the License at 10acbf353aSAndrew Rist * 11acbf353aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12acbf353aSAndrew Rist * 13acbf353aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14acbf353aSAndrew Rist * software distributed under the License is distributed on an 15acbf353aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16acbf353aSAndrew Rist * KIND, either express or implied. See the License for the 17acbf353aSAndrew Rist * specific language governing permissions and limitations 18acbf353aSAndrew Rist * under the License. 19acbf353aSAndrew Rist * 20acbf353aSAndrew Rist *************************************************************/ 21acbf353aSAndrew Rist 22acbf353aSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // include ------------------------------------------------------------------ 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include <sfx2/sfx.hrc> 27cdf0e10cSrcweir#include "app.hrc" 28cdf0e10cSrcweir#include "helpid.hrc" 29cdf0e10cSrcweir 30cdf0e10cSrcweirString STR_NONAME 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir Text [ en-US ] = "Untitled" ; 33cdf0e10cSrcweir}; 34cdf0e10cSrcweirString STR_CLOSE 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text [ en-US ] = "Close" ; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweirString STR_STYLE_FILTER_AUTO 39cdf0e10cSrcweir{ 40cdf0e10cSrcweir Text [ en-US ] = "Automatic" ; 41cdf0e10cSrcweir}; 42cdf0e10cSrcweirString STR_STANDARD_SHORTCUT 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir Text [ en-US ] = "Standard" ; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweirString STR_BYTES 47cdf0e10cSrcweir{ 48cdf0e10cSrcweir Text [ en-US ] = "Bytes" ; 49cdf0e10cSrcweir}; 50cdf0e10cSrcweirString STR_KB 51cdf0e10cSrcweir{ 52cdf0e10cSrcweir Text [ en-US ] = "KB" ; 53cdf0e10cSrcweir}; 54cdf0e10cSrcweirString STR_MB 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text [ en-US ] = "MB" ; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweirString STR_GB 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "GB" ; 61cdf0e10cSrcweir}; 62cdf0e10cSrcweirQueryBox MSG_QUERY_LASTVERSION 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir Buttons = WB_YES_NO ; 65cdf0e10cSrcweir DefButton = WB_DEF_NO ; 66cdf0e10cSrcweir Message [ en-US ] = "Cancel all changes?" ; 67cdf0e10cSrcweir}; 68cdf0e10cSrcweir 69cdf0e10cSrcweirInfoBox RID_DOCALREADYLOADED_DLG 70cdf0e10cSrcweir{ 71cdf0e10cSrcweir Message [ en-US ] = "Document already open." ; 72cdf0e10cSrcweir}; 73cdf0e10cSrcweir 74cdf0e10cSrcweirErrorBox MSG_ERR_NO_WEBBROWSER_FOUND 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir BUTTONS = WB_OK ; 77cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 78cdf0e10cSrcweir Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation." ; 79cdf0e10cSrcweir}; 80cdf0e10cSrcweir 81cdf0e10cSrcweirResource SID_UNKNOWN 82cdf0e10cSrcweir{ 83cdf0e10cSrcweir String 1 "-" ; 84cdf0e10cSrcweir}; 85cdf0e10cSrcweir 86cdf0e10cSrcweirString GID_INTERN 87cdf0e10cSrcweir{ 88cdf0e10cSrcweir Text [ en-US ] = "Internal" ; 89cdf0e10cSrcweir}; 90cdf0e10cSrcweir 91cdf0e10cSrcweirString GID_APPLICATION 92cdf0e10cSrcweir{ 93cdf0e10cSrcweir Text [ en-US ] = "Application" ; 94cdf0e10cSrcweir}; 95cdf0e10cSrcweir 96cdf0e10cSrcweirString GID_VIEW 97cdf0e10cSrcweir{ 98cdf0e10cSrcweir Text [ en-US ] = "View" ; 99cdf0e10cSrcweir}; 100cdf0e10cSrcweir 101cdf0e10cSrcweirString GID_DOCUMENT 102cdf0e10cSrcweir{ 103cdf0e10cSrcweir Text [ en-US ] = "Documents" ; 104cdf0e10cSrcweir}; 105cdf0e10cSrcweir 106cdf0e10cSrcweirString GID_EDIT 107cdf0e10cSrcweir{ 108cdf0e10cSrcweir Text [ en-US ] = "Edit" ; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweir 111cdf0e10cSrcweirString GID_MACRO 112cdf0e10cSrcweir{ 113cdf0e10cSrcweir Text [ en-US ] = "BASIC" ; 114cdf0e10cSrcweir}; 115cdf0e10cSrcweir 116cdf0e10cSrcweirString GID_OPTIONS 117cdf0e10cSrcweir{ 118cdf0e10cSrcweir Text [ en-US ] = "Options" ; 119cdf0e10cSrcweir}; 120cdf0e10cSrcweir 121cdf0e10cSrcweirString GID_MATH 122cdf0e10cSrcweir{ 123cdf0e10cSrcweir Text [ en-US ] = "Math" ; 124cdf0e10cSrcweir}; 125cdf0e10cSrcweir 126cdf0e10cSrcweirString GID_NAVIGATOR 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir Text [ en-US ] = "Navigate" ; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweir 131cdf0e10cSrcweirString GID_INSERT 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir Text [ en-US ] = "Insert" ; 134cdf0e10cSrcweir}; 135cdf0e10cSrcweir 136cdf0e10cSrcweirString GID_FORMAT 137cdf0e10cSrcweir{ 138cdf0e10cSrcweir Text [ en-US ] = "Format" ; 139cdf0e10cSrcweir}; 140cdf0e10cSrcweir 141cdf0e10cSrcweirString GID_TEMPLATE 142cdf0e10cSrcweir{ 143cdf0e10cSrcweir Text [ en-US ] = "Templates" ; 144cdf0e10cSrcweir}; 145cdf0e10cSrcweir 146cdf0e10cSrcweirString GID_TEXT 147cdf0e10cSrcweir{ 148cdf0e10cSrcweir Text [ en-US ] = "Text" ; 149cdf0e10cSrcweir}; 150cdf0e10cSrcweir 151cdf0e10cSrcweirString GID_FRAME 152cdf0e10cSrcweir{ 153cdf0e10cSrcweir Text [ en-US ] = "Frame" ; 154cdf0e10cSrcweir}; 155cdf0e10cSrcweir 156cdf0e10cSrcweirString GID_GRAPHIC 157cdf0e10cSrcweir{ 158cdf0e10cSrcweir Text [ en-US ] = "Graphic" ; 159cdf0e10cSrcweir}; 160cdf0e10cSrcweir 161cdf0e10cSrcweirString GID_TABLE 162cdf0e10cSrcweir{ 163cdf0e10cSrcweir Text [ en-US ] = "Table" ; 164cdf0e10cSrcweir}; 165cdf0e10cSrcweir 166cdf0e10cSrcweirString GID_ENUMERATION 167cdf0e10cSrcweir{ 168cdf0e10cSrcweir Text [ en-US ] = "Numbering" ; 169cdf0e10cSrcweir}; 170cdf0e10cSrcweir 171cdf0e10cSrcweirString GID_DATA 172cdf0e10cSrcweir{ 173cdf0e10cSrcweir Text [ en-US ] = "Data" ; 174cdf0e10cSrcweir}; 175cdf0e10cSrcweir 176cdf0e10cSrcweirString GID_SPECIAL 177cdf0e10cSrcweir{ 178cdf0e10cSrcweir Text [ en-US ] = "Special Functions" ; 179cdf0e10cSrcweir}; 180cdf0e10cSrcweir 181cdf0e10cSrcweirString GID_IMAGE 182cdf0e10cSrcweir{ 183cdf0e10cSrcweir Text [ en-US ] = "Image" ; 184cdf0e10cSrcweir}; 185cdf0e10cSrcweir 186cdf0e10cSrcweirString GID_CHART 187cdf0e10cSrcweir{ 188cdf0e10cSrcweir Text [ en-US ] = "Chart" ; 189cdf0e10cSrcweir}; 190cdf0e10cSrcweir 191cdf0e10cSrcweirString GID_EXPLORER 192cdf0e10cSrcweir{ 193cdf0e10cSrcweir Text [ en-US ] = "Explorer" ; 194cdf0e10cSrcweir}; 195cdf0e10cSrcweir 196cdf0e10cSrcweirString GID_CONNECTOR 197cdf0e10cSrcweir{ 198cdf0e10cSrcweir Text [ en-US ] = "Connector" ; 199cdf0e10cSrcweir}; 200cdf0e10cSrcweir 201cdf0e10cSrcweirString GID_MODIFY 202cdf0e10cSrcweir{ 203cdf0e10cSrcweir Text [ en-US ] = "Modify" ; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweir 206cdf0e10cSrcweirString GID_DRAWING 207cdf0e10cSrcweir{ 208cdf0e10cSrcweir Text [ en-US ] = "Drawing" ; 209cdf0e10cSrcweir}; 210cdf0e10cSrcweir 211cdf0e10cSrcweirString GID_CONTROLS 212cdf0e10cSrcweir{ 213cdf0e10cSrcweir Text [ en-US ] = "Controls" ; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweir 216cdf0e10cSrcweirInfoBox MSG_CANT_QUIT 217cdf0e10cSrcweir{ 218cdf0e10cSrcweir Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all print jobs and/or\nOLE actions have finished and close all dialogs." ; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweir 221cdf0e10cSrcweirString STR_ISMODIFIED 222cdf0e10cSrcweir{ 223cdf0e10cSrcweir Text [ en-US ] = "Do you want to save the changes to %1?" ; 224cdf0e10cSrcweir}; 225cdf0e10cSrcweir 226cdf0e10cSrcweirString RID_FULLSCREENTOOLBOX 227cdf0e10cSrcweir{ 228cdf0e10cSrcweir Text = "" ; 229cdf0e10cSrcweir}; 230cdf0e10cSrcweir 231cdf0e10cSrcweirToolBox RID_FULLSCREENTOOLBOX 232cdf0e10cSrcweir{ 233cdf0e10cSrcweir HelpId = HID_FULLSCREENTOOLBOX ; 234cdf0e10cSrcweir ButtonType = BUTTON_SYMBOL ; 235cdf0e10cSrcweir LineSpacing = TRUE ; 236cdf0e10cSrcweir Border = TRUE ; 237cdf0e10cSrcweir Scroll = TRUE ; 238cdf0e10cSrcweir SVLook = TRUE ; 239cdf0e10cSrcweir Moveable = TRUE ; 240cdf0e10cSrcweir Sizeable = TRUE ; 241cdf0e10cSrcweir Closeable = TRUE ; 242cdf0e10cSrcweir Zoomable = TRUE ; 243cdf0e10cSrcweir Customize = TRUE ; 244cdf0e10cSrcweir FloatingMode = TRUE ; 245cdf0e10cSrcweir Hide = TRUE ; 246cdf0e10cSrcweir _FloatingPosMapMode = MAP_APPFONT ; 247cdf0e10cSrcweir _FloatingPosX = -50 ; 248cdf0e10cSrcweir _FloatingPosY = -70 ; 249cdf0e10cSrcweir FloatingLines = 1 ; 250cdf0e10cSrcweir HideWhenDeactivate = TRUE ; 251cdf0e10cSrcweir Align = BOXALIGN_TOP ; 252cdf0e10cSrcweir ItemList = 253cdf0e10cSrcweir { 254cdf0e10cSrcweir ToolBoxItem 255cdf0e10cSrcweir { 256cdf0e10cSrcweir Identifier = SID_WIN_FULLSCREEN ; 257cdf0e10cSrcweir }; 258cdf0e10cSrcweir }; 259cdf0e10cSrcweir}; 260cdf0e10cSrcweir 261cdf0e10cSrcweirString STR_QUITAPP 262cdf0e10cSrcweir{ 263cdf0e10cSrcweir Text [ en-US ] = "E~xit" ; 264cdf0e10cSrcweir}; 265cdf0e10cSrcweir 266cdf0e10cSrcweirString RID_STR_HELP 267cdf0e10cSrcweir{ 268cdf0e10cSrcweir Text [ en-US ] = "Help" ; 269cdf0e10cSrcweir}; 270cdf0e10cSrcweir 271cdf0e10cSrcweirString RID_STR_NOAUTOSTARTHELPAGENT 272cdf0e10cSrcweir{ 273cdf0e10cSrcweir Text [ en-US ] = "No automatic start at 'XX'" ; 274cdf0e10cSrcweir}; 275cdf0e10cSrcweir 276cdf0e10cSrcweirString RID_HELPBAR 277cdf0e10cSrcweir{ 278cdf0e10cSrcweir Text [ en-US ] = "Help Bar" ; 279cdf0e10cSrcweir}; 280cdf0e10cSrcweir 281cdf0e10cSrcweirToolBox RID_HELPBAR 282cdf0e10cSrcweir{ 283cdf0e10cSrcweir HelpId = HID_HELPBAR ; 284cdf0e10cSrcweir Hide = TRUE ; 285cdf0e10cSrcweir ItemList = 286cdf0e10cSrcweir { 287cdf0e10cSrcweir ToolBoxItem 288cdf0e10cSrcweir { 289cdf0e10cSrcweir Identifier = SID_HELP_INDEX ; 290cdf0e10cSrcweir }; 291cdf0e10cSrcweir ToolBoxItem 292cdf0e10cSrcweir { 293cdf0e10cSrcweir Identifier = SID_HELP_HELPFILEBOX ; 294cdf0e10cSrcweir }; 295cdf0e10cSrcweir ToolBoxItem 296cdf0e10cSrcweir { 297cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 298cdf0e10cSrcweir }; 299cdf0e10cSrcweir ToolBoxItem 300cdf0e10cSrcweir { 301cdf0e10cSrcweir Identifier = SID_HELP_ZOOMOUT; 302cdf0e10cSrcweir }; 303cdf0e10cSrcweir ToolBoxItem 304cdf0e10cSrcweir { 305cdf0e10cSrcweir Identifier = SID_HELP_ZOOMIN; 306cdf0e10cSrcweir }; 307cdf0e10cSrcweir ToolBoxItem 308cdf0e10cSrcweir { 309cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 310cdf0e10cSrcweir }; 311cdf0e10cSrcweir ToolBoxItem 312cdf0e10cSrcweir { 313cdf0e10cSrcweir Identifier = SID_HELP_SEARCH ; 314cdf0e10cSrcweir }; 315cdf0e10cSrcweir ToolBoxItem 316cdf0e10cSrcweir { 317cdf0e10cSrcweir Identifier = SID_HELP_BOOKMARK ; 318cdf0e10cSrcweir }; 319cdf0e10cSrcweir ToolBoxItem 320cdf0e10cSrcweir { 321cdf0e10cSrcweir Identifier = SID_HELP_ANNOTATE ; 322cdf0e10cSrcweir }; 323cdf0e10cSrcweir /* 324cdf0e10cSrcweir ToolBoxItem 325cdf0e10cSrcweir { 326cdf0e10cSrcweir Type = TOOLBOXITEM_SEPARATOR ; 327cdf0e10cSrcweir }; 328cdf0e10cSrcweir ToolBoxItem 329cdf0e10cSrcweir { 330cdf0e10cSrcweir Identifier = SID_HELP_DOWNLOAD ; 331cdf0e10cSrcweir }; 332cdf0e10cSrcweir*/ 333cdf0e10cSrcweir }; 334cdf0e10cSrcweir}; 335cdf0e10cSrcweir 336cdf0e10cSrcweirString RID_STR_HLPFILENOTEXIST 337cdf0e10cSrcweir{ 338cdf0e10cSrcweir Text [ en-US ] = "The help file for this topic is not installed." ; 339cdf0e10cSrcweir}; 340cdf0e10cSrcweir 341cdf0e10cSrcweir //---------------------------------------------------------------------------- 342cdf0e10cSrcweir 343cdf0e10cSrcweirString RID_ENVTOOLBOX 344cdf0e10cSrcweir{ 345cdf0e10cSrcweir Text [ en-US ] = "Function Bar" ; 346cdf0e10cSrcweir}; 347cdf0e10cSrcweir 348cdf0e10cSrcweirString RID_SPECIALCONFIG_ERROR 349cdf0e10cSrcweir{ 350cdf0e10cSrcweir Text [ en-US ] = "An error has occurred in the special configuration.\nPlease contact your administrator." ; 351cdf0e10cSrcweir}; 352cdf0e10cSrcweir 353cdf0e10cSrcweirString STR_QUICKSTART_EXIT 354cdf0e10cSrcweir{ 355cdf0e10cSrcweir Text [ en-US ] = "Exit Quickstarter" ; 356cdf0e10cSrcweir}; 357cdf0e10cSrcweirString STR_QUICKSTART_TIP 358cdf0e10cSrcweir{ 359cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Quickstarter" ; 360cdf0e10cSrcweir}; 361cdf0e10cSrcweirString STR_QUICKSTART_FILEOPEN 362cdf0e10cSrcweir{ 363cdf0e10cSrcweir Text [ en-US ] = "Open Document..." ; 364cdf0e10cSrcweir}; 365cdf0e10cSrcweirString STR_QUICKSTART_FROMTEMPLATE 366cdf0e10cSrcweir{ 367cdf0e10cSrcweir Text [ en-US ] = "From Template..." ; 368cdf0e10cSrcweir}; 369cdf0e10cSrcweirString STR_QUICKSTART_PRELAUNCH 370cdf0e10cSrcweir{ 371cdf0e10cSrcweir Text [ en-US ] = "Load %PRODUCTNAME During System Start-Up" ; 372cdf0e10cSrcweir}; 373cdf0e10cSrcweirString STR_QUICKSTART_PRELAUNCH_UNX 374cdf0e10cSrcweir{ 375*299c7647SAriel Constenla-Haile Text[ en-US ] = "Disable Quickstarter"; 376cdf0e10cSrcweir}; 377cdf0e10cSrcweirString STR_QUICKSTART_LNKNAME 378cdf0e10cSrcweir{ 379cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION" ; 380cdf0e10cSrcweir}; 381cdf0e10cSrcweirString STR_QUICKSTART_FILE 382cdf0e10cSrcweir{ 383cdf0e10cSrcweir Text [ en-US ] = "File"; 384cdf0e10cSrcweir}; 385cdf0e10cSrcweir 386cdf0e10cSrcweirString STR_QUICKSTART_STARTCENTER 387cdf0e10cSrcweir{ 388cdf0e10cSrcweir Text [ en-US ] = "Startcenter"; 389cdf0e10cSrcweir}; 390cdf0e10cSrcweir 391cdf0e10cSrcweirString STR_QUICKSTART_RECENTDOC 392cdf0e10cSrcweir{ 393cdf0e10cSrcweir Text [ en-US ] = "Recent Documents"; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweir 396cdf0e10cSrcweirString STR_QUERY_UPDATE_LINKS 397cdf0e10cSrcweir{ 398cdf0e10cSrcweir Text [ en-US ] = "Update all links?" ; 399cdf0e10cSrcweir}; 400cdf0e10cSrcweir 401cdf0e10cSrcweirString STR_DDE_ERROR 402cdf0e10cSrcweir{ 403cdf0e10cSrcweir Text [ en-US ] = "DDE link to % for % area % are not available." ; 404cdf0e10cSrcweir}; 405cdf0e10cSrcweir 406cdf0e10cSrcweirWarningBox RID_SECURITY_WARNING_HYPERLINK 407cdf0e10cSrcweir{ 408cdf0e10cSrcweir HelpId = HID_WARNING_SECURITY_HYPERLINK; 409cdf0e10cSrcweir Buttons = WB_YES_NO ; 410cdf0e10cSrcweir DefButton = WB_DEF_NO ; 411cdf0e10cSrcweir Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ; 412cdf0e10cSrcweir}; 413cdf0e10cSrcweir 414cdf0e10cSrcweirWarningBox RID_SECURITY_WARNING_NO_HYPERLINKS 415cdf0e10cSrcweir{ 416cdf0e10cSrcweir //HelpId = HID_WARNING_SECURITY_NO_HYPERLINKS; 417cdf0e10cSrcweir Buttons = WB_OK ; 418cdf0e10cSrcweir DefButton = WB_DEF_OK ; 419cdf0e10cSrcweir Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address will not be opened."; 420cdf0e10cSrcweir}; 421cdf0e10cSrcweir 422cdf0e10cSrcweirString RID_SECURITY_WARNING_TITLE 423cdf0e10cSrcweir{ 424cdf0e10cSrcweir Text [ en-US ] = "Security Warning" ; 425cdf0e10cSrcweir}; 426cdf0e10cSrcweir 427cdf0e10cSrcweirString RID_DESKTOP 428cdf0e10cSrcweir{ 429cdf0e10cSrcweir Text = "%PRODUCTNAME" ; 430cdf0e10cSrcweir}; 431cdf0e10cSrcweir 432cdf0e10cSrcweirQueryBox RID_XMLSEC_QUERY_LOSINGSIGNATURE 433cdf0e10cSrcweir{ 434cdf0e10cSrcweir// HelpId = HID_XMLSEC_QUERY_LOSINGSIGNATURE; 435cdf0e10cSrcweir Buttons = WB_YES_NO ; 436cdf0e10cSrcweir DefButton = WB_DEF_NO ; 437cdf0e10cSrcweir Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving the document?" ; 438cdf0e10cSrcweir}; 439cdf0e10cSrcweir 440cdf0e10cSrcweirQueryBox RID_XMLSEC_QUERY_SAVEBEFORESIGN 441cdf0e10cSrcweir{ 442cdf0e10cSrcweir// HelpId = HID_XMLSEC_QUERY_SAVEBEFORESIGN; 443cdf0e10cSrcweir Buttons = WB_YES_NO ; 444cdf0e10cSrcweir DefButton = WB_DEF_YES ; 445cdf0e10cSrcweir Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save the document?" ; 446cdf0e10cSrcweir}; 447cdf0e10cSrcweir 448cdf0e10cSrcweirInfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT 449cdf0e10cSrcweir{ 450cdf0e10cSrcweir// HelpId = HID_XMLSEC_INFO_WRONGDOCFORMAT; 451cdf0e10cSrcweir Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digitally signed." ; 452cdf0e10cSrcweir}; 453cdf0e10cSrcweir 454cdf0e10cSrcweirString RID_XMLSEC_DOCUMENTSIGNED 455cdf0e10cSrcweir{ 456cdf0e10cSrcweir Text [ en-US ] = " (Signed)" ; 457cdf0e10cSrcweir}; 458cdf0e10cSrcweir 459cdf0e10cSrcweirString STR_STANDARD 460cdf0e10cSrcweir{ 461cdf0e10cSrcweir Text [ en-US ] = "Standard" ; 462cdf0e10cSrcweir}; 463cdf0e10cSrcweir 464cdf0e10cSrcweirString RID_SVXSTR_FILELINK 465cdf0e10cSrcweir{ 466cdf0e10cSrcweir Text [ en-US ] = "Document" ; 467cdf0e10cSrcweir}; 468cdf0e10cSrcweir 469cdf0e10cSrcweirString STR_NONE 470cdf0e10cSrcweir{ 471cdf0e10cSrcweir Text [ en-US ] = "- None -" ; 472cdf0e10cSrcweir}; 473cdf0e10cSrcweirString RID_SVXSTR_GRAFIKLINK 474cdf0e10cSrcweir{ 475cdf0e10cSrcweir Text [ en-US ] = "Graphic" ; 476cdf0e10cSrcweir}; 477cdf0e10cSrcweirString STR_SFX_FILTERNAME_ALL 478cdf0e10cSrcweir{ 479cdf0e10cSrcweir Text [ en-US ] = "All files (*.*)" ; 480cdf0e10cSrcweir}; 481cdf0e10cSrcweirString RID_SVXSTR_EDITGRFLINK 482cdf0e10cSrcweir{ 483cdf0e10cSrcweir Text [ en-US ] = "Link graphics" ; 484cdf0e10cSrcweir}; 485cdf0e10cSrcweir// i66948 used in project scripting 486cdf0e10cSrcweirString STR_ERRUNOEVENTBINDUNG 487cdf0e10cSrcweir{ 488cdf0e10cSrcweir Text [ en-US ] = "An appropriate component method %1\ncould not be found.\n\nCheck spelling of method name."; 489cdf0e10cSrcweir}; 490cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_OPENERROR 491cdf0e10cSrcweir{ 492cdf0e10cSrcweir Text [ en-US ] = "Graphics file cannot be opened" ; 493cdf0e10cSrcweir}; 494cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_IOERROR 495cdf0e10cSrcweir{ 496cdf0e10cSrcweir Text [ en-US ] = "Graphics file cannot be read" ; 497cdf0e10cSrcweir}; 498cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_FORMATERROR 499cdf0e10cSrcweir{ 500cdf0e10cSrcweir Text [ en-US ] = "Unknown graphics format" ; 501cdf0e10cSrcweir}; 502cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_VERSIONERROR 503cdf0e10cSrcweir{ 504cdf0e10cSrcweir Text [ en-US ] = "This version of the graphics file is not supported" ; 505cdf0e10cSrcweir}; 506cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_FILTERERROR 507cdf0e10cSrcweir{ 508cdf0e10cSrcweir Text [ en-US ] = "Graphics filter not found" ; 509cdf0e10cSrcweir}; 510cdf0e10cSrcweirString RID_SVXSTR_GRFILTER_TOOBIG 511cdf0e10cSrcweir{ 512cdf0e10cSrcweir Text [ en-US ] = "Not enough memory to insert graphic" ; 513cdf0e10cSrcweir}; 514cdf0e10cSrcweir 515