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