ChangeSet ID: 21555 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/29 10:42:51
Modified files: dlls/iccvid : rsrc.rc dlls/msvidc32 : rsrc.rc Added files: dlls/iccvid : iccvid_Ko.rc dlls/msvidc32 : msvidc32_Ko.rc
Log message: YunSong Hwang hys545@dreamwiz.com Add Korean translations.
Patch: http://cvs.winehq.org/patch.py?id=21555
Old revision New revision Changes Path 1.2 1.3 +1 -0 wine/dlls/iccvid/rsrc.rc Added 1.1 +0 -0 wine/dlls/iccvid/iccvid_Ko.rc 1.2 1.3 +1 -0 wine/dlls/msvidc32/rsrc.rc Added 1.1 +0 -0 wine/dlls/msvidc32/msvidc32_Ko.rc
Index: wine/dlls/iccvid/rsrc.rc diff -u -p wine/dlls/iccvid/rsrc.rc:1.2 wine/dlls/iccvid/rsrc.rc:1.3 --- wine/dlls/iccvid/rsrc.rc:1.2 29 Nov 2005 16:42:51 -0000 +++ wine/dlls/iccvid/rsrc.rc 29 Nov 2005 16:42:51 -0000 @@ -21,3 +21,4 @@
#include "iccvid_De.rc" #include "iccvid_En.rc" +#include "iccvid_Ko.rc" Index: wine/dlls/iccvid/iccvid_Ko.rc diff -u -p /dev/null wine/dlls/iccvid/iccvid_Ko.rc:1.1 --- /dev/null 29 Nov 2005 16:42:51 -0000 +++ wine/dlls/iccvid/iccvid_Ko.rc 29 Nov 2005 16:42:51 -0000 @@ -0,0 +1,26 @@ +/* + * Copyright 2005 Dmitry Timoshkov + * Copyright 2005 YunSomg Hwang + * + * 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 + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "œÃ³×ÆÑ ºñµð¿À ÄÚµŠ" + IDS_DESCRIPTION "œÃ³×ÆÑ ºñµð¿À ÄÚµŠ" +} Index: wine/dlls/msvidc32/rsrc.rc diff -u -p wine/dlls/msvidc32/rsrc.rc:1.2 wine/dlls/msvidc32/rsrc.rc:1.3 --- wine/dlls/msvidc32/rsrc.rc:1.2 29 Nov 2005 16:42:51 -0000 +++ wine/dlls/msvidc32/rsrc.rc 29 Nov 2005 16:42:51 -0000 @@ -21,3 +21,4 @@
#include "msvidc32_De.rc" #include "msvidc32_En.rc" +#include "msvidc32_Ko.rc" Index: wine/dlls/msvidc32/msvidc32_Ko.rc diff -u -p /dev/null wine/dlls/msvidc32/msvidc32_Ko.rc:1.1 --- /dev/null 29 Nov 2005 16:42:51 -0000 +++ wine/dlls/msvidc32/msvidc32_Ko.rc 29 Nov 2005 16:42:51 -0000 @@ -0,0 +1,25 @@ +/* + * Copyright 2005 Dmitry Timoshkov + * + * 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 + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT + +STRINGTABLE DISCARDABLE +{ + IDS_NAME "WINE-MS-CRAM" + IDS_DESCRIPTION "Wine ºñµð¿À 1 ºñµð¿À ÄÚµŠ" +}