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