jj 07.06 update translations

This commit is contained in:
Jonathan Jenne
2017-06-07 16:58:42 +02:00
parent 828ee2a37f
commit 382022850c
26 changed files with 6838 additions and 3993 deletions

View File

@@ -26,7 +26,6 @@ Partial Class frmIndexFileList
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmIndexFileList))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label1 = New System.Windows.Forms.Label()
Me.btnstartIndex = New System.Windows.Forms.Button()
Me.CheckedListBoxControl1 = New DevExpress.XtraEditors.CheckedListBoxControl()
Me.Button1 = New System.Windows.Forms.Button()
Me.TBGI_FILES_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
@@ -35,6 +34,7 @@ Partial Class frmIndexFileList
Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager()
Me.Button2 = New System.Windows.Forms.Button()
Me.btnCancel = New System.Windows.Forms.Button()
Me.btnstartIndex = New System.Windows.Forms.Button()
Me.Panel1.SuspendLayout()
CType(Me.CheckedListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBGI_FILES_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -43,8 +43,8 @@ Partial Class frmIndexFileList
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Label1)
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Name = "Panel1"
'
'Label1
@@ -52,19 +52,17 @@ Partial Class frmIndexFileList
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'btnstartIndex
'
resources.ApplyResources(Me.btnstartIndex, "btnstartIndex")
Me.btnstartIndex.Image = Global.Global_Indexer.My.Resources.Resources.Go
Me.btnstartIndex.Name = "btnstartIndex"
Me.btnstartIndex.UseVisualStyleBackColor = True
'
'CheckedListBoxControl1
'
resources.ApplyResources(Me.CheckedListBoxControl1, "CheckedListBoxControl1")
Me.CheckedListBoxControl1.Appearance.Font = CType(resources.GetObject("CheckedListBoxControl1.Appearance.Font"), System.Drawing.Font)
Me.CheckedListBoxControl1.Appearance.FontSizeDelta = CType(resources.GetObject("CheckedListBoxControl1.Appearance.FontSizeDelta"), Integer)
Me.CheckedListBoxControl1.Appearance.FontStyleDelta = CType(resources.GetObject("CheckedListBoxControl1.Appearance.FontStyleDelta"), System.Drawing.FontStyle)
Me.CheckedListBoxControl1.Appearance.GradientMode = CType(resources.GetObject("CheckedListBoxControl1.Appearance.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
Me.CheckedListBoxControl1.Appearance.Image = CType(resources.GetObject("CheckedListBoxControl1.Appearance.Image"), System.Drawing.Image)
Me.CheckedListBoxControl1.Appearance.Options.UseFont = True
Me.CheckedListBoxControl1.CheckOnClick = True
Me.CheckedListBoxControl1.Cursor = System.Windows.Forms.Cursors.Default
Me.CheckedListBoxControl1.Name = "CheckedListBoxControl1"
Me.CheckedListBoxControl1.SelectionMode = System.Windows.Forms.SelectionMode.None
Me.CheckedListBoxControl1.ShowFocusRect = False
@@ -121,12 +119,19 @@ Partial Class frmIndexFileList
'
'btnCancel
'
Me.btnCancel.Image = Global.Global_Indexer.My.Resources.Resources.cancel
resources.ApplyResources(Me.btnCancel, "btnCancel")
Me.btnCancel.Image = Global.Global_Indexer.My.Resources.Resources.cancel
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.TabStop = False
Me.btnCancel.UseVisualStyleBackColor = True
'
'btnstartIndex
'
resources.ApplyResources(Me.btnstartIndex, "btnstartIndex")
Me.btnstartIndex.Image = Global.Global_Indexer.My.Resources.Resources.Go
Me.btnstartIndex.Name = "btnstartIndex"
Me.btnstartIndex.UseVisualStyleBackColor = True
'
'frmIndexFileList
'
resources.ApplyResources(Me, "$this")