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 --------------------------------------------------------------- 24#define __RSC 25#include "svx/svxerr.hxx" 26#include <svx/dialogs.hrc> 27#include <editeng/editerr.hxx> 28 29 // pragma ---------------------------------------------------------------- 30 31 // Error-Context --------------------------------------------------------- 32Resource RID_SVXERRCTX 33{ 34 String ERRCTX_SVX_LINGU_THESAURUS&ERRCODE_RES_MASK 35 { 36 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) beim Ausf�hren des Thesaurus. : $(ERR) beim Ausf�hren des Thesaurus. */ 37 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) beim Ausf�hren des Thesaurus. : $(ERR) beim Ausf�hren des Thesaurus. */ 38 Text [ en-US ] = "$(ERR) executing the thesaurus." ; 39 }; 40 String ERRCTX_SVX_LINGU_SPELLING&ERRCODE_RES_MASK 41 { 42 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) bei der Ausf�hrung der Rechtschreibpr�fung. : $(ERR) bei der Ausf�hrung der Rechtschreibpr�fung. */ 43 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) bei der Ausf�hrung der Rechtschreibpr�fung. : $(ERR) bei der Ausf�hrung der Rechtschreibpr�fung. */ 44 Text [ en-US ] = "$(ERR) executing the spellcheck." ; 45 }; 46 String ERRCTX_SVX_LINGU_HYPHENATION&ERRCODE_RES_MASK 47 { 48 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) bei der Ausf�hrung der Trennhilfe. : $(ERR) bei der Ausf�hrung der Trennhilfe. */ 49 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) bei der Ausf�hrung der Trennhilfe. : $(ERR) bei der Ausf�hrung der Trennhilfe. */ 50 Text [ en-US ] = "$(ERR) executing the hyphenation." ; 51 }; 52 String ERRCTX_SVX_LINGU_DICTIONARY&ERRCODE_RES_MASK 53 { 54 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) beim Anlegen eines W�rterbuches. : $(ERR) beim Anlegen eines W�rterbuches. */ 55 /* ### ACHTUNG: Neuer Text in Resource? $(ERR) beim Anlegen eines W�rterbuches. : $(ERR) beim Anlegen eines W�rterbuches. */ 56 Text [ en-US ] = "$(ERR) creating a dictionary." ; 57 }; 58 String ERRCTX_SVX_BACKGROUND&ERRCODE_RES_MASK 59 { 60 Text [ en-US ] = "$(ERR) setting background attribute." ; 61 }; 62 String ERRCTX_SVX_IMPORT_GRAPHIC&ERRCODE_RES_MASK 63 { 64 Text [ en-US ] = "$(ERR) loading the graphics." ; 65 }; 66}; 67 // Error-Code ------------------------------------------------------------ 68Resource RID_SVXERRCODE 69{ 70 String ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS&ERRCODE_RES_MASK 71 { 72 /* ### ACHTUNG: Neuer Text in Resource? Ein Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar.\n�berpr�fen Sie bitte Ihre Installation und installieren Sie gegebenenfalls die gew�nschte Sprache : Ein Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar.\n�berpr�fen Sie bitte Ihre Installation und installieren Sie gegebenenfalls die gew�nschte Sprache */ 73 /* ### ACHTUNG: Neuer Text in Resource? Ein Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar.\n�berpr�fen Sie bitte Ihre Installation und installieren Sie gegebenenfalls die gew�nschte Sprache : Ein Thesaurus f�r die eingestellte Sprache ist nicht verf�gbar.\n�berpr�fen Sie bitte Ihre Installation und installieren Sie gegebenenfalls die gew�nschte Sprache */ 74 Text [ en-US ] = "No thesaurus available for the current language.\nPlease check your installation and install the desired language." ; 75 }; 76 String ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS&ERRCODE_RES_MASK 77 { 78 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\n or activate it under 'Tools - Options - Language Settings - Writing Aids'."; 79 }; 80 String ERRCODE_SVX_LINGU_LINGUNOTEXISTS&ERRCODE_RES_MASK 81 { 82 /* ### ACHTUNG: Neuer Text in Resource? Die Rechtschreibpr�fung ist nicht verf�gbar. : Die Rechtschreibpr�fung ist nicht verf�gbar. */ 83 /* ### ACHTUNG: Neuer Text in Resource? Die Rechtschreibpr�fung ist nicht verf�gbar. : Die Rechtschreibpr�fung ist nicht verf�gbar. */ 84 Text [ en-US ] = "Spellcheck is not available." ; 85 }; 86 String ERRCODE_SVX_LINGU_HYPHENNOTEXISTS&ERRCODE_RES_MASK 87 { 88 /* ### ACHTUNG: Neuer Text in Resource? Die Trennhilfe ist nicht verf�gbar. : Die Trennhilfe ist nicht verf�gbar. */ 89 /* ### ACHTUNG: Neuer Text in Resource? Die Trennhilfe ist nicht verf�gbar. : Die Trennhilfe ist nicht verf�gbar. */ 90 Text [ en-US ] = "Hyphenation not available." ; 91 }; 92 String ERRCODE_SVX_LINGU_DICT_NOTREADABLE&ERRCODE_RES_MASK 93 { 94 /* ### ACHTUNG: Neuer Text in Resource? Das pers�nliche W�rterbuch $(ARG1) kann nicht gelesen werden. : Das pers�nliche W�rterbuch $(ARG1) kann nicht gelesen werden. */ 95 /* ### ACHTUNG: Neuer Text in Resource? Das pers�nliche W�rterbuch $(ARG1) kann nicht gelesen werden. : Das pers�nliche W�rterbuch $(ARG1) kann nicht gelesen werden. */ 96 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be read." ; 97 }; 98 String ERRCODE_SVX_LINGU_DICT_NOTWRITEABLE&ERRCODE_RES_MASK 99 { 100 /* ### ACHTUNG: Neuer Text in Resource? Das pers�nliche W�rterbuch $(ARG1) kann nicht angelegt werden. : Das pers�nliche W�rterbuch $(ARG1) kann nicht angelegt werden. */ 101 /* ### ACHTUNG: Neuer Text in Resource? Das pers�nliche W�rterbuch $(ARG1) kann nicht angelegt werden. : Das pers�nliche W�rterbuch $(ARG1) kann nicht angelegt werden. */ 102 Text [ en-US ] = "The custom dictionary $(ARG1) cannot be created." ; 103 }; 104 String ERRCODE_SVX_GRAPHIC_NOTREADABLE&ERRCODE_RES_MASK 105 { 106 Text [ en-US ] = "The graphic $(ARG1) could not be found." ; 107 }; 108 String ERRCODE_SVX_GRAPHIC_WRONG_FILEFORMAT&ERRCODE_RES_MASK 109 { 110 Text [ en-US ] = "An unlinked graphic could not be loaded."; 111 }; 112 String ERRCODE_SVX_LINGU_NOLANGUAGE&ERRCODE_RES_MASK 113 { 114 Text [ en-US ] = "A language has not been fixed for the selected term."; 115 }; 116 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 117 { 118 Text [ en-US ] = "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated."; 119 }; 120 String (ERRCODE_SVX_FORMS_NOIOSERVICES | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK 121 { 122 Text [ en-US ] = "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated."; 123 }; 124 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 125 { 126 Text [ en-US ] = "An error occurred while reading the form controls. The form layer has not been loaded."; 127 }; 128 String (ERRCODE_SVX_FORMS_READWRITEFAILED | ERRCODE_CLASS_WRITE) & ERRCODE_RES_MASK 129 { 130 Text [ en-US ] = "An error occurred while writing the form controls. The form layer has not been saved."; 131 }; 132 String (ERRCODE_SVX_BULLETITEM_NOBULLET | ERRCODE_CLASS_READ) & ERRCODE_RES_MASK 133 { 134 Text [ en-US ] = "An error occurred while reading one of the bullets. Not all of the bullets were loaded."; 135 }; 136 137 String ERRCODE_SVX_MODIFIED_VBASIC_STORAGE & ERRCODE_RES_MASK 138 { 139// TEXT = "Der Basic-Code wurde ver�ndert und kann somit nicht mehr als Original gespeichert werden." ; 140// TEXT [ English ] = "The Basic-Code is modified and so it can not be saved as original." ; 141 Text [ en-US ] = "All changes to the Basic Code are lost.The original VBA Macro Code is saved instead."; 142 }; 143 144 String ERRCODE_SVX_VBASIC_STORAGE_EXIST & ERRCODE_RES_MASK 145 { 146 Text [ en-US ] = "The original VBA Basic Code contained in the document will not be saved."; 147 }; 148 149 String ERRCODE_SVX_WRONGPASS & ERRCODE_RES_MASK 150 { 151 Text [ en-US ] = "The password is incorrect. The document cannot be opened."; 152 }; 153 154 String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK 155 { 156 Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported."; 157 }; 158 159 String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK 160 { 161 Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported."; 162 }; 163 164 String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK 165 { 166 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?"; 167 }; 168}; 169 // ********************************************************************** EOF 170 171