You've already forked lazarus-ccr
TvPlanIt: Update German language file. Add English po files. Activate Polish language in fulldemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8256 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -49,6 +49,7 @@ object MainForm: TMainForm
|
||||
Font.Color = clWhite
|
||||
Font.Height = -24
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
end
|
||||
@ -223,6 +224,7 @@ object MainForm: TMainForm
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
Caption = 'Visible days'
|
||||
ParentColor = False
|
||||
end
|
||||
object DaysTrackBar: TTrackBar
|
||||
AnchorSideLeft.Control = LblVisibleDays
|
||||
@ -284,6 +286,7 @@ object MainForm: TMainForm
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
Caption = 'Granularity'
|
||||
ParentColor = False
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -516,6 +519,7 @@ object MainForm: TMainForm
|
||||
Width = 299
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'Check the resource to be overlaid to the current resource'
|
||||
ParentColor = False
|
||||
end
|
||||
object lblResources: TLabel
|
||||
AnchorSideLeft.Control = Resources
|
||||
@ -527,6 +531,7 @@ object MainForm: TMainForm
|
||||
BorderSpacing.Left = 16
|
||||
BorderSpacing.Top = 24
|
||||
Caption = 'Resources (the selected resource will be displayed)'
|
||||
ParentColor = False
|
||||
end
|
||||
end
|
||||
object Settings: TPage
|
||||
@ -541,6 +546,7 @@ object MainForm: TMainForm
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Language'
|
||||
ParentColor = False
|
||||
end
|
||||
object CbLanguages: TComboBox
|
||||
AnchorSideTop.Control = Settings
|
||||
@ -580,6 +586,7 @@ object MainForm: TMainForm
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Drawing style:'
|
||||
ParentColor = False
|
||||
end
|
||||
object CbAddressBuilder: TComboBox
|
||||
AnchorSideLeft.Control = CbLanguages
|
||||
@ -614,6 +621,7 @@ object MainForm: TMainForm
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Address builder'
|
||||
ParentColor = False
|
||||
end
|
||||
object CbAllowInplaceEditing: TCheckBox
|
||||
AnchorSideLeft.Control = CbLanguages
|
||||
@ -656,6 +664,7 @@ object MainForm: TMainForm
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'First day of week'
|
||||
ParentColor = False
|
||||
end
|
||||
object CbTimeFormat: TComboBox
|
||||
AnchorSideLeft.Control = CbLanguages
|
||||
@ -682,6 +691,7 @@ object MainForm: TMainForm
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Time format'
|
||||
ParentColor = False
|
||||
end
|
||||
object CbAllowDragAndDrop: TCheckBox
|
||||
AnchorSideLeft.Control = CbAllowInplaceEditing
|
||||
|
Reference in New Issue
Block a user