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 10cdf0e10cSrcweir * 11acbf353aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 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. 19cdf0e10cSrcweir * 20acbf353aSAndrew Rist *************************************************************/ 21acbf353aSAndrew Rist 2236e5b6adSmseidel 2336e5b6adSmseidel 24cdf0e10cSrcweir#include <sfx2/sfx.hrc> 25cdf0e10cSrcweir#include "doc.hrc" 26cdf0e10cSrcweir#define __RSC 27cdf0e10cSrcweir#include <svl/inetdef.hxx> 28cdf0e10cSrcweir//#include <so3/so2defs.hxx> 29cdf0e10cSrcweir 30cdf0e10cSrcweir// ----------------------------------------------------------------------- 31cdf0e10cSrcweirQueryBox MSG_CONFIRM_FILTER 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir Buttons = WB_YES_NO ; 34cdf0e10cSrcweir DefButton = WB_DEF_YES ; 35cdf0e10cSrcweir Message [ en-US ] = "Saving in external formats may have caused\ninformation loss. Do you still want to close?" ; 36cdf0e10cSrcweir}; 37cdf0e10cSrcweirQueryBox MSG_CONFIRM_OVERWRITE_TEMPLATE 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir Buttons = WB_YES_NO ; 40cdf0e10cSrcweir DefButton = WB_DEF_NO ; 41cdf0e10cSrcweir Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ; 42cdf0e10cSrcweir}; 43cdf0e10cSrcweirString STR_DELETE_REGION 44cdf0e10cSrcweir{ 45cdf0e10cSrcweir Text [ en-US ] = "Are you sure you want to delete the region \"$1\"?" ; 46cdf0e10cSrcweir}; 47cdf0e10cSrcweirString STR_DELETE_TEMPLATE 48cdf0e10cSrcweir{ 49cdf0e10cSrcweir Text [ en-US ] = "Are you sure you want to delete the entry \"$1\"?" ; 50cdf0e10cSrcweir}; 51cdf0e10cSrcweirQueryBox MSG_REGION_NOTEMPTY 52cdf0e10cSrcweir{ 53cdf0e10cSrcweir Buttons = WB_YES_NO ; 54cdf0e10cSrcweir DefButton = WB_DEF_NO ; 55cdf0e10cSrcweir Message [ en-US ] = "The category is not empty.\nDelete anyway?" ; 56cdf0e10cSrcweir}; 57cdf0e10cSrcweirString STR_QUERY_SAVE_DOCUMENT 58cdf0e10cSrcweir{ 59cdf0e10cSrcweir Text [ en-US ] = "The document \"$(DOC)\" has been modified.\nDo you want to save your changes?" ; 60cdf0e10cSrcweir}; 6136e5b6adSmseidelBitmap BMP_STYLES_CLOSED {File = "newex.png" ;} ; 6236e5b6adSmseidelBitmap BMP_STYLES_OPENED {File = "newex.png" ;} ; 63cdf0e10cSrcweir 6436e5b6adSmseidelBitmap BMP_STYLES_CLOSED_HC {File = "newex_h.png" ;} ; 6536e5b6adSmseidelBitmap BMP_STYLES_OPENED_HC {File = "newex_h.png" ;} ; 66cdf0e10cSrcweir 67cdf0e10cSrcweirString STR_STYLES 68cdf0e10cSrcweir{ 69cdf0e10cSrcweir Text [ en-US ] = "Styles" ; 70cdf0e10cSrcweir}; 71cdf0e10cSrcweirString STR_MACROS 72cdf0e10cSrcweir{ 73cdf0e10cSrcweir Text [ en-US ] = "Macros" ; 74cdf0e10cSrcweir}; 75cdf0e10cSrcweirString STR_CONFIG 76cdf0e10cSrcweir{ 77cdf0e10cSrcweir Text [ en-US ] = "Configuration" ; 78cdf0e10cSrcweir}; 79cdf0e10cSrcweirString STR_PRINT_STYLES_HEADER 80cdf0e10cSrcweir{ 81cdf0e10cSrcweir Text [ en-US ] = "Styles in " ; 82cdf0e10cSrcweir}; 83cdf0e10cSrcweirString STR_PRINT_STYLES 84cdf0e10cSrcweir{ 85cdf0e10cSrcweir Text [ en-US ] = "Printing Styles" ; 86cdf0e10cSrcweir}; 8736e5b6adSmseidelBitmap BMP_STYLES_FAMILY1 {File = "styfam1.png" ;} ; 8836e5b6adSmseidelBitmap BMP_STYLES_FAMILY2 {File = "styfam2.png" ;} ; 8936e5b6adSmseidelBitmap BMP_STYLES_FAMILY3 {File = "styfam3.png" ;} ; 9036e5b6adSmseidelBitmap BMP_STYLES_FAMILY4 {File = "styfam4.png" ;} ; 91cdf0e10cSrcweir 9236e5b6adSmseidelBitmap BMP_STYLES_FAMILY1_HC {File = "styfam1_h.png" ;} ; 9336e5b6adSmseidelBitmap BMP_STYLES_FAMILY2_HC {File = "styfam2_h.png" ;} ; 9436e5b6adSmseidelBitmap BMP_STYLES_FAMILY3_HC {File = "styfam3_h.png" ;} ; 9536e5b6adSmseidelBitmap BMP_STYLES_FAMILY4_HC {File = "styfam4_h.png" ;} ; 96cdf0e10cSrcweir 97cdf0e10cSrcweirErrorBox MSG_PRINT_ERROR 98cdf0e10cSrcweir{ 99cdf0e10cSrcweir BUTTONS = WB_OK ; 100cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 101cdf0e10cSrcweir Message [ en-US ] = "The print job could not be started." ; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweirString STR_BACKUP_COPY 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir Text [ en-US ] = "Copy" ; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweirInfoBox MSG_CANT_OPEN_TEMPLATE 108cdf0e10cSrcweir{ 109cdf0e10cSrcweir Message [ en-US ] = "The template could not be opened." ; 110cdf0e10cSrcweir}; 111cdf0e10cSrcweirInfoBox MSG_VIEW_OPEN_CANT_SAVE 112cdf0e10cSrcweir{ 113cdf0e10cSrcweir BUTTONS = WB_OK ; 114cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 115cdf0e10cSrcweir Message [ en-US ] = "Document already open for editing." ; 116cdf0e10cSrcweir}; 117cdf0e10cSrcweirString STR_ERROR_SAVE 118cdf0e10cSrcweir{ 119cdf0e10cSrcweir Text [ en-US ] = "Error recording document " ; 120cdf0e10cSrcweir}; 121cdf0e10cSrcweirString STR_TEMPLATE_FILTER 122cdf0e10cSrcweir{ 123cdf0e10cSrcweir Text [ en-US ] = "Templates" ; 124cdf0e10cSrcweir}; 125cdf0e10cSrcweirString STR_ERROR_COPY_TEMPLATE 126cdf0e10cSrcweir{ 127cdf0e10cSrcweir Text [ en-US ] = "Error copying template \"$1\".\nA template with this name may already exist." ; 128cdf0e10cSrcweir}; 129cdf0e10cSrcweirString STR_ERROR_DELETE_TEMPLATE 130cdf0e10cSrcweir{ 131cdf0e10cSrcweir Text [ en-US ] = "The template \"$1\" can not be deleted." ; 132cdf0e10cSrcweir}; 133cdf0e10cSrcweirString STR_ERROR_MOVE_TEMPLATE 134cdf0e10cSrcweir{ 135cdf0e10cSrcweir Text [ en-US ] = "Error moving template \"$1\"." ; 136cdf0e10cSrcweir}; 137cdf0e10cSrcweirErrorBox MSG_ERROR_RESCAN 138cdf0e10cSrcweir{ 139cdf0e10cSrcweir BUTTONS = WB_OK ; 140cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 141cdf0e10cSrcweir Message [ en-US ] = "The update could not be saved." ; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweirString STR_ERROR_SAVE_TEMPLATE 144cdf0e10cSrcweir{ 145cdf0e10cSrcweir Text [ en-US ] = "Error saving template " ; 146cdf0e10cSrcweir}; 147cdf0e10cSrcweirErrorBox MSG_ERROR_RENAME_TEMPLATE 148cdf0e10cSrcweir{ 149cdf0e10cSrcweir BUTTONS = WB_OK ; 150cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 151cdf0e10cSrcweir Message [ en-US ] = "Error renaming template." ; 152cdf0e10cSrcweir}; 153cdf0e10cSrcweirErrorBox MSG_ERROR_RENAME_TEMPLATE_REGION 154cdf0e10cSrcweir{ 155cdf0e10cSrcweir BUTTONS = WB_OK ; 156cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 157cdf0e10cSrcweir Message [ en-US ] = "Error renaming template category." ; 158cdf0e10cSrcweir}; 159cdf0e10cSrcweirErrorBox MSG_ERROR_EMPTY_NAME 160cdf0e10cSrcweir{ 161cdf0e10cSrcweir BUTTONS = WB_OK ; 162cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 163cdf0e10cSrcweir Message [ en-US ] = "Please specify a name." ; 164cdf0e10cSrcweir}; 165cdf0e10cSrcweirErrorBox MSG_ERROR_UNIQ_NAME 166cdf0e10cSrcweir{ 167cdf0e10cSrcweir BUTTONS = WB_OK ; 168cdf0e10cSrcweir DEFBUTTON = WB_DEF_OK ; 169cdf0e10cSrcweir Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweirString STR_QUERY_DEFAULT_TEMPLATE 172cdf0e10cSrcweir{ 173cdf0e10cSrcweir Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ; 174cdf0e10cSrcweir}; 175cdf0e10cSrcweirQueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE 176cdf0e10cSrcweir{ 177cdf0e10cSrcweir Buttons = WB_YES_NO ; 178cdf0e10cSrcweir DefButton = WB_DEF_NO ; 179cdf0e10cSrcweir Message [ en-US ] = "Do you want to reset the default template?" ; 180cdf0e10cSrcweir}; 181cdf0e10cSrcweirInfoBox MSG_TEMPLATE_DIR_NOT_EXIST 182cdf0e10cSrcweir{ 183cdf0e10cSrcweir Message [ en-US ] = "Template directory\n$(DIR)\ndoes not exist." ; 184cdf0e10cSrcweir}; 185cdf0e10cSrcweirInfoBox MSG_DOCINFO_CANTREAD 186cdf0e10cSrcweir{ 187cdf0e10cSrcweir Message [ en-US ] = "Document info cannot be read." ; 188cdf0e10cSrcweir}; 189cdf0e10cSrcweirString STR_ERROR_NOSTORAGE 190cdf0e10cSrcweir{ 191cdf0e10cSrcweir Text [ en-US ] = "The selected file has an incorrect format." ; 192cdf0e10cSrcweir}; 193cdf0e10cSrcweirString STR_QUERY_MUSTOWNFORMAT 194cdf0e10cSrcweir{ 195cdf0e10cSrcweir Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ; 196cdf0e10cSrcweir}; 197cdf0e10cSrcweirString STR_SAVEDOC 198cdf0e10cSrcweir{ 199cdf0e10cSrcweir Text [ en-US ] = "~Save" ; 200cdf0e10cSrcweir}; 201cdf0e10cSrcweirString STR_UPDATEDOC 202cdf0e10cSrcweir{ 203cdf0e10cSrcweir Text [ en-US ] = "~Update" ; 204cdf0e10cSrcweir}; 205cdf0e10cSrcweirString STR_SAVEASDOC 206cdf0e10cSrcweir{ 207cdf0e10cSrcweir Text [ en-US ] = "Save ~As..." ; 208cdf0e10cSrcweir}; 209cdf0e10cSrcweirString STR_SAVECOPYDOC 210cdf0e10cSrcweir{ 211cdf0e10cSrcweir Text [ en-US ] = "Save Copy ~as..." ; 212cdf0e10cSrcweir}; 213cdf0e10cSrcweirString STR_CLOSEDOC 214cdf0e10cSrcweir{ 215cdf0e10cSrcweir Text [ en-US ] = "~Close" ; 216cdf0e10cSrcweir}; 217cdf0e10cSrcweirString STR_CLOSEDOC_ANDRETURN 218cdf0e10cSrcweir{ 219cdf0e10cSrcweir Text [ en-US ] = "~Close & Return to " ; 220cdf0e10cSrcweir}; 221cdf0e10cSrcweirString STR_WIZARD 222cdf0e10cSrcweir{ 223cdf0e10cSrcweir Text [ en-US ] = " AutoPilot" ; 224cdf0e10cSrcweir}; 225cdf0e10cSrcweirString RID_STR_FILTCONFIG 226cdf0e10cSrcweir{ 227cdf0e10cSrcweir Text [ en-US ] = "Configurations" ; 228cdf0e10cSrcweir}; 229cdf0e10cSrcweirString RID_STR_FILTBASIC 230cdf0e10cSrcweir{ 231cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME Basic libraries" ; 232cdf0e10cSrcweir}; 233cdf0e10cSrcweirString RID_STR_WARNSTYLEOVERWRITE 234cdf0e10cSrcweir{ 235cdf0e10cSrcweir Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ; 236cdf0e10cSrcweir}; 237cdf0e10cSrcweirString STR_DOC_LOADING 238cdf0e10cSrcweir{ 239cdf0e10cSrcweir Text [ en-US ] = "Loading Document" ; 240cdf0e10cSrcweir}; 241cdf0e10cSrcweirResource RID_DLSTATUS 242cdf0e10cSrcweir{ 243cdf0e10cSrcweir String INET_NAME_RESOLVE_START 244cdf0e10cSrcweir { 245cdf0e10cSrcweir Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ; 246cdf0e10cSrcweir }; 247cdf0e10cSrcweir String INET_CONNECT_START 248cdf0e10cSrcweir { 249cdf0e10cSrcweir Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ; 250cdf0e10cSrcweir }; 251cdf0e10cSrcweir String INET_READ_STATUS 252cdf0e10cSrcweir { 253cdf0e10cSrcweir Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ; 254cdf0e10cSrcweir }; 255cdf0e10cSrcweir String INET_CONNECTION_CLOSED 256cdf0e10cSrcweir { 257cdf0e10cSrcweir Text [ en-US ] = "Disconnected" ; 258cdf0e10cSrcweir }; 259cdf0e10cSrcweir}; 260cdf0e10cSrcweirQueryBox MSG_OPEN_READONLY 261cdf0e10cSrcweir{ 262cdf0e10cSrcweir BUTTONS = WB_YES_NO ; 263cdf0e10cSrcweir DEFBUTTON = WB_DEF_YES ; 264cdf0e10cSrcweir Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?" ; 265cdf0e10cSrcweir}; 266cdf0e10cSrcweirString STR_EDIT 267cdf0e10cSrcweir{ 268cdf0e10cSrcweir Text [ en-US ] = "Edit" ; 269cdf0e10cSrcweir}; 270cdf0e10cSrcweirString RID_OFFICEFILTER 271cdf0e10cSrcweir{ 272cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME Documents" ; 273cdf0e10cSrcweir}; 274cdf0e10cSrcweirString RID_OFFICEFILTER_WILDCARD 275cdf0e10cSrcweir{ 276cdf0e10cSrcweir Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ; 277cdf0e10cSrcweir}; 278cdf0e10cSrcweirString RID_OFFICEFILTER_MACTYPE 279cdf0e10cSrcweir{ 280cdf0e10cSrcweir Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ; 281cdf0e10cSrcweir}; 282cdf0e10cSrcweirString RID_OFFICEFILTER_OS2TYPE 283cdf0e10cSrcweir{ 284cdf0e10cSrcweir Text = "StarWriter 4.0;StarWriter 3.0;StarDraw 4.0;StarDraw 3.0;StarCalc 4.0;StarCalc 3.0;StarMath 4.0;StarMath 3.0;StarChart 4.0;StarChart 3.0;StarFrameSet;StarMessage" ; 285cdf0e10cSrcweir}; 286cdf0e10cSrcweirString STR_FRAMEOBJECT_PROPERTIES 287cdf0e10cSrcweir{ 288cdf0e10cSrcweir Text [ en-US ] = "Propert~ies..." ; 289cdf0e10cSrcweir}; 290cdf0e10cSrcweirString STR_FSET_FILTERNAME0 291cdf0e10cSrcweir{ 292cdf0e10cSrcweir Text [ en-US ] = "HTML (FrameSet)" ; 293cdf0e10cSrcweir}; 294cdf0e10cSrcweirString STR_FSET_FILTERNAME1 295cdf0e10cSrcweir{ 29636e5b6adSmseidel // only translate 'Document' 297cdf0e10cSrcweir Text [ en-US ] = "%PRODUCTNAME Frame Document" ; 298cdf0e10cSrcweir}; 299cdf0e10cSrcweirString STR_TEMPL_MOVED 300cdf0e10cSrcweir{ 301cdf0e10cSrcweir Text [ en-US ] = "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?" ; 302cdf0e10cSrcweir}; 303cdf0e10cSrcweirString STR_TEMPL_RESET 304cdf0e10cSrcweir{ 305cdf0e10cSrcweir Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened ?" ; 306cdf0e10cSrcweir}; 307cdf0e10cSrcweirString STR_AUTOMATICVERSION 308cdf0e10cSrcweir{ 309cdf0e10cSrcweir Text [ en-US ] = "Automatically saved version" ; 310cdf0e10cSrcweir}; 311cdf0e10cSrcweir 312cdf0e10cSrcweirString STR_DOCTYPENAME_SW 313cdf0e10cSrcweir{ 314cdf0e10cSrcweir Text [ en-US ] = "Text Document" ; 315cdf0e10cSrcweir}; 316cdf0e10cSrcweir 317cdf0e10cSrcweirString STR_DOCTYPENAME_SWWEB 318cdf0e10cSrcweir{ 319cdf0e10cSrcweir Text [ en-US ] = "HTML Document" ; 320cdf0e10cSrcweir}; 321cdf0e10cSrcweir 322cdf0e10cSrcweirString STR_DOCTYPENAME_SWGLOB 323cdf0e10cSrcweir{ 324cdf0e10cSrcweir Text [ en-US ] = "Master Document" ; 325cdf0e10cSrcweir}; 326cdf0e10cSrcweir 327cdf0e10cSrcweirString STR_DOCTYPENAME_SC 328cdf0e10cSrcweir{ 329cdf0e10cSrcweir Text [ en-US ] = "Spreadsheet" ; 330cdf0e10cSrcweir}; 331cdf0e10cSrcweir 332cdf0e10cSrcweirString STR_DOCTYPENAME_SI 333cdf0e10cSrcweir{ 334cdf0e10cSrcweir Text [ en-US ] = "Presentation" ; 335cdf0e10cSrcweir}; 336cdf0e10cSrcweir 337cdf0e10cSrcweirString STR_DOCTYPENAME_SD 338cdf0e10cSrcweir{ 339cdf0e10cSrcweir Text [ en-US ] = "Drawing" ; 340cdf0e10cSrcweir}; 341cdf0e10cSrcweir 342cdf0e10cSrcweirString STR_DOCTYPENAME_MESSAGE 343cdf0e10cSrcweir{ 344cdf0e10cSrcweir Text [ en-US ] = "Message" ; 345cdf0e10cSrcweir}; 346cdf0e10cSrcweir 347cdf0e10cSrcweirString STR_NOSAVEANDCLOSE 348cdf0e10cSrcweir{ 349cdf0e10cSrcweir Text [ en-US ] = "~Discard" ; 350cdf0e10cSrcweir}; 351cdf0e10cSrcweir 352cdf0e10cSrcweirString STR_PACKNGO_NOACCESS 353cdf0e10cSrcweir{ 354cdf0e10cSrcweir Text [ en-US ] = "Access to the current data medium not possible." ; 355cdf0e10cSrcweir}; 356cdf0e10cSrcweir 357cdf0e10cSrcweirString STR_PACKNGO_NEWMEDIUM 358cdf0e10cSrcweir{ 359cdf0e10cSrcweir Text [ en-US ] = "Insert the next data carrier and click OK." ; 360cdf0e10cSrcweir}; 361cdf0e10cSrcweir 362cdf0e10cSrcweirString STR_OBJECT 363cdf0e10cSrcweir{ 364cdf0e10cSrcweir Text [ en-US ] = "Object" ; 365cdf0e10cSrcweir}; 366cdf0e10cSrcweir 367cdf0e10cSrcweirQueryBox DLG_MACROQUERY 368cdf0e10cSrcweir{ 369cdf0e10cSrcweir Buttons = WB_OK_CANCEL ; 370cdf0e10cSrcweir Title [ en-US ] = "Run Macro" ; 371cdf0e10cSrcweir Message [ en-US ] = "This document contains macros. $(TEXT)" ; 372cdf0e10cSrcweir}; 373cdf0e10cSrcweir 374cdf0e10cSrcweirString BTN_OK 375cdf0e10cSrcweir{ 376cdf0e10cSrcweir Text [ en-US ] = "Run" ; 377cdf0e10cSrcweir}; 378cdf0e10cSrcweirString BTN_CANCEL 379cdf0e10cSrcweir{ 380cdf0e10cSrcweir Text [ en-US ] = "Do Not Run" ; 381cdf0e10cSrcweir}; 382cdf0e10cSrcweirString FT_CANCEL 383cdf0e10cSrcweir{ 384cdf0e10cSrcweir Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?" ; 385cdf0e10cSrcweir}; 386cdf0e10cSrcweirString FT_OK 387cdf0e10cSrcweir{ 388cdf0e10cSrcweir Text [ en-US ] = "Do you want to allow these macros to be run?" ; 389cdf0e10cSrcweir}; 390cdf0e10cSrcweir 391cdf0e10cSrcweirString STR_EXPORTASPDF_TITLE 392cdf0e10cSrcweir{ 393cdf0e10cSrcweir Text [ en-US ] = "Export as PDF" ; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweir 396cdf0e10cSrcweirString STR_EXPORTWITHCFGBUTTON 397cdf0e10cSrcweir{ 398cdf0e10cSrcweir Text [ en-US ] = "Export..." ; 399cdf0e10cSrcweir}; 400cdf0e10cSrcweir 401cdf0e10cSrcweirString STR_EXPORTBUTTON 402cdf0e10cSrcweir{ 403cdf0e10cSrcweir Text [ en-US ] = "Export" ; 404cdf0e10cSrcweir}; 405cdf0e10cSrcweir 406cdf0e10cSrcweirString RID_SVXSTR_SECURITY_ADDPATH 407cdf0e10cSrcweir{ 408cdf0e10cSrcweir Text [ en-US ] = "Add this directory to the list of secure paths: " ; 409cdf0e10cSrcweir}; 410cdf0e10cSrcweir 411cdf0e10cSrcweirString STR_LABEL_FILEFORMAT 412cdf0e10cSrcweir{ 413cdf0e10cSrcweir Text [ en-US ] = "File format:" ; 414cdf0e10cSrcweir}; 415cdf0e10cSrcweir 416cdf0e10cSrcweirString STR_HIDDENINFO_CONTAINS 417cdf0e10cSrcweir{ 418cdf0e10cSrcweir Text [ en-US ] = "This document contains:\n\n" ; 419cdf0e10cSrcweir}; 420cdf0e10cSrcweirString STR_HIDDENINFO_RECORDCHANGES 421cdf0e10cSrcweir{ 422cdf0e10cSrcweir Text [ en-US ] = "Recorded changes" ; 423cdf0e10cSrcweir}; 424cdf0e10cSrcweirString STR_HIDDENINFO_NOTES 425cdf0e10cSrcweir{ 426cdf0e10cSrcweir Text [ en-US ] = "Notes" ; 427cdf0e10cSrcweir}; 428cdf0e10cSrcweirString STR_HIDDENINFO_DOCVERSIONS 429cdf0e10cSrcweir{ 430cdf0e10cSrcweir Text [ en-US ] = "Document versions" ; 431cdf0e10cSrcweir}; 432cdf0e10cSrcweirString STR_HIDDENINFO_FIELDS 433cdf0e10cSrcweir{ 434cdf0e10cSrcweir Text [ en-US ] = "Fields" ; 435cdf0e10cSrcweir}; 436cdf0e10cSrcweirString STR_HIDDENINFO_LINKDATA 437cdf0e10cSrcweir{ 438cdf0e10cSrcweir Text [ en-US ] = "Linked data..." ; 439cdf0e10cSrcweir}; 440cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_SAVING 441cdf0e10cSrcweir{ 442cdf0e10cSrcweir Text [ en-US ] = "Do you want to continue saving the document?" ; 443cdf0e10cSrcweir}; 444cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_PRINTING 445cdf0e10cSrcweir{ 446cdf0e10cSrcweir Text [ en-US ] = "Do you want to continue printing the document?" ; 447cdf0e10cSrcweir}; 448cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_SIGNING 449cdf0e10cSrcweir{ 450cdf0e10cSrcweir Text [ en-US ] = "Do you want to continue signing the document?" ; 451cdf0e10cSrcweir}; 452cdf0e10cSrcweirString STR_HIDDENINFO_CONTINUE_CREATEPDF 453cdf0e10cSrcweir{ 454cdf0e10cSrcweir Text [ en-US ] = "Do you want to continue creating a PDF file?" ; 455cdf0e10cSrcweir}; 456cdf0e10cSrcweir 457cdf0e10cSrcweirString STR_NEW_FILENAME_SAVE 458cdf0e10cSrcweir{ 459cdf0e10cSrcweir Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ; 460cdf0e10cSrcweir}; 461cdf0e10cSrcweir 462cdf0e10cSrcweirString STR_ERROR_DELETE_TEMPLATE_DIR 463cdf0e10cSrcweir{ 464cdf0e10cSrcweir Text [ en-US ] = "Some template files are protected and can not be deleted." ; 465cdf0e10cSrcweir}; 466cdf0e10cSrcweir 467cdf0e10cSrcweirString STR_DOCINFO_INFOFIELD 468cdf0e10cSrcweir{ 469cdf0e10cSrcweir Text [ en-US ] = "Info %1" ; 470cdf0e10cSrcweir}; 471cdf0e10cSrcweir 472cdf0e10cSrcweirString STR_SHARED 473cdf0e10cSrcweir{ 474cdf0e10cSrcweir Text [ en-US ] = " (shared)" ; 475cdf0e10cSrcweir}; 476cdf0e10cSrcweir 477cdf0e10cSrcweirString STR_XMLSEC_ODF12_EXPECTED 478cdf0e10cSrcweir{ 479*cd550583Smseidel Text [ en-US ] = "The document format version is set to ODF 1.1 in Tools - Options - Load/Save - General. Signing documents requires ODF 1.2." ; 480cdf0e10cSrcweir}; 481cdf0e10cSrcweir 482cdf0e10cSrcweirQueryBox MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN 483cdf0e10cSrcweir{ 484cdf0e10cSrcweir Buttons = WB_YES_NO ; 485cdf0e10cSrcweir DefButton = WB_DEF_YES ; 486cdf0e10cSrcweir Message [ en-US ] = "The document has to be saved before it can be signed. Saving the document removes all present signatures.\nDo you want to save the document?" ; 487cdf0e10cSrcweir}; 488cdf0e10cSrcweir 489cdf0e10cSrcweirString STR_QRYTEMPL_MESSAGE 490cdf0e10cSrcweir{ 491cdf0e10cSrcweir Text [ en-US ] = "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?" ; 492cdf0e10cSrcweir}; 493cdf0e10cSrcweir 494cdf0e10cSrcweirString STR_QRYTEMPL_UPDATE_BTN 495cdf0e10cSrcweir{ 496cdf0e10cSrcweir Text [ en-US ] = "~Update Styles" ; 497cdf0e10cSrcweir}; 498cdf0e10cSrcweir 499cdf0e10cSrcweirString STR_QRYTEMPL_KEEP_BTN 500cdf0e10cSrcweir{ 501cdf0e10cSrcweir Text [ en-US ] = "~Keep Old Styles" ; 502cdf0e10cSrcweir}; 503cdf0e10cSrcweir 504cdf0e10cSrcweir// ******************************************************************* EOF 505