Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions language/np3_ko_kr/dialogs_ko_kr.rc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ END

IDD_MUI_CMDLINEHELP DIALOGEX 0, 0, 300, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "명령행 도움말"
CAPTION "명령줄 도움말"
FONT 9, "Segoe UI", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "확인",IDOK,239,187,55,16
Expand Down Expand Up @@ -730,7 +730,7 @@ END

IDD_MUI_ALIGN DIALOGEX 0, 0, 184, 74
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "줄 맞춤"
CAPTION "줄 정렬"
FONT 9, "Segoe UI", 400, 0, 0x1
BEGIN
CONTROL "왼쪽(&L)",100,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,7,7,59,10
Expand Down
8 changes: 4 additions & 4 deletions language/np3_ko_kr/encode_ko_kr.rc
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ STRINGTABLE
BEGIN
IDS_ENC_MAC_THAI "C;태국어 (Mac);Mac (Thai)"
IDS_ENC_WIN_874 "C;태국어 (Windows-874);Windows-874"
IDS_ENC_DOS_857 "C;터키어 (DOS-857);DOS-857"
IDS_ENC_ISO_8859_9 "C;터키어 (ISO-8859-9);ISO-8859-9"
IDS_ENC_MAC_TURKISH "C;터키어 (Mac);Mac (Turkish)"
IDS_ENC_WIN_1254 "C;터키어 (Windows-1254);Windows-1254"
IDS_ENC_DOS_857 "C;튀르키예어 (DOS-857);DOS-857"
IDS_ENC_ISO_8859_9 "C;튀르키예어 (ISO-8859-9);ISO-8859-9"
IDS_ENC_MAC_TURKISH "C;튀르키예어 (Mac);Mac (Turkish)"
IDS_ENC_WIN_1254 "C;튀르키예어 (Windows-1254);Windows-1254"
IDS_ENC_MAC_UKRAINIAN "C;우크라이나어 (Mac);Mac (Ukrainian)"
IDS_ENC_WIN_1258 "C;베트남어 (Windows-1258);Windows-1258"
IDS_ENC_DOS_850 "B;서유럽어 (DOS-850);DOS-850"
Expand Down
Loading
Loading