mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-13 03:04:58 +03:00
Add Traditional Chinese language
Add Traditional Chinese language
This commit is contained in:
BIN
src/PenCore/LANG_TRADITIONAL_CHINESE.ico
Normal file
BIN
src/PenCore/LANG_TRADITIONAL_CHINESE.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -13,7 +13,7 @@
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// <20><><EFBFBD>{<7B><EFBFBD> resources
|
||||
// <20><><EFBFBD><EFBFBD> resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
|
||||
#ifdef _WIN32
|
||||
@ -220,7 +220,6 @@ BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 326
|
||||
BOTTOMMARGIN, 304
|
||||
HORZGUIDE, 315
|
||||
END
|
||||
|
||||
D_REMOTE, DIALOG
|
||||
@ -4842,12 +4841,33 @@ END
|
||||
//
|
||||
|
||||
BIN_WINPCAP BIN "Dummy.bin"
|
||||
#endif // <20><><EFBFBD>{<7B><EFBFBD> resources
|
||||
#endif // <20><><EFBFBD><EFBFBD> resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// <20>p<EFBFBD><EFBFBD> (<28>č<EFBFBD>) resources
|
||||
// <20><EFBFBD><EFBFBD><EFBFBD> (<28>x<EFBFBD>W) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHT)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
#pragma code_page(950)
|
||||
#endif //_WIN32
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
ICO_LANG_TRADITIONAL_CHINESE ICON "LANG_TRADITIONAL_CHINESE.ico"
|
||||
#endif // <20><><EFBFBD><EFBFBD> (<28>x<EFBFBD>W) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// <20>^<5E><> (<28><><EFBFBD><EFBFBD>) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
@ -4908,7 +4928,7 @@ BMP_ZURUKKO BITMAP "Zurukko.bmp"
|
||||
BMP_VPNGATEEN BITMAP "VPNGateEN.bmp"
|
||||
BMP_VPNGATEJA BITMAP "VPNGateJA.bmp"
|
||||
BMP_UNIVTSUKUBA BITMAP "UnivTsukuba.bmp"
|
||||
#endif // <20>p<EFBFBD><EFBFBD> (<28>č<EFBFBD>) resources
|
||||
#endif // <20>^<EFBFBD><EFBFBD> (<28><EFBFBD><EFBFBD><EFBFBD>) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
@ -264,6 +264,10 @@
|
||||
RelativePath=".\Ibaraki.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\icon3.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Information.ico"
|
||||
>
|
||||
@ -308,6 +312,10 @@
|
||||
RelativePath=".\LANG_JAPANESE.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\LANG_TRADITIONAL_CHINESE.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Language.ico"
|
||||
>
|
||||
|
@ -220,6 +220,7 @@
|
||||
#define ICO_RESEARCH 239
|
||||
#define BMP_UNIVTSUKUBA 240
|
||||
#define ICO_POLICE 241
|
||||
#define ICO_LANG_TRADITIONAL_CHINESE 243
|
||||
#define S_TITLE 1007
|
||||
#define S_INSERT_SECURE 1008
|
||||
#define S_TITLE2 1008
|
||||
@ -1205,7 +1206,7 @@
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NO_MFC 1
|
||||
#define _APS_NEXT_RESOURCE_VALUE 242
|
||||
#define _APS_NEXT_RESOURCE_VALUE 244
|
||||
#define _APS_NEXT_COMMAND_VALUE 40111
|
||||
#define _APS_NEXT_CONTROL_VALUE 1517
|
||||
#define _APS_NEXT_SYMED_VALUE 102
|
||||
|
Reference in New Issue
Block a user