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