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