1*2752c42fSChan Chilung/* 2*2752c42fSChan Chilung * PROJECT: ReactOS Virtual CD Control Tool 3*2752c42fSChan Chilung * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) 4*2752c42fSChan Chilung * PURPOSE: Chinese (Hong Kong) resource file 5*2752c42fSChan Chilung * TRANSLATORS: Copyright 2021-2022 Chan Chilung <eason066@gmail.com> 6*2752c42fSChan Chilung * REFERENCES: Chinese (Traditional) resource file 7*2752c42fSChan Chilung */ 8*2752c42fSChan Chilung 9*2752c42fSChan ChilungLANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG 10*2752c42fSChan Chilung 11*2752c42fSChan ChilungIDD_MAINWINDOW DIALOGEX 0, 0, 320, 200 12*2752c42fSChan ChilungSTYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 13*2752c42fSChan ChilungEXSTYLE WS_EX_APPWINDOW 14*2752c42fSChan ChilungCAPTION "虛擬光碟機控制台" 15*2752c42fSChan ChilungFONT 9, "新細明體" 16*2752c42fSChan ChilungBEGIN 17*2752c42fSChan Chilung PUSHBUTTON "確定", IDC_MAINOK, 211, 179, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 18*2752c42fSChan Chilung CONTROL "", IDC_MAINDEVICES, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 7, 7, 306, 83 19*2752c42fSChan Chilung GROUPBOX "磁碟機資訊", IDC_STATIC, 7, 101, 153, 74, BS_GROUPBOX | WS_CHILD | WS_VISIBLE 20*2752c42fSChan Chilung LTEXT "磁區數目", IDC_STATIC, 15, 115, 60, 9, WS_CHILD | WS_VISIBLE | WS_GROUP 21*2752c42fSChan Chilung LTEXT "磁區大小", IDC_STATIC, 15, 127, 49, 9, WS_CHILD | WS_VISIBLE | WS_GROUP 22*2752c42fSChan Chilung LTEXT "可用叢集數", IDC_STATIC, 15, 139, 49, 9, WS_CHILD | WS_VISIBLE | WS_GROUP 23*2752c42fSChan Chilung LTEXT "總叢集數", IDC_STATIC, 15, 151, 49, 9, WS_CHILD | WS_VISIBLE | WS_GROUP 24*2752c42fSChan Chilung EDITTEXT IDC_MAINSECTORS, 88, 115, 49, 12, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 25*2752c42fSChan Chilung EDITTEXT IDC_MAINSIZE, 88, 127, 49, 12, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 26*2752c42fSChan Chilung EDITTEXT IDC_MAINFREE, 88, 139, 49, 12, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 27*2752c42fSChan Chilung EDITTEXT IDC_MAINTOTAL, 88, 151, 49, 12, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 28*2752c42fSChan Chilung PUSHBUTTON "新增磁碟機(&A)", IDC_MAINADD, 183, 123, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 29*2752c42fSChan Chilung PUSHBUTTON "移除磁碟機(&R)", IDC_MAINREMOVE, 242, 123, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 30*2752c42fSChan Chilung PUSHBUTTON "掛接", IDC_MAINMOUNT, 183, 142, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 31*2752c42fSChan Chilung PUSHBUTTON "退出", IDC_MAINEJECT, 183, 161, 109, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 32*2752c42fSChan Chilung PUSHBUTTON "重新掛接", IDC_MAINREMOUNT, 242, 142, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 33*2752c42fSChan Chilung PUSHBUTTON "驅動程式控制...", IDC_MAINCONTROL, 183, 105, 109, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 34*2752c42fSChan ChilungEND 35*2752c42fSChan Chilung 36*2752c42fSChan ChilungIDD_MOUNTWINDOW DIALOG 0, 0, 187, 97 37*2752c42fSChan ChilungSTYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 38*2752c42fSChan ChilungCAPTION "特殊掛接選項" 39*2752c42fSChan ChilungFONT 9, "新細明體" 40*2752c42fSChan ChilungBEGIN 41*2752c42fSChan Chilung PUSHBUTTON "確定", IDC_MOUNTOK, 130, 59, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 42*2752c42fSChan Chilung PUSHBUTTON "取消", IDC_MOUNTCANCEL, 130, 76, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 43*2752c42fSChan Chilung EDITTEXT IDC_MOUNTIMAGE, 7, 17, 173, 14, ES_LEFT | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 44*2752c42fSChan Chilung LTEXT "要掛接的映像", IDC_STATIC, 7, 7, 173, 10, SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE | WS_GROUP 45*2752c42fSChan Chilung AUTOCHECKBOX "禁止 UDF", IDC_MOUNTUDF, 7, 40, 114, 10, BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP 46*2752c42fSChan Chilung AUTOCHECKBOX "禁止 Joliet", IDC_MOUNTJOLIET, 7, 56, 111, 9, BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP 47*2752c42fSChan Chilung AUTOCHECKBOX "開機時加載", IDC_MOUNTPERSIST, 7, 71, 111, 9, BS_FLAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP 48*2752c42fSChan ChilungEND 49*2752c42fSChan Chilung 50*2752c42fSChan ChilungIDD_DRIVERWINDOW DIALOG 0, 0, 189, 123 51*2752c42fSChan ChilungSTYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 52*2752c42fSChan ChilungCAPTION "虛擬光碟機驅動程式控制" 53*2752c42fSChan ChilungFONT 9, "新細明體" 54*2752c42fSChan ChilungBEGIN 55*2752c42fSChan Chilung PUSHBUTTON "確定", IDC_DRIVEROK, 43, 98, 103, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 56*2752c42fSChan Chilung PUSHBUTTON "安裝驅動程式...", IDC_DRIVERINSTALL, 43, 61, 51, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 57*2752c42fSChan Chilung PUSHBUTTON "啟動", IDC_DRIVERSTART, 43, 79, 51, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 58*2752c42fSChan Chilung PUSHBUTTON "停止", IDC_DRIVERSTOP, 96, 79, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 59*2752c42fSChan Chilung PUSHBUTTON "移除驅動程式", IDC_DRIVERREMOVE, 96, 61, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP 60*2752c42fSChan Chilung EDITTEXT IDC_DRIVERINFO, 7, 7, 175, 50, ES_CENTER | ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP 61*2752c42fSChan ChilungEND 62*2752c42fSChan Chilung 63*2752c42fSChan ChilungSTRINGTABLE 64*2752c42fSChan ChilungBEGIN 65*2752c42fSChan Chilung IDS_DRIVE "磁碟機" 66*2752c42fSChan Chilung IDS_MAPPEDIMAGE "已對應的映像" 67*2752c42fSChan Chilung IDS_NOMOUNTED "沒有映像被掛接。最後一個是 - %s" 68*2752c42fSChan Chilung IDS_NONE "無" 69*2752c42fSChan Chilung IDS_FILTER "所有支援的映像檔案 (*.udf; *.cdfs; *.jo; *.iso; *.rock)\0*.udf;*.cdfs;*.jo;*.iso;*.rock\0" 70*2752c42fSChan ChilungEND 71