Skip to content

Commit

Permalink
Merge pull request #317 from FrankBijnen/Development
Browse files Browse the repository at this point in the history
 Translation into French #316
  • Loading branch information
FrankBijnen committed Feb 21, 2024
2 parents 1bd10b3 + f857327 commit 185dd96
Show file tree
Hide file tree
Showing 9 changed files with 1,252 additions and 244 deletions.
38 changes: 20 additions & 18 deletions Source/DateTimeEqual.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object FDateTimeEqual: TFDateTimeEqual
BorderStyle = bsDialog
Caption = 'Exif DateTime equalize'
ClientHeight = 147
ClientWidth = 466
ClientWidth = 503
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Expand All @@ -14,23 +14,25 @@ object FDateTimeEqual: TFDateTimeEqual
OnShow = FormShow
TextHeight = 13
object Label1: TLabel
Left = 400
Top = 79
Left = 430
Top = 76
Width = 31
Height = 13
Caption = 'Label1'
end
object StatusBar1: TStatusBar
Left = 0
Top = 128
Width = 466
Width = 503
Height = 19
Panels = <>
ExplicitTop = 127
ExplicitWidth = 462
end
object AdvPanel1: TPanel
Left = 0
Top = 0
Width = 385
Width = 424
Height = 128
Align = alLeft
DoubleBuffered = True
Expand All @@ -43,7 +45,7 @@ object FDateTimeEqual: TFDateTimeEqual
ParentFont = False
TabOrder = 1
object LabeledEdit1: TLabeledEdit
Left = 120
Left = 137
Top = 24
Width = 129
Height = 22
Expand All @@ -57,7 +59,7 @@ object FDateTimeEqual: TFDateTimeEqual
Text = '2012:01:12 18:15:00'
end
object LabeledEdit2: TLabeledEdit
Left = 120
Left = 137
Top = 56
Width = 129
Height = 22
Expand All @@ -71,7 +73,7 @@ object FDateTimeEqual: TFDateTimeEqual
Text = ''
end
object LabeledEdit3: TLabeledEdit
Left = 120
Left = 137
Top = 88
Width = 129
Height = 22
Expand All @@ -85,9 +87,9 @@ object FDateTimeEqual: TFDateTimeEqual
Text = ''
end
object RadioButton1: TRadioButton
Left = 255
Left = 272
Top = 27
Width = 106
Width = 150
Height = 17
Caption = '-use as source'
Checked = True
Expand All @@ -96,36 +98,36 @@ object FDateTimeEqual: TFDateTimeEqual
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 255
Left = 272
Top = 59
Width = 106
Width = 150
Height = 17
Caption = '-and copy here'
TabOrder = 4
OnClick = RadioButton1Click
end
object RadioButton3: TRadioButton
Left = 255
Left = 272
Top = 91
Width = 106
Width = 150
Height = 17
Caption = '-and copy here'
TabOrder = 5
OnClick = RadioButton1Click
end
end
object Button1: TButton
Left = 400
Top = 16
Left = 430
Top = 13
Width = 65
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Button2: TButton
Left = 400
Top = 98
Left = 430
Top = 95
Width = 65
Height = 25
Caption = 'Execute'
Expand Down
74 changes: 37 additions & 37 deletions Source/DateTimeShift.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object FDateTimeShift: TFDateTimeShift
BorderStyle = bsDialog
Caption = 'Exif: DateTime shift'
ClientHeight = 220
ClientWidth = 463
ClientWidth = 511
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Expand All @@ -14,16 +14,16 @@ object FDateTimeShift: TFDateTimeShift
OnShow = FormShow
TextHeight = 13
object Label1: TLabel
Left = 383
Top = 159
Left = 427
Top = 151
Width = 31
Height = 13
Caption = 'Label1'
end
object StatusBar1: TStatusBar
Left = 0
Top = 201
Width = 463
Width = 511
Height = 19
Panels = <>
SimplePanel = True
Expand All @@ -33,7 +33,7 @@ object FDateTimeShift: TFDateTimeShift
object AdvPanel1: TPanel
Left = 0
Top = 0
Width = 369
Width = 407
Height = 201
Align = alLeft
DoubleBuffered = True
Expand All @@ -45,18 +45,18 @@ object FDateTimeShift: TFDateTimeShift
ParentDoubleBuffered = False
ParentFont = False
TabOrder = 1
ExplicitHeight = 200
object Label2: TLabel
Left = 43
Top = 125
Width = 75
Left = 1
Top = 119
Width = 148
Height = 14
Alignment = taRightJustify
AutoSize = False
Caption = 'Shift amount:'
end
object LabeledEdit1: TLabeledEdit
Left = 120
Top = 16
Left = 153
Top = 10
Width = 129
Height = 22
EditLabel.Width = 105
Expand All @@ -68,8 +68,8 @@ object FDateTimeShift: TFDateTimeShift
Text = ''
end
object LabeledEdit2: TLabeledEdit
Left = 120
Top = 44
Left = 153
Top = 38
Width = 129
Height = 22
EditLabel.Width = 66
Expand All @@ -81,8 +81,8 @@ object FDateTimeShift: TFDateTimeShift
Text = ''
end
object LabeledEdit3: TLabeledEdit
Left = 120
Top = 72
Left = 153
Top = 66
Width = 129
Height = 22
EditLabel.Width = 65
Expand All @@ -94,9 +94,9 @@ object FDateTimeShift: TFDateTimeShift
Text = ''
end
object CheckBox1: TCheckBox
Left = 255
Top = 19
Width = 58
Left = 288
Top = 13
Width = 110
Height = 17
Caption = '-shift'
Checked = True
Expand All @@ -105,9 +105,9 @@ object FDateTimeShift: TFDateTimeShift
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 255
Top = 47
Width = 58
Left = 288
Top = 41
Width = 110
Height = 17
Caption = '-shift'
Checked = True
Expand All @@ -116,17 +116,17 @@ object FDateTimeShift: TFDateTimeShift
OnClick = CheckBox1Click
end
object CheckBox3: TCheckBox
Left = 255
Top = 75
Width = 58
Left = 288
Top = 69
Width = 110
Height = 17
Caption = '-shift'
TabOrder = 5
OnClick = CheckBox1Click
end
object MaskEdit1: TMaskEdit
Left = 120
Top = 122
Left = 153
Top = 116
Width = 128
Height = 22
Hint = 'Example: [0000:00:01 02:00:00] =shift for 1 day & 2 hours'
Expand All @@ -137,9 +137,9 @@ object FDateTimeShift: TFDateTimeShift
OnChange = MaskEdit1Change
end
object CheckBox4: TCheckBox
Left = 255
Top = 125
Width = 97
Left = 288
Top = 119
Width = 110
Height = 17
Caption = '=Increment'
Checked = True
Expand All @@ -148,8 +148,8 @@ object FDateTimeShift: TFDateTimeShift
OnClick = CheckBox4Click
end
object LabeledEdit4: TLabeledEdit
Left = 120
Top = 152
Left = 153
Top = 146
Width = 129
Height = 22
Hint = 'Example of DateTimeOriginal after shifting'
Expand All @@ -162,8 +162,8 @@ object FDateTimeShift: TFDateTimeShift
Text = ''
end
object CheckBox5: TCheckBox
Left = 120
Top = 180
Left = 153
Top = 174
Width = 232
Height = 17
Hint = 'File: Date modified becomes (shifted) DateTimeOriginal value'
Expand All @@ -172,17 +172,17 @@ object FDateTimeShift: TFDateTimeShift
end
end
object Button1: TButton
Left = 383
Top = 15
Left = 427
Top = 7
Width = 69
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Button2: TButton
Left = 383
Top = 178
Left = 427
Top = 170
Width = 69
Height = 25
Caption = 'Execute'
Expand Down
Loading

0 comments on commit 185dd96

Please sign in to comment.