!LanguageID=1033
!LanguageName=English
!TranslationAuthor=LiuXiao
!TranslationAuthorEmail=liuxiao@cnpack.org
!TranslationDefaultFont=MS Sans Serif,8,,0,clWindowText,DEFAULT_CHARSET
TForm1.!Font=,9,,0,clWindowText,GB2312_CHARSET
TForm1.Action1.Caption=Action1 Test
TForm1.Action2.Caption=Action2 Test
TForm1.BitBtn1.Caption=BitBtn
TForm1.btn1.Caption=Change Language
TForm1.Button1.Caption=Button Open File
TForm1.Button2.Caption=RunTime AutoDetect
TForm1.Button3.Caption=Display another Created Form
TForm1.Button4.Caption=Create another Form
TForm1.Caption=MultiLang Testing and Example Program - English
TForm1.CheckBox1.Caption=CheckBox Caption
TForm1.CheckListBox1.Items.Text=List Checkbox first item<BR>List Checkbox second item<BR>
TForm1.chkStorageMode.Caption=StorageMode: ByFile
TForm1.ComboBox1.Items.Text=ComboBoxItem 1<BR>ComboBoxItem 2<BR>ComboBoxItem 3<BR>
TForm1.ComboBox1.Text=ComboBox1
TForm1.Edit1.Text=Edit Text
TForm1.GroupBox1.Caption=GroupBox1 Caption
TForm1.Label1.Caption=Label1 Caption
TForm1.lblLangs.Caption=Installed Languages:
TForm1.ListBox1.Items.Text=List Item 1<BR>List Item 2<BR>List Item 3<BR>
TForm1.ListView1.Columns.Item0.Caption=Col 1
TForm1.ListView1.Columns.Item1.Caption=Col 2
TForm1.ListView1.ListItem0.Caption=1
TForm1.ListView1.ListItem1.Caption=2
TForm1.ListView1.ListItem1.SubItems.Text=2.5
TForm1.ListView1.ListItem2.Caption=3
TForm1.Memo1.Lines.Text=Memo1 Line 1<BR>Memo 1 Line 2<BR>
TForm1.N1.Caption=File
TForm1.N2.Caption=Help
TForm1.N3.Caption=MenuItem Test 1
TForm1.N4.Caption=MenuItem Test 2
TForm1.N5.Caption=MenuItem Test 3
TForm1.N6.Caption=Popup MenuItem Test 1
TForm1.N8.Caption=Popup MenuItem Test 2
TForm1.OpenDialog1.Filter=Text Files|*.txt|All Files|*.*
TForm1.Panel1.Caption=Panel1 Caption
TForm1.RadioButton1.Caption=RadioButton1 Caption
TForm1.RadioGroup1.Caption=RadioGroup1 Caption
TForm1.RadioGroup1.Items.Text=Radio 1<BR>Radio 2<BR>Radio 3<BR>
TForm1.SpeedButton1.Caption=S
TForm1.StaticText1.Caption=StaticText1 Text
TForm1.StatusBar1.!Font=Tahoma,8,,,,DEFAULT_CHARSET
TForm1.StatusBar1.Panels.Item0.Text=Text on Panel 1
TForm1.StatusBar1.Panels.Item1.Text=Text on Panel 2
TForm1.StatusBar1.Panels.Item2.Text=Text on Panel 3
TForm1.TabControl1.Tabs.Text=Tab 1<BR>Tab 2<BR>Tab 3<BR>
TForm1.TabSheet1.Caption=TabSheet1 Caption
TForm1.TabSheet2.Caption=TabSheet2 Caption
TForm1.ToolBar1.Caption=ToolBar1
TForm1.ToolButton1.Caption=Toolbutton 1
TForm1.ToolButton2.Caption=Toolbutton 2
TForm1.ToolButton3.Caption=ToolButton3
TForm1.TreeView1.TreeNode0.Text=1
TForm1.TreeView1.TreeNode1.Text=2
TForm1.TreeView1.TreeNode2.Text=2.5
TForm1.TreeView1.TreeNode3.Text=2.25
TForm1.TreeView1.TreeNode4.Text=3
TForm1.TreeView1.TreeNode5.Text=3.5
TForm2.!Font=MS Sans Serif,8,,0,clWindowText,DEFAULT_CHARSET
TForm2.Caption=Another Dynamic Created Form
TForm2.lbl1.Caption=Only a Label Here.
TForm3.!Font=MS Sans Serif,8,,0,clWindowText,DEFAULT_CHARSET
TForm3.Caption=Another Created Form, Just Showing.
TForm3.lbl1.Caption=Only a Label Here, too.
SCnCurrentLang=Active
SCnLangTestStrToBeAutoTranslated=It's a string to be auto translated after register.
SCnLangTestResStrToBeAutoTranslated=It's a Resource string to be auto translated after register.
SCnLangDetectHint=After Detection, the Languages Items Count and Sequence maybe Different with before, so the CurrentLanguageIndex maybe Points to another Language and Messed Up. It's Recommend to Re-Translate all Forms and Strings after Detection using New "Current Language".