oleaut32: Update Korean resource.

This commit is contained in:
Hwang YunSong 2010-12-31 10:55:33 +09:00 committed by Alexandre Julliard
parent 0b6e5c5535
commit f08b1df355

View File

@ -1,8 +1,8 @@
/* /*
* Korean resources for oleaut32 * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either * License as published by the Free Software Foundation; either
@ -20,14 +20,16 @@
#include "resource.h" #include "resource.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE STRINGTABLE
{ {
IDS_TRUE "진실" IDS_TRUE "진실"
IDS_FALSE "거짓" IDS_FALSE "거짓"
IDS_YES "예" IDS_YES "예"
IDS_NO "아니오" IDS_NO "아니오"
IDS_ON "작동" IDS_ON "작동"
IDS_OFF "비작동" IDS_OFF "비작동"
} }