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 --------------------------------------------------------------- 25#define __RSC 26#include "svx/svxerr.hxx" 27#include <svx/dialogs.hrc> 28#include <editeng/editerr.hxx> 29 30 31// Error-Context --------------------------------------------------------- 32Resource RID_SVXERRCTX 33{ 34 String ERRCTX_SVX_LINGU_THESAURUS&ERRCODE_RES_MASK 35 { 36 Text [ en-US ] = "$(ERR) executing the thesaurus." ; 37 }; 38 String ERRCTX_SVX_LINGU_SPELLING&ERRCODE_RES_MASK 39 { 40 Text [ en-US ] = "$(ERR) executing the spellcheck." ; 41 }; 42 String ERRCTX_SVX_LINGU_HYPHENATION&ERRCODE_RES_MASK 43 { 44 Text [ en-US ] = "$(ERR) executing the hyphenation." ; 45 }; 46 String ERRCTX_SVX_LINGU_DICTIONARY&ERRCODE_RES_MASK 47 { 48 Text [ en-US ] = "$(ERR) creating a dictionary." ; 49 }; 50 String ERRCTX_SVX_BACKGROUND&ERRCODE_RES_MASK 51 { 52 Text [ en-US ] = "$(ERR) setting background attribute." ; 53 }; 54 String ERRCTX_SVX_IMPORT_GRAPHIC&ERRCODE_RES_MASK 55 { 56 Text [ en-US ] = "$(ERR) loading the graphics." ; 57 }; 58}; 59 60// Error-Code ------------------------------------------------------------ 61Resource RID_SVXERRCODE 62{ 63 String ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS&ERRCODE_RES_MASK 64 { 65 Text [ en-US ] = "No thesaurus available for the current language.\nPlease check your installation and install the desired language." ; 66 }; 67 String ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS&ERRCODE_RES_MASK 68 { 69 Text [ en-US ] = "$(ARG1) is not supported by the spellcheck function or is not presently active.\nPlease check your installation and, if necessary, install the required language module\nor activate it under 'Tools - Options - Language Settings - Writing Aids'." ; 70 }; 71 String ERRCODE_SVX_LINGU_LINGUNOTEXISTS&ERRCODE_RES_MASK 72 { 73 Text [ en-US ] = "Spellcheck is not available." ; 74 }; 75 String ERRCODE_SVX_LINGU_HYPHENNOTEXISTS&ERRCODE_RES_MASK 76 { 77 Text [ en-US ] = "Hyphenation not available." ; 78 }; 79 String ERRCODE_SVX_LINGU_DICT_NOTREADABLE&ERRCODE_RES_MASK 80 { 81 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ; 82 }; 83 String ERRCODE_SVX_LINGU_DICT_NOTWRITEABLE&ERRCODE_RES_MASK 84 { 85 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ; 86 }; 87 String ERRCODE_SVX_GRAPHIC_NOTREADABLE&ERRCODE_RES_MASK 88 { 89 Text [ en-US ] = "The graphic $(ARG1) could not be found." ; 90 }; 91 String ERRCODE_SVX_GRAPHIC_WRONG_FILEFORMAT&ERRCODE_RES_MASK 92 { 93 Text [ en-US ] = "An unlinked graphic could not be loaded." ; 94 }; 95 String ERRCODE_SVX_LINGU_NOLANGUAGE&ERRCODE_RES_MASK 96 { 97 Text [ en-US ] = "A language has not been fixed for the selected term." ; 98 }; 99 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 100 { 101 Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated." ; 102 }; 103 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK 104 { 105 Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated." ; 106 }; 107 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 108 { 109 Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been loaded." ; 110 }; 111 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK 112 { 113 Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been saved." ; 114 }; 115 String (ERRCODE_SVX_BULLETITEM_NOBULLET | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 116 { 117 Text [ en-US ] = "An error occurred while reading one of the bullets. Not all of the bullets were loaded." ; 118 }; 119 String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK 120 { 121 Text [ en-US ] = "All changes to the Basic Code are lost. The original VBA Macro Code is saved instead." ; 122 }; 123 124 String ERRCODE_SVX_VBASIC_STORAGE_EXIST & ERRCODE_RES_MASK 125 { 126 Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved." ; 127 }; 128 129 String ERRCODE_SVX_WRONGPASS & ERRCODE_RES_MASK 130 { 131 Text [ en-US ] = "The password is incorrect. The document cannot be opened." ; 132 }; 133 134 String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK 135 { 136 Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported." ; 137 }; 138 139 String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK 140 { 141 Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported." ; 142 }; 143 144 String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK 145 { 146 Text [ en-US ] = "Password protection is not supported when documents are saved in a Microsoft Office format.\nDo you want to save the document without password protection?" ; 147 }; 148}; 149 150// ********************************************************************** EOF 151