xref: /aoo42x/main/editeng/source/misc/lingu.src (revision 801b713d)
18e3a06d4SAndrew Rist/**************************************************************
2*801b713dSmseidel *
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
10*801b713dSmseidel *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*801b713dSmseidel *
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.
19*801b713dSmseidel *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
228e3a06d4SAndrew Rist
23*801b713dSmseidel
24*801b713dSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <editeng/editrids.hrc>
26*801b713dSmseidel// pragma ----------------------------------------------------------------
27cdf0e10cSrcweir
28*801b713dSmseidel// 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{
43*801b713dSmseidel	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{
47*801b713dSmseidel	Text [ en-US ] = "Word cannot be added to dictionary\ndue to unknown reason." ;
48cdf0e10cSrcweir};
49cdf0e10cSrcweirString RID_SVXSTR_DIC_ERR_FULL
50cdf0e10cSrcweir{
51*801b713dSmseidel	Text [ en-US ] = "The dictionary is already full." ;
52cdf0e10cSrcweir};
53cdf0e10cSrcweirString RID_SVXSTR_DIC_ERR_READONLY
54cdf0e10cSrcweir{
55*801b713dSmseidel	Text [ en-US ] = "The dictionary is read-only." ;
56cdf0e10cSrcweir};
57cdf0e10cSrcweir
58*801b713dSmseidel// ********************************************************************** EOF
59