forked from amazingfate/loongoffice
233 lines
6.5 KiB
Plaintext
233 lines
6.5 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include <cuires.hrc>
|
|
#include "helpid.hrc"
|
|
#include "SpellDialog.hrc"
|
|
|
|
// RID_SVXDLG_SPELLCHECK -------------------------------------------------
|
|
|
|
#define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
|
|
|
|
ModelessDialog RID_SVXDLG_SPELLCHECK
|
|
{
|
|
HelpId = HID_SPELLCHECK ;
|
|
Size = MAP_APPFONT( 270, 188 );
|
|
OutputSize = TRUE;
|
|
Closeable = TRUE ;
|
|
SVLook = TRUE;
|
|
Hide = TRUE;
|
|
Text [ en-US ] = "Spellcheck: " ;
|
|
|
|
Moveable = TRUE ;
|
|
|
|
FixedImage IMG_VENDOR
|
|
{
|
|
Pos = MAP_APPFONT ( 0, 0 ) ;
|
|
Size = MAP_APPFONT ( 270, 21 ) ;
|
|
Hide = TRUE;
|
|
};
|
|
|
|
FixedText FT_LANGUAGE
|
|
{
|
|
Pos = MAP_APPFONT( 6, 8 );
|
|
Size = MAP_APPFONT( 100, 8 );
|
|
Text [ en-US ] = "Text languag~e" ;
|
|
};
|
|
ListBox LB_LANGUAGE
|
|
{
|
|
HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_LANGUAGE";
|
|
Pos = MAP_APPFONT( 110, 6 );
|
|
Size = MAP_APPFONT( 93, 55 );
|
|
Border = TRUE;
|
|
Sort = TRUE;
|
|
DropDown = TRUE;
|
|
};
|
|
FixedText FT_NOTINDICT
|
|
{
|
|
Pos = MAP_APPFONT( 6, 26 );
|
|
Size = MAP_APPFONT( 120, 8 );
|
|
Text [ en-US ] = "~Not in dictionary" ;
|
|
};
|
|
|
|
MultiLineEdit ED_NEWWORD
|
|
{
|
|
HelpID = "cui:MultiLineEdit:RID_SVXDLG_SPELLCHECK:ED_NEWWORD";
|
|
Pos = MAP_APPFONT( 6, 37 );
|
|
Size = MAP_APPFONT( 197, 48 );
|
|
Border = TRUE;
|
|
VScroll = TRUE;
|
|
IgnoreTab = TRUE;
|
|
};
|
|
|
|
FixedText FT_SUGGESTION
|
|
{
|
|
Pos = MAP_APPFONT( 6, 88 );
|
|
Size = MAP_APPFONT( 120, 8 );
|
|
Text [ en-US ] = "~Suggestions" ;
|
|
};
|
|
ListBox LB_SUGGESTION
|
|
{
|
|
HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_SUGGESTION";
|
|
Pos = MAP_APPFONT( 6, 99 );
|
|
Size = MAP_APPFONT( 197, 48 );
|
|
Border = TRUE;
|
|
};
|
|
|
|
CheckBox CB_CHECK_GRAMMAR
|
|
{
|
|
HelpID = "cui:CheckBox:RID_SVXDLG_SPELLCHECK:CB_CHECK_GRAMMAR";
|
|
Pos = MAP_APPFONT( 6, 153 );
|
|
Size = MAP_APPFONT( 100, 10 );
|
|
Text [ en-US ] = "Check ~grammar" ;
|
|
Hide = TRUE;
|
|
};
|
|
|
|
PushButton PB_IGNORE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORE";
|
|
Pos = MAP_APPFONT( 209, 37 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Ignore Once" ;
|
|
};
|
|
|
|
PushButton PB_IGNOREALL
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNOREALL";
|
|
Pos = MAP_APPFONT( 209, 54 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "I~gnore All" ;
|
|
};
|
|
PushButton PB_IGNORERULE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_IGNORERULE";
|
|
Pos = MAP_APPFONT( 209, 54 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "I~gnore Rule" ;
|
|
Hide = TRUE;
|
|
};
|
|
MenuButton MB_ADDTODICT
|
|
{
|
|
HelpID = "cui:MenuButton:RID_SVXDLG_SPELLCHECK:MB_ADDTODICT";
|
|
Pos = MAP_APPFONT( 209, 71 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Add" ;
|
|
};
|
|
|
|
PushButton PB_CHANGE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGE";
|
|
Pos = MAP_APPFONT( 209, 99 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Change" ;
|
|
DefButton = TRUE ;
|
|
};
|
|
|
|
PushButton PB_CHANGEALL
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGEALL";
|
|
Pos = MAP_APPFONT( 209, 117 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "Change A~ll" ;
|
|
};
|
|
PushButton PB_EXPLAIN
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_EXPLAIN";
|
|
Pos = MAP_APPFONT( 209, 117 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Hide = TRUE;
|
|
Text [ en-US ] = "~Explain..." ;
|
|
};
|
|
PushButton PB_AUTOCORR
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_AUTOCORR";
|
|
Pos = MAP_APPFONT( 209, 134 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "AutoCor~rect" ;
|
|
};
|
|
GroupBox GB_BACKGROUND
|
|
{
|
|
Pos = MAP_APPFONT( 1, 21 );
|
|
Size = MAP_APPFONT( 268, 146 );
|
|
Hide=TRUE;
|
|
};
|
|
|
|
HelpButton PB_HELP
|
|
{
|
|
Pos = MAP_APPFONT( 6, 170 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
};
|
|
PushButton PB_OPTIONS
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_OPTIONS";
|
|
Pos = MAP_APPFONT( 87, 170 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "O~ptions..." ;
|
|
};
|
|
PushButton PB_UNDO
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_UNDO";
|
|
Pos = MAP_APPFONT( 148, 170 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Undo" ;
|
|
};
|
|
|
|
PushButton PB_CLOSE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CLOSE";
|
|
Pos = MAP_APPFONT ( 209 , 170 ) ;
|
|
Size = MAP_APPFONT ( 55 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Cl~ose" ;
|
|
};
|
|
String ST_RESUME
|
|
{
|
|
Text[ en-US ] = "Resu~me";
|
|
};
|
|
String ST_NOSUGGESTIONS
|
|
{
|
|
Text [en-US] = "(no suggestions)";
|
|
};
|
|
String ST_SPELLING
|
|
{
|
|
Text[ en-US ] = "Spelling: $LANGUAGE ($LOCATION)";
|
|
};
|
|
String ST_SPELLING_AND_GRAMMAR
|
|
{
|
|
Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION)";
|
|
};
|
|
String ST_SPELLING_AND_GRAMMAR_VENDORNAME
|
|
{
|
|
Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]";
|
|
};
|
|
Image IMG_DEFAULT_VENDOR
|
|
{
|
|
ImageBitmap = Bitmap { File = "vendor01.png"; };
|
|
};
|
|
};
|
|
// ********************************************************************** EOF
|