oleaut32: Update Korean resource.
This commit is contained in:
parent
0b6e5c5535
commit
f08b1df355
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* Korean resources for oleaut32
|
||||
*
|
||||
* Copyright 2005,2010 YunSong Hwang
|
||||
*
|
||||
*Copyright 2005 YunSong Hwang(hys545@dreamwiz.com)
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
|
@ -20,14 +20,16 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_TRUE "진실"
|
||||
IDS_FALSE "거짓"
|
||||
IDS_YES "예"
|
||||
IDS_NO "아니오"
|
||||
IDS_ON "작동"
|
||||
IDS_OFF "비작동"
|
||||
IDS_TRUE "진실"
|
||||
IDS_FALSE "거짓"
|
||||
IDS_YES "예"
|
||||
IDS_NO "아니오"
|
||||
IDS_ON "작동"
|
||||
IDS_OFF "비작동"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue