xref: /AOO42X/main/editeng/source/editeng/editeng.src (revision cbe561cd9ca100a2771f42dbcaedfb163ebe66b1)
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 <editeng.hrc>
25#include <helpid.hrc>
26
27String RID_EDITUNDO_DEL
28{
29    Text [ en-US ] = "Delete" ;
30};
31
32String RID_EDITUNDO_MOVE
33{
34    Text [ en-US ] = "Move" ;
35};
36
37String RID_EDITUNDO_INSERT
38{
39    Text [ en-US ] = "Insert" ;
40};
41
42String RID_EDITUNDO_REPLACE
43{
44    Text [ en-US ] = "Replace" ;
45};
46
47String RID_EDITUNDO_SETATTRIBS
48{
49    Text [ en-US ] = "Apply attributes" ;
50};
51
52String RID_EDITUNDO_RESETATTRIBS
53{
54    Text [ en-US ] = "Reset attributes" ;
55};
56
57String RID_EDITUNDO_INDENT
58{
59    Text [ en-US ] = "Indent" ;
60};
61
62String RID_EDITUNDO_SETSTYLE
63{
64    Text [ en-US ] = "Apply Styles" ;
65};
66
67String RID_EDITUNDO_TRANSLITERATE
68{
69    Text [ en-US ] = "Case/Characters" ;
70};
71
72
73Menu RID_MENU_SPELL
74{
75    ItemList =
76    {
77        MenuItem
78        {
79            Identifier = MN_SPELLING ;
80            HelpId = HID_EDITENG_SPELLER_START ;
81            Text [ en-US ] = "~Spellcheck..." ;
82        };
83        MenuItem
84        {
85            Identifier = MN_INSERT ;
86            HelpId = HID_EDITENG_SPELLER_ADDWORD ;
87            SubMenu = Menu
88            {
89            };
90            Text [ en-US ] = "~Add" ;
91        };
92        MenuItem
93        {
94            Identifier = MN_IGNORE ;
95            HelpId = HID_EDITENG_SPELLER_IGNORE ;
96            Text [ en-US ] = "Ignore All" ;
97        };
98        MenuItem
99        {
100            Identifier = MN_AUTOCORR ;
101            HelpId = HID_EDITENG_SPELLER_AUTOCORRECT ;
102            SubMenu = Menu
103            {
104            };
105            Text [ en-US ] = "AutoCorrect" ;
106        };
107    };
108};
109
110
111String RID_STR_WORD
112{
113    Text [ en-US ] = "Word is %x" ;
114};
115
116String RID_STR_PARAGRAPH
117{
118    Text [ en-US ] = "Paragraph is %x" ;
119};
120
121// ********************************************************************** EOF
122