mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +02:00
added resourcestrings
git-svn-id: trunk@10390 -
This commit is contained in:
parent
dbc57f5c29
commit
711f6bdf70
@ -1,230 +1,200 @@
|
|||||||
object BuildFileDialog: TBuildFileDialog
|
object BuildFileDialog: TBuildFileDialog
|
||||||
Caption = 'BuildFileDialog'
|
|
||||||
ClientHeight = 344
|
|
||||||
ClientWidth = 414
|
|
||||||
KeyPreview = True
|
|
||||||
OnCreate = BuildFileDialogCREATE
|
|
||||||
OnKeyDown = BuildFileDialogKEYDOWN
|
|
||||||
PixelsPerInch = 95
|
|
||||||
Position = poScreenCenter
|
|
||||||
HorzScrollBar.Page = 413
|
|
||||||
VertScrollBar.Page = 343
|
|
||||||
Left = 336
|
Left = 336
|
||||||
Height = 344
|
Height = 344
|
||||||
Top = 221
|
Top = 221
|
||||||
Width = 414
|
Width = 414
|
||||||
|
HorzScrollBar.Page = 413
|
||||||
|
VertScrollBar.Page = 343
|
||||||
|
ActiveControl = OkButton
|
||||||
|
Caption = 'BuildFileDialog'
|
||||||
|
KeyPreview = True
|
||||||
|
OnCreate = BuildFileDialogCREATE
|
||||||
|
OnKeyDown = BuildFileDialogKEYDOWN
|
||||||
|
Position = poScreenCenter
|
||||||
object OkButton: TButton
|
object OkButton: TButton
|
||||||
|
Left = 106
|
||||||
|
Height = 25
|
||||||
|
Top = 310
|
||||||
|
Width = 75
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = 'Ok'
|
Caption = 'Ok'
|
||||||
OnClick = OkButtonCLICK
|
OnClick = OkButtonCLICK
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Left = 106
|
end
|
||||||
|
object CancelButton: TButton
|
||||||
|
Left = 234
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 310
|
Top = 310
|
||||||
Width = 75
|
Width = 75
|
||||||
end
|
|
||||||
object CancelButton: TButton
|
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = 'Cancel'
|
Caption = 'Cancel'
|
||||||
ModalResult = 2
|
ModalResult = 2
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 234
|
|
||||||
Height = 25
|
|
||||||
Top = 310
|
|
||||||
Width = 75
|
|
||||||
end
|
end
|
||||||
object Notebook1: TNotebook
|
object Notebook1: TNotebook
|
||||||
Align = alTop
|
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
||||||
PageIndex = 1
|
|
||||||
Height = 304
|
Height = 304
|
||||||
Width = 414
|
Width = 414
|
||||||
|
Align = alTop
|
||||||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
|
PageIndex = 2
|
||||||
object GeneralPage: TPage
|
object GeneralPage: TPage
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
ClientWidth = 410
|
|
||||||
ClientHeight = 274
|
|
||||||
Left = 2
|
|
||||||
Height = 274
|
|
||||||
Top = 28
|
|
||||||
Width = 410
|
|
||||||
object WhenFileIsActiveGroupbox: TGroupBox
|
object WhenFileIsActiveGroupbox: TGroupBox
|
||||||
Caption = 'When this file is active in source editor ...'
|
|
||||||
ClientHeight = 64
|
|
||||||
ClientWidth = 397
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 0
|
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 81
|
Height = 81
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 401
|
Width = 401
|
||||||
|
Caption = 'When this file is active in source editor ...'
|
||||||
|
ParentCtl3D = False
|
||||||
|
TabOrder = 0
|
||||||
object OverrideBuildProjectCheckbox: TCheckBox
|
object OverrideBuildProjectCheckbox: TCheckBox
|
||||||
Caption = 'On build project execute the Build File command instead'
|
|
||||||
TabOrder = 0
|
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 9
|
Top = 9
|
||||||
Width = 384
|
Width = 344
|
||||||
|
Caption = 'On build project execute the Build File command instead'
|
||||||
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object OverrideRunProjectCheckbox: TCheckBox
|
object OverrideRunProjectCheckbox: TCheckBox
|
||||||
Caption = 'On run project execute the Run File command instead'
|
|
||||||
TabOrder = 1
|
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 33
|
Top = 33
|
||||||
Width = 384
|
Width = 329
|
||||||
|
Caption = 'On run project execute the Run File command instead'
|
||||||
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object BuildPage: TPage
|
object BuildPage: TPage
|
||||||
Caption = 'Build'
|
Caption = 'Build'
|
||||||
ClientWidth = 410
|
|
||||||
ClientHeight = 274
|
|
||||||
Left = 2
|
|
||||||
Height = 274
|
|
||||||
Top = 28
|
|
||||||
Width = 410
|
|
||||||
object BuildCommandGroupbox: TGroupBox
|
object BuildCommandGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Build Command'
|
|
||||||
ClientHeight = 53
|
|
||||||
ClientWidth = 402
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 0
|
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 70
|
Height = 70
|
||||||
Top = 52
|
Top = 52
|
||||||
Width = 406
|
Width = 406
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Build Command'
|
||||||
|
ParentCtl3D = False
|
||||||
|
TabOrder = 0
|
||||||
object BuildCommandMemo: TMemo
|
object BuildCommandMemo: TMemo
|
||||||
|
Height = 53
|
||||||
|
Width = 402
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'CompileCommandMemo'
|
'CompileCommandMemo'
|
||||||
)
|
)
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Height = 53
|
|
||||||
Width = 402
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object BuildScanForFPCMsgCheckbox: TCheckBox
|
object BuildScanForFPCMsgCheckbox: TCheckBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Scan for FPC messages'
|
|
||||||
TabOrder = 1
|
|
||||||
Left = 10
|
Left = 10
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 122
|
Top = 122
|
||||||
Width = 392
|
Width = 392
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Scan for FPC messages'
|
||||||
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object BuildScanForMakeMsgCheckbox: TCheckBox
|
object BuildScanForMakeMsgCheckbox: TCheckBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Scan for Make messages'
|
|
||||||
TabOrder = 2
|
|
||||||
Left = 10
|
Left = 10
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 146
|
Top = 146
|
||||||
Width = 392
|
Width = 392
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Scan for Make messages'
|
||||||
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object BuildWorkingDirGroupbox: TGroupBox
|
object BuildWorkingDirGroupbox: TGroupBox
|
||||||
Caption = 'Working directory (Leave empty for file path)'
|
|
||||||
ClientHeight = 31
|
|
||||||
ClientWidth = 398
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 3
|
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 48
|
Height = 48
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 402
|
Width = 402
|
||||||
|
Caption = 'Working directory (Leave empty for file path)'
|
||||||
|
ParentCtl3D = False
|
||||||
|
TabOrder = 3
|
||||||
object BuildWorkDirCombobox: TComboBox
|
object BuildWorkDirCombobox: TComboBox
|
||||||
|
Height = 25
|
||||||
|
Width = 364
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'BuildWorkDirCombobox'
|
Text = 'BuildWorkDirCombobox'
|
||||||
Height = 25
|
|
||||||
Width = 364
|
|
||||||
end
|
end
|
||||||
object BuildBrowseWorkDirButton: TButton
|
object BuildBrowseWorkDirButton: TButton
|
||||||
|
Left = 364
|
||||||
|
Height = 23
|
||||||
|
Width = 24
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 364
|
|
||||||
Height = 23
|
|
||||||
Width = 24
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object RunPage: TPage
|
object RunPage: TPage
|
||||||
Caption = 'Run'
|
Caption = 'Run'
|
||||||
ClientWidth = 410
|
|
||||||
ClientHeight = 274
|
|
||||||
Left = 2
|
|
||||||
Height = 274
|
|
||||||
Top = 28
|
|
||||||
Width = 410
|
|
||||||
object AlwaysCompileFirstCheckbox: TCheckBox
|
object AlwaysCompileFirstCheckbox: TCheckBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Always Build before Run'
|
|
||||||
TabOrder = 0
|
|
||||||
Left = 10
|
Left = 10
|
||||||
Height = 20
|
Height = 20
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 392
|
Width = 392
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Always Build before Run'
|
||||||
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object RunCommandGroupbox: TGroupBox
|
object RunCommandGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Run Command'
|
|
||||||
ClientHeight = 53
|
|
||||||
ClientWidth = 400
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 1
|
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 70
|
Height = 70
|
||||||
Top = 92
|
Top = 92
|
||||||
Width = 404
|
Width = 404
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Run Command'
|
||||||
|
ParentCtl3D = False
|
||||||
|
TabOrder = 1
|
||||||
object RunCommandMemo: TMemo
|
object RunCommandMemo: TMemo
|
||||||
|
Height = 53
|
||||||
|
Width = 400
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'CompileCommandMemo'
|
'CompileCommandMemo'
|
||||||
)
|
)
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Height = 53
|
|
||||||
Width = 400
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object RunWorkDirGroupbox: TGroupBox
|
object RunWorkDirGroupbox: TGroupBox
|
||||||
Anchors = [akTop, akLeft, akRight]
|
|
||||||
Caption = 'Working Directory (Leave empty for file path)'
|
|
||||||
ClientHeight = 32
|
|
||||||
ClientWidth = 400
|
|
||||||
ParentCtl3D = False
|
|
||||||
TabOrder = 2
|
|
||||||
Left = 4
|
Left = 4
|
||||||
Height = 49
|
Height = 49
|
||||||
Top = 36
|
Top = 36
|
||||||
Width = 404
|
Width = 404
|
||||||
|
Anchors = [akTop, akLeft, akRight]
|
||||||
|
Caption = 'Working Directory (Leave empty for file path)'
|
||||||
|
ParentCtl3D = False
|
||||||
|
TabOrder = 2
|
||||||
object RunWorkDirCombobox: TComboBox
|
object RunWorkDirCombobox: TComboBox
|
||||||
|
Height = 21
|
||||||
|
Width = 364
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||||
MaxLength = 0
|
MaxLength = 0
|
||||||
ParentCtl3D = False
|
ParentCtl3D = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'RunWorkDirCombobox'
|
Text = 'RunWorkDirCombobox'
|
||||||
Height = 21
|
|
||||||
Width = 364
|
|
||||||
end
|
end
|
||||||
object RunBrowseWorkDirButton: TButton
|
object RunBrowseWorkDirButton: TButton
|
||||||
|
Left = 368
|
||||||
|
Height = 23
|
||||||
|
Width = 27
|
||||||
|
HelpType = htKeyword
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
BorderSpacing.InnerBorder = 4
|
BorderSpacing.InnerBorder = 4
|
||||||
Caption = '...'
|
Caption = '...'
|
||||||
OnClick = BuildBrowseWorkDirButtonCLICK
|
OnClick = BuildBrowseWorkDirButtonCLICK
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Left = 368
|
|
||||||
Height = 23
|
|
||||||
Width = 27
|
|
||||||
HelpType = htKeyword
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,72 +1,65 @@
|
|||||||
{ This is an automatically generated lazarus resource file }
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TBuildFileDialog','FORMDATA',[
|
LazarusResources.Add('TBuildFileDialog','FORMDATA',[
|
||||||
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#7'Caption'#6#15'BuildFileDial'
|
'TPF0'#16'TBuildFileDialog'#15'BuildFileDialog'#4'Left'#3'P'#1#6'Height'#3'X'
|
||||||
+'og'#12'ClientHeight'#3'X'#1#11'ClientWidth'#3#158#1#10'KeyPreview'#9#8'OnCr'
|
+#1#3'Top'#3#221#0#5'Width'#3#158#1#18'HorzScrollBar.Page'#3#157#1#18'VertScr'
|
||||||
+'eate'#7#21'BuildFileDialogCREATE'#9'OnKeyDown'#7#22'BuildFileDialogKEYDOWN'
|
+'ollBar.Page'#3'W'#1#13'ActiveControl'#7#8'OkButton'#7'Caption'#6#15'BuildFi'
|
||||||
+#13'PixelsPerInch'#2'_'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Pa'
|
+'leDialog'#10'KeyPreview'#9#8'OnCreate'#7#21'BuildFileDialogCREATE'#9'OnKeyD'
|
||||||
+'ge'#3#157#1#18'VertScrollBar.Page'#3'W'#1#4'Left'#3'P'#1#6'Height'#3'X'#1#3
|
+'own'#7#22'BuildFileDialogKEYDOWN'#8'Position'#7#14'poScreenCenter'#0#7'TBut'
|
||||||
+'Top'#3#221#0#5'Width'#3#158#1#0#7'TButton'#8'OkButton'#7'Anchors'#11#6'akLe'
|
+'ton'#8'OkButton'#4'Left'#2'j'#6'Height'#2#25#3'Top'#3'6'#1#5'Width'#2'K'#7
|
||||||
+'ft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok'#7'On'
|
+'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Cap'
|
||||||
+'Click'#7#13'OkButtonCLICK'#8'TabOrder'#2#0#4'Left'#2'j'#6'Height'#2#25#3'To'
|
+'tion'#6#2'Ok'#7'OnClick'#7#13'OkButtonCLICK'#8'TabOrder'#2#0#0#0#7'TButton'
|
||||||
+'p'#3'6'#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#6'akL'
|
+#12'CancelButton'#4'Left'#3#234#0#6'Height'#2#25#3'Top'#3'6'#1#5'Width'#2'K'
|
||||||
+'eft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#6'Cancel'
|
+#7'Anchors'#11#6'akLeft'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'C'
|
||||||
+#11'ModalResult'#2#2#8'TabOrder'#2#1#4'Left'#3#234#0#6'Height'#2#25#3'Top'#3
|
+'aption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#0#0#9'TNotebook'#9
|
||||||
+'6'#1#5'Width'#2'K'#0#0#9'TNotebook'#9'Notebook1'#5'Align'#7#5'alTop'#7'Anch'
|
+'Notebook1'#6'Height'#3'0'#1#5'Width'#3#158#1#5'Align'#7#5'alTop'#7'Anchors'
|
||||||
+'ors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#1#6'Heig'
|
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#2#0#5'TPage'
|
||||||
+'ht'#3'0'#1#5'Width'#3#158#1#0#5'TPage'#11'GeneralPage'#7'Caption'#6#7'Optio'
|
+#11'GeneralPage'#7'Caption'#6#7'Options'#0#9'TGroupBox'#24'WhenFileIsActiveG'
|
||||||
+'ns'#11'ClientWidth'#3#154#1#12'ClientHeight'#3#18#1#4'Left'#2#2#6'Height'#3
|
+'roupbox'#4'Left'#2#6#6'Height'#2'Q'#3'Top'#2#12#5'Width'#3#145#1#7'Caption'
|
||||||
+#18#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TGroupBox'#24'WhenFileIsActiveGroupbo'
|
+#6'-When this file is active in source editor ...'#11'ParentCtl3D'#8#8'TabOr'
|
||||||
+'x'#7'Caption'#6'-When this file is active in source editor ...'#12'ClientHe'
|
+'der'#2#0#0#9'TCheckBox'#28'OverrideBuildProjectCheckbox'#4'Left'#2#6#6'Heig'
|
||||||
+'ight'#2'@'#11'ClientWidth'#3#141#1#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'
|
+'ht'#2#20#3'Top'#2#9#5'Width'#3'X'#1#7'Caption'#6'7On build project execute '
|
||||||
+#2#6#6'Height'#2'Q'#3'Top'#2#12#5'Width'#3#145#1#0#9'TCheckBox'#28'OverrideB'
|
+'the Build File command instead'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'Overrid'
|
||||||
+'uildProjectCheckbox'#7'Caption'#6'7On build project execute the Build File '
|
+'eRunProjectCheckbox'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'!'#5'Width'#3'I'#1
|
||||||
+'command instead'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2#9#5'Wi'
|
+#7'Caption'#6'3On run project execute the Run File command instead'#8'TabOrd'
|
||||||
+'dth'#3#128#1#0#0#9'TCheckBox'#26'OverrideRunProjectCheckbox'#7'Caption'#6'3'
|
+'er'#2#1#0#0#0#0#5'TPage'#9'BuildPage'#7'Caption'#6#5'Build'#0#9'TGroupBox'
|
||||||
+'On run project execute the Run File command instead'#8'TabOrder'#2#1#4'Left'
|
+#20'BuildCommandGroupbox'#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'4'#5'Width'#3
|
||||||
+#2#6#6'Height'#2#20#3'Top'#2'!'#5'Width'#3#128#1#0#0#0#0#5'TPage'#9'BuildPag'
|
+#150#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#13'Build C'
|
||||||
+'e'#7'Caption'#6#5'Build'#11'ClientWidth'#3#154#1#12'ClientHeight'#3#18#1#4
|
+'ommand'#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#5'TMemo'#16'BuildCommandMemo'#6
|
||||||
+'Left'#2#2#6'Height'#3#18#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TGroupBox'#20'B'
|
+'Height'#2'5'#5'Width'#3#146#1#5'Align'#7#8'alClient'#13'Lines.Strings'#1#6
|
||||||
+'uildCommandGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio'
|
+#18'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TCheckBox'#26'BuildScanFor'
|
||||||
+'n'#6#13'Build Command'#12'ClientHeight'#2'5'#11'ClientWidth'#3#146#1#11'Par'
|
+'FPCMsgCheckbox'#4'Left'#2#10#6'Height'#2#20#3'Top'#2'z'#5'Width'#3#136#1#7
|
||||||
+'entCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'4'#5'Width'
|
+'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#21'Scan for FPC me'
|
||||||
+#3#150#1#0#5'TMemo'#16'BuildCommandMemo'#5'Align'#7#8'alClient'#13'Lines.Str'
|
+'ssages'#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'BuildScanForMakeMsgCheckbox'#4
|
||||||
+'ings'#1#6#18'CompileCommandMemo'#0#8'TabOrder'#2#0#6'Height'#2'5'#5'Width'#3
|
+'Left'#2#10#6'Height'#2#20#3'Top'#3#146#0#5'Width'#3#136#1#7'Anchors'#11#5'a'
|
||||||
+#146#1#0#0#0#9'TCheckBox'#26'BuildScanForFPCMsgCheckbox'#7'Anchors'#11#5'akT'
|
+'kTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'Scan for Make messages'#8'TabO'
|
||||||
+'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#21'Scan for FPC messages'#8'TabOrde'
|
+'rder'#2#2#0#0#9'TGroupBox'#23'BuildWorkingDirGroupbox'#4'Left'#2#4#6'Height'
|
||||||
+'r'#2#1#4'Left'#2#10#6'Height'#2#20#3'Top'#2'z'#5'Width'#3#136#1#0#0#9'TChec'
|
+#2'0'#3'Top'#2#4#5'Width'#3#146#1#7'Caption'#6'-Working directory (Leave emp'
|
||||||
+'kBox'#27'BuildScanForMakeMsgCheckbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak'
|
+'ty for file path)'#11'ParentCtl3D'#8#8'TabOrder'#2#3#0#9'TComboBox'#20'Buil'
|
||||||
+'Right'#0#7'Caption'#6#22'Scan for Make messages'#8'TabOrder'#2#2#4'Left'#2
|
+'dWorkDirCombobox'#6'Height'#2#25#5'Width'#3'l'#1#7'Anchors'#11#5'akTop'#6'a'
|
||||||
+#10#6'Height'#2#20#3'Top'#3#146#0#5'Width'#3#136#1#0#0#9'TGroupBox'#23'Build'
|
+'kLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'c'
|
||||||
+'WorkingDirGroupbox'#7'Caption'#6'-Working directory (Leave empty for file p'
|
+'bactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4
|
||||||
+'ath)'#12'ClientHeight'#2#31#11'ClientWidth'#3#142#1#11'ParentCtl3D'#8#8'Tab'
|
+'Text'#6#20'BuildWorkDirCombobox'#0#0#7'TButton'#24'BuildBrowseWorkDirButton'
|
||||||
+'Order'#2#3#4'Left'#2#4#6'Height'#2'0'#3'Top'#2#4#5'Width'#3#146#1#0#9'TComb'
|
+#4'Left'#3'l'#1#6'Height'#2#23#5'Width'#2#24#7'Anchors'#11#5'akTop'#7'akRigh'
|
||||||
+'oBox'#20'BuildWorkDirCombobox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0
|
+'t'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#29
|
||||||
+#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'
|
+'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0#0#5'TPage'#7'RunPage'#7
|
||||||
+#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Text'#6#20'BuildWork'
|
+'Caption'#6#3'Run'#0#9'TCheckBox'#26'AlwaysCompileFirstCheckbox'#4'Left'#2#10
|
||||||
+'DirCombobox'#6'Height'#2#25#5'Width'#3'l'#1#0#0#7'TButton'#24'BuildBrowseWo'
|
+#6'Height'#2#20#3'Top'#2#4#5'Width'#3#136#1#7'Anchors'#11#5'akTop'#6'akLeft'
|
||||||
+'rkDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBord'
|
+#7'akRight'#0#7'Caption'#6#23'Always Build before Run'#8'TabOrder'#2#0#0#0#9
|
||||||
+'er'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8
|
+'TGroupBox'#18'RunCommandGroupbox'#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'\'#5
|
||||||
+'TabOrder'#2#1#4'Left'#3'l'#1#6'Height'#2#23#5'Width'#2#24#0#0#0#0#5'TPage'#7
|
+'Width'#3#148#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#11
|
||||||
+'RunPage'#7'Caption'#6#3'Run'#11'ClientWidth'#3#154#1#12'ClientHeight'#3#18#1
|
+'Run Command'#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#5'TMemo'#14'RunCommandMemo'
|
||||||
+#4'Left'#2#2#6'Height'#3#18#1#3'Top'#2#28#5'Width'#3#154#1#0#9'TCheckBox'#26
|
+#6'Height'#2'5'#5'Width'#3#144#1#5'Align'#7#8'alClient'#13'Lines.Strings'#1#6
|
||||||
+'AlwaysCompileFirstCheckbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7
|
+#18'CompileCommandMemo'#0#8'TabOrder'#2#0#0#0#0#9'TGroupBox'#18'RunWorkDirGr'
|
||||||
+'Caption'#6#23'Always Build before Run'#8'TabOrder'#2#0#4'Left'#2#10#6'Heigh'
|
+'oupbox'#4'Left'#2#4#6'Height'#2'1'#3'Top'#2'$'#5'Width'#3#148#1#7'Anchors'
|
||||||
+'t'#2#20#3'Top'#2#4#5'Width'#3#136#1#0#0#9'TGroupBox'#18'RunCommandGroupbox'
|
+#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'-Working Directory (Leave e'
|
||||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#11'Run Command'
|
+'mpty for file path)'#11'ParentCtl3D'#8#8'TabOrder'#2#2#0#9'TComboBox'#18'Ru'
|
||||||
+#12'ClientHeight'#2'5'#11'ClientWidth'#3#144#1#11'ParentCtl3D'#8#8'TabOrder'
|
+'nWorkDirCombobox'#6'Height'#2#21#5'Width'#3'l'#1#7'Anchors'#11#5'akTop'#6'a'
|
||||||
+#2#1#4'Left'#2#4#6'Height'#2'F'#3'Top'#2'\'#5'Width'#3#148#1#0#5'TMemo'#14'R'
|
+'kLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'c'
|
||||||
+'unCommandMemo'#5'Align'#7#8'alClient'#13'Lines.Strings'#1#6#18'CompileComma'
|
+'bactSearchAscending'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#4
|
||||||
+'ndMemo'#0#8'TabOrder'#2#0#6'Height'#2'5'#5'Width'#3#144#1#0#0#0#9'TGroupBox'
|
+'Text'#6#18'RunWorkDirCombobox'#0#0#7'TButton'#22'RunBrowseWorkDirButton'#4
|
||||||
+#18'RunWorkDirGroupbox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capt'
|
+'Left'#3'p'#1#6'Height'#2#23#5'Width'#2#27#8'HelpType'#7#9'htKeyword'#7'Anch'
|
||||||
+'ion'#6'-Working Directory (Leave empty for file path)'#12'ClientHeight'#2' '
|
+'ors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6
|
||||||
+#11'ClientWidth'#3#144#1#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#4#6'Hei'
|
+#3'...'#7'OnClick'#7#29'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#0#0#0
|
||||||
+'ght'#2'1'#3'Top'#2'$'#5'Width'#3#148#1#0#9'TComboBox'#18'RunWorkDirCombobox'
|
+#0#0#0
|
||||||
+#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cb'
|
|
||||||
+'actEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#11'Parent'
|
|
||||||
+'Ctl3D'#8#8'TabOrder'#2#0#4'Text'#6#18'RunWorkDirCombobox'#6'Height'#2#21#5
|
|
||||||
,'Width'#3'l'#1#0#0#7'TButton'#22'RunBrowseWorkDirButton'#7'Anchors'#11#5'akT'
|
|
||||||
+'op'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'On'
|
|
||||||
+'Click'#7#29'BuildBrowseWorkDirButtonCLICK'#8'TabOrder'#2#1#4'Left'#3'p'#1#6
|
|
||||||
+'Height'#2#23#5'Width'#2#27#8'HelpType'#7#9'htKeyword'#0#0#0#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
@ -7,7 +7,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, LResources, LCLType, Forms, Controls, Graphics, Dialogs,
|
Classes, SysUtils, LResources, LCLType, Forms, Controls, Graphics, Dialogs,
|
||||||
Buttons, ExtCtrls, StdCtrls, BasicCodeTools, FileUtil, IDEProcs, InputHistory,
|
Buttons, ExtCtrls, StdCtrls, BasicCodeTools, FileUtil, IDEProcs, InputHistory,
|
||||||
EnvironmentOpts, TransferMacros;
|
LazarusIDEStrConsts, EnvironmentOpts, TransferMacros;
|
||||||
|
|
||||||
type
|
type
|
||||||
TIDEDirective = (
|
TIDEDirective = (
|
||||||
@ -90,7 +90,7 @@ type
|
|||||||
procedure BuildBrowseWorkDirButtonCLICK(Sender: TObject);
|
procedure BuildBrowseWorkDirButtonCLICK(Sender: TObject);
|
||||||
procedure BuildFileDialogCREATE(Sender: TObject);
|
procedure BuildFileDialogCREATE(Sender: TObject);
|
||||||
procedure BuildFileDialogKEYDOWN(Sender: TObject; var Key: Word;
|
procedure BuildFileDialogKEYDOWN(Sender: TObject; var Key: Word;
|
||||||
Shift: TShiftState);
|
Shift: TShiftState);
|
||||||
procedure BuildMacroSelectionBoxAddMacro(Sender: TObject);
|
procedure BuildMacroSelectionBoxAddMacro(Sender: TObject);
|
||||||
procedure OkButtonCLICK(Sender: TObject);
|
procedure OkButtonCLICK(Sender: TObject);
|
||||||
procedure RunMacroSelectionBoxAddMacro(Sender: TObject);
|
procedure RunMacroSelectionBoxAddMacro(Sender: TObject);
|
||||||
@ -510,7 +510,7 @@ begin
|
|||||||
BuildMacroSelectionBox:=TMacroSelectionBox.Create(Self);
|
BuildMacroSelectionBox:=TMacroSelectionBox.Create(Self);
|
||||||
with BuildMacroSelectionBox do begin
|
with BuildMacroSelectionBox do begin
|
||||||
Name:='BuildMacroSelectionBox';
|
Name:='BuildMacroSelectionBox';
|
||||||
Caption:='Macros';
|
Caption:=lisEdtExtToolMacros;
|
||||||
OnAddMacro:=@BuildMacroSelectionBoxAddMacro;
|
OnAddMacro:=@BuildMacroSelectionBoxAddMacro;
|
||||||
AnchorToNeighbour(akTop,5,BuildScanForMakeMsgCheckbox);
|
AnchorToNeighbour(akTop,5,BuildScanForMakeMsgCheckbox);
|
||||||
BorderSpacing.Around:=3;
|
BorderSpacing.Around:=3;
|
||||||
@ -521,13 +521,31 @@ begin
|
|||||||
RunMacroSelectionBox:=TMacroSelectionBox.Create(Self);
|
RunMacroSelectionBox:=TMacroSelectionBox.Create(Self);
|
||||||
with RunMacroSelectionBox do begin
|
with RunMacroSelectionBox do begin
|
||||||
Name:='RunMacroSelectionBox';
|
Name:='RunMacroSelectionBox';
|
||||||
Caption:='Macros';
|
Caption:=lisEdtExtToolMacros;
|
||||||
OnAddMacro:=@RunMacroSelectionBoxAddMacro;
|
OnAddMacro:=@RunMacroSelectionBoxAddMacro;
|
||||||
AnchorToNeighbour(akTop,5,RunCommandGroupbox);
|
AnchorToNeighbour(akTop,5,RunCommandGroupbox);
|
||||||
BorderSpacing.Around:=3;
|
BorderSpacing.Around:=3;
|
||||||
Align:=alBottom;
|
Align:=alBottom;
|
||||||
Parent:=RunPage;
|
Parent:=RunPage;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
GeneralPage.Caption:=dlgFROpts;
|
||||||
|
WhenFileIsActiveGroupbox.Caption:=lisBFWhenThisFileIsActiveInSourceEditor;
|
||||||
|
OverrideBuildProjectCheckbox.Caption:=
|
||||||
|
lisBFOnBuildProjectExecuteTheBuildFileCommandInstead;
|
||||||
|
OverrideRunProjectCheckbox.Caption:=
|
||||||
|
lisBFOnRunProjectExecuteTheRunFileCommandInstead;
|
||||||
|
|
||||||
|
BuildPage.Caption:=lisMenuBuild;
|
||||||
|
BuildWorkingDirGroupbox.Caption:=lisBFWorkingDirectoryLeaveEmptyForFilePath;
|
||||||
|
BuildCommandGroupbox.Caption:=lisBFBuildCommand;
|
||||||
|
BuildScanForFPCMsgCheckbox.Caption:=lisCOScanForFPCMessages;
|
||||||
|
BuildScanForMakeMsgCheckbox.Caption:=lisCOScanForMakeMessages;
|
||||||
|
|
||||||
|
RunPage.Caption:=lisMenuProjectRun;
|
||||||
|
AlwaysCompileFirstCheckbox.Caption:=lisBFAlwaysBuildBeforeRun;
|
||||||
|
RunWorkDirGroupbox.Caption:=lisBFWorkingDirectoryLeaveEmptyForFilePath2;
|
||||||
|
RunCommandGroupbox.Caption:=lisBFRunCommand;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TBuildFileDialog.BuildBrowseWorkDirButtonCLICK(Sender: TObject);
|
procedure TBuildFileDialog.BuildBrowseWorkDirButtonCLICK(Sender: TObject);
|
||||||
@ -540,9 +558,9 @@ begin
|
|||||||
try
|
try
|
||||||
InputHistories.ApplyFileDialogSettings(OpenDialog);
|
InputHistories.ApplyFileDialogSettings(OpenDialog);
|
||||||
if Sender=BuildBrowseWorkDirButton then
|
if Sender=BuildBrowseWorkDirButton then
|
||||||
OpenDialog.Title:='Working directory for building'
|
OpenDialog.Title:=lisWorkingDirectoryForBuilding
|
||||||
else if Sender=RunBrowseWorkDirButton then
|
else if Sender=RunBrowseWorkDirButton then
|
||||||
OpenDialog.Title:='Working directory for run'
|
OpenDialog.Title:=lisWorkingDirectoryForRun
|
||||||
else
|
else
|
||||||
exit;
|
exit;
|
||||||
OpenDialog.Filename:='';
|
OpenDialog.Filename:='';
|
||||||
@ -605,7 +623,7 @@ end;
|
|||||||
|
|
||||||
procedure TBuildFileDialog.UpdateCaption;
|
procedure TBuildFileDialog.UpdateCaption;
|
||||||
begin
|
begin
|
||||||
Caption:='Configure Build '+Filename;
|
Caption:=Format(lisConfigureBuild, [Filename]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TBuildFileDialog.ReadDirectiveList;
|
procedure TBuildFileDialog.ReadDirectiveList;
|
||||||
@ -745,7 +763,7 @@ begin
|
|||||||
AddButton:=TButton.Create(Self);
|
AddButton:=TButton.Create(Self);
|
||||||
with AddButton do begin
|
with AddButton do begin
|
||||||
Name:='AddButton';
|
Name:='AddButton';
|
||||||
Caption:='Add';
|
Caption:=lisCodeTemplAdd;
|
||||||
OnClick:=@AddButtonClick;
|
OnClick:=@AddButtonClick;
|
||||||
Enabled:=false;
|
Enabled:=false;
|
||||||
AutoSize:=true;
|
AutoSize:=true;
|
||||||
|
@ -268,10 +268,17 @@ resourcestring
|
|||||||
lisMenuProjectOptions = 'Project Options ...';
|
lisMenuProjectOptions = 'Project Options ...';
|
||||||
|
|
||||||
lisMenuBuild = 'Build';
|
lisMenuBuild = 'Build';
|
||||||
|
lisBFWorkingDirectoryLeaveEmptyForFilePath = 'Working directory (Leave '
|
||||||
|
+'empty for file path)';
|
||||||
|
lisBFBuildCommand = 'Build Command';
|
||||||
lisMenuBuildAll = 'Build all';
|
lisMenuBuildAll = 'Build all';
|
||||||
lisMenuQuickCompile = 'Quick compile';
|
lisMenuQuickCompile = 'Quick compile';
|
||||||
lisMenuAbortBuild = 'Abort Build';
|
lisMenuAbortBuild = 'Abort Build';
|
||||||
lisMenuProjectRun = 'Run';
|
lisMenuProjectRun = 'Run';
|
||||||
|
lisBFAlwaysBuildBeforeRun = 'Always Build before Run';
|
||||||
|
lisBFWorkingDirectoryLeaveEmptyForFilePath2 = 'Working Directory (Leave '
|
||||||
|
+'empty for file path)';
|
||||||
|
lisBFRunCommand = 'Run Command';
|
||||||
lisMenuPause = 'Pause';
|
lisMenuPause = 'Pause';
|
||||||
lisMenuStepInto = 'Step into';
|
lisMenuStepInto = 'Step into';
|
||||||
lisMenuStepOver = 'Step over';
|
lisMenuStepOver = 'Step over';
|
||||||
@ -1275,6 +1282,12 @@ resourcestring
|
|||||||
dlgTextToFing = '&Text to Find';
|
dlgTextToFing = '&Text to Find';
|
||||||
dlgReplaceWith = '&Replace With';
|
dlgReplaceWith = '&Replace With';
|
||||||
dlgFROpts = 'Options';
|
dlgFROpts = 'Options';
|
||||||
|
lisBFWhenThisFileIsActiveInSourceEditor = 'When this file is active in '
|
||||||
|
+'source editor ...';
|
||||||
|
lisBFOnBuildProjectExecuteTheBuildFileCommandInstead = 'On build project '
|
||||||
|
+'execute the Build File command instead';
|
||||||
|
lisBFOnRunProjectExecuteTheRunFileCommandInstead = 'On run project execute '
|
||||||
|
+'the Run File command instead';
|
||||||
lisCEFilter = '(Filter)';
|
lisCEFilter = '(Filter)';
|
||||||
dlgCaseSensitive = 'Case Sensitive';
|
dlgCaseSensitive = 'Case Sensitive';
|
||||||
lisDistinguishBigAndSmallLettersEGAAndA = 'Distinguish big and small '
|
lisDistinguishBigAndSmallLettersEGAAndA = 'Distinguish big and small '
|
||||||
@ -1715,6 +1728,7 @@ resourcestring
|
|||||||
dlgUnitDepCaption = 'Unit dependencies';
|
dlgUnitDepCaption = 'Unit dependencies';
|
||||||
dlgUnitDepBrowse = 'Open';
|
dlgUnitDepBrowse = 'Open';
|
||||||
dlgUnitDepRefresh = 'Refresh';
|
dlgUnitDepRefresh = 'Refresh';
|
||||||
|
lisToDoGoto = 'Goto';
|
||||||
|
|
||||||
// Doc Editor
|
// Doc Editor
|
||||||
lisDocumentationEditor = 'Documentation Editor';
|
lisDocumentationEditor = 'Documentation Editor';
|
||||||
@ -2297,6 +2311,9 @@ resourcestring
|
|||||||
lisEdtExtToolAlt = 'Alt';
|
lisEdtExtToolAlt = 'Alt';
|
||||||
lisEdtExtToolShift = 'Shift';
|
lisEdtExtToolShift = 'Shift';
|
||||||
lisEdtExtToolMacros = 'Macros';
|
lisEdtExtToolMacros = 'Macros';
|
||||||
|
lisWorkingDirectoryForBuilding = 'Working directory for building';
|
||||||
|
lisWorkingDirectoryForRun = 'Working directory for run';
|
||||||
|
lisConfigureBuild = 'Configure Build %s';
|
||||||
lisEdtExtToolInsert = 'Insert';
|
lisEdtExtToolInsert = 'Insert';
|
||||||
lisEdtExtToolTitleAndFilenameRequired = 'Title and Filename required';
|
lisEdtExtToolTitleAndFilenameRequired = 'Title and Filename required';
|
||||||
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename = 'A valid tool needs '
|
lisEdtExtToolAValidToolNeedsAtLeastATitleAndAFilename = 'A valid tool needs '
|
||||||
@ -3195,7 +3212,7 @@ resourcestring
|
|||||||
lisPListType = 'Type';
|
lisPListType = 'Type';
|
||||||
lisPListAll = '<All>';
|
lisPListAll = '<All>';
|
||||||
lisPListNone = '<None>';
|
lisPListNone = '<None>';
|
||||||
lisUIClearIncludedByReference = 'Clear included by reference';
|
lisUIClearIncludedByReference = 'Clear include cache';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
end.
|
end.
|
||||||
|
@ -1,25 +1,26 @@
|
|||||||
object frmTodo: TfrmTodo
|
object frmTodo: TfrmTodo
|
||||||
ActiveControl = lvTodo
|
|
||||||
Caption = 'frmTodo'
|
|
||||||
ClientHeight = 300
|
|
||||||
ClientWidth = 500
|
|
||||||
KeyPreview = True
|
|
||||||
OnKeyDown = FormKeyDown
|
|
||||||
PixelsPerInch = 96
|
|
||||||
Position = poScreenCenter
|
|
||||||
HorzScrollBar.Page = 499
|
|
||||||
VertScrollBar.Page = 299
|
|
||||||
Left = 313
|
Left = 313
|
||||||
Height = 300
|
Height = 300
|
||||||
Top = 610
|
Top = 610
|
||||||
Width = 500
|
Width = 500
|
||||||
|
HorzScrollBar.Page = 499
|
||||||
|
VertScrollBar.Page = 299
|
||||||
|
ActiveControl = lvTodo
|
||||||
|
Caption = 'frmTodo'
|
||||||
|
KeyPreview = True
|
||||||
|
OnCreate = FormCreate
|
||||||
|
OnKeyDown = FormKeyDown
|
||||||
|
Position = poScreenCenter
|
||||||
object StatusBar: TStatusBar
|
object StatusBar: TStatusBar
|
||||||
Panels = <>
|
Height = 20
|
||||||
Height = 23
|
Top = 280
|
||||||
Top = 277
|
|
||||||
Width = 500
|
Width = 500
|
||||||
|
Panels = <>
|
||||||
end
|
end
|
||||||
object lvTodo: TListView
|
object lvTodo: TListView
|
||||||
|
Height = 232
|
||||||
|
Top = 48
|
||||||
|
Width = 500
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
@ -40,60 +41,49 @@ object frmTodo: TfrmTodo
|
|||||||
end>
|
end>
|
||||||
RowSelect = True
|
RowSelect = True
|
||||||
ScrollBars = ssAutoBoth
|
ScrollBars = ssAutoBoth
|
||||||
|
TabOrder = 0
|
||||||
ViewStyle = vsReport
|
ViewStyle = vsReport
|
||||||
OnDblClick = tbGotoClick
|
OnDblClick = tbGotoClick
|
||||||
Height = 229
|
|
||||||
Top = 48
|
|
||||||
Width = 500
|
|
||||||
end
|
end
|
||||||
object ToolBar: TToolBar
|
object ToolBar: TToolBar
|
||||||
|
Height = 48
|
||||||
|
Width = 500
|
||||||
ButtonHeight = 46
|
ButtonHeight = 46
|
||||||
ButtonWidth = 47
|
ButtonWidth = 47
|
||||||
Caption = 'ToolBar'
|
Caption = 'ToolBar'
|
||||||
Flat = True
|
Flat = True
|
||||||
Height = 48
|
|
||||||
Images = ImageList1
|
Images = ImageList1
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowCaptions = True
|
ShowCaptions = True
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
Height = 48
|
|
||||||
Width = 500
|
|
||||||
object tbOptions: TToolButton
|
object tbOptions: TToolButton
|
||||||
|
Left = 145
|
||||||
|
Top = 2
|
||||||
Caption = 'Options'
|
Caption = 'Options'
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
Visible = False
|
Visible = False
|
||||||
Left = 142
|
|
||||||
Height = 46
|
|
||||||
Top = 2
|
|
||||||
Width = 47
|
|
||||||
end
|
end
|
||||||
object tbPrint: TToolButton
|
object tbPrint: TToolButton
|
||||||
|
Left = 98
|
||||||
|
Top = 2
|
||||||
Caption = 'Print'
|
Caption = 'Print'
|
||||||
ImageIndex = 2
|
ImageIndex = 2
|
||||||
Visible = False
|
Visible = False
|
||||||
Left = 95
|
|
||||||
Height = 46
|
|
||||||
Top = 2
|
|
||||||
Width = 47
|
|
||||||
end
|
end
|
||||||
object tbRefresh: TToolButton
|
object tbRefresh: TToolButton
|
||||||
|
Left = 1
|
||||||
|
Top = 2
|
||||||
Caption = 'Refresh'
|
Caption = 'Refresh'
|
||||||
ImageIndex = 0
|
ImageIndex = 0
|
||||||
OnClick = tbRefreshClick
|
OnClick = tbRefreshClick
|
||||||
Left = 1
|
|
||||||
Height = 46
|
|
||||||
Top = 2
|
|
||||||
Width = 47
|
|
||||||
end
|
end
|
||||||
object tbGoto: TToolButton
|
object tbGoto: TToolButton
|
||||||
|
Left = 51
|
||||||
|
Top = 2
|
||||||
Caption = 'Goto'
|
Caption = 'Goto'
|
||||||
ImageIndex = 1
|
ImageIndex = 1
|
||||||
OnClick = tbGotoClick
|
OnClick = tbGotoClick
|
||||||
Left = 48
|
|
||||||
Height = 46
|
|
||||||
Top = 2
|
|
||||||
Width = 47
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ImageList1: TImageList
|
object ImageList1: TImageList
|
||||||
|
106
ide/todolist.lrs
106
ide/todolist.lrs
@ -1,55 +1,55 @@
|
|||||||
|
{ This is an automatically generated lazarus resource file }
|
||||||
|
|
||||||
LazarusResources.Add('TfrmTodo','FORMDATA',[
|
LazarusResources.Add('TfrmTodo','FORMDATA',[
|
||||||
'TPF0'#8'TfrmTodo'#7'frmTodo'#13'ActiveControl'#7#6'lvTodo'#7'Caption'#6#7'fr'
|
'TPF0'#8'TfrmTodo'#7'frmTodo'#4'Left'#3'9'#1#6'Height'#3','#1#3'Top'#3'b'#2#5
|
||||||
+'mTodo'#12'ClientHeight'#3','#1#11'ClientWidth'#3#244#1#10'KeyPreview'#9#9'O'
|
+'Width'#3#244#1#18'HorzScrollBar.Page'#3#243#1#18'VertScrollBar.Page'#3'+'#1
|
||||||
+'nKeyDown'#7#11'FormKeyDown'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScree'
|
+#13'ActiveControl'#7#6'lvTodo'#7'Caption'#6#7'frmTodo'#10'KeyPreview'#9#8'On'
|
||||||
+'nCenter'#18'HorzScrollBar.Page'#3#243#1#18'VertScrollBar.Page'#3'+'#1#4'Lef'
|
+'Create'#7#10'FormCreate'#9'OnKeyDown'#7#11'FormKeyDown'#8'Position'#7#14'po'
|
||||||
+'t'#3'9'#1#6'Height'#3','#1#3'Top'#3'b'#2#5'Width'#3#244#1#0#10'TStatusBar'#9
|
+'ScreenCenter'#0#10'TStatusBar'#9'StatusBar'#6'Height'#2#20#3'Top'#3#24#1#5
|
||||||
+'StatusBar'#6'Panels'#14#0#6'Height'#2#23#3'Top'#3#21#1#5'Width'#3#244#1#0#0
|
+'Width'#3#244#1#6'Panels'#14#0#0#0#9'TListView'#6'lvTodo'#6'Height'#3#232#0#3
|
||||||
+#9'TListView'#6'lvTodo'#5'Align'#7#8'alClient'#7'Columns'#14#1#8'AutoSize'#9
|
+'Top'#2'0'#5'Width'#3#244#1#5'Align'#7#8'alClient'#7'Columns'#14#1#8'AutoSiz'
|
||||||
+#7'Caption'#6#7'Caption'#0#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#0#1#8'Aut'
|
+'e'#9#7'Caption'#6#7'Caption'#0#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#0#1#8
|
||||||
+'oSize'#9#7'Caption'#6#7'Caption'#0#1#8'AutoSize'#9#7'Caption'#6#7'Caption'#0
|
+'AutoSize'#9#7'Caption'#6#7'Caption'#0#1#8'AutoSize'#9#7'Caption'#6#7'Captio'
|
||||||
+#0#9'RowSelect'#9#10'ScrollBars'#7#10'ssAutoBoth'#9'ViewStyle'#7#8'vsReport'
|
+'n'#0#0#9'RowSelect'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#9'Vie'
|
||||||
+#10'OnDblClick'#7#11'tbGotoClick'#6'Height'#3#229#0#3'Top'#2'0'#5'Width'#3
|
+'wStyle'#7#8'vsReport'#10'OnDblClick'#7#11'tbGotoClick'#0#0#8'TToolBar'#7'To'
|
||||||
+#244#1#0#0#8'TToolBar'#7'ToolBar'#12'ButtonHeight'#2'.'#11'ButtonWidth'#2'/'
|
+'olBar'#6'Height'#2'0'#5'Width'#3#244#1#12'ButtonHeight'#2'.'#11'ButtonWidth'
|
||||||
+#7'Caption'#6#7'ToolBar'#4'Flat'#9#6'Height'#2'0'#6'Images'#7#10'ImageList1'
|
+#2'/'#7'Caption'#6#7'ToolBar'#4'Flat'#9#6'Images'#7#10'ImageList1'#14'Parent'
|
||||||
+#14'ParentShowHint'#8#12'ShowCaptions'#9#8'ShowHint'#9#8'TabOrder'#2#1#6'Hei'
|
+'ShowHint'#8#12'ShowCaptions'#9#8'ShowHint'#9#8'TabOrder'#2#1#0#11'TToolButt'
|
||||||
+'ght'#2'0'#5'Width'#3#244#1#0#11'TToolButton'#9'tbOptions'#7'Caption'#6#7'Op'
|
+'on'#9'tbOptions'#4'Left'#3#145#0#3'Top'#2#2#7'Caption'#6#7'Options'#10'Imag'
|
||||||
+'tions'#10'ImageIndex'#2#3#7'Visible'#8#4'Left'#3#142#0#6'Height'#2'.'#3'Top'
|
+'eIndex'#2#3#7'Visible'#8#0#0#11'TToolButton'#7'tbPrint'#4'Left'#2'b'#3'Top'
|
||||||
+#2#2#5'Width'#2'/'#0#0#11'TToolButton'#7'tbPrint'#7'Caption'#6#5'Print'#10'I'
|
+#2#2#7'Caption'#6#5'Print'#10'ImageIndex'#2#2#7'Visible'#8#0#0#11'TToolButto'
|
||||||
+'mageIndex'#2#2#7'Visible'#8#4'Left'#2'_'#6'Height'#2'.'#3'Top'#2#2#5'Width'
|
+'n'#9'tbRefresh'#4'Left'#2#1#3'Top'#2#2#7'Caption'#6#7'Refresh'#10'ImageInde'
|
||||||
+#2'/'#0#0#11'TToolButton'#9'tbRefresh'#7'Caption'#6#7'Refresh'#10'ImageIndex'
|
+'x'#2#0#7'OnClick'#7#14'tbRefreshClick'#0#0#11'TToolButton'#6'tbGoto'#4'Left'
|
||||||
+#2#0#7'OnClick'#7#14'tbRefreshClick'#4'Left'#2#1#6'Height'#2'.'#3'Top'#2#2#5
|
+#2'3'#3'Top'#2#2#7'Caption'#6#4'Goto'#10'ImageIndex'#2#1#7'OnClick'#7#11'tbG'
|
||||||
+'Width'#2'/'#0#0#11'TToolButton'#6'tbGoto'#7'Caption'#6#4'Goto'#10'ImageInde'
|
+'otoClick'#0#0#0#10'TImageList'#10'ImageList1'#4'left'#2'y'#3'top'#2'*'#6'Bi'
|
||||||
+'x'#2#1#7'OnClick'#7#11'tbGotoClick'#4'Left'#2'0'#6'Height'#2'.'#3'Top'#2#2#5
|
+'tmap'#10#232#6#0#0'li'#4#0#0#0#16#0#0#0#16#0#0#0#156#1#0#0'/* XPM */'#10'st'
|
||||||
+'Width'#2'/'#0#0#0#10'TImageList'#10'ImageList1'#4'left'#2'y'#3'top'#2'*'#6
|
+'atic char *graphic[] = {'#10'"16 16 3 1",'#10'". c None",'#10'", c #313131"'
|
||||||
+'Bitmap'#10#232#6#0#0'li'#4#0#0#0#16#0#0#0#16#0#0#0#156#1#0#0'/* XPM */'#10
|
+','#10'"- c #5AADFF",'#10'"................",'#10'"................",'#10'".'
|
||||||
+'static char *graphic[] = {'#10'"16 16 3 1",'#10'". c None",'#10'", c #31313'
|
+'...............",'#10'".......,,,,,,...",'#10'".....,,---,,,,..",'#10'"....'
|
||||||
+'1",'#10'"- c #5AADFF",'#10'"................",'#10'"................",'#10
|
+',,--,,,.....",'#10'"....,--,........",'#10'"...,,--,........",'#10'"...,--,'
|
||||||
+'"................",'#10'".......,,,,,,...",'#10'".....,,---,,,,..",'#10'"..'
|
+'.........",'#10'"...,--,.........",'#10'"...,--,.........",'#10'".,,---,,,,'
|
||||||
+'..,,--,,,.....",'#10'"....,--,........",'#10'"...,,--,........",'#10'"...,-'
|
+'......",'#10'"..,-----,.......",'#10'"...,,-,,........",'#10'"....,,,......'
|
||||||
+'-,.........",'#10'"...,--,.........",'#10'"...,--,.........",'#10'".,,---,,'
|
+'...",'#10'".....,.........."}'#10#171#1#0#0'/* XPM */'#10'static char *grap'
|
||||||
+',,......",'#10'"..,-----,.......",'#10'"...,,-,,........",'#10'"....,,,....'
|
+'hic[] = {'#10'"16 16 4 1",'#10'". c None",'#10'", c #313131",'#10'"- c #FFF'
|
||||||
+'.....",'#10'".....,.........."}'#10#171#1#0#0'/* XPM */'#10'static char *gr'
|
+'FFF",'#10'"* c #FF0000",'#10'"................",'#10'"................",'#10
|
||||||
+'aphic[] = {'#10'"16 16 4 1",'#10'". c None",'#10'", c #313131",'#10'"- c #F'
|
+'"...,,,,,,,......",'#10'"...,------,.....",'#10'"...,-------,....",'#10'"..'
|
||||||
+'FFFFF",'#10'"* c #FF0000",'#10'"................",'#10'"................",'
|
+'.,--------,...",'#10'"...,--------,...",'#10'"...,--------,...",'#10'".*.,-'
|
||||||
+#10'"...,,,,,,,......",'#10'"...,------,.....",'#10'"...,-------,....",'#10
|
+'-------,...",'#10'"..***********...",'#10'".*.,--------,...",'#10'"...,----'
|
||||||
+'"...,--------,...",'#10'"...,--------,...",'#10'"...,--------,...",'#10'".*'
|
+'----,...",'#10'"...,--------,...",'#10'"...,,,,,,,,,,...",'#10'"...........'
|
||||||
+'.,--------,...",'#10'"..***********...",'#10'".*.,--------,...",'#10'"...,-'
|
+'.....",'#10'"................"}'#10#201#1#0#0'/* XPM */'#10'static char *gr'
|
||||||
+'-------,...",'#10'"...,--------,...",'#10'"...,,,,,,,,,,...",'#10'"........'
|
+'aphic[] = {'#10'"16 16 6 1",'#10'". c #000000",'#10'", c #848484",'#10'"- c'
|
||||||
+'........",'#10'"................"}'#10#201#1#0#0'/* XPM */'#10'static char '
|
+' #313131",'#10'"* c None",'#10'"a c #C7C7C7",'#10'"b c #00FF00",'#10'"..,.-'
|
||||||
+'*graphic[] = {'#10'"16 16 6 1",'#10'". c #000000",'#10'", c #848484",'#10'"'
|
+'...........",'#10'"..,.-...........",'#10'"****************",'#10'"********'
|
||||||
+'- c #313131",'#10'"* c None",'#10'"a c #C7C7C7",'#10'"b c #00FF00",'#10'"..'
|
+'********",'#10'"*******-------**",'#10'"******-.....-***",'#10'"*****-.....'
|
||||||
+',.-...........",'#10'"..,.-...........",'#10'"****************",'#10'"*****'
|
+'-****",'#10'"****-.....-----*",'#10'"***--------aa--*",'#10'"**-aaaaaaaaa-,'
|
||||||
+'***********",'#10'"*******-------**",'#10'"******-.....-***",'#10'"*****-..'
|
+'-*",'#10'"**----------,,-*",'#10'"**-a.abaaa-,,--*",'#10'"**------------**"'
|
||||||
+'...-****",'#10'"****-.....-----*",'#10'"***--------aa--*",'#10'"**-aaaaaaaa'
|
+','#10'"**-aaaaaaaa--***",'#10'"***---------****",'#10'"****************"}'
|
||||||
+'a-,-*",'#10'"**----------,,-*",'#10'"**-a.abaaa-,,--*",'#10'"**------------'
|
+#10#186#1#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"16 16 5 1",'#10
|
||||||
+'**",'#10'"**-aaaaaaaa--***",'#10'"***---------****",'#10'"****************"'
|
+'". c None",'#10'", c #313131",'#10'"- c #005AC6",'#10'"* c #FFFFFF",'#10'"a'
|
||||||
+'}'#10#186#1#0#0'/* XPM */'#10'static char *graphic[] = {'#10'"16 16 5 1",'
|
+' c #FF0000",'#10'"................",'#10'".,,,,,,,,,,,,,,.",'#10'".,-------'
|
||||||
+#10'". c None",'#10'", c #313131",'#10'"- c #005AC6",'#10'"* c #FFFFFF",'#10
|
+'-----,.",'#10'".,,,,,,,,,,,,,,.",'#10'".,************,.",'#10'".,*a***aa***'
|
||||||
+'"a c #FF0000",'#10'"................",'#10'".,,,,,,,,,,,,,,.",'#10'".,-----'
|
+'**,.",'#10'".,*aa*aa******,.",'#10'".,**aaa*******,.",'#10'".,***a********,'
|
||||||
+'-------,.",'#10'".,,,,,,,,,,,,,,.",'#10'".,************,.",'#10'".,*a***aa*'
|
+'.",'#10'".,*a***aa*****,.",'#10'".,*aa*aa******,.",'#10'".,**aaa*******,.",'
|
||||||
+'****,.",'#10'".,*aa*aa******,.",'#10'".,**aaa*******,.",'#10'".,***a*******'
|
+#10'".,***a********,.",'#10'".,************,.",'#10'".,,,,,,,,,,,,,,.",'#10
|
||||||
+'*,.",'#10'".,*a***aa*****,.",'#10'".,*aa*aa******,.",'#10'".,**aaa*******,.'
|
+'"................"}'#10#0#0#0
|
||||||
+'",'#10'".,***a********,.",'#10'".,************,.",'#10'".,,,,,,,,,,,,,,.",'
|
|
||||||
+#10'"................"}'#10#0#0#0
|
|
||||||
]);
|
]);
|
||||||
|
@ -78,6 +78,7 @@ type
|
|||||||
tbOptions: TToolButton;
|
tbOptions: TToolButton;
|
||||||
tbPrint: TToolButton;
|
tbPrint: TToolButton;
|
||||||
tbRefresh: TToolButton;
|
tbRefresh: TToolButton;
|
||||||
|
procedure FormCreate(Sender: TObject);
|
||||||
procedure tbGotoClick(Sender: TObject);
|
procedure tbGotoClick(Sender: TObject);
|
||||||
procedure tbRefreshClick(Sender: TObject);
|
procedure tbRefreshClick(Sender: TObject);
|
||||||
procedure FormKeyDown(Sender: TObject; var Key: Word; Shift:TShiftState);
|
procedure FormKeyDown(Sender: TObject; var Key: Word; Shift:TShiftState);
|
||||||
@ -119,27 +120,6 @@ uses
|
|||||||
constructor TfrmTodo.Create(AOwner: TComponent);
|
constructor TfrmTodo.Create(AOwner: TComponent);
|
||||||
begin
|
begin
|
||||||
inherited Create(AOwner);
|
inherited Create(AOwner);
|
||||||
fBuild:=False;
|
|
||||||
fScannedFile:=TStringList.Create;
|
|
||||||
|
|
||||||
Caption := lisTodoListCaption;
|
|
||||||
|
|
||||||
tbRefresh.Hint := lisTodolistRefresh;
|
|
||||||
tbGoto.Hint := listodoListGotoLine;
|
|
||||||
tbPrint.Hint :=listodoListPrintList;
|
|
||||||
tbOptions.Hint := lisToDoListOptions;
|
|
||||||
|
|
||||||
with lvTodo do
|
|
||||||
begin
|
|
||||||
Column[0].Caption := ' !';
|
|
||||||
Column[0].Width := 25;
|
|
||||||
Column[1].Caption := lisToDoLDescription;
|
|
||||||
Column[1].Width := 250;
|
|
||||||
Column[2].Caption := lisToDoLFile;
|
|
||||||
Column[2].Width := 150;
|
|
||||||
Column[3].Caption := lisToDoLLine;
|
|
||||||
Column[3].Width := 50;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TfrmTodo.Destroy;
|
destructor TfrmTodo.Destroy;
|
||||||
@ -271,6 +251,36 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure TfrmTodo.FormCreate(Sender: TObject);
|
||||||
|
begin
|
||||||
|
fBuild:=False;
|
||||||
|
fScannedFile:=TStringList.Create;
|
||||||
|
|
||||||
|
Caption := lisTodoListCaption;
|
||||||
|
|
||||||
|
tbRefresh.Hint := lisTodolistRefresh;
|
||||||
|
tbGoto.Hint := listodoListGotoLine;
|
||||||
|
tbPrint.Hint :=listodoListPrintList;
|
||||||
|
tbOptions.Hint := lisToDoListOptions;
|
||||||
|
|
||||||
|
tbOptions.Caption:=dlgFROpts;
|
||||||
|
tbPrint.Caption:=srVK_PRINT;
|
||||||
|
tbRefresh.Caption:=dlgUnitDepRefresh;
|
||||||
|
tbGoto.Caption:=lisToDoGoto;
|
||||||
|
|
||||||
|
with lvTodo do
|
||||||
|
begin
|
||||||
|
Column[0].Caption := ' !';
|
||||||
|
Column[0].Width := 25;
|
||||||
|
Column[1].Caption := lisToDoLDescription;
|
||||||
|
Column[1].Width := 250;
|
||||||
|
Column[2].Caption := lisToDoLFile;
|
||||||
|
Column[2].Width := 150;
|
||||||
|
Column[3].Caption := lisToDoLLine;
|
||||||
|
Column[3].Width := 50;
|
||||||
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
//Find the {$I filename} directive. If exists, call LoadFile()
|
//Find the {$I filename} directive. If exists, call LoadFile()
|
||||||
procedure TfrmTodo.ParseDirective(aDirective : String);
|
procedure TfrmTodo.ParseDirective(aDirective : String);
|
||||||
Var N : Integer;
|
Var N : Integer;
|
||||||
|
@ -560,6 +560,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -888,6 +892,10 @@ msgstr "Bou"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Bou CodeTools"
|
msgstr "Bou CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Bou Komponent"
|
msgstr "Bou Komponent"
|
||||||
@ -1269,7 +1277,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1532,6 +1540,10 @@ msgstr ""
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3144,6 +3156,10 @@ msgstr ""
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5020,10 +5036,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6168,6 +6192,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8832,6 +8860,10 @@ msgstr ""
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8876,6 +8908,10 @@ msgstr ""
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8884,6 +8920,18 @@ msgstr ""
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -557,6 +557,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -885,6 +889,10 @@ msgstr ""
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr ""
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3141,6 +3153,10 @@ msgstr ""
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5017,10 +5033,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6165,6 +6189,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8829,6 +8857,10 @@ msgstr ""
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8873,6 +8905,10 @@ msgstr ""
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8881,6 +8917,18 @@ msgstr ""
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -557,6 +557,10 @@ msgstr "La tecla d'alternativa defineix el mode columna"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Construeix sempre (inclús si res ha canviat)"
|
msgstr "Construeix sempre (inclús si res ha canviat)"
|
||||||
@ -885,6 +889,10 @@ msgstr "Munta"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Munta les eines del codi"
|
msgstr "Munta les eines del codi"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Munta el component"
|
msgstr "Munta el component"
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr "Fitxers de configuració:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configura %sMunta el Lazarus%s"
|
msgstr "Configura %sMunta el Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr "Configura Arxiu Build+Run ..."
|
msgstr "Configura Arxiu Build+Run ..."
|
||||||
@ -3141,6 +3153,10 @@ msgstr "Vés a l'editor anterior"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Vés a la directiva include del fitxer inclòs actual"
|
msgstr "Vés a la directiva include del fitxer inclòs actual"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Vés a XY"
|
msgstr "Vés a XY"
|
||||||
@ -5017,10 +5033,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Ajuda en línia"
|
msgstr "Ajuda en línia"
|
||||||
@ -6165,6 +6189,10 @@ msgstr "Banda de goma"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Executa"
|
msgstr "Executa"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Executa el fitxer"
|
msgstr "Executa el fitxer"
|
||||||
@ -8829,6 +8857,10 @@ msgstr "Quan es creen noves formes, afegeix-les a les formes creades automàtica
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "On"
|
msgstr "On"
|
||||||
@ -8873,6 +8905,10 @@ msgstr "Completa la paraula"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Paraules"
|
msgstr "Paraules"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Directori de treball:"
|
msgstr "Directori de treball:"
|
||||||
@ -8881,6 +8917,18 @@ msgstr "Directori de treball:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Directori de treball"
|
msgstr "Directori de treball"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "S'ha produït un error d'escriptura"
|
msgstr "S'ha produït un error d'escriptura"
|
||||||
|
@ -560,6 +560,10 @@ msgstr "ALT-Taste aktiviert Spaltenmodus"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr "Alternative Taste (oder 2-Tastenkombination)"
|
msgstr "Alternative Taste (oder 2-Tastenkombination)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Immer einen Build durchführen (selbst dann, wenn nichts geändert wurde)"
|
msgstr "Immer einen Build durchführen (selbst dann, wenn nichts geändert wurde)"
|
||||||
@ -888,6 +892,10 @@ msgstr "Erstellen"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Codetools erstellen"
|
msgstr "Codetools erstellen"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Komponenten erstellen"
|
msgstr "Komponenten erstellen"
|
||||||
@ -1269,7 +1277,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr "Namen der Abhängigkeit löschen"
|
msgstr "Namen der Abhängigkeit löschen"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1532,6 +1540,10 @@ msgstr "Konfigurationsdateien:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "%sLazarus erstellen%s konfigurieren"
|
msgstr "%sLazarus erstellen%s konfigurieren"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr "Konfiguriere Erzeuge+Starte Datei ..."
|
msgstr "Konfiguriere Erzeuge+Starte Datei ..."
|
||||||
@ -3144,6 +3156,10 @@ msgstr "Zu vorigem Editorfenster wechseln"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Zur Include-Anweisung der aktuellen Include-Datei springen"
|
msgstr "Zur Include-Anweisung der aktuellen Include-Datei springen"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Zu Position springen"
|
msgstr "Zu Position springen"
|
||||||
@ -5020,10 +5036,18 @@ msgstr "Alte Vorfahren"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Alte Klasse"
|
msgstr "Alte Klasse"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "Wenn nichts ansteht"
|
msgstr "Wenn nichts ansteht"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Onlinehilfe"
|
msgstr "Onlinehilfe"
|
||||||
@ -6168,6 +6192,10 @@ msgstr "Gummiband"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Start"
|
msgstr "Start"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Datei ausführen"
|
msgstr "Datei ausführen"
|
||||||
@ -8832,6 +8860,10 @@ msgstr "Beim Erzeugen neuer Formulare diese zu den Autogenerierten hinzufügen"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Beim Umschalten von Dateien im Quelltexteditor"
|
msgstr "Beim Umschalten von Dateien im Quelltexteditor"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Wo"
|
msgstr "Wo"
|
||||||
@ -8876,6 +8908,10 @@ msgstr "Wortvervollständigung"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Worte"
|
msgstr "Worte"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Arbeitsverzeichnis:"
|
msgstr "Arbeitsverzeichnis:"
|
||||||
@ -8884,6 +8920,18 @@ msgstr "Arbeitsverzeichnis:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Arbeitsverzeichnis"
|
msgstr "Arbeitsverzeichnis"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Schreibfehler"
|
msgstr "Schreibfehler"
|
||||||
|
@ -556,6 +556,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -884,6 +888,10 @@ msgstr "Construir"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Construir CodeTools"
|
msgstr "Construir CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Construir Componente"
|
msgstr "Construir Componente"
|
||||||
@ -1265,7 +1273,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1528,6 +1536,10 @@ msgstr "Archivos de configuración"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configurar %s Construcción de Lazarus%s"
|
msgstr "Configurar %s Construcción de Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3140,6 +3152,10 @@ msgstr "Ir a editor anterior"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Ir a directiva de inclusión del archivo include actual"
|
msgstr "Ir a directiva de inclusión del archivo include actual"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Ir a XY"
|
msgstr "Ir a XY"
|
||||||
@ -5016,10 +5032,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Ayuda en línea"
|
msgstr "Ayuda en línea"
|
||||||
@ -6164,6 +6188,10 @@ msgstr "Banda borrador"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Ejecutar"
|
msgstr "Ejecutar"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Ejecutar archivo"
|
msgstr "Ejecutar archivo"
|
||||||
@ -8828,6 +8856,10 @@ msgstr "Al crear formularios nuevos, añadirlos a formularios creados automátic
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Donde"
|
msgstr "Donde"
|
||||||
@ -8872,6 +8904,10 @@ msgstr "Completado de palabra"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Palabras"
|
msgstr "Palabras"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Directorio de Trabajo:"
|
msgstr "Directorio de Trabajo:"
|
||||||
@ -8880,6 +8916,18 @@ msgstr "Directorio de Trabajo:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Directorio de trabajo"
|
msgstr "Directorio de trabajo"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -546,6 +546,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Aina käännetään kaikki (vaikka mikään ei muuttunutkaan)"
|
msgstr "Aina käännetään kaikki (vaikka mikään ei muuttunutkaan)"
|
||||||
@ -874,6 +878,10 @@ msgstr "Käännä"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1255,7 +1263,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1518,6 +1526,10 @@ msgstr ""
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3130,6 +3142,10 @@ msgstr ""
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5006,10 +5022,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6154,6 +6178,10 @@ msgstr "Alueen reunojen esille tuominen"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Suorita"
|
msgstr "Suorita"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8818,6 +8846,10 @@ msgstr "Kun tehdään uusi lomake niin se laitetaan automaattisesti luotaviin lo
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Mistä"
|
msgstr "Mistä"
|
||||||
@ -8862,6 +8894,10 @@ msgstr ""
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Sanat"
|
msgstr "Sanat"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8870,6 +8906,18 @@ msgstr ""
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Tiedoston tallentaminen ei onnistunut"
|
msgstr "Tiedoston tallentaminen ei onnistunut"
|
||||||
|
@ -558,6 +558,10 @@ msgstr "La touche Alt met en mode colonne"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Toujours construit (seulement si rien n'est changé)"
|
msgstr "Toujours construit (seulement si rien n'est changé)"
|
||||||
@ -886,6 +890,10 @@ msgstr "Construire"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Construire les outils de code"
|
msgstr "Construire les outils de code"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Construire les composants"
|
msgstr "Construire les composants"
|
||||||
@ -1267,7 +1275,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1530,6 +1538,10 @@ msgstr "Fichiers de configuration:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configurer %sConstruire Lazarus%s"
|
msgstr "Configurer %sConstruire Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3142,6 +3154,10 @@ msgstr "Aller à l'éditeur précédent"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Aller à la déclaration d'inclusion du fichier courant"
|
msgstr "Aller à la déclaration d'inclusion du fichier courant"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Aller en XY"
|
msgstr "Aller en XY"
|
||||||
@ -5018,10 +5034,18 @@ msgstr "Anciens ancêtres"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Ancienne classe"
|
msgstr "Ancienne classe"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Aide en ligne"
|
msgstr "Aide en ligne"
|
||||||
@ -6166,6 +6190,10 @@ msgstr "Elastique"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Exécuter"
|
msgstr "Exécuter"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Exécuter le fichier"
|
msgstr "Exécuter le fichier"
|
||||||
@ -8830,6 +8858,10 @@ msgstr "Ajouter les nouvelles fiches à celles créées automatiquement"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Ou"
|
msgstr "Ou"
|
||||||
@ -8874,6 +8906,10 @@ msgstr "Compléter le mot"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Mots"
|
msgstr "Mots"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Répertoire de travail:"
|
msgstr "Répertoire de travail:"
|
||||||
@ -8882,6 +8918,18 @@ msgstr "Répertoire de travail:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Répertoire de travail"
|
msgstr "Répertoire de travail"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Erreur d'écriture"
|
msgstr "Erreur d'écriture"
|
||||||
|
@ -557,6 +557,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -885,6 +889,10 @@ msgstr ""
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr ""
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3141,6 +3153,10 @@ msgstr ""
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5017,10 +5033,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6165,6 +6189,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8829,6 +8857,10 @@ msgstr ""
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8873,6 +8905,10 @@ msgstr ""
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8881,6 +8917,18 @@ msgstr ""
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -560,6 +560,10 @@ msgstr "Mode kolom set Alt-Key"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Selalu membangun (meskipun jika tidak ada yang berubah)"
|
msgstr "Selalu membangun (meskipun jika tidak ada yang berubah)"
|
||||||
@ -888,6 +892,10 @@ msgstr "Bangun"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Bangun CodeTools"
|
msgstr "Bangun CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Bangun Komponen"
|
msgstr "Bangun Komponen"
|
||||||
@ -1269,7 +1277,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1532,6 +1540,10 @@ msgstr "File Konfig:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Konfigurasi %sBuild Lazarus%s"
|
msgstr "Konfigurasi %sBuild Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3144,6 +3156,10 @@ msgstr "Pergi ke editor sebelumnya"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Pergi ke direktif include dari file include saat ini"
|
msgstr "Pergi ke direktif include dari file include saat ini"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Pergi ke XY"
|
msgstr "Pergi ke XY"
|
||||||
@ -5020,10 +5036,18 @@ msgstr "Karuhun Lama"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Kelas Lama"
|
msgstr "Kelas Lama"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "Saat menganggur"
|
msgstr "Saat menganggur"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Panduan Online"
|
msgstr "Panduan Online"
|
||||||
@ -6168,6 +6192,10 @@ msgstr "Glang karet"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Jalankan"
|
msgstr "Jalankan"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Jalankan File"
|
msgstr "Jalankan File"
|
||||||
@ -8832,6 +8860,10 @@ msgstr "ketika pembuatan form baru, tambahkan ke otomatis-buat form"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Saat menukar file dalam editor sumber"
|
msgstr "Saat menukar file dalam editor sumber"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Dimana"
|
msgstr "Dimana"
|
||||||
@ -8876,6 +8908,10 @@ msgstr "Penyempurnaan kata"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Kata"
|
msgstr "Kata"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Direktori Kerja:"
|
msgstr "Direktori Kerja:"
|
||||||
@ -8884,6 +8920,18 @@ msgstr "Direktori Kerja:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Direktori Pekerjaan"
|
msgstr "Direktori Pekerjaan"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Penulisan Salah"
|
msgstr "Penulisan Salah"
|
||||||
|
@ -558,6 +558,10 @@ msgstr "Alt-tasto imposta la modalità colonna"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Esegui sempre il build (anche se non è cambiato nulla)"
|
msgstr "Esegui sempre il build (anche se non è cambiato nulla)"
|
||||||
@ -886,6 +890,10 @@ msgstr "Esegui build"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Esegui build dei CodeTools"
|
msgstr "Esegui build dei CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Esegui build del componente"
|
msgstr "Esegui build del componente"
|
||||||
@ -1267,7 +1275,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1530,6 +1538,10 @@ msgstr "File di configurazione:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configura %sEsegui un build di Lazarus%s"
|
msgstr "Configura %sEsegui un build di Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3142,6 +3154,10 @@ msgstr "Vai all'editor precedente"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Vai alla direttiva include del file include corrente"
|
msgstr "Vai alla direttiva include del file include corrente"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Vai a XY"
|
msgstr "Vai a XY"
|
||||||
@ -5018,10 +5034,18 @@ msgstr "Vecchi antenati"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Vecchia classe"
|
msgstr "Vecchia classe"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "On idle"
|
msgstr "On idle"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Aiuto in linea"
|
msgstr "Aiuto in linea"
|
||||||
@ -6166,6 +6190,10 @@ msgstr "Elastico"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Esegui"
|
msgstr "Esegui"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Esegui il file"
|
msgstr "Esegui il file"
|
||||||
@ -8830,6 +8858,10 @@ msgstr "Durante la creazione di nuove form, aggiungile alle form auto-create"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Durante lo switch dei file nell'editor dei sorgenti"
|
msgstr "Durante lo switch dei file nell'editor dei sorgenti"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Dove"
|
msgstr "Dove"
|
||||||
@ -8874,6 +8906,10 @@ msgstr "Completamento parole"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Parole"
|
msgstr "Parole"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Directory di lavoro:"
|
msgstr "Directory di lavoro:"
|
||||||
@ -8882,6 +8918,18 @@ msgstr "Directory di lavoro:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Directory di lavoro"
|
msgstr "Directory di lavoro"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Errore di scrittura"
|
msgstr "Errore di scrittura"
|
||||||
|
@ -556,6 +556,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "常に生成(変更がなくても)"
|
msgstr "常に生成(変更がなくても)"
|
||||||
@ -884,6 +888,10 @@ msgstr "生成"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "コードツール生成"
|
msgstr "コードツール生成"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "コンポーネント生成"
|
msgstr "コンポーネント生成"
|
||||||
@ -1265,7 +1273,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1528,6 +1536,10 @@ msgstr "コンフィグファイル:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3140,6 +3152,10 @@ msgstr ""
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5016,10 +5032,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "オンラインヘルプ"
|
msgstr "オンラインヘルプ"
|
||||||
@ -6164,6 +6188,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "実行"
|
msgstr "実行"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "ファイルを実行"
|
msgstr "ファイルを実行"
|
||||||
@ -8828,6 +8856,10 @@ msgstr ""
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -8872,6 +8904,10 @@ msgstr ""
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "作業ディレクトリ:"
|
msgstr "作業ディレクトリ:"
|
||||||
@ -8880,6 +8916,18 @@ msgstr "作業ディレクトリ:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "作業ディレクトリ"
|
msgstr "作業ディレクトリ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "書き込みエラー"
|
msgstr "書き込みエラー"
|
||||||
|
@ -557,6 +557,10 @@ msgstr "Alt-toets stelt kolommodus in"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr "Alternatieve toets (of 2 toets combinaties)"
|
msgstr "Alternatieve toets (of 2 toets combinaties)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Altijd bouwen (ook als er niks is gewijzigd)"
|
msgstr "Altijd bouwen (ook als er niks is gewijzigd)"
|
||||||
@ -885,6 +889,10 @@ msgstr "Bouw"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Bouw CodeTools"
|
msgstr "Bouw CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Bouw Component"
|
msgstr "Bouw Component"
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr "Maak schoon afhankelijkheid bestandsnaam "
|
msgstr "Maak schoon afhankelijkheid bestandsnaam "
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr "Configuratiebestanden:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configureer %sLazarus Bouwen%s"
|
msgstr "Configureer %sLazarus Bouwen%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr "Configureer Bouw+Start bestand ..."
|
msgstr "Configureer Bouw+Start bestand ..."
|
||||||
@ -3141,6 +3153,10 @@ msgstr "Ga naar vorige tekstverwerker"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Ga naar include opdracht van huidig include bestand"
|
msgstr "Ga naar include opdracht van huidig include bestand"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Ga naar XY"
|
msgstr "Ga naar XY"
|
||||||
@ -5017,10 +5033,18 @@ msgstr "Oude Ancestors"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Oude Klasse"
|
msgstr "Oude Klasse"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "On idle"
|
msgstr "On idle"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Online help"
|
msgstr "Online help"
|
||||||
@ -6165,6 +6189,10 @@ msgstr "Elastiek"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Starten"
|
msgstr "Starten"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Start bestand"
|
msgstr "Start bestand"
|
||||||
@ -8829,6 +8857,10 @@ msgstr "Nieuwe forms toevoegen aan de \"auto-created forms\""
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Bij het wisselen van bestand in de bewerker"
|
msgstr "Bij het wisselen van bestand in de bewerker"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Waar"
|
msgstr "Waar"
|
||||||
@ -8873,6 +8905,10 @@ msgstr "Woord completering"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Woorden"
|
msgstr "Woorden"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Werkdirectory:"
|
msgstr "Werkdirectory:"
|
||||||
@ -8881,6 +8917,18 @@ msgstr "Werkdirectory:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Werkdirectory"
|
msgstr "Werkdirectory"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Schrijffout"
|
msgstr "Schrijffout"
|
||||||
|
@ -549,6 +549,10 @@ msgstr "Tecla Alt ajusta o modo de coluna"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Sempre build (exatamente se nada foi modificado)"
|
msgstr "Sempre build (exatamente se nada foi modificado)"
|
||||||
@ -877,6 +881,10 @@ msgstr "Build"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Build Ferramentas de Codigo"
|
msgstr "Build Ferramentas de Codigo"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Build Componente"
|
msgstr "Build Componente"
|
||||||
@ -1258,7 +1266,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1521,6 +1529,10 @@ msgstr "Arquivos de configuração:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Configurar %sBuild Lazarus%s"
|
msgstr "Configurar %sBuild Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3133,6 +3145,10 @@ msgstr "Ir para o editor anterior"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Ir para diretiva include do atual 'arquivo include'"
|
msgstr "Ir para diretiva include do atual 'arquivo include'"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Ir para XY"
|
msgstr "Ir para XY"
|
||||||
@ -5009,10 +5025,18 @@ msgstr "Ancestor Antigo"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Classe Antiga"
|
msgstr "Classe Antiga"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "Em idle"
|
msgstr "Em idle"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Ajuda Online"
|
msgstr "Ajuda Online"
|
||||||
@ -6157,6 +6181,10 @@ msgstr "Faixa de Borracha"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Executar"
|
msgstr "Executar"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Executar Arquivo"
|
msgstr "Executar Arquivo"
|
||||||
@ -8821,6 +8849,10 @@ msgstr "Quando criar novos formulários, adiciona-los para formulários criados
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Quando atualizar arquivo em source editor"
|
msgstr "Quando atualizar arquivo em source editor"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Onde"
|
msgstr "Onde"
|
||||||
@ -8865,6 +8897,10 @@ msgstr "Complementação de Palavra"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Palavras"
|
msgstr "Palavras"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Diretorio de Trabalho:"
|
msgstr "Diretorio de Trabalho:"
|
||||||
@ -8873,6 +8909,18 @@ msgstr "Diretorio de Trabalho:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Diretório de trabalho"
|
msgstr "Diretório de trabalho"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Erro de Escrita"
|
msgstr "Erro de Escrita"
|
||||||
|
@ -559,6 +559,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -887,6 +891,10 @@ msgstr "Buduj"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Buduj CodeTools"
|
msgstr "Buduj CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Buduj komponent"
|
msgstr "Buduj komponent"
|
||||||
@ -1268,7 +1276,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1531,6 +1539,10 @@ msgstr "Pliki konfiguracyjne:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3143,6 +3155,10 @@ msgstr "Przejdź do poprzedniego edytora"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Przejdź do $include dla wstawionego pliku"
|
msgstr "Przejdź do $include dla wstawionego pliku"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Idź do XY"
|
msgstr "Idź do XY"
|
||||||
@ -5019,10 +5035,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6167,6 +6191,10 @@ msgstr "Obwódka do rozciągania"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Uruchom"
|
msgstr "Uruchom"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Uruchom plik"
|
msgstr "Uruchom plik"
|
||||||
@ -8831,6 +8859,10 @@ msgstr "Nowe formularze dodawaj do tworzonych automatycznie"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Szukaj"
|
msgstr "Szukaj"
|
||||||
@ -8875,6 +8907,10 @@ msgstr "Uzupełnienie słowa"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Wielkość liter"
|
msgstr "Wielkość liter"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Katalog roboczy:"
|
msgstr "Katalog roboczy:"
|
||||||
@ -8883,6 +8919,18 @@ msgstr "Katalog roboczy:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Katalog roboczy"
|
msgstr "Katalog roboczy"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Błąd zapisu"
|
msgstr "Błąd zapisu"
|
||||||
|
@ -557,6 +557,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -885,6 +889,10 @@ msgstr "Buduj"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Buduj CodeTools"
|
msgstr "Buduj CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Buduj komponent"
|
msgstr "Buduj komponent"
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr "Pliki konfiguracyjne:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3141,6 +3153,10 @@ msgstr "Przejd
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Przejd¼ do $include dla wstawionego pliku"
|
msgstr "Przejd¼ do $include dla wstawionego pliku"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Id¼ do XY"
|
msgstr "Id¼ do XY"
|
||||||
@ -5017,10 +5033,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6165,6 +6189,10 @@ msgstr "Obw
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Uruchom"
|
msgstr "Uruchom"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Uruchom plik"
|
msgstr "Uruchom plik"
|
||||||
@ -8829,6 +8857,10 @@ msgstr "Nowe formularze dodawaj do tworzonych automatycznie"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Szukaj"
|
msgstr "Szukaj"
|
||||||
@ -8873,6 +8905,10 @@ msgstr "Uzupe
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Wielko¶æ liter"
|
msgstr "Wielko¶æ liter"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Katalog roboczy:"
|
msgstr "Katalog roboczy:"
|
||||||
@ -8881,6 +8917,18 @@ msgstr "Katalog roboczy:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Katalog roboczy"
|
msgstr "Katalog roboczy"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "B³±d zapisu"
|
msgstr "B³±d zapisu"
|
||||||
|
@ -557,6 +557,10 @@ msgstr ""
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -885,6 +889,10 @@ msgstr "Buduj"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Buduj CodeTools"
|
msgstr "Buduj CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Buduj komponent"
|
msgstr "Buduj komponent"
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr "Pliki konfiguracyjne:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3141,6 +3153,10 @@ msgstr "Przejd
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "PrzejdŸ do $include dla wstawionego pliku"
|
msgstr "PrzejdŸ do $include dla wstawionego pliku"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "IdŸ do XY"
|
msgstr "IdŸ do XY"
|
||||||
@ -5017,10 +5033,18 @@ msgstr ""
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6165,6 +6189,10 @@ msgstr "Obw
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Uruchom"
|
msgstr "Uruchom"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Uruchom plik"
|
msgstr "Uruchom plik"
|
||||||
@ -8829,6 +8857,10 @@ msgstr "Nowe formularze dodawaj do tworzonych automatycznie"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Szukaj"
|
msgstr "Szukaj"
|
||||||
@ -8873,6 +8905,10 @@ msgstr "Uzupe
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "WielkoϾ liter"
|
msgstr "WielkoϾ liter"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Katalog roboczy:"
|
msgstr "Katalog roboczy:"
|
||||||
@ -8881,6 +8917,18 @@ msgstr "Katalog roboczy:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Katalog roboczy"
|
msgstr "Katalog roboczy"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "B³¹d zapisu"
|
msgstr "B³¹d zapisu"
|
||||||
|
@ -750,6 +750,14 @@ msgstr ""
|
|||||||
msgid "Build"
|
msgid "Build"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenubuildall
|
#: lazarusidestrconsts:lismenubuildall
|
||||||
msgid "Build all"
|
msgid "Build all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -766,6 +774,18 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenupause
|
#: lazarusidestrconsts:lismenupause
|
||||||
msgid "Pause"
|
msgid "Pause"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3838,6 +3858,18 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liscefilter
|
#: lazarusidestrconsts:liscefilter
|
||||||
msgid "(Filter)"
|
msgid "(Filter)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5362,6 +5394,10 @@ msgstr ""
|
|||||||
msgid "Refresh"
|
msgid "Refresh"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdocumentationeditor
|
#: lazarusidestrconsts:lisdocumentationeditor
|
||||||
msgid "Documentation Editor"
|
msgid "Documentation Editor"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -7026,6 +7062,18 @@ msgstr ""
|
|||||||
msgid "Macros"
|
msgid "Macros"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolinsert
|
#: lazarusidestrconsts:lisedtexttoolinsert
|
||||||
msgid "Insert"
|
msgid "Insert"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -9575,6 +9623,6 @@ msgid "<None>"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -557,6 +557,10 @@ msgstr "Кнопка Alt - режим колонок"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr "Альтернативная клавиша (или двухклавишная комбинация)"
|
msgstr "Альтернативная клавиша (или двухклавишная комбинация)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "Собирать всегда (даже при отсутствии изменений)"
|
msgstr "Собирать всегда (даже при отсутствии изменений)"
|
||||||
@ -885,6 +889,10 @@ msgstr "Сборка"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Собрать CodeTools"
|
msgstr "Собрать CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Собрать компонент"
|
msgstr "Собрать компонент"
|
||||||
@ -1266,7 +1274,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr "Очистить имя файла зависимости"
|
msgstr "Очистить имя файла зависимости"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1529,6 +1537,10 @@ msgstr "Файлы настроек:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Настройка сборки Lazarus"
|
msgstr "Настройка сборки Lazarus"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr "Настроить Сборку+Запуск ..."
|
msgstr "Настроить Сборку+Запуск ..."
|
||||||
@ -3141,6 +3153,10 @@ msgstr "Переход к предыдущему редактору"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Переход по директиве include текущего включаемого файла"
|
msgstr "Переход по директиве include текущего включаемого файла"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Переход по координате"
|
msgstr "Переход по координате"
|
||||||
@ -5017,10 +5033,18 @@ msgstr "Старые Предки"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Старый Класс"
|
msgstr "Старый Класс"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "При простое"
|
msgstr "При простое"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Оперативная справка"
|
msgstr "Оперативная справка"
|
||||||
@ -6165,6 +6189,10 @@ msgstr "Поле заметок"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Запуск"
|
msgstr "Запуск"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Запустить файл"
|
msgstr "Запустить файл"
|
||||||
@ -8829,6 +8857,10 @@ msgstr "При создании новых форм добавить их к а
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "При переключении файла в редакторе исходного кода"
|
msgstr "При переключении файла в редакторе исходного кода"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Где"
|
msgstr "Где"
|
||||||
@ -8873,6 +8905,10 @@ msgstr "Завершение слов"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Слова"
|
msgstr "Слова"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Рабочий каталог:"
|
msgstr "Рабочий каталог:"
|
||||||
@ -8881,6 +8917,18 @@ msgstr "Рабочий каталог:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Рабочий каталог"
|
msgstr "Рабочий каталог"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Ошибка записи"
|
msgstr "Ошибка записи"
|
||||||
|
@ -546,6 +546,10 @@ msgstr "Alt-клавіша встан. реж. колонки"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -874,6 +878,10 @@ msgstr "Побудувати"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "Побудувати CodeTools"
|
msgstr "Побудувати CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "Побудувати компонент"
|
msgstr "Побудувати компонент"
|
||||||
@ -1255,7 +1263,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1518,6 +1526,10 @@ msgstr "Файли налаштувань:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "Налаштувати %sПобудувати Lazarus%s"
|
msgstr "Налаштувати %sПобудувати Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3130,6 +3142,10 @@ msgstr "Перейти до попереднього редактора"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "Перейти за директивою include поточного включеного файлу"
|
msgstr "Перейти за директивою include поточного включеного файлу"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "Перейти за координатою XY"
|
msgstr "Перейти за координатою XY"
|
||||||
@ -5006,10 +5022,18 @@ msgstr "Старі предки"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "Старий клас"
|
msgstr "Старий клас"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "В паузах"
|
msgstr "В паузах"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "Мережева довідка"
|
msgstr "Мережева довідка"
|
||||||
@ -6154,6 +6178,10 @@ msgstr "Поле приміток"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Запуск"
|
msgstr "Запуск"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "Запустити файл"
|
msgstr "Запустити файл"
|
||||||
@ -8818,6 +8846,10 @@ msgstr "При створенні нових форм додати їх до а
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "Коли перемикається файл в редакторі коду"
|
msgstr "Коли перемикається файл в редакторі коду"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "Де"
|
msgstr "Де"
|
||||||
@ -8862,6 +8894,10 @@ msgstr "Завершення слів"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "Слова"
|
msgstr "Слова"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "Робоча тека:"
|
msgstr "Робоча тека:"
|
||||||
@ -8870,6 +8906,18 @@ msgstr "Робоча тека:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "Робоча тека"
|
msgstr "Робоча тека"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "Помилка запису"
|
msgstr "Помилка запису"
|
||||||
|
@ -560,6 +560,10 @@ msgstr "Alt-Key 设置为列编辑模式"
|
|||||||
msgid "Alternative key (or 2 keys combination)"
|
msgid "Alternative key (or 2 keys combination)"
|
||||||
msgstr "可选键(或者两个键一起)"
|
msgstr "可选键(或者两个键一起)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfalwaysbuildbeforerun
|
||||||
|
msgid "Always Build before Run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
#: lazarusidestrconsts:lisprojoptsalwaysbuildevenifnothingchanged
|
||||||
msgid "Always build (even if nothing changed)"
|
msgid "Always build (even if nothing changed)"
|
||||||
msgstr "总是编译(即使没有任何改变) "
|
msgstr "总是编译(即使没有任何改变) "
|
||||||
@ -888,6 +892,10 @@ msgstr "构建"
|
|||||||
msgid "Build CodeTools"
|
msgid "Build CodeTools"
|
||||||
msgstr "构建 CodeTools"
|
msgstr "构建 CodeTools"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfbuildcommand
|
||||||
|
msgid "Build Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildcomponent
|
#: lazarusidestrconsts:lisbuildcomponent
|
||||||
msgid "Build Component"
|
msgid "Build Component"
|
||||||
msgstr "构建组件"
|
msgstr "构建组件"
|
||||||
@ -1269,7 +1277,7 @@ msgid "Clear dependency filename"
|
|||||||
msgstr "清除依赖关系的文件名"
|
msgstr "清除依赖关系的文件名"
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
#: lazarusidestrconsts:lisuiclearincludedbyreference
|
||||||
msgid "Clear included by reference"
|
msgid "Clear include cache"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
#: lazarusidestrconsts:lisdebugoptionsfrmclearlogonrun
|
||||||
@ -1532,6 +1540,10 @@ msgstr "配置文件:"
|
|||||||
msgid "Configure %sBuild Lazarus%s"
|
msgid "Configure %sBuild Lazarus%s"
|
||||||
msgstr "配置 %s重建 Lazarus%s"
|
msgstr "配置 %s重建 Lazarus%s"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisconfigurebuild
|
||||||
|
msgid "Configure Build %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigbuildfile
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
msgid "Configure Build+Run File ..."
|
msgid "Configure Build+Run File ..."
|
||||||
msgstr "配置 编译+运行 文件 ..."
|
msgstr "配置 编译+运行 文件 ..."
|
||||||
@ -3144,6 +3156,10 @@ msgstr "上一个编辑窗口"
|
|||||||
msgid "Go to to include directive of current include file"
|
msgid "Go to to include directive of current include file"
|
||||||
msgstr "前往当前文件包含指示处"
|
msgstr "前往当前文件包含指示处"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:listodogoto
|
||||||
|
msgid "Goto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecgotoxy
|
#: lazarusidestrconsts:srkmecgotoxy
|
||||||
msgid "Goto XY"
|
msgid "Goto XY"
|
||||||
msgstr "转到 XY"
|
msgstr "转到 XY"
|
||||||
@ -5020,10 +5036,18 @@ msgstr "旧的祖先"
|
|||||||
msgid "Old Class"
|
msgid "Old Class"
|
||||||
msgstr "旧的类"
|
msgstr "旧的类"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonbuildprojectexecutethebuildfilecommandinstead
|
||||||
|
msgid "On build project execute the Build File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisceoonidle
|
#: lazarusidestrconsts:lisceoonidle
|
||||||
msgid "On idle"
|
msgid "On idle"
|
||||||
msgstr "空闲状态"
|
msgstr "空闲状态"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfonrunprojectexecutetherunfilecommandinstead
|
||||||
|
msgid "On run project execute the Run File command instead"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuonlinehelp
|
#: lazarusidestrconsts:lismenuonlinehelp
|
||||||
msgid "Online Help"
|
msgid "Online Help"
|
||||||
msgstr "在线帮助"
|
msgstr "在线帮助"
|
||||||
@ -6168,6 +6192,10 @@ msgstr "橡皮圈"
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "运行"
|
msgstr "运行"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfruncommand
|
||||||
|
msgid "Run Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenurunfile
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
msgid "Run File"
|
msgid "Run File"
|
||||||
msgstr "运行文件"
|
msgstr "运行文件"
|
||||||
@ -8832,6 +8860,10 @@ msgstr "创建一个新的窗体时,添加到自动创建的窗体"
|
|||||||
msgid "When switching file in source editor"
|
msgid "When switching file in source editor"
|
||||||
msgstr "当再源代码编辑器中切换文件时"
|
msgstr "当再源代码编辑器中切换文件时"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfwhenthisfileisactiveinsourceeditor
|
||||||
|
msgid "When this file is active in source editor ..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisfindfilewhere
|
#: lazarusidestrconsts:lisfindfilewhere
|
||||||
msgid "Where"
|
msgid "Where"
|
||||||
msgstr "位置"
|
msgstr "位置"
|
||||||
@ -8876,6 +8908,10 @@ msgstr "单词自动完成"
|
|||||||
msgid "Words"
|
msgid "Words"
|
||||||
msgstr "单词"
|
msgstr "单词"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath2
|
||||||
|
msgid "Working Directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
#: lazarusidestrconsts:lisedtexttoolworkingdirectory
|
||||||
msgid "Working Directory:"
|
msgid "Working Directory:"
|
||||||
msgstr "工作目录:"
|
msgstr "工作目录:"
|
||||||
@ -8884,6 +8920,18 @@ msgstr "工作目录:"
|
|||||||
msgid "Working directory"
|
msgid "Working directory"
|
||||||
msgstr "工作目录"
|
msgstr "工作目录"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisbfworkingdirectoryleaveemptyforfilepath
|
||||||
|
msgid "Working directory (Leave empty for file path)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforbuilding
|
||||||
|
msgid "Working directory for building"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisworkingdirectoryforrun
|
||||||
|
msgid "Working directory for run"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:liswriteerror
|
#: lazarusidestrconsts:liswriteerror
|
||||||
msgid "Write Error"
|
msgid "Write Error"
|
||||||
msgstr "写入错误"
|
msgstr "写入错误"
|
||||||
|
Loading…
Reference in New Issue
Block a user