mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 18:38:23 +02:00
Documentation Editor: Change Cyrillic text to English in context menu. Issue #20737, patch from BigChimp
git-svn-id: trunk@33737 -
This commit is contained in:
parent
36e4079462
commit
a2059d628c
@ -7,13 +7,13 @@ object MainForm: TMainForm
|
|||||||
VertScrollBar.Page = 523
|
VertScrollBar.Page = 523
|
||||||
ActiveControl = Splitter1
|
ActiveControl = Splitter1
|
||||||
Caption = 'MainForm'
|
Caption = 'MainForm'
|
||||||
ClientHeight = 519
|
ClientHeight = 520
|
||||||
ClientWidth = 602
|
ClientWidth = 602
|
||||||
Menu = MMain
|
Menu = MMain
|
||||||
OnCloseQuery = MainFormCloseQuery
|
OnCloseQuery = MainFormCloseQuery
|
||||||
OnCreate = MainFormCreate
|
OnCreate = MainFormCreate
|
||||||
OnDestroy = MainFormDestroy
|
OnDestroy = MainFormDestroy
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.31'
|
||||||
object TBMain: TToolBar
|
object TBMain: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 30
|
Height = 30
|
||||||
@ -76,7 +76,7 @@ object MainForm: TMainForm
|
|||||||
object ToolButton1: TToolButton
|
object ToolButton1: TToolButton
|
||||||
Left = 375
|
Left = 375
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 22
|
Width = 10
|
||||||
Caption = 'ToolButton1'
|
Caption = 'ToolButton1'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
@ -91,12 +91,12 @@ object MainForm: TMainForm
|
|||||||
Action = AFormatParagraph
|
Action = AFormatParagraph
|
||||||
end
|
end
|
||||||
object ToolButton4: TToolButton
|
object ToolButton4: TToolButton
|
||||||
Left = 397
|
Left = 385
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = AInsertTable
|
Action = AInsertTable
|
||||||
end
|
end
|
||||||
object ToolButton9: TToolButton
|
object ToolButton9: TToolButton
|
||||||
Left = 425
|
Left = 413
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = AInsertLink
|
Action = AInsertLink
|
||||||
end
|
end
|
||||||
@ -123,27 +123,27 @@ object MainForm: TMainForm
|
|||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object ToolButton11: TToolButton
|
object ToolButton11: TToolButton
|
||||||
Left = 453
|
Left = 441
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = AInsertPrintShort
|
Action = AInsertPrintShort
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object StatusBar1: TStatusBar
|
object StatusBar1: TStatusBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 19
|
||||||
Top = 498
|
Top = 501
|
||||||
Width = 602
|
Width = 602
|
||||||
Panels = <>
|
Panels = <>
|
||||||
end
|
end
|
||||||
object Splitter1: TSplitter
|
object Splitter1: TSplitter
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 468
|
Height = 471
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 5
|
Width = 5
|
||||||
end
|
end
|
||||||
object PCFiles: TPageControl
|
object PCFiles: TPageControl
|
||||||
Left = 5
|
Left = 5
|
||||||
Height = 468
|
Height = 471
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 597
|
Width = 597
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -151,7 +151,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object MMain: TMainMenu
|
object MMain: TMainMenu
|
||||||
Images = ILMain
|
Images = ILMain
|
||||||
left = 80
|
left = 48
|
||||||
top = 144
|
top = 144
|
||||||
object MFile: TMenuItem
|
object MFile: TMenuItem
|
||||||
Caption = '&File'
|
Caption = '&File'
|
||||||
@ -1293,41 +1293,41 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object EditCut1: TEditCut
|
object EditCut1: TEditCut
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = 'Выре&зать'
|
Caption = 'Cu&t'
|
||||||
Hint = 'Вырезать'
|
Hint = 'Cut'
|
||||||
ImageIndex = 18
|
ImageIndex = 18
|
||||||
ShortCut = 16472
|
ShortCut = 16472
|
||||||
end
|
end
|
||||||
object EditCopy1: TEditCopy
|
object EditCopy1: TEditCopy
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = 'Копиров&ать'
|
Caption = '&Copy'
|
||||||
Hint = 'Копировать'
|
Hint = 'Copy'
|
||||||
ImageIndex = 17
|
ImageIndex = 17
|
||||||
ShortCut = 16451
|
ShortCut = 16451
|
||||||
end
|
end
|
||||||
object EditPaste1: TEditPaste
|
object EditPaste1: TEditPaste
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = '&Вставить'
|
Caption = '&Paste'
|
||||||
Hint = 'Вставить'
|
Hint = 'Paste'
|
||||||
ImageIndex = 19
|
ImageIndex = 19
|
||||||
ShortCut = 16470
|
ShortCut = 16470
|
||||||
end
|
end
|
||||||
object EditSelectAll1: TEditSelectAll
|
object EditSelectAll1: TEditSelectAll
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = 'Вы&делить все...'
|
Caption = 'Select all...'
|
||||||
Hint = 'Выделить все'
|
Hint = 'Select all'
|
||||||
ShortCut = 16449
|
ShortCut = 16449
|
||||||
end
|
end
|
||||||
object EditUndo1: TEditUndo
|
object EditUndo1: TEditUndo
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = 'Отменит&ь'
|
Caption = '&Undo'
|
||||||
Hint = 'Отменить'
|
Hint = 'Undo'
|
||||||
ShortCut = 16474
|
ShortCut = 16474
|
||||||
end
|
end
|
||||||
object EditDelete1: TEditDelete
|
object EditDelete1: TEditDelete
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
Caption = '&Удалить'
|
Caption = '&Delete'
|
||||||
Hint = 'Удалить'
|
Hint = 'Delete'
|
||||||
ShortCut = 46
|
ShortCut = 46
|
||||||
end
|
end
|
||||||
object AInsertQuickLink: TAction
|
object AInsertQuickLink: TAction
|
||||||
@ -1337,28 +1337,26 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object SDMain: TSaveDialog
|
object SDMain: TSaveDialog
|
||||||
Title = 'Save file as'
|
|
||||||
DefaultExt = '.xml'
|
DefaultExt = '.xml'
|
||||||
Filter = 'XML files|*.xml|All files|*.*'
|
Filter = 'XML files|*.xml|All files|*.*'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
Options = [ofPathMustExist, ofEnableSizing, ofViewDetail]
|
Options = [ofPathMustExist, ofEnableSizing, ofViewDetail]
|
||||||
left = 80
|
left = 128
|
||||||
top = 64
|
top = 64
|
||||||
end
|
end
|
||||||
object ODMain: TOpenDialog
|
object ODMain: TOpenDialog
|
||||||
Title = 'Open existing file'
|
|
||||||
DefaultExt = '.xml'
|
DefaultExt = '.xml'
|
||||||
Filter = 'XML files|*.xml|All files|*.*'
|
Filter = 'XML files|*.xml|All files|*.*'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||||
left = 80
|
left = 216
|
||||||
top = 101
|
top = 64
|
||||||
end
|
end
|
||||||
object ILMain: TImageList
|
object ILMain: TImageList
|
||||||
Height = 24
|
Height = 24
|
||||||
Width = 24
|
Width = 24
|
||||||
left = 80
|
left = 56
|
||||||
top = 200
|
top = 224
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69140000001800000018000000000000000000000000000000000000000000
|
4C69140000001800000018000000000000000000000000000000000000000000
|
||||||
0000000000000000000000000000000000000000000000000000000000000000
|
0000000000000000000000000000000000000000000000000000000000000000
|
||||||
@ -2806,8 +2804,8 @@ object MainForm: TMainForm
|
|||||||
object ILElements: TImageList
|
object ILElements: TImageList
|
||||||
Height = 22
|
Height = 22
|
||||||
Width = 22
|
Width = 22
|
||||||
left = 135
|
left = 144
|
||||||
top = 200
|
top = 224
|
||||||
Bitmap = {
|
Bitmap = {
|
||||||
4C69070000001600000016000000FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
4C69070000001600000016000000FF00FF00FF00FF00FF00FF00FF00FF00FF00
|
||||||
FF00E87300FFFF8A17FFFF952DFFFF9125FFFC7D00FFC66200FFFF00FF00FF00
|
FF00E87300FFFF8A17FFFF952DFFFF9125FFFC7D00FFC66200FFFF00FF00FF00
|
||||||
@ -3237,8 +3235,8 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object PopupMenu1: TPopupMenu
|
object PopupMenu1: TPopupMenu
|
||||||
Images = ILMain
|
Images = ILMain
|
||||||
left = 256
|
left = 144
|
||||||
top = 146
|
top = 144
|
||||||
object MenuItem4: TMenuItem
|
object MenuItem4: TMenuItem
|
||||||
Action = AFormatBold
|
Action = AFormatBold
|
||||||
Bitmap.Data = {
|
Bitmap.Data = {
|
||||||
@ -4140,7 +4138,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object ApplicationProperties1: TApplicationProperties
|
object ApplicationProperties1: TApplicationProperties
|
||||||
OnHint = ApplicationProperties1Hint
|
OnHint = ApplicationProperties1Hint
|
||||||
left = 312
|
left = 280
|
||||||
top = 146
|
top = 144
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -168,7 +168,7 @@
|
|||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="11"/>
|
||||||
<Target>
|
<Target>
|
||||||
<Filename Value="lazde"/>
|
<Filename Value="lazde"/>
|
||||||
</Target>
|
</Target>
|
||||||
@ -181,12 +181,6 @@
|
|||||||
<UseAnsiStrings Value="False"/>
|
<UseAnsiStrings Value="False"/>
|
||||||
</SyntaxOptions>
|
</SyntaxOptions>
|
||||||
</Parsing>
|
</Parsing>
|
||||||
<Linking>
|
|
||||||
<Debugging>
|
|
||||||
<GenerateDebugInfo Value="True"/>
|
|
||||||
<DebugInfoType Value="dsAuto"/>
|
|
||||||
</Debugging>
|
|
||||||
</Linking>
|
|
||||||
<Other>
|
<Other>
|
||||||
<ConfigFile>
|
<ConfigFile>
|
||||||
<StopAfterErrCount Value="10"/>
|
<StopAfterErrCount Value="10"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user