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#include <editeng/editrids.hrc> 26// pragma ---------------------------------------------------------------- 27 28// QueryBox --------------------------------------------------------------- 29QueryBox RID_SVXQB_CONTINUE 30{ 31 BUTTONS = WB_YES_NO ; 32 DEFBUTTON = WB_DEF_YES ; 33 Message [ en-US ] = "Continue checking at beginning of document?" ; 34}; 35QueryBox RID_SVXQB_BW_CONTINUE 36{ 37 BUTTONS = WB_YES_NO ; 38 DEFBUTTON = WB_DEF_YES ; 39 Message [ en-US ] = "Continue checking at end of document?" ; 40}; 41String RID_SVXSTR_HMERR_THESAURUS 42{ 43 Text [ en-US ] = "No thesaurus is available for the selected language.\nPlease check your installation and install the desired language\n" ; 44}; 45String RID_SVXSTR_DIC_ERR_UNKNOWN 46{ 47 Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason." ; 48}; 49String RID_SVXSTR_DIC_ERR_FULL 50{ 51 Text [ en-US ] = "The dictionary is already full." ; 52}; 53String RID_SVXSTR_DIC_ERR_READONLY 54{ 55 Text [ en-US ] = "The dictionary is read-only." ; 56}; 57 58// ********************************************************************** EOF 59