mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 23:42:41 +02:00
translations: german: updates from Joerg Braun
git-svn-id: trunk@10764 -
This commit is contained in:
parent
26f94e6be2
commit
0f509809a3
File diff suppressed because it is too large
Load Diff
@ -4,11 +4,11 @@
|
||||
<PathDelim Value="/"/>
|
||||
<Version Value="5"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<IconPath Value="./"/>
|
||||
<TargetFileExt Value=""/>
|
||||
<Title Value="Example for the Object Inspector"/>
|
||||
<ActiveEditorIndexAtStart Value="1"/>
|
||||
</General>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
@ -27,16 +27,11 @@
|
||||
<PackageName Value="IDEIntf"/>
|
||||
</Item1>
|
||||
</RequiredPackages>
|
||||
<Units Count="3">
|
||||
<Units Count="2">
|
||||
<Unit0>
|
||||
<Filename Value="oiexample.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="OIExample"/>
|
||||
<CursorPos X="6" Y="10"/>
|
||||
<TopLine Value="1"/>
|
||||
<EditorIndex Value="2"/>
|
||||
<UsageCount Value="29"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="mainunit.pas"/>
|
||||
@ -44,38 +39,19 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ResourceFilename Value="mainunit.lrs"/>
|
||||
<UnitName Value="MainUnit"/>
|
||||
<CursorPos X="22" Y="28"/>
|
||||
<TopLine Value="1"/>
|
||||
<EditorIndex Value="0"/>
|
||||
<UsageCount Value="29"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit1>
|
||||
<Unit2>
|
||||
<Filename Value="../../lcl/interfaces/win32/win32int.pp"/>
|
||||
<UnitName Value="Win32Int"/>
|
||||
<CursorPos X="10" Y="23"/>
|
||||
<TopLine Value="14"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit2>
|
||||
</Units>
|
||||
<JumpHistory Count="1" HistoryIndex="0">
|
||||
<Position1>
|
||||
<Filename Value="../../lcl/interfaces/win32/win32int.pp"/>
|
||||
<Caret Line="1" Column="1" TopLine="1"/>
|
||||
</Position1>
|
||||
</JumpHistory>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="5"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="$(LazarusDir)/components/units/"/>
|
||||
<LCLWidgetType Value="gtk"/>
|
||||
<LCLWidgetType Value="win32"/>
|
||||
<SrcPath Value="$(LazarusDir)/designer/"/>
|
||||
</SearchPaths>
|
||||
<CodeGeneration>
|
||||
<Generate Value="Faster"/>
|
||||
<TargetOS Value="Win32"/>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
|
@ -7,6 +7,7 @@ uses
|
||||
Forms, MainUnit;
|
||||
|
||||
begin
|
||||
Application.Title:='Example for the Object Inspector';
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
|
@ -1,10 +1,10 @@
|
||||
object CodeTemplateDialog: TCodeTemplateDialog
|
||||
Left = 310
|
||||
Height = 519
|
||||
Height = 612
|
||||
Top = 162
|
||||
Width = 497
|
||||
HorzScrollBar.Page = 496
|
||||
VertScrollBar.Page = 518
|
||||
VertScrollBar.Page = 611
|
||||
ActiveControl = FilenameEdit
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'CodeTemplateDialog'
|
||||
@ -47,44 +47,138 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
end
|
||||
object TemplateGroupBox: TGroupBox
|
||||
object TemplatesGroupBox: TGroupBox
|
||||
AnchorSideBottom.Control = CancelButton
|
||||
Left = 6
|
||||
Height = 419
|
||||
Height = 167
|
||||
Top = 63
|
||||
Width = 485
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 6
|
||||
Caption = 'TemplateGroupBox'
|
||||
Caption = 'TemplatesGroupBox'
|
||||
TabOrder = 1
|
||||
object TemplateListBox: TListBox
|
||||
AnchorSideLeft.Control = TemplateGroupBox
|
||||
AnchorSideTop.Control = TemplateGroupBox
|
||||
AnchorSideLeft.Control = TemplatesGroupBox
|
||||
AnchorSideTop.Control = TemplatesGroupBox
|
||||
AnchorSideRight.Control = AddButton
|
||||
AnchorSideBottom.Control = InsertMacroButton
|
||||
AnchorSideBottom.Control = TemplatesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 180
|
||||
Height = 136
|
||||
Top = 6
|
||||
Width = 348
|
||||
Width = 315
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
OnSelectionChange = TemplateListBoxSelectionChange
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
object TemplateSynEdit: TSynEdit
|
||||
object AddButton: TButton
|
||||
AnchorSideTop.Control = TemplateListBox
|
||||
AnchorSideRight.Control = TemplatesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 327
|
||||
Height = 30
|
||||
Top = 6
|
||||
Width = 148
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AddButton'
|
||||
OnClick = AddButtonClick
|
||||
TabOrder = 1
|
||||
end
|
||||
object DeleteButton: TButton
|
||||
AnchorSideLeft.Control = AddButton
|
||||
AnchorSideTop.Control = AddButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = AddButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 327
|
||||
Height = 30
|
||||
Top = 42
|
||||
Width = 148
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'DeleteButton'
|
||||
OnClick = DeleteButtonClick
|
||||
TabOrder = 3
|
||||
end
|
||||
object EditButton: TButton
|
||||
AnchorSideLeft.Control = AddButton
|
||||
AnchorSideTop.Control = DeleteButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = DeleteButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 327
|
||||
Height = 30
|
||||
Top = 78
|
||||
Width = 148
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'EditButton'
|
||||
OnClick = EditButtonClick
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object EditTemplateGroupBox: TGroupBox
|
||||
AnchorSideTop.Control = TemplatesGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = CancelButton
|
||||
Left = 6
|
||||
Height = 339
|
||||
Top = 236
|
||||
Width = 485
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'EditTemplateGroupBox'
|
||||
TabOrder = 4
|
||||
object UseMacrosCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 200
|
||||
Top = 192
|
||||
Height = 22
|
||||
Top = 6
|
||||
Width = 160
|
||||
BorderSpacing.Bottom = 7
|
||||
Caption = 'UseMacrosCheckBox'
|
||||
TabOrder = 0
|
||||
end
|
||||
object InsertMacroButton: TButton
|
||||
AnchorSideLeft.Control = UseMacrosCheckBox
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = UseMacrosCheckBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 166
|
||||
Height = 28
|
||||
Top = 3
|
||||
Width = 130
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'InsertMacroButton'
|
||||
OnClick = InsertMacroButtonClick
|
||||
TabOrder = 2
|
||||
end
|
||||
object TemplateSynEdit: TSynEdit
|
||||
AnchorSideTop.Control = InsertMacroButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = EditTemplateGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = EditTemplateGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 277
|
||||
Top = 37
|
||||
Width = 469
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
Font.Height = -18
|
||||
@ -419,83 +513,6 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
Lines.Strings = (
|
||||
'TemplateSynEdit'
|
||||
)
|
||||
SelectedColor.OnChange = nil
|
||||
end
|
||||
object AddButton: TButton
|
||||
AnchorSideTop.Control = TemplateListBox
|
||||
AnchorSideRight.Control = TemplateGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 30
|
||||
Top = 6
|
||||
Width = 115
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'AddButton'
|
||||
OnClick = AddButtonClick
|
||||
TabOrder = 2
|
||||
end
|
||||
object DeleteButton: TButton
|
||||
AnchorSideTop.Control = AddButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = AddButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 30
|
||||
Top = 42
|
||||
Width = 115
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'DeleteButton'
|
||||
OnClick = DeleteButtonClick
|
||||
TabOrder = 3
|
||||
end
|
||||
object EditButton: TButton
|
||||
AnchorSideTop.Control = DeleteButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = DeleteButton
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 30
|
||||
Top = 78
|
||||
Width = 115
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'EditButton'
|
||||
OnClick = EditButtonClick
|
||||
TabOrder = 4
|
||||
end
|
||||
object UseMacrosCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = EditButton
|
||||
AnchorSideTop.Control = EditButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 24
|
||||
Top = 120
|
||||
Width = 182
|
||||
BorderSpacing.Top = 12
|
||||
Caption = 'UseMacrosCheckBox'
|
||||
TabOrder = 5
|
||||
end
|
||||
object InsertMacroButton: TButton
|
||||
AnchorSideTop.Control = UseMacrosCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = TemplateGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 30
|
||||
Top = 156
|
||||
Width = 115
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.InnerBorder = 4
|
||||
Caption = 'InsertMacroButton'
|
||||
OnClick = InsertMacroButtonClick
|
||||
TabOrder = 6
|
||||
end
|
||||
end
|
||||
object CancelButton: TBitBtn
|
||||
@ -503,10 +520,10 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 404
|
||||
Left = 410
|
||||
Height = 25
|
||||
Top = 488
|
||||
Width = 87
|
||||
Top = 581
|
||||
Width = 81
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -523,9 +540,9 @@ object CodeTemplateDialog: TCodeTemplateDialog
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 323
|
||||
Left = 329
|
||||
Height = 25
|
||||
Top = 488
|
||||
Top = 581
|
||||
Width = 75
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
|
@ -2,46 +2,81 @@
|
||||
|
||||
LazarusResources.Add('TCodeTemplateDialog','FORMDATA',[
|
||||
'TPF0'#19'TCodeTemplateDialog'#18'CodeTemplateDialog'#4'Left'#3'6'#1#6'Height'
|
||||
+#3#7#2#3'Top'#3#162#0#5'Width'#3#241#1#18'HorzScrollBar.Page'#3#240#1#18'Ver'
|
||||
+'tScrollBar.Page'#3#6#2#13'ActiveControl'#7#12'FilenameEdit'#11'BorderIcons'
|
||||
+#11#12'biSystemMenu'#0#7'Caption'#6#18'CodeTemplateDialog'#7'OnClose'#7#9'Fo'
|
||||
+'rmClose'#8'OnCreate'#7#10'FormCreate'#0#9'TGroupBox'#16'FilenameGroupBox'#4
|
||||
+'Left'#2#6#6'Height'#2'3'#3'Top'#2#6#5'Width'#3#229#1#5'Align'#7#5'alTop'#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#16'FilenameGroupBox'#8'TabOrder'#2#0
|
||||
+#0#5'TEdit'#12'FilenameEdit'#23'AnchorSideRight.Control'#7#14'FilenameButton'
|
||||
+#4'Left'#2#9#6'Height'#2#23#3'Top'#2#4#5'Width'#3#179#1#7'Anchors'#11#5'akTo'
|
||||
+'p'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#5#8'TabOrder'#2#0#4'Tex'
|
||||
+'t'#6#12'FilenameEdit'#0#0#7'TButton'#14'FilenameButton'#23'AnchorSideRight.'
|
||||
+'Control'#7#16'FilenameGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24
|
||||
+'AnchorSideBottom.Control'#7#12'FilenameEdit'#21'AnchorSideBottom.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3#193#1#6'Height'#2#23#3'Top'#2#4#5'Width'#2#26#7'Anchor'
|
||||
+'s'#11#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#25'BorderSpacing'
|
||||
+'.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#19'FilenameButtonClick'#8
|
||||
+'TabOrder'#2#1#0#0#0#9'TGroupBox'#16'TemplateGroupBox'#24'AnchorSideBottom.C'
|
||||
+'ontrol'#7#12'CancelButton'#4'Left'#2#6#6'Height'#3#163#1#3'Top'#2'?'#5'Widt'
|
||||
+'h'#3#229#1#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8
|
||||
+'akBottom'#0#20'BorderSpacing.Around'#2#6#25'BorderSpacing.InnerBorder'#2#6#7
|
||||
+'Caption'#6#16'TemplateGroupBox'#8'TabOrder'#2#1#0#8'TListBox'#15'TemplateLi'
|
||||
+'stBox'#22'AnchorSideLeft.Control'#7#16'TemplateGroupBox'#21'AnchorSideTop.C'
|
||||
+'ontrol'#7#16'TemplateGroupBox'#23'AnchorSideRight.Control'#7#9'AddButton'#24
|
||||
+'AnchorSideBottom.Control'#7#17'InsertMacroButton'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#180#0#3'Top'#2#6#5'Width'#3'\'#1#7'A'
|
||||
+'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#17'OnSelection'
|
||||
+'Change'#7#30'TemplateListBoxSelectionChange'#8'TabOrder'#2#0#8'TopIndex'#2
|
||||
+#255#0#0#8'TSynEdit'#15'TemplateSynEdit'#21'AnchorSideTop.Control'#7#15'Temp'
|
||||
+'lateListBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3
|
||||
+#200#0#3'Top'#3#192#0#5'Width'#3#213#1#5'Align'#7#8'alBottom'#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11
|
||||
+'Font.Height'#2#238#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2
|
||||
+#1#24'BookMarkOptions.OnChange'#13#15'Gutter.OnChange'#13#23'Gutter.CodeFold'
|
||||
+'ingWidth'#2#14#11'Highlighter'#7#10'ASynPasSyn'#10'Keystrokes'#14#1#7'Comma'
|
||||
+'nd'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Comman'
|
||||
+'d'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Comm'
|
||||
+'and'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7
|
||||
+'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'C'
|
||||
+'ommand'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'C'
|
||||
+'ommand'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||
+#3'd'#2#3'Top'#3#162#0#5'Width'#3#241#1#18'HorzScrollBar.Page'#3#240#1#18'Ve'
|
||||
+'rtScrollBar.Page'#3'c'#2#13'ActiveControl'#7#12'FilenameEdit'#11'BorderIcon'
|
||||
+'s'#11#12'biSystemMenu'#0#7'Caption'#6#18'CodeTemplateDialog'#7'OnClose'#7#9
|
||||
+'FormClose'#8'OnCreate'#7#10'FormCreate'#0#9'TGroupBox'#16'FilenameGroupBox'
|
||||
+#4'Left'#2#6#6'Height'#2'3'#3'Top'#2#6#5'Width'#3#229#1#5'Align'#7#5'alTop'
|
||||
+#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'FilenameGroupBox'#8'TabOrder'#2
|
||||
+#0#0#5'TEdit'#12'FilenameEdit'#23'AnchorSideRight.Control'#7#14'FilenameButt'
|
||||
+'on'#4'Left'#2#9#6'Height'#2#23#3'Top'#2#4#5'Width'#3#179#1#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#5#8'TabOrder'#2#0#4
|
||||
+'Text'#6#12'FilenameEdit'#0#0#7'TButton'#14'FilenameButton'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#16'FilenameGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#24'AnchorSideBottom.Control'#7#12'FilenameEdit'#21'AnchorSideBottom.Side'#7
|
||||
+#9'asrBottom'#4'Left'#3#193#1#6'Height'#2#23#3'Top'#2#4#5'Width'#2#26#7'Anch'
|
||||
+'ors'#11#7'akRight'#8'akBottom'#0#19'BorderSpacing.Right'#2#6#25'BorderSpaci'
|
||||
+'ng.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#19'FilenameButtonClick'
|
||||
+#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#17'TemplatesGroupBox'#24'AnchorSideBotto'
|
||||
+'m.Control'#7#12'CancelButton'#4'Left'#2#6#6'Height'#3#167#0#3'Top'#2'?'#5'W'
|
||||
+'idth'#3#229#1#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#25'BorderSpa'
|
||||
+'cing.InnerBorder'#2#6#7'Caption'#6#17'TemplatesGroupBox'#8'TabOrder'#2#1#0#8
|
||||
+'TListBox'#15'TemplateListBox'#22'AnchorSideLeft.Control'#7#17'TemplatesGrou'
|
||||
+'pBox'#21'AnchorSideTop.Control'#7#17'TemplatesGroupBox'#23'AnchorSideRight.'
|
||||
+'Control'#7#9'AddButton'#24'AnchorSideBottom.Control'#7#17'TemplatesGroupBox'
|
||||
+#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3#136#0#3'To'
|
||||
+'p'#2#6#5'Width'#3';'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBott'
|
||||
+'om'#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing'
|
||||
+'.Right'#2#6#20'BorderSpacing.Bottom'#2#6#17'OnSelectionChange'#7#30'Templat'
|
||||
+'eListBoxSelectionChange'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton'#9
|
||||
+'AddButton'#21'AnchorSideTop.Control'#7#15'TemplateListBox'#23'AnchorSideRig'
|
||||
+'ht.Control'#7#17'TemplatesGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3'G'#1#6'Height'#2#30#3'Top'#2#6#5'Width'#3#148#0#7'Anchors'#11#5'a'
|
||||
+'kTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'
|
||||
+#2#4#7'Caption'#6#9'AddButton'#7'OnClick'#7#14'AddButtonClick'#8'TabOrder'#2
|
||||
+#1#0#0#7'TButton'#12'DeleteButton'#22'AnchorSideLeft.Control'#7#9'AddButton'
|
||||
+#21'AnchorSideTop.Control'#7#9'AddButton'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#23'AnchorSideRight.Control'#7#9'AddButton'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'G'#1#6'Height'#2#30#3'Top'#2'*'#5'Width'#3#148#0#7'Anc'
|
||||
+'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2#6#25'Borde'
|
||||
+'rSpacing.InnerBorder'#2#4#7'Caption'#6#12'DeleteButton'#7'OnClick'#7#17'Del'
|
||||
+'eteButtonClick'#8'TabOrder'#2#3#0#0#7'TButton'#10'EditButton'#22'AnchorSide'
|
||||
+'Left.Control'#7#9'AddButton'#21'AnchorSideTop.Control'#7#12'DeleteButton'#18
|
||||
+'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#12'DeleteB'
|
||||
+'utton'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'G'#1#6'Height'#2#30
|
||||
+#3'Top'#2'N'#5'Width'#3#148#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
||||
+#17'BorderSpacing.Top'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#10
|
||||
+'EditButton'#7'OnClick'#7#15'EditButtonClick'#8'TabOrder'#2#2#0#0#0#9'TGroup'
|
||||
+'Box'#20'EditTemplateGroupBox'#21'AnchorSideTop.Control'#7#17'TemplatesGroup'
|
||||
+'Box'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#5
|
||||
+'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'
|
||||
+#7#12'CancelButton'#4'Left'#2#6#6'Height'#3'S'#1#3'Top'#3#236#0#5'Width'#3
|
||||
+#229#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSp'
|
||||
+'acing.Around'#2#6#7'Caption'#6#20'EditTemplateGroupBox'#8'TabOrder'#2#4#0#9
|
||||
+'TCheckBox'#17'UseMacrosCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Wi'
|
||||
+'dth'#3#160#0#20'BorderSpacing.Bottom'#2#7#7'Caption'#6#17'UseMacrosCheckBox'
|
||||
+#8'TabOrder'#2#0#0#0#7'TButton'#17'InsertMacroButton'#22'AnchorSideLeft.Cont'
|
||||
+'rol'#7#17'UseMacrosCheckBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#21'Anch'
|
||||
+'orSideTop.Control'#7#17'UseMacrosCheckBox'#18'AnchorSideTop.Side'#7#9'asrCe'
|
||||
+'nter'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#166#0#6'Height'#2#28
|
||||
+#3'Top'#2#3#5'Width'#3#130#0#8'AutoSize'#9#17'BorderSpacing.Top'#2#6#19'Bord'
|
||||
+'erSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#17'Inse'
|
||||
+'rtMacroButton'#7'OnClick'#7#22'InsertMacroButtonClick'#8'TabOrder'#2#2#0#0#8
|
||||
+'TSynEdit'#15'TemplateSynEdit'#21'AnchorSideTop.Control'#7#17'InsertMacroBut'
|
||||
+'ton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#20
|
||||
+'EditTemplateGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSide'
|
||||
,'Bottom.Control'#7#20'EditTemplateGroupBox'#21'AnchorSideBottom.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#2#6#6'Height'#3#21#1#3'Top'#2'%'#5'Width'#3#213#1#20'Borde'
|
||||
+'rSpacing.Around'#2#6#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||
+#0#11'Font.Height'#2#238#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOr'
|
||||
+'der'#2#1#24'BookMarkOptions.OnChange'#13#15'Gutter.OnChange'#13#23'Gutter.C'
|
||||
+'odeFoldingWidth'#2#14#11'Highlighter'#7#10'ASynPasSyn'#10'Keystrokes'#14#1#7
|
||||
+'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'C'
|
||||
+'ommand'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7
|
||||
+'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1
|
||||
+#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7
|
||||
+'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7
|
||||
+'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7
|
||||
+'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7
|
||||
+'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7
|
||||
+'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7
|
||||
@ -65,7 +100,7 @@ LazarusResources.Add('TCodeTemplateDialog','FORMDATA',[
|
||||
+#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'
|
||||
+#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm'
|
||||
+'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7
|
||||
,'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||
+'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0
|
||||
+#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5'
|
||||
+'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'
|
||||
+#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short'
|
||||
@ -78,46 +113,19 @@ LazarusResources.Add('TCodeTemplateDialog','FORMDATA',[
|
||||
+#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3
|
||||
+'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'
|
||||
+#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#15
|
||||
+'TemplateSynEdit'#0#22'SelectedColor.OnChange'#13#0#0#7'TButton'#9'AddButton'
|
||||
+#21'AnchorSideTop.Control'#7#15'TemplateListBox'#23'AnchorSideRight.Control'
|
||||
+#7#16'TemplateGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3'h'
|
||||
+#1#6'Height'#2#30#3'Top'#2#6#5'Width'#2's'#7'Anchors'#11#5'akTop'#7'akRight'
|
||||
+#0#19'BorderSpacing.Right'#2#6#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||
+#9'AddButton'#7'OnClick'#7#14'AddButtonClick'#8'TabOrder'#2#2#0#0#7'TButton'
|
||||
+#12'DeleteButton'#21'AnchorSideTop.Control'#7#9'AddButton'#18'AnchorSideTop.'
|
||||
+'Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'AddButton'#20'AnchorSi'
|
||||
+'deRight.Side'#7#9'asrBottom'#4'Left'#3'h'#1#6'Height'#2#30#3'Top'#2'*'#5'Wi'
|
||||
+'dth'#2's'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#6#25
|
||||
+'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#12'DeleteButton'#7'OnClick'#7#17
|
||||
+'DeleteButtonClick'#8'TabOrder'#2#3#0#0#7'TButton'#10'EditButton'#21'AnchorS'
|
||||
+'ideTop.Control'#7#12'DeleteButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#23
|
||||
+'AnchorSideRight.Control'#7#12'DeleteButton'#20'AnchorSideRight.Side'#7#9'as'
|
||||
+'rBottom'#4'Left'#3'h'#1#6'Height'#2#30#3'Top'#2'N'#5'Width'#2's'#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#6#25'BorderSpacing.InnerBo'
|
||||
+'rder'#2#4#7'Caption'#6#10'EditButton'#7'OnClick'#7#15'EditButtonClick'#8'Ta'
|
||||
+'bOrder'#2#4#0#0#9'TCheckBox'#17'UseMacrosCheckBox'#22'AnchorSideLeft.Contro'
|
||||
+'l'#7#10'EditButton'#21'AnchorSideTop.Control'#7#10'EditButton'#18'AnchorSid'
|
||||
+'eTop.Side'#7#9'asrBottom'#4'Left'#3'h'#1#6'Height'#2#24#3'Top'#2'x'#5'Width'
|
||||
+#3#182#0#17'BorderSpacing.Top'#2#12#7'Caption'#6#17'UseMacrosCheckBox'#8'Tab'
|
||||
+'Order'#2#5#0#0#7'TButton'#17'InsertMacroButton'#21'AnchorSideTop.Control'#7
|
||||
+#17'UseMacrosCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#23'AnchorSideRi'
|
||||
+'ght.Control'#7#16'TemplateGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'
|
||||
+#4'Left'#3'h'#1#6'Height'#2#30#3'Top'#3#156#0#5'Width'#2's'#7'Anchors'#11#5
|
||||
+'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#6#20'BorderSpacing.Around'#2#6
|
||||
+#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#17'InsertMacroButton'#7'OnCl'
|
||||
+'ick'#7#22'InsertMacroButtonClick'#8'TabOrder'#2#6#0#0#0#7'TBitBtn'#12'Cance'
|
||||
+'lButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'
|
||||
+#7#9'asrBottom'#4'Left'#3#148#1#6'Height'#2#25#3'Top'#3#232#1#5'Width'#2'W'#7
|
||||
+'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'
|
||||
+#2#6#6'Cancel'#9#7'Caption'#6#6'Cancel'#21'Constraints.MaxHeight'#2#25#20'Co'
|
||||
+'nstraints.MinWidth'#2'K'#4'Kind'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGly'
|
||||
+'phs'#2#0#8'TabOrder'#2#2#0#0#7'TBitBtn'#8'OkButton'#23'AnchorSideRight.Cont'
|
||||
+'rol'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSi'
|
||||
+'deBottom.Side'#7#9'asrBottom'#4'Left'#3'C'#1#6'Height'#2#25#3'Top'#3#232#1#5
|
||||
+'Width'#2'K'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderS'
|
||||
+'pacing.Around'#2#6#7'Caption'#6#3'&OK'#21'Constraints.MaxHeight'#2#25#20'Co'
|
||||
+'nstraints.MinWidth'#2'K'#7'Default'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1
|
||||
+#9'NumGlyphs'#2#0#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#3#0#0#10'TSyn'
|
||||
+'PasSyn'#10'ASynPasSyn'#7'Enabled'#8#4'left'#3#16#1#3'top'#2#24#0#0#0
|
||||
+'TemplateSynEdit'#0#0#0#0#7'TBitBtn'#12'CancelButton'#23'AnchorSideRight.Con'
|
||||
+'trol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBotto'
|
||||
+'m.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#154
|
||||
+#1#6'Height'#2#25#3'Top'#3'E'#2#5'Width'#2'Q'#7'Anchors'#11#7'akRight'#8'akB'
|
||||
+'ottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6
|
||||
+#6'Cancel'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#4'Ki'
|
||||
+'nd'#7#8'bkCancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#2#0#0#7
|
||||
+'TBitBtn'#8'OkButton'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'Anch'
|
||||
+'orSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3'I'#1#6'Height'#2#25#3'Top'#3'E'#2#5'Width'#2'K'#7'Anchors'#11#7'akR'
|
||||
+'ight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#3'&OK'#21'Constraints.MaxHeight'#2#25#20'Constraints.MinWidth'#2'K'#7'Defau'
|
||||
+'lt'#9#4'Kind'#7#4'bkOK'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#7'OnClick'#7#13
|
||||
+'OkButtonClick'#8'TabOrder'#2#3#0#0#10'TSynPasSyn'#10'ASynPasSyn'#7'Enabled'
|
||||
+#8#4'left'#3#16#1#3'top'#2#24#0#0#0
|
||||
]);
|
||||
|
@ -44,6 +44,7 @@ type
|
||||
|
||||
TCodeTemplateDialog = class(TForm)
|
||||
AddButton: TButton;
|
||||
EditTemplateGroupBox: TGroupBox;
|
||||
OkButton: TBitBtn;
|
||||
CancelButton: TBitBtn;
|
||||
InsertMacroButton: TButton;
|
||||
@ -53,7 +54,7 @@ type
|
||||
TemplateListBox: TListBox;
|
||||
TemplateSynEdit: TSynEdit;
|
||||
ASynPasSyn: TSynPasSyn;
|
||||
TemplateGroupBox: TGroupBox;
|
||||
TemplatesGroupBox: TGroupBox;
|
||||
FilenameButton: TButton;
|
||||
FilenameEdit: TEdit;
|
||||
FilenameGroupBox: TGroupBox;
|
||||
@ -600,7 +601,7 @@ begin
|
||||
EditButton.Caption:=lisCodeToolsDefsEdit;
|
||||
DeleteButton.Caption:=dlgEdDelete;
|
||||
CancelButton.Caption:=dlgCancel;
|
||||
TemplateGroupBox.Caption:=lisCTDTemplates;
|
||||
TemplatesGroupBox.Caption:=lisCTDTemplates;
|
||||
OkButton.Caption:=lisLazBuildOk;
|
||||
FilenameGroupBox.Caption:=lisToDoLFile;
|
||||
UseMacrosCheckBox.Caption:=lisEnableMacros;
|
||||
@ -871,6 +872,8 @@ begin
|
||||
//debugln('TCodeTemplateDialog.ShowCurCodeTemplate A i=',dbgs(i));
|
||||
if a >= 0
|
||||
then begin
|
||||
EditTemplateGroupBox.Caption:=dbgstr(SynAutoComplete.Completions[a])
|
||||
+' - '+dbgstr(SynAutoComplete.CompletionComments[a]);
|
||||
LastTemplate := -1;
|
||||
s:=SynAutoComplete.CompletionValues[a];
|
||||
//debugln('TCodeTemplateDialog.ShowCurCodeTemplate s="',s,'"');
|
||||
@ -887,6 +890,8 @@ begin
|
||||
end;
|
||||
if (ep>sp) or ((s<>'') and (s[length(s)] in [#10,#13])) then
|
||||
AddLine(copy(s,sp,ep-sp));
|
||||
end else begin
|
||||
EditTemplateGroupBox.Caption:='no template selected';
|
||||
end;
|
||||
LastTemplate := a;
|
||||
TemplateSynEdit.Lines.EndUpdate;
|
||||
|
@ -645,6 +645,10 @@ msgstr "Inspector dels objectes"
|
||||
msgid "Ok"
|
||||
msgstr "D'Acord"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Obre"
|
||||
@ -853,6 +857,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr "Texte:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Barra d'eines"
|
||||
@ -901,3 +909,7 @@ msgstr "Amplaria"
|
||||
msgid "Word"
|
||||
msgstr "Paraula"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -645,6 +645,10 @@ msgstr "Objektinspektor"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Öffnen"
|
||||
@ -853,6 +857,10 @@ msgstr "Prüfdialog..."
|
||||
msgid "Text:"
|
||||
msgstr "Text:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Toolbar"
|
||||
@ -901,3 +909,7 @@ msgstr "Breite"
|
||||
msgid "Word"
|
||||
msgstr "Word"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -644,6 +644,10 @@ msgstr "Inspector de Objetos"
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -852,6 +856,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Barra de Herramientas"
|
||||
@ -900,3 +908,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -634,6 +634,10 @@ msgstr "Komponenttimuokkain"
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -842,6 +846,10 @@ msgstr "Testaa dialogia ..."
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -890,3 +898,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -634,6 +634,10 @@ msgstr "Inspecteur d'objets"
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -842,6 +846,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -890,3 +898,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr "Mot"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -645,6 +645,10 @@ msgstr "Inspektor Objek"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Buka"
|
||||
@ -853,6 +857,10 @@ msgstr "Uji dialog..."
|
||||
msgid "Text:"
|
||||
msgstr "Teks:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Toolbar"
|
||||
@ -901,3 +909,7 @@ msgstr "Panjang"
|
||||
msgid "Word"
|
||||
msgstr "Word"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -646,6 +646,10 @@ msgstr "Ispettore oggetti"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Apri"
|
||||
@ -854,6 +858,10 @@ msgstr "Prova finestra di dialogo..."
|
||||
msgid "Text:"
|
||||
msgstr "Testo:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Barra degli strumenti"
|
||||
@ -902,3 +910,7 @@ msgstr "Larghezza"
|
||||
msgid "Word"
|
||||
msgstr "Parola"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -644,6 +644,10 @@ msgstr "オブジェクトインスペクター"
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -852,6 +856,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -900,3 +908,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -634,6 +634,10 @@ msgstr "Object Inspector"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
@ -842,6 +846,10 @@ msgstr "Dialoog testen..."
|
||||
msgid "Text:"
|
||||
msgstr "Tekst:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Gereedschapsbalk"
|
||||
@ -890,3 +898,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr "Word"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -634,6 +634,10 @@ msgstr "Object Inspector"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
@ -842,6 +846,10 @@ msgstr "Testar Diálogo..."
|
||||
msgid "Text:"
|
||||
msgstr "Texto:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Barra de Ferramentas"
|
||||
@ -890,3 +898,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr "Palavra"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -649,6 +649,10 @@ msgstr "Inspektor obiektów"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Otwórz"
|
||||
@ -857,6 +861,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -905,3 +913,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -645,6 +645,10 @@ msgstr "Inspektor obiekt
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -853,6 +857,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -901,3 +909,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -645,6 +645,10 @@ msgstr "Inspektor obiekt
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr ""
|
||||
@ -853,6 +857,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr ""
|
||||
@ -901,3 +909,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -502,6 +502,18 @@ msgstr ""
|
||||
msgid "Popup to disable/enable items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:oicoleditadd
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
@ -645,6 +645,10 @@ msgstr "Инспектор объектов"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Открыть"
|
||||
@ -853,6 +857,10 @@ msgstr "Диалог тестирования..."
|
||||
msgid "Text:"
|
||||
msgstr "Текст:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Панель инструментов"
|
||||
@ -901,3 +909,7 @@ msgstr "Ширина"
|
||||
msgid "Word"
|
||||
msgstr "Word"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -645,6 +645,10 @@ msgstr "Inšpektor objektov"
|
||||
msgid "Ok"
|
||||
msgstr "Ok"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Otvoriť"
|
||||
@ -853,6 +857,10 @@ msgstr "Testovať dialóg..."
|
||||
msgid "Text:"
|
||||
msgstr "Text:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Panel nástrojov"
|
||||
@ -901,3 +909,7 @@ msgstr "Šírka"
|
||||
msgid "Word"
|
||||
msgstr "Slovo"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -634,6 +634,10 @@ msgstr "Інспектор об'єктів"
|
||||
msgid "Ok"
|
||||
msgstr "Гаразд"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "Відкрити"
|
||||
@ -842,6 +846,10 @@ msgstr ""
|
||||
msgid "Text:"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "Панель інструментів"
|
||||
@ -890,3 +898,7 @@ msgstr ""
|
||||
msgid "Word"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -648,6 +648,10 @@ msgstr "对象观察器"
|
||||
msgid "Ok"
|
||||
msgstr "确定"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicate
|
||||
msgid "On Add, Check for Duplicate in Items"
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:sccstredtopendialog
|
||||
msgid "Open"
|
||||
msgstr "打开"
|
||||
@ -856,6 +860,10 @@ msgstr "测试对话框..."
|
||||
msgid "Text:"
|
||||
msgstr "文本:"
|
||||
|
||||
#: objinspstrconsts:clbcheckduplicatemsg
|
||||
msgid "The \"%s\" Item is already listed. Add it anyway? "
|
||||
msgstr ""
|
||||
|
||||
#: objinspstrconsts:cactionlisteditorpaneltoolbar
|
||||
msgid "Toolbar"
|
||||
msgstr "工具栏"
|
||||
@ -904,3 +912,7 @@ msgstr "宽度:"
|
||||
msgid "Word"
|
||||
msgstr "Word"
|
||||
|
||||
#: objinspstrconsts:clbcolumns
|
||||
msgid "n. columns"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1360,6 +1360,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr ""
|
||||
@ -4056,6 +4060,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr ""
|
||||
@ -7749,7 +7757,7 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
@ -9236,6 +9244,10 @@ msgstr ""
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr ""
|
||||
@ -4053,6 +4057,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr ""
|
||||
@ -7746,7 +7754,7 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
@ -9233,6 +9241,10 @@ msgstr ""
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Codi"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Creació del codi"
|
||||
@ -4053,6 +4057,10 @@ msgstr "L'instal·lació del paquet %s instal·larà automàticament els paquets
|
||||
msgid "Interface"
|
||||
msgstr "Interficie"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Interval en seg."
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "La FCL - FreePascal Component Library, proveeix les classes base per l'object pascal"
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "El directori del codi font del FPC \"%s\" no sembla correcte. Normalment conté directoris com rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Mostra els punts de ruptura"
|
||||
msgid "View call stack"
|
||||
msgstr "Mostra la pila de les crides"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Vore paleta de components"
|
||||
|
@ -1360,6 +1360,10 @@ msgstr "Projekt schließen"
|
||||
msgid "Code"
|
||||
msgstr "Quelltext"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Quelltexterzeugung"
|
||||
@ -4056,6 +4060,10 @@ msgstr "Die Installation des Packages %s installiert automatisch die Packages:"
|
||||
msgid "Interface"
|
||||
msgstr "Interface"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Intervall in Sekunden"
|
||||
@ -7749,8 +7757,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "Die FCL (Free Pascal Component Library) enthält die Basisklassen für Object Pascal."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Das Free-Pascal-Quelltextverzeichnis \"%s\" sieht nicht richtig aus. Normalerweise enthält es Unterverzeichnisse wie rtl, fcl, packages, compiler, ..."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9236,6 +9244,10 @@ msgstr "Haltepunkte anzeigen"
|
||||
msgid "View call stack"
|
||||
msgstr "Aufruf-Stacks anzeigen"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Komponentenpalette anzeigen"
|
||||
|
@ -1356,6 +1356,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Código"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Creación de Código"
|
||||
@ -4052,6 +4056,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Intervalo en segundos"
|
||||
@ -7745,8 +7753,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "La FCL - Biblioteca de Componentes de FreePascal provee las clases base para object pascal."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "El directorio de las fuentes de FPC \"%s\" no parece correcto. Normalmente contiene directorios, como rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9232,6 +9240,10 @@ msgstr "Ver puntos de ruptura"
|
||||
msgid "View call stack"
|
||||
msgstr "Ver volcado de pila"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1346,6 +1346,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr ""
|
||||
@ -4042,6 +4046,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr ""
|
||||
@ -7735,8 +7743,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Kansio \"%s\" ei vaikuta FreePascalin lähdekoodin kansiolta! Senhän pitäisi sisältää sellaisia kansioita kuten rtl, fcl, packages, compiler jne."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9222,6 +9230,10 @@ msgstr ""
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1358,6 +1358,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Création de code"
|
||||
@ -4054,6 +4058,10 @@ msgstr "Installer le paquet %s installera automatiquement les paquets :"
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Intervalle en sec"
|
||||
@ -7747,8 +7755,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "la FCL (FreePascal Component Library) fournit les classes de base pour le Pascal objet."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Le répertoire source de FPC '\"%s\" n'a pas la composition correcte. Il contient normalement des répertoires comme rtl, fcl, packages, compiler, ... "
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9234,6 +9242,10 @@ msgstr "Afficher les points d'arrêt"
|
||||
msgid "View call stack"
|
||||
msgstr "Afficher la pile d'appel"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr ""
|
||||
@ -4053,6 +4057,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr ""
|
||||
@ -7746,7 +7754,7 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
@ -9233,6 +9241,10 @@ msgstr ""
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr "Tutup proyek"
|
||||
msgid "Code"
|
||||
msgstr "Kode"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Pembuatan Kode"
|
||||
@ -4053,6 +4057,10 @@ msgstr "Menginstalasi paket %s akan menginstalasi paket secara otomatis:"
|
||||
msgid "Interface"
|
||||
msgstr "Interface"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Interval dalam detik"
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL - FreePascal Component Library menyediakan dasar kelas untuk objek pascal."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Direktori sumber FPC \"%s\" sepertinya tidak benar. Biasanya berisi direktori seperti rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Lihat breakpoint"
|
||||
msgid "View call stack"
|
||||
msgstr "Lihat pemanggilan stack"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Lihat palet komponen"
|
||||
|
@ -1358,6 +1358,10 @@ msgstr "Chiudi il progetto"
|
||||
msgid "Code"
|
||||
msgstr "Codice"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Creazione codice"
|
||||
@ -4054,6 +4058,10 @@ msgstr "L'installazione del pacchetto %s installera automaticamente i seguenti p
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Intervallo in secondi"
|
||||
@ -7747,8 +7755,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "La FCL - la libreria componenti di FreePascal fornisce le classi di base per il pascal ad oggetti."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "La directory sorgenti FPC \"%s\" non sembra corretta. Normalmente contiene directory comertl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9234,6 +9242,10 @@ msgstr "Mostra i breakpoint"
|
||||
msgid "View call stack"
|
||||
msgstr "Mostra lo stack chiamate"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Visualizza la palette dei componenti"
|
||||
|
@ -1356,6 +1356,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "コード"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "コード作成"
|
||||
@ -4052,6 +4056,10 @@ msgstr " %sは自動的に次のパッケージをインストールします:
|
||||
msgid "Interface"
|
||||
msgstr "インターフェース"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "インターバル(秒)"
|
||||
@ -7745,8 +7753,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL - FreePascal Component Libraryはobject pascalの基本クラスを提供します。"
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "FPCソースディレクトリ\"%s\"は正しくないようです。通常、それはrtl, fcl, packages, compilerといったディレクトリを含みます。"
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9232,6 +9240,10 @@ msgstr "ブレークポイントを表示"
|
||||
msgid "View call stack"
|
||||
msgstr "呼び出しスタックを表示"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "コンポーネントパレットを表示"
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Code"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Codecreatie"
|
||||
@ -4053,6 +4057,10 @@ msgstr "De installatie van pakket %s zal automatisch de volgende pakket installe
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Interval in seconden"
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "De FCL - FreePascol Componenten Bibliotheek bevat de basis klassen voor object pascal"
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "De FPC broncode directory\"%s\" lijkt niet juist. Normaliter bevat het directories zoals rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Toon Breekpunten"
|
||||
msgid "View call stack"
|
||||
msgstr "Toon Call Stack"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Toon component palette"
|
||||
|
@ -1349,6 +1349,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Código"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Criação de Código"
|
||||
@ -4045,6 +4049,10 @@ msgstr "Instalando o pacote %s sera automaticamente instalado os pacotes:"
|
||||
msgid "Interface"
|
||||
msgstr "Interface"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Invervalo em segundos"
|
||||
@ -7738,8 +7746,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "O diretorio fonte do FPC \"%s\" nao e' visto como o corrento. Normalmente ele contém diretorios como rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9225,6 +9233,10 @@ msgstr "Mostrar Pontos de Interrupção"
|
||||
msgid "View call stack"
|
||||
msgstr "Mostrar chamada de pilha"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Mostrar paleta de componentes"
|
||||
|
@ -1361,6 +1361,10 @@ msgstr "Zamknij projekt"
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Tworzenie źródła"
|
||||
@ -4057,6 +4061,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr "Interfejs"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Odstęp w sekundach"
|
||||
@ -7750,8 +7758,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL (Biblioteka Komponentów FreePascala) dostarcza bazowych klas dla object pascala."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Katalog ze źródłami FPC \"%s\" wygląda na niepoprawny. Powinien zawierać katalogi jak lcl, debugger, designer, components, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9237,6 +9245,10 @@ msgstr "Pokaż pułapki"
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Tworzenie ¼ród³a"
|
||||
@ -4053,6 +4057,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Odstêp w sekundach"
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL (Biblioteka Komponentów FreePascala) dostarcza bazowych klas dla object pascala."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Katalog ze ¼ród³ami FPC \"%s\" wygl±da na niepoprawny. Powinien zawieraæ katalogi jak lcl, debugger, designer, components, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Poka
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Kod"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Tworzenie Ÿród³a"
|
||||
@ -4053,6 +4057,10 @@ msgstr ""
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Odstêp w sekundach"
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL (Biblioteka Komponentów FreePascala) dostarcza bazowych klas dla object pascala."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Katalog ze Ÿród³ami FPC \"%s\" wygl¹da na niepoprawny. Powinien zawieraæ katalogi jak lcl, debugger, designer, components, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Poka
|
||||
msgid "View call stack"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -674,6 +674,10 @@ msgstr ""
|
||||
msgid "Code Explorer"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lismenujumpto
|
||||
msgid "Jump to"
|
||||
msgstr ""
|
||||
@ -2771,7 +2775,7 @@ msgid "FPC source directory \"%s\" not found."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlgtestdirnotfoundmsg
|
||||
@ -5194,6 +5198,10 @@ msgstr ""
|
||||
msgid "View anchor editor"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
@ -6022,6 +6030,10 @@ msgstr ""
|
||||
msgid "Error: invalid compiler: %s"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscompilerhintyoucansetthecompilerpath
|
||||
msgid "Hint: you can set the compiler path in Environment->Environment options->Files->Compiler Path"
|
||||
msgstr ""
|
||||
|
@ -1357,6 +1357,10 @@ msgstr "Закрыть проект"
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Создание кода"
|
||||
@ -4053,6 +4057,10 @@ msgstr "При установке пакета %s автоматически у
|
||||
msgid "Interface"
|
||||
msgstr "Интерфейс"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Интервал в сек"
|
||||
@ -7746,8 +7754,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL - библиотека компонентов FreePascal - обеспечивает базовые классы для Объектного Паскаля."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Каталог исходников FPC \"%s\" выглядит некорректно. Обычно он содержит каталоги rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9233,6 +9241,10 @@ msgstr "Просмотр точек останова"
|
||||
msgid "View call stack"
|
||||
msgstr "Просмотр стека вызовов"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "Показать палитру компонентов"
|
||||
|
@ -1346,6 +1346,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "Код"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "Створення коду"
|
||||
@ -4042,6 +4046,10 @@ msgstr "При встановленні пакунку %s будуть авто
|
||||
msgid "Interface"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "Інтервал в сек"
|
||||
@ -7735,8 +7743,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL - бібліотека компонентів FreePascal забезпечує базові класи для об'єктного паскаля."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "Тека кодів FPC \"%s\" виглядає некоректною. Як правило, вона вміщує теки rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9222,6 +9230,10 @@ msgstr "Переглядання точок зупинки"
|
||||
msgid "View call stack"
|
||||
msgstr "Переглядання стеку викликів"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr ""
|
||||
|
@ -1360,6 +1360,10 @@ msgstr ""
|
||||
msgid "Code"
|
||||
msgstr "代码"
|
||||
|
||||
#: lazarusidestrconsts:lismenuviewcodebrowser
|
||||
msgid "Code Browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcodecreation
|
||||
msgid "Code Creation"
|
||||
msgstr "创建代码"
|
||||
@ -4056,6 +4060,10 @@ msgstr "安装包 %s 将自动安装这些包:"
|
||||
msgid "Interface"
|
||||
msgstr "接口"
|
||||
|
||||
#: lazarusidestrconsts:listcompilerinternalerror
|
||||
msgid "Internal compiler error! (%d)"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgintvinsec
|
||||
msgid "Interval in secs"
|
||||
msgstr "时间间隔(秒为单位)"
|
||||
@ -7749,8 +7757,8 @@ msgid "The FCL - FreePascal Component Library provides the base classes for obje
|
||||
msgstr "FCL - (FreePascal Component Library) FreePascal 组件库提供了 object pascal 的基本类."
|
||||
|
||||
#: lazarusidestrconsts:lisenvoptdlginvalidfpcsrcdir
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, fcl, packages, compiler, ... ."
|
||||
msgstr "FPC 源代码 \"%s\" 好像不正确. 一般情况下应该包含以下目录 rtl, fcl, packages, compiler, ... ."
|
||||
msgid "The FPC source directory \"%s\" does not look correct. Normally it contains directories like rtl, packages, compiler, ... ."
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:liscodetoolsdefsthefreepascalsvnsourcedir
|
||||
msgid "The Free Pascal SVN source directory."
|
||||
@ -9236,6 +9244,10 @@ msgstr "查看断点"
|
||||
msgid "View call stack"
|
||||
msgstr "查看栈"
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecodebrowser
|
||||
msgid "View code browser"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:srkmectogglecomppalette
|
||||
msgid "View component palette"
|
||||
msgstr "查看组件面板"
|
||||
|
Loading…
Reference in New Issue
Block a user