xref: /trunk/main/sw/source/ui/lingu/olmenu.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27/* StarView ressource file */
28
29#include "olmenu.hrc"
30#include "helpid.h"
31
32#define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
33#define SEPARATOR   MenuItem { Separator = TRUE; };
34
35Menu MN_SPELL_POPUP
36{
37	ItemList =
38	{
39        MenuItem
40        {
41            Identifier = MN_IGNORE_WORD ;
42            HelpID = HID_LINGU_IGNORE_WORD ;
43            Text [ en-US ] = "Ignore All" ;
44        };
45        MenuItem
46        {
47            Identifier = MN_ADD_TO_DIC ;
48            HelpID = HID_LINGU_ADD_WORD ;
49            SubMenu = Menu
50            {
51            };
52            Text [ en-US ] = "~Add" ;
53        };
54        MenuItem
55        {
56            Identifier = MN_AUTOCORR ;
57            HelpID = HID_LINGU_AUTOCORR ;
58            SubMenu = Menu
59            {
60            };
61            Text [ en-US ] = "AutoCorrect" ;
62        };
63		MenuItem
64		{
65            Identifier = MN_SPELLING_DLG ;
66			HelpID = HID_LINGU_SPELLING_DLG ;
67            Text [ en-US ] = "~Spellcheck..." ;
68		};
69        SEPARATOR
70        MenuItem
71		{
72            Identifier = MN_SET_LANGUAGE_SELECTION ;
73            SubMenu = Menu
74			{
75			};
76            Text [ en-US ] = "Set Language for Selection" ;
77		};
78        MenuItem
79		{
80            Identifier = MN_SET_LANGUAGE_PARAGRAPH ;
81            SubMenu = Menu
82			{
83			};
84            Text [ en-US ] = "Set Language for Paragraph" ;
85		};
86/*
87       MenuItem
88		{
89            Identifier = MN_SET_LANGUAGE_ALL_TEXT ;
90            SubMenu = Menu
91			{
92			};
93            Text [ en-US ] = "Set Language for all Text" ;
94		};
95*/
96	};
97};
98String STR_WORD
99{
100    Text [ en-US ] = "Word is " ;
101};
102String STR_PARAGRAPH
103{
104	Text [ en-US ] = "Paragraph is " ;
105};
106String STR_SPELL_OK
107{
108	Text [ en-US ] = "The spellcheck is complete." ;
109};
110String STR_HYP_OK
111{
112	Text [ en-US ] = "Hyphenation completed" ;
113};
114String STR_LANGSTATUS_NONE
115{
116    Text [ en-US ] = "None (Do not check spelling)" ;
117};
118String STR_RESET_TO_DEFAULT_LANGUAGE
119{
120    Text [ en-US ] = "Reset to Default Language" ;
121    Text [ x-comment ] = " ";
122};
123String STR_LANGSTATUS_MORE
124{
125    Text [ en-US ] = "More..." ;
126};
127String STR_IGNORE_SELECTION
128{
129    Text [ en-US ] = "Ignore" ;
130};
131
132Image IMG_INFO_16
133{
134    ImageBitmap = Bitmap { File = "info_16.png" ; };
135    MASKCOLOR
136};
137
138