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