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/* StarView ressource file */ 24 25#include "olmenu.hrc" 26#include "helpid.h" 27 28#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 29#define SEPARATOR MenuItem { Separator = TRUE; }; 30 31Menu MN_SPELL_POPUP 32{ 33 ItemList = 34 { 35 MenuItem 36 { 37 Identifier = MN_IGNORE_WORD ; 38 HelpID = HID_LINGU_IGNORE_WORD ; 39 Text [ en-US ] = "Ignore All" ; 40 }; 41 MenuItem 42 { 43 Identifier = MN_ADD_TO_DIC ; 44 HelpID = HID_LINGU_ADD_WORD ; 45 SubMenu = Menu 46 { 47 }; 48 Text [ en-US ] = "~Add" ; 49 }; 50 MenuItem 51 { 52 Identifier = MN_AUTOCORR ; 53 HelpID = HID_LINGU_AUTOCORR ; 54 SubMenu = Menu 55 { 56 }; 57 Text [ en-US ] = "AutoCorrect" ; 58 }; 59 MenuItem 60 { 61 Identifier = MN_SPELLING_DLG ; 62 HelpID = HID_LINGU_SPELLING_DLG ; 63 Text [ en-US ] = "~Spellcheck..." ; 64 }; 65 SEPARATOR 66 MenuItem 67 { 68 Identifier = MN_SET_LANGUAGE_SELECTION ; 69 SubMenu = Menu 70 { 71 }; 72 Text [ en-US ] = "Set Language for Selection" ; 73 }; 74 MenuItem 75 { 76 Identifier = MN_SET_LANGUAGE_PARAGRAPH ; 77 SubMenu = Menu 78 { 79 }; 80 Text [ en-US ] = "Set Language for Paragraph" ; 81 }; 82/* 83 MenuItem 84 { 85 Identifier = MN_SET_LANGUAGE_ALL_TEXT ; 86 SubMenu = Menu 87 { 88 }; 89 Text [ en-US ] = "Set Language for all Text" ; 90 }; 91*/ 92 }; 93}; 94String STR_WORD 95{ 96 Text [ en-US ] = "Word is " ; 97}; 98String STR_PARAGRAPH 99{ 100 Text [ en-US ] = "Paragraph is " ; 101}; 102String STR_SPELL_OK 103{ 104 Text [ en-US ] = "The spellcheck is complete." ; 105}; 106String STR_HYP_OK 107{ 108 Text [ en-US ] = "Hyphenation completed" ; 109}; 110String STR_LANGSTATUS_NONE 111{ 112 Text [ en-US ] = "None (Do not check spelling)" ; 113}; 114String STR_RESET_TO_DEFAULT_LANGUAGE 115{ 116 Text [ en-US ] = "Reset to Default Language" ; 117 Text [ x-comment ] = " "; 118}; 119String STR_LANGSTATUS_MORE 120{ 121 Text [ en-US ] = "More..." ; 122}; 123String STR_IGNORE_SELECTION 124{ 125 Text [ en-US ] = "Ignore" ; 126}; 127 128Image IMG_INFO_16 129{ 130 ImageBitmap = Bitmap { File = "info_16.png" ; }; 131 MASKCOLOR 132}; 133 134