xref: /trunk/main/editeng/source/misc/lingu.src (revision 034ae911c56175dd7f2516d0cc289b692f155b23)
18e3a06d4SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e3a06d4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e3a06d4SAndrew Rist * distributed with this work for additional information
68e3a06d4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the
88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance
98e3a06d4SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing,
148e3a06d4SAndrew Rist * software distributed under the License is distributed on an
158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e3a06d4SAndrew Rist * KIND, either express or implied.  See the License for the
178e3a06d4SAndrew Rist * specific language governing permissions and limitations
188e3a06d4SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
228e3a06d4SAndrew Rist
23*034ae911Smseidel
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <editeng/editrids.hrc>
26cdf0e10cSrcweir// pragma ----------------------------------------------------------------
27cdf0e10cSrcweir
28*034ae911Smseidel// QueryBox ---------------------------------------------------------------
29cdf0e10cSrcweirQueryBox RID_SVXQB_CONTINUE
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    BUTTONS = WB_YES_NO ;
32cdf0e10cSrcweir    DEFBUTTON = WB_DEF_YES ;
33cdf0e10cSrcweir    Message [ en-US ] = "Continue checking at beginning of document?" ;
34cdf0e10cSrcweir};
35cdf0e10cSrcweirQueryBox RID_SVXQB_BW_CONTINUE
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    BUTTONS = WB_YES_NO ;
38cdf0e10cSrcweir    DEFBUTTON = WB_DEF_YES ;
39cdf0e10cSrcweir    Message [ en-US ] = "Continue checking at end of document?" ;
40cdf0e10cSrcweir};
41cdf0e10cSrcweirString RID_SVXSTR_HMERR_THESAURUS
42cdf0e10cSrcweir{
43cdf0e10cSrcweir    Text [ en-US ] = "No thesaurus is available for the selected language.\nPlease check your installation and install the desired language\n" ;
44cdf0e10cSrcweir};
45cdf0e10cSrcweirString RID_SVXSTR_DIC_ERR_UNKNOWN
46cdf0e10cSrcweir{
47cdf0e10cSrcweir    Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason." ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweirString RID_SVXSTR_DIC_ERR_FULL
50cdf0e10cSrcweir{
51cdf0e10cSrcweir    Text [ en-US ] = "The dictionary is already full." ;
52cdf0e10cSrcweir};
53cdf0e10cSrcweirString RID_SVXSTR_DIC_ERR_READONLY
54cdf0e10cSrcweir{
55cdf0e10cSrcweir    Text [ en-US ] = "The dictionary is read-only." ;
56cdf0e10cSrcweir};
57cdf0e10cSrcweir
58cdf0e10cSrcweir// ********************************************************************** EOF
59