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