<html>
<head>
<style>
<!--
body { background-color:#ffffff }
.file { border:1px solid #eeeeee; margin-top:1em; margin-bottom:1em }
.pathname { font-family:monospace; float:right }
.fileheader { margin-bottom:.5em }
.diff { margin:0 }
.tasklist { padding:4px; border:1px dashed #000000; margin-top:1em }
.tasklist ul { margin-top:0; margin-bottom:0 }
tr.alt { background-color:#eeeeee }
#added { background-color:#ddffdd }
#addedchars { background-color:#99ff99; font-weight:bolder }
tr.alt #added { background-color:#ccf7cc }
#removed { background-color:#ffdddd }
#removedchars { background-color:#ff9999; font-weight:bolder }
tr.alt #removed { background-color:#f7cccc }
#info { color:#888888 }
#context { background-color:#eeeeee }
td {padding-left:.3em; padding-right:.3em }
tr.head { border-bottom-width:1px; border-bottom-style:solid }
tr.head td { padding:0; padding-top:.2em }
.task { background-color:#ffff00 }
.comment { padding:4px; border:1px dashed #000000; background-color:#ffffdd }
.error { color:red }
hr { border-width:0px; height:2px; background:black }
-->
</style>
</head>
<body>
<pre class="comment">(Merge from Wine) YunSong Hwang &lt;hys545@dreamwiz.com&gt;
Add Korean translations.</pre><pre class="diff" id="added">Added: trunk/reactos/lib/setupapi/Ko.rc
</pre><pre class="diff" id="context">Modified: trunk/reactos/lib/setupapi/setupapi.rc
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Added: trunk/reactos/lib/setupapi/Ko.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/setupapi/Ko.rc        2005-11-12 19:24:08 UTC (rev 19182)
+++ trunk/reactos/lib/setupapi/Ko.rc        2005-11-12 20:15:20 UTC (rev 19183)
@@ -0,0 +1,34 @@
</small></pre><pre class="diff" id="added">+/*
+ * Korean resources for SETUPAPI
+ *
+ * Copyright 2005 YunSong 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. &nbsp;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 &nbsp;02111-1307 &nbsp;USA
+ */
+
+LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
+
+COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
+STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
+CAPTION &quot;&#227;??&#164; ???&#254;??...&quot;
+FONT 8, &quot;MS Shell Dlg&quot;
+BEGIN
+        PUSHBUTTON &quot;?&#217;?&#202;&quot;, IDCANCEL, 79, 84, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+        LTEXT &quot;?&#176;??:&quot;, -1, 7, 7, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+        LTEXT &quot;&quot;, SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+        LTEXT &quot;&#169;&#177;?&#185;?&#247;:&quot;, -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
+        LTEXT &quot;&quot;, DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
+        CONTROL &quot;&quot;, PROGRESSORD, &quot;setupx_progress&quot;, 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+END
</pre><pre class="diff" id="context">Property changes on: trunk/reactos/lib/setupapi/Ko.rc
___________________________________________________________________
Name: svn:eol-style
 &nbsp; + native
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/setupapi/setupapi.rc</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/setupapi/setupapi.rc        2005-11-12 19:24:08 UTC (rev 19182)
+++ trunk/reactos/lib/setupapi/setupapi.rc        2005-11-12 20:15:20 UTC (rev 19183)
@@ -31,6 +31,7 @@
</small></pre><pre class="diff" id="context"> #include &quot;Fr.rc&quot;
 #include &quot;It.rc&quot;
 #include &quot;Ja.rc&quot;
</pre><pre class="diff" id="added">+#include &quot;Ko.rc&quot;
</pre><pre class="diff" id="context"> #include &quot;Nl.rc&quot;
 #include &quot;No.rc&quot;
 #include &quot;Pl.rc&quot;
</pre>
</div>

</body>
</html>