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