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