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#include <editeng/editrids.hrc> 25 // pragma ---------------------------------------------------------------- 26 27 // QueryBoxen --------------------------------------------------------------- 28QueryBox RID_SVXQB_CONTINUE 29{ 30 BUTTONS = WB_YES_NO ; 31 DEFBUTTON = WB_DEF_YES ; 32 /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Anfang des Dokumentes fortsetzen? : �berpr�fung am Anfang des Dokumentes fortsetzen? */ 33 /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Anfang des Dokumentes fortsetzen? : �berpr�fung am Anfang des Dokumentes fortsetzen? */ 34 Message [ en-US ] = "Continue checking at beginning of document?" ; 35}; 36QueryBox RID_SVXQB_BW_CONTINUE 37{ 38 BUTTONS = WB_YES_NO ; 39 DEFBUTTON = WB_DEF_YES ; 40 /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Ende des Dokumentes fortsetzen? : �berpr�fung am Ende des Dokumentes fortsetzen? */ 41 /* ### ACHTUNG: Neuer Text in Resource? �berpr�fung am Ende des Dokumentes fortsetzen? : �berpr�fung am Ende des Dokumentes fortsetzen? */ 42 Message [ en-US ] = "Continue checking at end of document?" ; 43}; 44String RID_SVXSTR_HMERR_THESAURUS 45{ 46 /* ### 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 \ngegebenenfalls 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 \ngegebenenfalls die gew�nschte Sprache */ 47 /* ### 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 \ngegebenenfalls 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 \ngegebenenfalls die gew�nschte Sprache */ 48 Text [ en-US ] = "No thesaurus is available for the selected language. \nPlease check your installation and install the desired language\n" ; 49}; 50String RID_SVXSTR_DIC_ERR_UNKNOWN 51{ 52 Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason."; 53}; 54String RID_SVXSTR_DIC_ERR_FULL 55{ 56 Text [ en-US ] = "The dictionary is already full."; 57}; 58String RID_SVXSTR_DIC_ERR_READONLY 59{ 60 Text [ en-US ] = "The dictionary is read-only."; 61}; 62 63 // ********************************************************************** EOF 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101