forked from amazingfate/loongoffice
clarify Option->Language UI option
Patch contributed by Herbert Duerr
http://svn.apache.org/viewvc?view=revision&revision=1173991
cws mba34issues01: #i117712#: fix several resource errors introduced
by IAccessible2 implementation
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1173991
cws mba34issues01: #i117709#: add missing string resource
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1172348
cws mba34issues01: #i117716#: fix missing resources my removing unused code
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1172345
re-add Crystal, Tango, Oxygen icon theme listings.
correct method signature
Patch contributed by Jean-Louis 'Hans' Fuchs
http://svn.apache.org/viewvc?view=revision&revision=1306725
i#119063 - correct serf integration
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1300521
i#119036 - adapt serf integration
-- use transfer-encoding 'chunked' on HTTPS
-- switch transfer-encoding between 'chunked' and none on 413 HTTP status code
-- refactoring
-- improve user experience of certification dialog - only shown once
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1299727
118569: Use whole certification chain for verification.
Patch contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1295493
serf integration: improve credential input handling
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1294557
warning-free ucb/source/ucp/webdav
Patch contributed by Pavel Janik
http://svn.apache.org/viewvc?view=revision&revision=1294086
some refactoring to PROPPATCH and PROPFIND requests
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1293281
i#118569: Replace neon with serf
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1292832
http://svn.apache.org/viewvc?view=revision&revision=1292794
remove OS/2 conditionals for now.
re-enable webdav unit tests.
229 lines
6.3 KiB
Plaintext
229 lines
6.3 KiB
Plaintext
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#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, 208 );
|
|
OutputSize = TRUE;
|
|
Closeable = TRUE ;
|
|
SVLook = TRUE;
|
|
Hide = TRUE;
|
|
Text [ en-US ] = "Spellcheck: " ;
|
|
|
|
Moveable = 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_EXPLAIN
|
|
{
|
|
Pos = MAP_APPFONT( 1, 18 );
|
|
Size = MAP_APPFONT( 239, 20 );
|
|
VCenter = TRUE ;
|
|
};
|
|
FixedText LINK_EXPLAIN
|
|
{
|
|
Pos = MAP_APPFONT( 240, 18 );
|
|
Size = MAP_APPFONT( 29, 20 );
|
|
Text [ en-US ] = "More..." ;
|
|
Right = TRUE ;
|
|
VCenter = TRUE ;
|
|
};
|
|
FixedText FT_NOTINDICT
|
|
{
|
|
Pos = MAP_APPFONT( 6, 46 );
|
|
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, 57 );
|
|
Size = MAP_APPFONT( 197, 48 );
|
|
Border = TRUE;
|
|
VScroll = TRUE;
|
|
IgnoreTab = TRUE;
|
|
};
|
|
|
|
FixedText FT_SUGGESTION
|
|
{
|
|
Pos = MAP_APPFONT( 6, 108 );
|
|
Size = MAP_APPFONT( 120, 8 );
|
|
Text [ en-US ] = "~Suggestions" ;
|
|
};
|
|
ListBox LB_SUGGESTION
|
|
{
|
|
HelpID = "cui:ListBox:RID_SVXDLG_SPELLCHECK:LB_SUGGESTION";
|
|
Pos = MAP_APPFONT( 6, 119 );
|
|
Size = MAP_APPFONT( 197, 48 );
|
|
Border = TRUE;
|
|
};
|
|
|
|
CheckBox CB_CHECK_GRAMMAR
|
|
{
|
|
HelpID = "cui:CheckBox:RID_SVXDLG_SPELLCHECK:CB_CHECK_GRAMMAR";
|
|
Pos = MAP_APPFONT( 6, 173 );
|
|
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, 57 );
|
|
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, 74 );
|
|
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, 74 );
|
|
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, 91 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Add" ;
|
|
};
|
|
|
|
PushButton PB_ADDTODICT
|
|
{
|
|
HelpID = "cui:MenuButton:RID_SVXDLG_SPELLCHECK:MB_ADDTODICT";
|
|
Pos = MAP_APPFONT( 209, 91 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Add" ;
|
|
};
|
|
|
|
PushButton PB_CHANGE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CHANGE";
|
|
Pos = MAP_APPFONT( 209, 119 );
|
|
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, 137 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "Change A~ll" ;
|
|
};
|
|
PushButton PB_AUTOCORR
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_AUTOCORR";
|
|
Pos = MAP_APPFONT( 209, 154 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "AutoCor~rect" ;
|
|
};
|
|
GroupBox GB_BACKGROUND
|
|
{
|
|
Pos = MAP_APPFONT( 1, 41 );
|
|
Size = MAP_APPFONT( 268, 146 );
|
|
Hide=TRUE;
|
|
};
|
|
|
|
HelpButton PB_HELP
|
|
{
|
|
Pos = MAP_APPFONT( 6, 191 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
};
|
|
PushButton PB_OPTIONS
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_OPTIONS";
|
|
Pos = MAP_APPFONT( 87, 191 );
|
|
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, 191 );
|
|
Size = MAP_APPFONT( 55, 14 );
|
|
Text [ en-US ] = "~Undo" ;
|
|
};
|
|
|
|
PushButton PB_CLOSE
|
|
{
|
|
HelpID = "cui:PushButton:RID_SVXDLG_SPELLCHECK:PB_CLOSE";
|
|
Pos = MAP_APPFONT ( 209 , 191 ) ;
|
|
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]";
|
|
};
|
|
};
|
|
// ********************************************************************** EOF
|